Skip to content

Commit

Permalink
release: support usbboot
Browse files Browse the repository at this point in the history
This patch adds usb-boot related utils and binary to support usb recovery.

Change-Id: I9b0ccb6fa4bb8ec8cb01179ba723a53eb1c8d15b
Signed-off-by: Jaewon Kim <[email protected]>
  • Loading branch information
jwn0222 authored and cometzero committed Aug 8, 2017
1 parent d595b52 commit ef57b91
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,12 @@ else
cp flash_all_by_fastboot.sh $TARGET_DIR
fi

if [ -e $PREBUILT_DIR/usb-downloader ]; then
cp $PREBUILT_DIR/usb-downloader $TARGET_DIR
cp $PREBUILT_DIR/nsih-${TARGET_BOARD}.txt $TARGET_DIR
cp $PREBUILT_DIR/usb_recovery.sh $TARGET_DIR
fi

cp expand_rootfs.sh $TARGET_DIR

if [ -e $PREBUILT_DIR/$TARGET_BOARD/u-boot-recovery.bin ]; then
Expand Down

0 comments on commit ef57b91

Please sign in to comment.