Jan Kundrát | 5fb4992 | 2019-08-05 18:27:25 +0200 | [diff] [blame] | 1 | #!/bin/sh |
2 | |||||
3 | install -m 0644 -D $BINARIES_DIR/boot.scr $TARGET_DIR/boot/boot.scr | ||||
4 | |||||
Jan Kundrát | 5fb4992 | 2019-08-05 18:27:25 +0200 | [diff] [blame] | 5 | # prepare the static script with RAUC logic |
6 | ${HOST_DIR}/bin/mkimage -C none -A arm -T script \ | ||||
7 | -d ${BR2_EXTERNAL_CZECHLIGHT_PATH}/board/czechlight/beaglebone/rauc.scr.txt ${BINARIES_DIR}/rauc.scr |