Re: No output for lm3s6965-ek:qemu-protected

2024-05-14 Thread Alan C. Assis
Exactly! Since you require Cortex-M, Ethernet and QEMU. I'm not sure if the qemu-system-arm package now has support for STM32, if it has it is possible to use some stm32 board. Another alternative could be RISC-V on QEMU, in case Cortex-M is not an essential requirement. Ah, and Xtensa (ESP32) a

Re: No output for lm3s6965-ek:qemu-protected

2024-05-14 Thread Robin Randhawa
Thanks Alan! Would be great to get Yamamoto-San's views. Basically I want to showcase Nuttx as a good option for misc projects and the situation is such that I need the following attributes: 1. Cortex-M 2. Ethernet 3. Qemu Unless I'm mistaken, lm3s6965evb was the only board that met all 3 ? Ch

Re: No output for lm3s6965-ek:qemu-protected

2024-05-14 Thread Alan C. Assis
Hi Robin, Thank you very much for further investigation! I tried to build here and found a different issue: CC: wchar/lib_mbsnrtowcs.c MODULECC: chardev.c CC: proxies/PROXY_dup2.c LD: struct_main.o LD: hello.o CC: readline.c LD: task.o LD: signal.o MODULELD: chardev.o CC: nsh_envcmds.c LD: p

Re: No output for lm3s6965-ek:qemu-protected

2024-05-14 Thread Robin Randhawa
Hi Alan. Thanks for the response. I forgot to add that I had tried to bisect things but I didn't get very far. This could be down to something silly at my end but either I couldn't get a successful build or I would hit the same situation as previously indicated. I decided to poke a bit further a

Re: No output for lm3s6965-ek:qemu-protected

2024-05-13 Thread Alan C. Assis
Hi Robin, Did you test previous release versions? It could be useful to know in which version the issue was introduced. After that we could use git bisect to pinpoint the commit that introduced this issues. Best Regards, Alan On Mon, May 13, 2024 at 5:41 PM Robin Randhawa wrote: > Hi. > > I

No output for lm3s6965-ek:qemu-protected

2024-05-13 Thread Robin Randhawa
Hi. I find that: $ ./tools/configure.sh lm3s6965-ek:qemu-flat $ make $ qemu-system-arm -M lm3s6965evb -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 -kernel nuttx -nographic .. gets me to a nice NSH prompt with ping working.