initial firmware files

Signed-off-by: Kabbone <tobias@opel-online.de>
This commit is contained in:
2020-03-22 14:47:11 +01:00
parent 3f6c27efa6
commit 718afb9139
11 changed files with 125 additions and 0 deletions

9
uboot-rock64/mkscr Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
if [[ ! -x /usr/bin/mkimage ]]; then
echo "mkimage not found. Please install uboot-tools:"
echo " pacman -S uboot-tools"
exit 1
fi
mkimage -A arm -O linux -T script -C none -n "U-Boot boot script" -d boot.txt boot.scr