Forum Discussion
Altera_Forum
Honored Contributor
14 years agohelp Running image from FLASH directly in cyclon ii
My requirement is to validate DDR RAM. Can anyone help to run boot image directly from FLASH instead of copying it to RAM using boot copier in cyclone ii . I have to validate RAM(writing some content...
Altera_Forum
Honored Contributor
14 years agoyou can run a software directly from a parallel (cfi) flash, but not from a serial (epcs) one.
However if you reduce your code to the maximum (turn on optimisations, use the small c library, reduced drivers) you should be able to fit a memory test software in an on-chip memory.