Forum Discussion
Altera_Forum
Honored Contributor
8 years agoHi sonycman, hi merciyy
Excuse me if I post on this old thread, but I have now the same issue you were discussing here. I need to boot a baremetal application from SD but I don't know how I am supposed to create the bin file from the .axf coming out of build tools. I tried to use objcopy and mkimage as you wrote here: --- Quote Start --- Mine is: arm-altera-eabi-objcopy -O binary app.axf app_binary.bin --- Quote End --- but the objcopy creates a 4GB sized file!!! And then mkimage complaints that it can't read the bin file. I think I'm missing some simple point...