Raspi3 patch merged to qemu source

pull/4/head
bzt 6 years ago
parent f32816bcb9
commit 80e35270d2

@ -59,8 +59,8 @@ minicom -b 115200 -D /dev/ttyUSB0
Emulálás
--------
Sajnálatos módon a hivatalos qemu nem támogatja a Raspberry Pi 3-at, csak a 2-t. De van egy jó hírem, megírtam
a támogatást hozzá, és a forrást elérhetővé tettem a [github](https://github.com/bztsrc/qemu-raspi3)-on. Miután
Sajnálatos módon a hivatalos qemu bináris nem támogatja a Raspberry Pi 3-at egyenlőre. De van egy jó hírem, megírtam
a támogatást hozzá, így hamarosan érkezik. Addig sajnos fordítani kell a qemu-t a legfrissebb forrásból. Miután
lefordult, így tudod használni:
```sh

@ -60,8 +60,8 @@ minicom -b 115200 -D /dev/ttyUSB0
Emulation
---------
Unfortunately official qemu does not support Raspberry Pi 3, only Raspberry Pi 2. But good news, I've implemented
that, and made the source available on [github](https://github.com/bztsrc/qemu-raspi3). Once compiled, you can use it with:
Unfortunately official qemu binary does not support Raspberry Pi 3 yet. But good news, I've implemented that, so
it's coming soon. Until then, you have to compile qemu from the latest source. Once compiled, you can use it with:
```sh
qemu-system-aarch64 -M raspi3 -kernel kernel8.img -serial stdio

Loading…
Cancel
Save