Problem with running thttpd-nxflat in qemu - port forwarding from qemu to thttpd app running in it does not work.

2021-06-05 Thread Tanushree Baindur
Hi, I am trying to run the thttpd web server example built using nxflat in qemu. Using the qemu-system-arm command I am able to run the generated nuttx.bin. When I ran the curl command in another terminal, I noticed that qemu does listen on the port but is not forwarding the port to nuttx.bin I

Re: Trying to build nxflat example in simulator

2021-04-26 Thread Tanushree Baindur
Thank you so much for your replies. I tried to edit some makefiles in order to disable the document generation but I still get the same error. I need to look at the makefiles a bit more to find other places I might have missed. I also don’t have a board at the moment and I’m just running all the

Fwd: Trying to build nxflat example in simulator

2021-04-24 Thread Tanushree Baindur
Hi, I started working on issue Illegal calls to romdisk_register() #246 a while back. I've been able to figure out how to run all of the examples listed in the issue on the simulator, except for these two : examples/ nxflat and examples/thttpd. I found information regarding nxflat on this website

Re: Running ELF example hello world on simulator

2021-04-12 Thread Tanushree Baindur
sage after program execution: > Before: 1192000 After: 1190560 Change:-1440 > > > > <---snip---> > nsh> /mnt/romfs/hello > Getting ready to say "Hello, world" > > Hello, world! > It has been said. > > argc= 1 > argv= 0x0

Running ELF example hello world on simulator

2021-04-11 Thread Tanushree Baindur
Hi, I am trying to run the hello world example in /apps/examples/elf/tests/hello in the simulator. I cleared the existing configuration using make distclean and then regenerated the .config file for sim:nsh configuration. I have added the following lines to the end of the .config file: CONFIG_L

Re: Running the simulator with the MM debug features enabled causes assertion to fail.

2021-04-03 Thread Tanushree Baindur
pps/pull/624 > I would suggest you always update nuttx and apss repo at the same time to > avoid the potential mismatch. > > On Tue, Mar 30, 2021 at 12:46 PM Tanushree Baindur < > tanushree.bain...@gmail.com> wrote: > > > Thank you all for your help. I tried the patch (

Re: Running the simulator with the MM debug features enabled causes assertion to fail.

2021-03-29 Thread Tanushree Baindur
r > > scheduler debug enabled. That is because the debug output interferes > > with the normal operation of those sub-systems. > > > > On 3/29/2021 6:22 AM, Tanushree Baindur wrote: > > > I am taking a look at issue #246 in nuttx-apps: Illegal calls to > > > rom

Running the simulator with the MM debug features enabled causes assertion to fail.

2021-03-29 Thread Tanushree Baindur
I am taking a look at issue #246 in nuttx-apps: Illegal calls to romdisk_register(). In order to view how nuttx works I enabled the Memory Manager(MM) debug features including the error, warning and informational output using ‘make menuconfig’ . I then typed ‘make’ and ran the simulator. This caus