remove uboot flashing for Vim3

This commit is contained in:
Dan Johansen 2019-09-03 09:24:19 +02:00
parent a9a4a9f2fd
commit c2e3615805
1 changed files with 1 additions and 5 deletions

View File

@ -417,11 +417,7 @@ cleanup () {
# For Khadas devices
elif [[ "$DEVICE" = "vim3" ]]; then
#flash bootloader
dd if=$TMPDIR/boot/u-boot.bin.sd.bin of=$SDCARD bs=1 count=444 1> /dev/null 2>&1
dd if=$TMPDIR/boot/u-boot.bin.sd.bin of=$SDCARD bs=512 skip=1 seek=1 1> /dev/null 2>&1
#clean up
#clean up
umount $TMPDIR/root
umount $TMPDIR/boot
losetup -d $LDEV 1> /dev/null 2>&1