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 agoAfter successful pre-loader booting,we tried for bare metal application from NAND.
As per our expectation,pre-loader has jump to bare-metal application. Our bare metal application is not running after successful run of pre-loader. The following procedure is ,please correct me if any thing is doing wrong. 1) Conversion of baremetal .axf to .bin(by using arm-altera-eabi-objcopy.... etc command) 2) Conversion of baremetal .bin to .img (by using mkimage tool) 3) Conversion of .img to .bin (by changing the file extention) 4) Finally .bin file is writing into NAND from 0xc0000 address. With the above, pre-loader is running properly and bare metal code is not running. Please suggest where we are doing the mistake.