summaryrefslogtreecommitdiffstats
path: root/meta-toradex-extras/recipes/u-boot/u-boot-script-toradex/fwd_mmc.scr
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2016-09-14 16:53:57 +0300
committerFrederik Gladhorn <frederik.gladhorn@qt.io>2016-09-19 14:46:40 +0000
commit5e19fd01a8021b2aef3488666c555edd63eb4582 (patch)
treea35161921fbfcdf0fa2d2b73c3bbd0ea79160709 /meta-toradex-extras/recipes/u-boot/u-boot-script-toradex/fwd_mmc.scr
parent97e5acb0a9a1b8c772cbf0018d46f26f61605bd1 (diff)
downloadmeta-boot2qt-5e19fd01a8021b2aef3488666c555edd63eb4582.tar.gz
toradex: use latest u-boot and flashing scripts
The script sources are from meta-toradex-demos layer, but they are patched to update only u-boot part. The u-boot from V2.6 release is the latest that toradex uses in their boards and uses the changed u-boot location. Change-Id: I86345f692961ed906af4d9f251de28eb551d9cbf Reviewed-by: Risto Avila <risto.avila@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Diffstat (limited to 'meta-toradex-extras/recipes/u-boot/u-boot-script-toradex/fwd_mmc.scr')
-rw-r--r--meta-toradex-extras/recipes/u-boot/u-boot-script-toradex/fwd_mmc.scr3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-toradex-extras/recipes/u-boot/u-boot-script-toradex/fwd_mmc.scr b/meta-toradex-extras/recipes/u-boot/u-boot-script-toradex/fwd_mmc.scr
new file mode 100644
index 0000000..4c8f666
--- /dev/null
+++ b/meta-toradex-extras/recipes/u-boot/u-boot-script-toradex/fwd_mmc.scr
@@ -0,0 +1,3 @@
1#the update.sh script renames this. fwd_mmc.scr -> ../flash_mmc.img
2#flash_mmc has been renamed to flash_blk, ensure compatibilty when updating from older versions
3fatload mmc ${drive}:1 ${loadaddr} flash_blk.img && source ${loadaddr}