mkscr 239 B

12345678910
  1. #!/bin/bash
  2. if [[ ! -x /usr/bin/mkimage ]]; then
  3. echo "mkimage not found. Please install uboot-tools:"
  4. echo " pacman -S uboot-tools"
  5. exit 1
  6. fi
  7. mkimage -A arm -O linux -T script -C none -n "U-Boot boot script" -d boot.txt boot.scr