From Fedora Project Wiki
(Add short description for Hikey620 and Dragonboard410c)
m (Fix the device name)
Line 10: Line 10:
Then resize the last partition using gparted.
Then resize the last partition using gparted.
<pre>
<pre>
gparted /dev/XXX
gparted /dev/mmcblk0
</pre>
</pre>



Revision as of 10:42, 8 December 2018

96Boards specifies a standard for boards manufactured by various companies.

Hikeyboard (Hikey 620)

The HiKey board a 96Boards Consumer Edition based on HiSilicon Kirin 620 SoC.

Hikey Board is supported by Fedora aarch64. As of Fedora 29, you can install to mSD by the following command (assume your mSD is recognised as /dev/mmcblk0).

xzcat Fedora-Server-29-1.2.aarch64.raw.xz| sudo dd status=progress bs=4M of=/dev/mmcblk0

Then resize the last partition using gparted.

gparted /dev/mmcblk0

Plug the mSD card in and boot the board.

Dragonboard 410c

The Dragonboard 410c is a 96Boards Consumer Edition based on Qualcomm Snapdragon 410E processor.

You can take this blog as a reference for how to install Fedora on it.