Mini2440 Boot from SD

From Kenneth Noyens
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