mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Update common.sh
This commit is contained in:
@@ -255,7 +255,7 @@ echo "------ Writing boot loader."
|
||||
if [[ $BOARD == "cubox-i" ]] ; then
|
||||
dd if=$DEST/$BOOTSOURCE/SPL of=$LOOP bs=512 seek=2 status=noxfer
|
||||
dd if=$DEST/$BOOTSOURCE/u-boot.img of=$LOOP bs=1K seek=42 status=noxfer
|
||||
elif [[ $BOARD == "lime" || $BOARD == "lime2" ]]; then
|
||||
elif [[ $BOARD == "lime2" ]]; then
|
||||
dd if=$DEST/$BOOTSOURCE/spl/sunxi-spl.bin of=$LOOP bs=1024 seek=8 status=noxfer
|
||||
dd if=$DEST/$BOOTSOURCE/u-boot.bin of=$LOOP bs=1024 seek=32 status=noxfer
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user