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
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
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
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
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
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 (
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
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