Activity
From 11/30/2017 to 12/29/2017
12/27/2017
- OÇ 09:57 AM Software Development: RE: Changing UART1 to UART2 in Linux Kernel
- Just noticed I left the @bootargs@ as @ttyS1@.
Changing that to @ttyS2@ solved that issue.
Sorry, I wasn't expecting such a simple solution. - Hi,
We've been working on a MityDsp-L138F board, and I can boot to Linux with NFS, with the following environment variables:
12/21/2017
- Hi,
I have a custom board with
1) MityDspl-138F module (with FPGA)
2) No Ethernet port
3) UART,USB,SD CARD interface
4) We are using ADC5560 and DAC5672, reference is taken from Analog Expansion Board.
ADC and DAC both operat...
12/12/2017
- JC 11:13 PM FPGA Development: RE: Core Creation Guidelines
- Jorden Luke wrote:
> I am trying to get some help with this one as well. Is there are up date to this one?
It doesn't look like we ever created that guide. I'd recommend looking at the provided source files as examples.
examples/... - JL 06:52 PM FPGA Development: RE: Core Creation Guidelines
- I am trying to get some help with this one as well. Is there are up date to this one?
12/11/2017
- JC 05:01 PM Software Development: RE: Loading kernel to SPI flash and Root file system .jffs2 to NAND.
- Vivek Ponnani wrote:
> My queries are as below
> ...
Looks fine.
>
> ...
You'd want to extract the MDK filesystem, update the files and then generate the jffs2 image file. NOTE: We also generate a new tarball which we can archive o... - Hi,
I have a custom board with
1) MityDspl-138F module (with FPGA)
2) No Ethernet port
3) UART,USB,SD CARD interface
we have done following steps till date.
1) I have built VM with MityDSP Critical_Link_Unified_VM_14-04_04-2...
12/01/2017
- JC 02:22 PM Software Development: RE: I
- Okan Çalış wrote:
> I apologize for the awkward subject; it was meant to be _"Interrupts Between Linux and DSP without BIOS"_, but it looks like I can't modify it.
Fixed your title. Unfortunately I don't know about the Linux/DSP int... - OÇ 10:57 AM Software Development: RE: I
- I apologize for the awkward subject; it was meant to be _"Interrupts Between Linux and DSP without BIOS"_, but it looks like I can't modify it.
- Hi,
I've been working on a MityDsp-L138F with Linux Ångström.
I'm able to use the 128-KB shared RAM for inter-processor communication between the two cores, with ARM running Linux and DSP running baremetal. I want to send interrupt...