How can I emulate RaspberryPi on Ubuntu?

I was looking to virtually emulate Raspberry Pi on Ubuntu 12.04.

I saw some articles like HOWTO: Virtual Raspbian on Qemu in Ubuntu Linux 12.10

In this tutorial there is a field -append /dev/sda2, but I don't know whether it's the virtual field or my real disk... I don't want to risk losing my data.

1 Answer

I found out that /dev/sda2 is the parameter specifying which device to mount as the root filesystem.

I followed this guide.

0

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like