Forum Discussion
KPhan4
New Contributor
7 years agoDe4 board: boot from CFI flash
Hi I’m tried to boot .sof and .elf files from CFI flash on DE4 board. I’m step by step follow DE4 getting started guide. Files programed success to flash but .elf file not work. so what’s my proble...
ShafiqY_Intel
Frequent Contributor
7 years agoHi KPhan4,
I suspect your JTAG frequency might be the root cause for .elf file not work.
Can you kindly try to reduce your TCK frequency to 6 MHz (default value)?
Below link is the command to change TCK frequency (on page 14= 2.8. Changing the TCK Frequency)
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug_usb_blstr_ii_cable.pdf#page=14
Kindly try it out with your design and let me know the result.
Thanks
KPhan4
New Contributor
7 years agothank for your support.
i’ve tried and result:
Error: no param JtagClock
I programed .sof to flash and run Debug app on Eclipse. It worked. So Nios’ reset vector and reset value when i convert .elf cause for it not work???
- ShafiqY_Intel7 years ago
Frequent Contributor
KPhan4,
For latest design development, we recommend to use sof file rather than .elf file.
Thanks