How to emulate the Raspberry Pi 2 on QEMU?

后端 未结 3 1347
清酒与你
清酒与你 2021-02-04 06:32

Some time ago I emulated the Raspberry Pi following this article, but this approach has several problems:

  1. It is very slow.
  2. The display solution is limited
3条回答
  •  无人及你
    2021-02-04 07:19

    If you're comfortable building qemu, you can find support for pi2 system emulation here: https://github.com/0xabu/qemu. It's not particularly speedy, and the device emulations are incomplete, but you can resize the RAM and framebuffer.

    There are brief instructions for booting Raspbian at the end of https://github.com/0xabu/qemu/wiki

提交回复
热议问题