Skip to content

Commit

Permalink
Update User Mode Networking debug command for QEMU Demo (FreeRTOS#1270)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitmadan07 authored Sep 23, 2024
1 parent 9245b4a commit 2067506
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 2067506

Please sign in to comment.