Mini2440 Boot from SD

From Kenneth Noyens
Revision as of 10:24, 8 April 2010 by Kenneth (talk | contribs) (Nieuwe pagina aangemaakt met 'This page is under constructions = Kernel = For the kernel you have 2 options:<br> You can load the kernel from a FAT partion or load the kernel in the NAND flash. == ...')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This page is under constructions

Kernel

For the kernel you have 2 options:
You can load the kernel from a FAT partion or load the kernel in the NAND flash.

Load your kernel from SD

Flash your kernel in the NAND

Filesystem

Put your filesystem on a SD card

Load your filesystem from the SD card

In the uboot console:

setenv bootargs console=ttySAC0,115200 noinitrd root=/dev/mmcblk0p1 rootwait=4 rw init=/sbin/init
saveenv
reset