Forum Discussion
Altera_Forum
Honored Contributor
14 years agousing ssram or parallel flash for uclinux
Hi all,
I'm using cycloneIII starter board and i want to execute uclinux from the ssram or parallel flash instead ddr so when i build the zImage i choose ssram or extern flash (parallel flash). I have the same error when i download the zImage --- Quote Start --- nios2-download -g zImage_web_server --- Quote End --- --- Quote Start --- Using cable "USB-Blaster [USB-0]", device 1, instance 0x00 Pausing target processor: OK Initializing CPU cache (if present) OK Downloaded 1376KB in 29.7s (46.3KB/s) Verifying 05500000 ( 0%) Verify failed between address ..... and ..... Leaving target processor paused --- Quote End --- anyone have an example that runs NB: with ddr it work fine Thanks1 Reply
- Altera_Forum
Honored Contributor
I have the same problem,booting from ext_flash(nios2 cpu reset vector),executing from the ssram(nios2 cpu exception vector),the uclinux is halted by using nios2-terminal when the the zImage.flash has been downloaded by the nios2-flash-programmer command to ext_flash successfully!
I/m sure that the nios2 cpu core works fine!