Instructions to Run Raspberry Pi Fedora 14 Remix in QEMU
As mentioned in my previous post, the Raspberry Pi Foundation has just released the Fedora 14 Remix SD card image that can be installed either via installer (easiest method) or using dd / windd as with the previous image. In this blog post, I’ll give the instructions how to run Raspberry Pi Fedora 14 Remix in QEMU using a similar method than the one I used for Debian Squeeze. I tested since in machines with Ubuntu 10.04 LTS and Debian 6.0.4. Download the image using BitTorrent raspberrypi-fedora-remix-14-r1.img.gz.torrent or via the HTTP link available on Raspberry Pi Download page. Decompress the image:
1 |
gzip -d raspberrypi-fedora-remix-14-r1.img.gz |
Download kernel 3.0.4 image for qemu, if you don’t have it yet.
1 |
wget http://dl.dropbox.com/u/45842273/zImage |
Since the rootfs is full (in the real board it will be resized to the size of the SD Card), we need to increase the size of the rootfs partition. First create and empty 3G […]