Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: qemu for rpi emulation



2013/8/13 matthew sporleder <msporleder%gmail.com@localhost>:
> Is there a way to use qemu to emulate netbsd/rpi?
> If not, what's missing?

QEMU doesn't emulate quite the same hardware that RPi bundles in its
SoC, but you can use the Integrator CP board emulation
(qemu-system-arm -M integratorcp -cpu arm1136...) and an INTEGRATOR_CP
kernel with the common evbarm userland.

The only significant drawback is that there's no SD/MMC support, so
you have to export your root filesystem via NFS from your host machine
(which is quite convenient is you're planning to do some tweaks on the
userland).

Sergio.


Home | Main Index | Thread Index | Old Index