odroidc2: fix fwupdater

This commit is contained in:
Calin Crisan 2017-03-25 22:08:24 +02:00
parent 02b14d4c65
commit 119329ffb1
3 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
sed -i 's/00 0x22000000 0x/00 - 0x/' /boot/boot.ini
sed -i 's/00 0x13000000 0x/00 - 0x/' /boot/boot.ini

View File

@ -8,3 +8,5 @@ cp $IMG_DIR/meson64_odroidc2.dtb $BOOT_DIR
cp $BOARD_DIR/bl1.bin.hardkernel $IMG_DIR
cp $BOARD_DIR/u-boot.bin $IMG_DIR
cp $BOARD_DIR/boot.ini $BOOT_DIR
cp $BOARD_DIR/uInitrd $BOOT_DIR

Binary file not shown.