Activity
From 09/01/2015 to 09/30/2015
09/14/2015
- JC 10:40 AM Software Development: RE: Open Embedded build error
- Matt,
The mityomapl138 repo was never made public. However the source is included in the MDK. The mityomapl138 path should be equivalent to /home/mitydsp/MDK_2014-01-13/sw/.
I attempted to create a patch to use the local copy of ...
09/11/2015
- MS 02:57 PM Software Development: RE: Open Embedded build error
- Kevin Robertson wrote:
> Hi,
> ...
Is there a work around for this problem? I am experiencing the same problem as well.
09/01/2015
- AS 09:27 AM Software Development: RE: NAND Flash reading problem
- You are right one of the EMIFA pins was used as a FPGA IO, after replacing this pin everything works as expected.
Thanks Mike.
- MW 07:27 AM Software Development: RE: NAND Flash reading problem
- And of course, one workaround might be to load the ARM application into memory from NAND first, then configure the FPGA, then launch the ARM app.
The only thing is that is there is contention on the EMIFA bus you should figure out whe... - MW 07:26 AM Software Development: RE: NAND Flash reading problem
- If the FPGA is loading properly and you are floating the unused pins, then the bitstream generation settings are probably OK.
Are you using the EMIFA framework we provide in the BSP or your own? You might drop a chipscope in and watc... - AS 07:21 AM Software Development: RE: NAND Flash reading problem
- Hi Mike,
I had made what you said (sets all unused I/O pins to float), but I still have the same problem.
I have tried the "IndustrialIO.bin" FPGA image (instead of my image) and everything works fine (FPGA loaded with "IndustrialIO" a...