Changes between Version 8 and Version 9 of RaspberryPi


Ignore:
Timestamp:
2021-03-22T21:32:22Z (3 years ago)
Author:
Jiri Svoboda
Comment:

Emulating with Qemu (thx Jakub)

Legend:

Unmodified
Added
Removed
Modified
  • RaspberryPi

    v8 v9  
    7474Starting kernel ...
    7575}}}
     76
     77=== Emulating in Qemu ===
     78
     79It is possible to use machine {{{raspi0}}} or {{{raspi1p}}}.
     80{{{
     81qemu-system-arm -M raspi0 -bios boot/image.boot.bin -serial stdio
     82}}}
     83