summarylogtreecommitdiffstats
path: root/mkscr
blob: d5313f9c892ab9a5948d2d86e57a73f836c94b16 (plain)
1
2
3
4
5
6
7
8
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 arm64 -O linux -T script -C none -n "U-Boot boot script" -d boot.txt boot.scr