summaryrefslogtreecommitdiff
path: root/recipes/images/files/colibri-t20/colibri-t20_bin/mk-u-boot-scripts.sh
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2015-03-28 13:59:29 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2015-05-12 10:04:34 +0200
commit7ea157b982063aaf31abc6fc7364aacd459f252f (patch)
tree89a6956007dc8e825a00a6ad17f59700c727feaf /recipes/images/files/colibri-t20/colibri-t20_bin/mk-u-boot-scripts.sh
parentc499868376c020de4b77eb5cf842c43dfb47d9be (diff)
trdx-image-fstype: drop tarball in favour of files
Drop the burnflash.tar.bz2 tarball and put the individual files under version control. Only create minimal set for colibri-t20 for now and move it with the change to tegra-uboot-flasher.
Diffstat (limited to 'recipes/images/files/colibri-t20/colibri-t20_bin/mk-u-boot-scripts.sh')
-rwxr-xr-xrecipes/images/files/colibri-t20/colibri-t20_bin/mk-u-boot-scripts.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/images/files/colibri-t20/colibri-t20_bin/mk-u-boot-scripts.sh b/recipes/images/files/colibri-t20/colibri-t20_bin/mk-u-boot-scripts.sh
new file mode 100755
index 0000000..2a4e898
--- /dev/null
+++ b/recipes/images/files/colibri-t20/colibri-t20_bin/mk-u-boot-scripts.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+for f in *.scr
+do
+ mkimage -T script -C none -n 'Flash Apalis iMX6' -d $f `basename $f .scr`.img
+done