From ff96435863f865edb75aaa697b40c0b0b260b05a Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Apr 28 2017 12:01:02 +0000 Subject: bump version --- diff --git a/arm-image-installer b/arm-image-installer index 87bc9e0..291e836 100755 --- a/arm-image-installer +++ b/arm-image-installer @@ -5,7 +5,7 @@ # Automate Media Creation for Fedora ARM # Current version -VERSION=1.99.13 +VERSION=1.99.14 # usage message usage() { diff --git a/boards.d/Bananapi_M2_Ultra b/boards.d/Bananapi_M2_Ultra new file mode 120000 index 0000000..44bea25 --- /dev/null +++ b/boards.d/Bananapi_M2_Ultra @@ -0,0 +1 @@ +../socs.d/AllWinner \ No newline at end of file diff --git a/boards.d/Cubieboard4 b/boards.d/Cubieboard4 new file mode 120000 index 0000000..44bea25 --- /dev/null +++ b/boards.d/Cubieboard4 @@ -0,0 +1 @@ +../socs.d/AllWinner \ No newline at end of file diff --git a/boards.d/am335x_evm b/boards.d/am335x_evm new file mode 120000 index 0000000..7ea1955 --- /dev/null +++ b/boards.d/am335x_evm @@ -0,0 +1 @@ +../socs.d/omap4 \ No newline at end of file diff --git a/boards.d/arndale b/boards.d/arndale deleted file mode 100755 index ca81101..0000000 --- a/boards.d/arndale +++ /dev/null @@ -1,13 +0,0 @@ -# get wget http://tekkamanninja.fedorapeople.org/boards/arndale/u-boot/arndale-bl1.bin -curl -o /tmp/arndale-bl1.bin https://tekkamanninja.fedorapeople.org/boards/arndale/u-boot/arndale-bl1.bin - -cat $PREFIX/usr/share/uboot/$TARGET/u-boot.bin $PREFIX/usr/share/uboot/$TARGET/u-boot.dtb > /tmp/u-boot-dtb.bin - -sudo dd if=/tmp/arndale-bl1.bin of=$MEDIA seek=1 -sudo dd if=$PREFIX/usr/share/uboot/$TARGET/arndale-spl.bin of=$MEDIA seek=17 -sudo dd if=/tmp/u-boot-dtb.bin of=$MEDIA seek=49 - -# set console -SYSCON=ttySAC2,115200n8 - - diff --git a/boards.d/arndale b/boards.d/arndale new file mode 120000 index 0000000..fd8ef4d --- /dev/null +++ b/boards.d/arndale @@ -0,0 +1 @@ +../socs.d/exynos5 \ No newline at end of file diff --git a/boards.d/cl-som-am57x b/boards.d/cl-som-am57x new file mode 120000 index 0000000..7ea1955 --- /dev/null +++ b/boards.d/cl-som-am57x @@ -0,0 +1 @@ +../socs.d/omap4 \ No newline at end of file diff --git a/boards.d/orangepi_one b/boards.d/orangepi_one new file mode 120000 index 0000000..44bea25 --- /dev/null +++ b/boards.d/orangepi_one @@ -0,0 +1 @@ +../socs.d/AllWinner \ No newline at end of file diff --git a/boards.d/orangepi_plus2e b/boards.d/orangepi_plus2e new file mode 120000 index 0000000..44bea25 --- /dev/null +++ b/boards.d/orangepi_plus2e @@ -0,0 +1 @@ +../socs.d/AllWinner \ No newline at end of file diff --git a/boards.d/orangepi_zero b/boards.d/orangepi_zero new file mode 120000 index 0000000..44bea25 --- /dev/null +++ b/boards.d/orangepi_zero @@ -0,0 +1 @@ +../socs.d/AllWinner \ No newline at end of file diff --git a/boards.d/pine64_plus b/boards.d/pine64_plus deleted file mode 100644 index 569888e..0000000 --- a/boards.d/pine64_plus +++ /dev/null @@ -1,6 +0,0 @@ -# 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 diff --git a/boards.d/pine64_plus b/boards.d/pine64_plus new file mode 120000 index 0000000..8a25d6a --- /dev/null +++ b/boards.d/pine64_plus @@ -0,0 +1 @@ +../socs.d/AllWinner-A64 \ No newline at end of file diff --git a/boards.d/udoo b/boards.d/udoo new file mode 120000 index 0000000..ff1e5b3 --- /dev/null +++ b/boards.d/udoo @@ -0,0 +1 @@ +../socs.d/imx6 \ No newline at end of file diff --git a/boards.d/usbarmory b/boards.d/usbarmory new file mode 120000 index 0000000..ff1e5b3 --- /dev/null +++ b/boards.d/usbarmory @@ -0,0 +1 @@ +../socs.d/imx6 \ No newline at end of file diff --git a/boards.d/warp b/boards.d/warp new file mode 120000 index 0000000..ff1e5b3 --- /dev/null +++ b/boards.d/warp @@ -0,0 +1 @@ +../socs.d/imx6 \ No newline at end of file diff --git a/socs.d/AllWinner-A64 b/socs.d/AllWinner-A64 new file mode 100644 index 0000000..569888e --- /dev/null +++ b/socs.d/AllWinner-A64 @@ -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 diff --git a/socs.d/exynos5 b/socs.d/exynos5 new file mode 100644 index 0000000..ca81101 --- /dev/null +++ b/socs.d/exynos5 @@ -0,0 +1,13 @@ +# get wget http://tekkamanninja.fedorapeople.org/boards/arndale/u-boot/arndale-bl1.bin +curl -o /tmp/arndale-bl1.bin https://tekkamanninja.fedorapeople.org/boards/arndale/u-boot/arndale-bl1.bin + +cat $PREFIX/usr/share/uboot/$TARGET/u-boot.bin $PREFIX/usr/share/uboot/$TARGET/u-boot.dtb > /tmp/u-boot-dtb.bin + +sudo dd if=/tmp/arndale-bl1.bin of=$MEDIA seek=1 +sudo dd if=$PREFIX/usr/share/uboot/$TARGET/arndale-spl.bin of=$MEDIA seek=17 +sudo dd if=/tmp/u-boot-dtb.bin of=$MEDIA seek=49 + +# set console +SYSCON=ttySAC2,115200n8 + +