A few months ago, Hans de Goede, currently working at Red Hat and a Fedora contributor, started to show up on linux-sunxi mailing list, and sent a lot of kernel patches for linux-sunxi kernel. Last week-end, he announced “Fedora 18 Final for Allwinner A10 and A13 based devices” on linux-sunxi community mailing list. To install it, first download the image:
1 |
wget http://scotland.proximity.on.ca/contrib-images/hansg/Fedora-18-a10-armhfp-r1.img.xz |
And write it to an SD card (all data will be wiped out):
1 |
xzcat Fedora-18-a10-armhfp-r1.img.xz > /dev/mmcblk0 |
You may have to replace “/dev/mmcblk0” by your own SD card device, e.g. “/dev/sdc”. AllWinner based devices can share the same kernel, but u-boot is board/products specific, so you’ll have to install u-boot for your board. First remove the SD card, re-insert it in order to automatically mount the FAT partition, and run:
1 |
sh <uboot-part-mount>/select-board.sh |
This will show the list of supported boards and products. Then run the command again for your device. For example:
1 |
sudo sh <uboot-part-mount>/select-board.sh mk802 |
[…]