Changes

Jump to: navigation, search

Pidora 2014 qemu

767 bytes added, 11:51, 28 May 2014
no edit summary
== Pidora QEMU Compose ==
Using pidora in a qemu environment has some important restrictions to note. The plan model that is used to allow Pidora QEMU to compose new Pidora images. This could increase speed for making new composes, add emulate pidora has a standard operating procedure for completing hard coded restriction on how much ram it, and finally allow other users to make remixes using can use(256mb). However the Pidora 2014 package set.programs that we use
= Pidora QEMU Setup =
 
<pre>
# Choose the directory to put both the image and the compiled qemu software
pidora_dir=/data/pidora-qemu
 
# Make the directory and enter it
mkdir ${pidora_dir}
cd ${pidora_dir}
 
# Download the qemu kernel
wget http://xecdesign.com/downloads/linux-qemu/kernel-qemu
 
# Download the pidora image
wget http://pidora.ca/pidora/releases/20/images/Pidora-2014-R1.zip
 
# Unzip the image file
unzip Pidora-2014-R1.zip
 
# Make a new directory for qemu and enter it
mkdir ${pidora_dir}/raspidev/
cd ${pidora_dir/raspidev/
 
</pre>
 
There are multiple ways to get qemu-system-arm. You can compile a new version with a few select flags, or you can try installing the version that your distribution has already compiled.
 
git clone git://git.qemu-project.org/qemu.git
cd ${pidora_dir}/raspidev/qemu/
</pre>
 
 
198
edits

Navigation menu