Forum Discussion
Altera_Forum
Honored Contributor
12 years agoHow to boot baremetal code from sd card
Hi I want to boot the baremetal code from sd card. I need some examples and the procedure about how to write the binary to SD card
Altera_Forum
Honored Contributor
12 years agoLinux probably loads using uboot - look at how uboot gets loaded.
The ARM cpu itself will just execute code from its reset vector - which will need to be ROM. However uboot may well do a load of initialisation that your 'baremetal' code will need to replicate.