rock64/uboot-rock64/mkscr
Kabbone 718afb9139
initial firmware files
Signed-off-by: Kabbone <tobias@opel-online.de>
2020-03-22 14:47:11 +01:00

10 lines
239 B
Bash
Executable File

#!/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