Changes between Version 8 and Version 9 of RaspberryPi
- Timestamp:
- 2021-03-22T21:32:22Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RaspberryPi
v8 v9 74 74 Starting kernel ... 75 75 }}} 76 77 === Emulating in Qemu === 78 79 It is possible to use machine {{{raspi0}}} or {{{raspi1p}}}. 80 {{{ 81 qemu-system-arm -M raspi0 -bios boot/image.boot.bin -serial stdio 82 }}} 83