From 0e1a908601d177389a7cfb478d0ba6981d2de79f Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Apr 25 2017 21:03:48 +0000 Subject: Add initial Pine 64 config to boards.d --- diff --git a/boards.d/pine64_plus b/boards.d/pine64_plus new file mode 100644 index 0000000..569888e --- /dev/null +++ b/boards.d/pine64_plus @@ -0,0 +1,6 @@ +# write uboot +echo "= Writing sunxi-spl.bin for $TARGET ...." +sudo dd if=$PREFIX/usr/share/uboot/$TARGET/sunxi-spl.bin of=$MEDIA bs=8k seek=1; sync +sudo dd if=$PREFIX/usr/share/uboot/$TARGET/u-boot.itb of=$MEDIA bs=8k seek=5; sync; sleep 5 +# set console for allwinner +SYSCON=ttyS0,115200