From 9e2ea9f36fc1d914d68a112643ba90fc037c3b27 Mon Sep 17 00:00:00 2001 From: "H. Nikolaus Schaller" Date: Tue, 30 Oct 2012 10:42:01 +0100 Subject: description how search works fixed --- boot-scr/boot.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/boot-scr/boot.txt b/boot-scr/boot.txt index 8768636..8b3bbad 100644 --- a/boot-scr/boot.txt +++ b/boot-scr/boot.txt @@ -25,11 +25,11 @@ # 2. flash=yes # 3. boot # -# booting tries to load in this order -# boot script /boot.scr from partition 1(FAT) -- /boot/boot.scr from partition 1(ext) -- NAND -# splash images /image.rgb16 from partition 1(FAT) -- /boot/image.rgb16 partition 1(ext) -- NAND -# kernel /uImage from partition 1(FAT) -- /boot/uImage from partition 1 to 4 (ext) -- NAND -# bootargs.scr /boot/bootargs.scr from same partition as kernel -- defines default for NAND/jffs2 +# booting tries to load: +# boot script /boot.scr (FAT) from partition 1, then /boot/boot.scr (EXT) from partition 1, then NAND +# splash images /image.rgb16 (FAT) from partition 1, then /boot/image.rgb16 (EXT) partition 1, then NAND +# kernel on up to 4 partitions /boot/uImage (EXT) or /uImage (FAT) or if none found then NAND +# bootargs.scr on the same paritions /boot/bootargs.scr (EXT) or /bootargs.scr (FAT) -- default is initialized to NAND or SD (if kernel is found) # VERSION=0123456789 # incremented by build script so that we re-initialize the boot environment or reflash x-loader and u-boot -- cgit v1.1