mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-05-12 19:52:55 -04:00
Update User Mode Networking debug command for QEMU Demo (#1270)
This commit is contained in:
parent
9245b4aaac
commit
2067506cc1
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
2. Start QEMU in the paused state waiting for GDB connection:
|
||||||
```shell
|
```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 \
|
-kernel ./build/freertos_tcp_mps2_demo.axf \
|
||||||
-monitor null -semihosting -semihosting-config enable=on,target=native -serial stdio -nographic \
|
-monitor null -semihosting -semihosting-config enable=on,target=native -serial stdio -nographic \
|
||||||
-netdev user,id=mynet0, -net nic,model=lan9118,netdev=mynet0 \
|
-netdev user,id=mynet0, -net nic,model=lan9118,netdev=mynet0 \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue