Donny9 commented on pull request #2899: URL: https://github.com/apache/incubator-nuttx/pull/2899#issuecomment-790709562
> > > lm3s6965-ek:discover > > > > > > how to run lm3s6965-ek:discover on qemu? use command: qemu-system-arm -semihosting -M lm3s6965evb -device loader,file=nuttx.bin,addr=0x00000000 -netdev user,id=user0 -nographic -kernel nuttx ? I don't connect it with arm-none-eabi-gdb. please tell me the way. Thank you @masayuki2009 > > @Donny9 > > Firstly, you need to add `CONFIG_TIVA_WITH_QEMU=y` > > $ qemu-system-arm -net nic,model=stellaris -net user,hostfwd=tcp:127.0.0.1:10023-10.0.2.15:23,hostfwd=tcp:127.0.0.1:10021-10.0.2.15:21 -M lm3s6965evb -kernel nuttx -nographic -s -S > > $ arm-none-eabi-gdb-py -i=mi -ix=./tools/nuttx-gdbinit nuttx > (gdb) target extended-remote:1234 > > $ telnet localhost 10023 hello, @masayuki2009, please try this patch #2978 thanks. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org