We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf94b31 commit b058b0cCopy full SHA for b058b0c
board/olimex/imx233_olinuxino_wordclock/sd-card.sh
@@ -7,5 +7,5 @@ gzip -d -c board/olimex/imx233_olinuxino_wordclock/sd-card.img.gz > $1/sd-card.i
7
# copy partitions
8
dd if=$1/uboot-env.bin of=$1/sd-card.img bs=512 seek=512 conv=notrunc
9
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
+dd if=$1/uImage.imx23-olinuxino of=$1/sd-card.img bs=512 seek=6144 conv=notrunc
11
dd if=$1/rootfs.squashfs of=$1/sd-card.img bs=512 seek=26624 conv=notrunc
sub_linux
0 commit comments