Fedora 21 LXDE and MATE versions for HummingBoard
I have created 2 Fedora 21 images for the HummingBoard and Cubox-i.
http://vps1.mkreder.com/Fedora-Mate-armhfp-21-5-sda.raw.xz
MATE
http://vps1.mkreder.com/Fedora-LXDE-armhfp-21-5-sda.raw.xz
LXDE
I will create a XFCE based image too, soon.
In order to extend the root filesystem on this image, you need to run:
1 2 3 4 5 6 7 8 9 10 11 12 13 |
fdisk /dev/location-of-your-fedora-arm-media << EOF d 3 n p 2001954 w EOF partprobe /dev/location-of-your-fedora-arm-media e2fsck -f /dev/location-of-your-fedora-arm-media3 resize2fs /dev/location-of-your-fedora-arm-media3 |
More information about Fedora on these boards can be found on this github page
3 thoughts on “Fedora 21 LXDE and MATE versions for HummingBoard”
You can use virt-resize (http://libguestfs.org/virt-resize.1.html), part of libguestfs, to expand in a safer way (no need to be root, for example) partitions within a disk image.
How well is the graphics card working under Fedora 21? I’m also interested in the hardware accelerated video playback with VLC or mplayer.
Cristian, The interface is working ok. It is usable. However VLC is still giving black screen on playback. I am working on that.