From Fedora Project Wiki
(Replaced content with "96Boards specifies a standard for boards manufactured by various companies. Architecture/ARM/HiKey Architecture/ARM/Dragonboard 410c [[Architecture/ARM/BubbleG...")
mNo edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
96Boards specifies a standard for boards manufactured by various companies.
96Boards specifies a standard for boards manufactured by various companies.


== Hikeyboard (Hikey 620) ==
The [https://www.96boards.org/product/hikey/ HiKey board] a 96Boards Consumer Edition based on HiSilicon Kirin 620 SoC.


[[Architecture/ARM/HiKey]]
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).
[[Architecture/ARM/Dragonboard 410c]]
<pre>
[[Architecture/ARM/BubbleGum 96]]
xzcat Fedora-Server-29-1.2.aarch64.raw.xz| sudo dd status=progress bs=4M of=/dev/mmcblk0
</pre>
Then resize the last partition using gparted.
<pre>
gparted /dev/mmcblk0
</pre>
And add hi6220_reset module to dracut config, so your Hikeyboard can still boot after installing a new kernel.
<pre>
echo 'add_drivers+="hi6220_reset"' >> /etc/dracut.conf.d/hikeyboard.conf
</pre>
Plug the mSD card in and boot the board.
 
== Dragonboard 410c==
 
The [https://www.96boards.org/product/dragonboard410c/ Dragonboard 410c] is a 96Boards Consumer Edition based on Qualcomm Snapdragon 410E processor.
 
You can take [https://nullr0ute.com/2017/11/getting-started-with-fedora-on-the-96boards-dragonboard/ this blog] as a reference for how to install Fedora on it.

Latest revision as of 12:44, 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

And add hi6220_reset module to dracut config, so your Hikeyboard can still boot after installing a new kernel.

echo 'add_drivers+="hi6220_reset"' >> /etc/dracut.conf.d/hikeyboard.conf

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.