summaryrefslogtreecommitdiff
path: root/recipes/images/files/colibri-vf/update.sh
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2015-07-02 13:23:39 +0200
committerMax Krummenacher <max.oss.09@gmail.com>2015-10-12 15:15:41 +0200
commitbea36eb4e8afa9dea9c18a9b272755e8dd626ad4 (patch)
tree1d85ce61f717fdd0c671da94abd2b2902a54e889 /recipes/images/files/colibri-vf/update.sh
parent7424dbe152295fb25b45d9f3a5066369279fe4cc (diff)
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.
Diffstat (limited to 'recipes/images/files/colibri-vf/update.sh')
-rwxr-xr-xrecipes/images/files/colibri-vf/update.sh7
1 files changed, 5 insertions, 2 deletions
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 ""