Skip to content
This repository was archived by the owner on Oct 27, 2018. It is now read-only.

Commit 3cb02cc

Browse files
committed
cubietruck: updated kernel to 4.0.3
1 parent 4c9e521 commit 3cb02cc

File tree

8 files changed

+91
-21
lines changed

8 files changed

+91
-21
lines changed

board/common/mkimage.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ fi
101101
msg "creating disk loop device"
102102
dd if=/dev/zero of=$DISK_IMG bs=1M count=$DISK_SIZE
103103
if [ -n "$UBOOT_BIN" ] && [ -n "$UBOOT_SEEK" ]; then
104+
msg "copying u-boot image"
104105
dd conv=notrunc if=$UBOOT_BIN of=$DISK_IMG bs=512 seek=$UBOOT_SEEK
105106
fi
106107
loop_dev=$(losetup -f)

0 commit comments

Comments
 (0)