Skip to content

Commit 2067506

Browse files
authored
Update User Mode Networking debug command for QEMU Demo (FreeRTOS#1270)
1 parent 9245b4a commit 2067506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Qemu_mps2/Readme_UserNetworking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ is running `sudo nc -l 7` or `netcat -l 7` or `nc -l -p 7` depending on your OS)
129129
130130
2. Start QEMU in the paused state waiting for GDB connection:
131131
```shell
132-
sudo qemu-system-arm -machine mps2-an385 -cpu cortex-m3 \
132+
sudo qemu-system-arm -machine mps2-an385 -cpu cortex-m3 -s -S \
133133
-kernel ./build/freertos_tcp_mps2_demo.axf \
134134
-monitor null -semihosting -semihosting-config enable=on,target=native -serial stdio -nographic \
135135
-netdev user,id=mynet0, -net nic,model=lan9118,netdev=mynet0 \

0 commit comments

Comments
 (0)