From 44e08b6d4937bd6158a291777664170c9c7b3600 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 2 Jul 2015 13:23:39 +0200 Subject: configblock.bin: stop deploying skeleton configblock.bin U-Boot now has the command cfgblock which can be used to create a valid configblock. Alternatively one can be created with create_configblock.sh. --- recipes/images/files/colibri-vf/update.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'recipes/images/files/colibri-vf/update.sh') diff --git a/recipes/images/files/colibri-vf/update.sh b/recipes/images/files/colibri-vf/update.sh index 78dc852..a05df47 100755 --- a/recipes/images/files/colibri-vf/update.sh +++ b/recipes/images/files/colibri-vf/update.sh @@ -28,13 +28,16 @@ Flash() echo "script with the -d option. This will copy U-Boot into the module's RAM and" echo "and execute it. Also bridge RTS/CTS when using the evaluation boards USB to" echo "UART converter." + echo "Then use the following commands to get a working U-Boot." echo "" echo "\"./update.sh -n -d /dev/ttyUSB0\"" echo "" echo "Next, recreate the Boot Configuration Block and the Toradex Config Block" echo "" + echo "# run setupdate" + echo "# run update_uboot" echo "# run create_bcb" - echo "# run update_configblock" + echo "# cfgblock create" } Usage() @@ -176,7 +179,7 @@ $ECHO -n "Rootfs " >> ${BINARIES}/versions.txt grep VF rootfs/etc/issue >> ${BINARIES}/versions.txt #copy to $OUT_DIR -sudo cp ${BINARIES}/configblock.bin ${BINARIES}/u-boot-nand.imx ${BINARIES}/ubifs.img ${BINARIES}/flash*.img ${BINARIES}/versions.txt "$OUT_DIR" +sudo cp ${BINARIES}/u-boot-nand.imx ${BINARIES}/ubifs.img ${BINARIES}/flash*.img ${BINARIES}/versions.txt "$OUT_DIR" sync echo "Successfully copied data to target folder." echo "" -- cgit v1.2.3