08-02-2017, 07:52 AM
Why isn't there a PINE64 target in `fedora-arm-image-installer`?
This is from the Fedora ARM Installation Manual:
https://fedoraproject.org/wiki/Architect...ion#Manual
I'm hoping that one of the existing ARM boards may also work for the Pine64 A64+. Although from my experience with the RaspberryPi and NTC CHIP I know that I need a Linux Device Tree (DTB) for the A64+
I've also downloaded the aarch64 Fedora Workstation image `Fedora-Workstation-armhfp-26-1.5-sda.raw` which from the Fedora ARM Installation Manual appears to be a disk image for an SD card. I'm going to try to`dd` that image to an SD card and see what I get.
Code:
Usage: fedora-arm-image-installer <options>
--image=IMAGE - xz compressed image file name
--target=TARGET - target board
[A10-OLinuXino-Lime|A20-OLinuXino-Lime|A20-OLinuXino-Lime2|A20-OLinuXino_MICRO|Bananapi|Bananapro|beaglebone|Cubieboard|Cubieboard2|Cubietruck|Mele_A1000|Mini-X|none|novena|panda|riotboard|trimslice|wandboard_dl|wandboard_quad|wandboard_solo]
--media=DEVICE - media device file (/dev/[sdX|mmcblkX])
--selinux=ON/OFF - Turn SELinux off/on as needed
--norootpass - Remove the root password
-y - Assumes yes, will not wait for confirmation
--version - Display version and exit
Example: fedora-arm-image-installer --image=Fedora-Rawhide.xz --target=panda --media=/dev/mmcblk0 --selinux=OFF
This is from the Fedora ARM Installation Manual:
https://fedoraproject.org/wiki/Architect...ion#Manual
I'm hoping that one of the existing ARM boards may also work for the Pine64 A64+. Although from my experience with the RaspberryPi and NTC CHIP I know that I need a Linux Device Tree (DTB) for the A64+
I've also downloaded the aarch64 Fedora Workstation image `Fedora-Workstation-armhfp-26-1.5-sda.raw` which from the Fedora ARM Installation Manual appears to be a disk image for an SD card. I'm going to try to`dd` that image to an SD card and see what I get.