This commit is contained in:
Tobias Opel
2020-04-10 20:32:22 +02:00
parent 57e84f6aec
commit dd5c86e65c
5 changed files with 30 additions and 0 deletions

9
images/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