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

pull/1268/head^2
Rohit Madan 4 months ago committed by GitHub
parent 9245b4aaac
commit 2067506cc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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 \

Loading…
Cancel
Save