diff options
author | H. Nikolaus Schaller <hns@goldelico.com> | 2012-10-30 10:42:01 +0100 |
---|---|---|
committer | H. Nikolaus Schaller <hns@goldelico.com> | 2012-10-30 10:42:01 +0100 |
commit | 9e2ea9f36fc1d914d68a112643ba90fc037c3b27 (patch) | |
tree | bb42c64a8ca68eb928d26f08480db4105342a52f | |
parent | eb7cade38b22f954a86277456d98a5bb4921577f (diff) | |
download | bootable_bootloader_goldelico_gta04-9e2ea9f36fc1d914d68a112643ba90fc037c3b27.zip bootable_bootloader_goldelico_gta04-9e2ea9f36fc1d914d68a112643ba90fc037c3b27.tar.gz bootable_bootloader_goldelico_gta04-9e2ea9f36fc1d914d68a112643ba90fc037c3b27.tar.bz2 |
description how search works fixed
-rw-r--r-- | boot-scr/boot.txt | 10 |
1 files 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 |