summaryrefslogtreecommitdiff
path: root/recipes/images/files/colibri-t20/colibri-t20_bin
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
commit495ad28eadc1733c58fb644586f8f9ce60e4a6ce (patch)
tree823c2d2ca93396be5075922c76f9a0592705d55b /recipes/images/files/colibri-t20/colibri-t20_bin
parent48d95d0878b84c42a194800d904ff93908b9b785 (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')
-rw-r--r--recipes/images/files/colibri-t20/colibri-t20_bin/configblock_256.binbin0 -> 2048 bytes
-rw-r--r--recipes/images/files/colibri-t20/colibri-t20_bin/configblock_512.binbin0 -> 2048 bytes
-rwxr-xr-xrecipes/images/files/colibri-t20/colibri-t20_bin/mk-u-boot-scripts.sh5
3 files changed, 5 insertions, 0 deletions
diff --git a/recipes/images/files/colibri-t20/colibri-t20_bin/configblock_256.bin b/recipes/images/files/colibri-t20/colibri-t20_bin/configblock_256.bin
new file mode 100644
index 0000000..35068f7
--- /dev/null
+++ b/recipes/images/files/colibri-t20/colibri-t20_bin/configblock_256.bin
Binary files differ
diff --git a/recipes/images/files/colibri-t20/colibri-t20_bin/configblock_512.bin b/recipes/images/files/colibri-t20/colibri-t20_bin/configblock_512.bin
new file mode 100644
index 0000000..b58dbaa
--- /dev/null
+++ b/recipes/images/files/colibri-t20/colibri-t20_bin/configblock_512.bin
Binary files differ
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