Forum Discussion
Altera_Forum
Honored Contributor
15 years agoThanks Ton,
i successfully flashed .sof using that , actually i was using programmingmode=PS . But you are flashing the sof using factory default CFI flash map. when i tried to boot from software flash(elf2flash) it goes to Kernel Panic. sof2flash -------- as u shown nios2-flash-programmer --base=0x08000000 <yourfile>_hw.flash Up to this it works fine , now i am converting linux image, elf2flash --base=0x0a000000 --end=0x0bffffff --reset=0x0a820000 --input=<yourfile>_sw.elf --output=<yourfile>_sw.flash --boot=path/boot_loader_cfi.srec nios2-flash-programmer --base=0x0a000000 <yourfile>_sw.flash now , i powercycle the board , it boots but comes kernel panic. And if i want to load my custom sof and linux image without the factory default settings , is it possible ?