Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wtdcode authored Jan 3, 2024
1 parent 370d6d7 commit 662f754
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ qemu-system-arm -m 512 -M virt -cpu cortex-a15 \
-device virtio-blk-device,drive=hd0 \
-drive if=none,file=debian-bullseye-armhf-armmp.qcow2,id=hd0 \
-append "root=/dev/vda rw console=ttyAMA0 rodata=n net.ifnames=0" \
-nic user,model=virtio-net-pci,hostfwd=tcp::5555-:22 -nographic
-device virtio-net-device,netdev=usernet \
-netdev user,id=usernet,hostfwd=tcp::5555-:22 -nographic
```

Refer to [QEMU ARM doc](https://wiki.qemu.org/Documentation/Platforms/ARM) for details.
Expand Down Expand Up @@ -223,4 +224,4 @@ On emulated targets:
parted /dev/vda resizepart 1 100%
resize2fs /dev/vda
reboot
```
```

0 comments on commit 662f754

Please sign in to comment.