Update User Mode Networking debug command for QEMU Demo (#1270)

This commit is contained in:
Rohit Madan
2024-09-23 20:11:14 +05:30
committed by GitHub
parent 9245b4aaac
commit 2067506cc1

View File

@@ -129,7 +129,7 @@ is running `sudo nc -l 7` or `netcat -l 7` or `nc -l -p 7` depending on your OS)
2. Start QEMU in the paused state waiting for GDB connection:
```shell
sudo qemu-system-arm -machine mps2-an385 -cpu cortex-m3 \
sudo qemu-system-arm -machine mps2-an385 -cpu cortex-m3 -s -S \
-kernel ./build/freertos_tcp_mps2_demo.axf \
-monitor null -semihosting -semihosting-config enable=on,target=native -serial stdio -nographic \
-netdev user,id=mynet0, -net nic,model=lan9118,netdev=mynet0 \