Forum Discussion
Altera_Forum
Honored Contributor
11 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.