summaryrefslogtreecommitdiff
path: root/recipes/images/files/colibri-t20/colibri-t20_bin
diff options
context:
space:
mode:
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