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

2021-03-29 Thread Xiang Xiao
This is a known issue, fixed here: https://github.com/apache/incubator-nuttx-apps/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 a

Podling Nuttx Report Reminder - April 2021

2021-03-29 Thread jmclean
Dear podling, This email was sent by an automated system on behalf of the Apache Incubator PMC. It is an initial reminder to give you plenty of time to prepare your quarterly board report. The board meeting is scheduled for Wed, 21 April 2021. The report for your podling will form a part of the I

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

2021-03-29 Thread Tanushree Baindur
Thank you all for your help. I tried the patch ( https://github.com/apache/incubator-nuttx/pull/3228) with the latest mainline. When I try to run the simulator it hangs with the following error: [/Users/akkuwoof/nuttx-code/nuttx]./nuttx nsh: mkfatfs: mkfatfs failed: 6 I have attached the .confi

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

2021-03-29 Thread Xiang Xiao
Tanushree, Could you try this patch with the latest mainline? https://github.com/apache/incubator-nuttx/pull/3228 On Mon, Mar 29, 2021 at 11:13 PM Gregory Nutt wrote: > The system has never worked reliably with either memory manager or > scheduler debug enabled. That is because the debug output

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

2021-03-29 Thread Gregory Nutt
The system has never worked reliably with either memory manager or 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

Google Summer of Code – NuttX with pysimCoder

2021-03-29 Thread lencmich
Hello, I am writing this email to let NuttX community and other people interested in pysimCoder integration with NuttX know about updates regarding this Google Summer of Code project. The student applications period for GSoC is starting tonight at 8.00 pm CEST. I have done some final ty

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

2021-03-29 Thread 李桂丁
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 c

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