Forum Discussion
Altera_Forum
Honored Contributor
11 years agoNAND flash booting problem
We made a custom board by using Cyclone5 SE device,as a booting option, provision is given for NAND flash only and there is no other boot option on the board. we are able to load the the preloader...
Altera_Forum
Honored Contributor
11 years agoi am unable to conforming whether my application is unhosted or standalone? and how can i know that?.
Here i am attaching my application related .ld file. My application is working properly through DS-5(.ds file is attaching for your reference ) The following mkimage command i am using for .bin to .img mkimage -A arm -T standalone -C none -a 0x100040 -e 0 -n "baremetal image" -d .bin .img This project developed by using existing example project, "Altera-SoCFPGA-HardwareLib-GNU".