Skip to content

Commit b058b0c

Browse files
committed
Update to Buildroot 2016.02 and Linux 4.4.6
1 parent cf94b31 commit b058b0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

board/olimex/imx233_olinuxino_wordclock/sd-card.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ gzip -d -c board/olimex/imx233_olinuxino_wordclock/sd-card.img.gz > $1/sd-card.i
77
# copy partitions
88
dd if=$1/uboot-env.bin of=$1/sd-card.img bs=512 seek=512 conv=notrunc
99
dd if=$1/u-boot.sd of=$1/sd-card.img bs=512 seek=2048 conv=notrunc
10-
dd if=$1/uImage of=$1/sd-card.img bs=512 seek=6144 conv=notrunc
10+
dd if=$1/uImage.imx23-olinuxino of=$1/sd-card.img bs=512 seek=6144 conv=notrunc
1111
dd if=$1/rootfs.squashfs of=$1/sd-card.img bs=512 seek=26624 conv=notrunc

sub_linux

Submodule sub_linux updated 477 files

0 commit comments

Comments
 (0)