Changes

Jump to: navigation, search

Boot sequence (Naon)

405 bytes added, 10:25, 24 April 2013
m
MMC Booting
* inside this partition there should be a file named ''MLO'' which is the U-Boot 1st stage
* with U-Boot 1st stage default option, there should also be a file name ''u-boot'' (which is the second stage) and ''uImage'' (which is the kernel image)
 
Once the system boots from the SD and U-Boot is running, the following commands can be used to start the system reading the kernel from the card boot partition and mounting the root file system stored in the second partition (/dev/mmcblk0p2):
 
<pre>
mmc rescan 0
fatload mmc 0 81000000 uImage
setenv mmcargs 'setenv bootargs root=/dev/mmcblk0p2 rw'
run mmcargs addip addcons addmem
bootm 81000000
</pre>
==== NAND Booting ====

Navigation menu