Thank you all for your advice. I'm sorry for the delay in replying to this
email. I'm able to get Nuttx and Nuttx-apps to work properly now.
On Tue, Mar 30, 2021 at 12:45 AM Xiang Xiao
wrote:
> This is a known issue, fixed here:
> https://github.com/apache/incubator-nuttx-apps/pull/624
> I would
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
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
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
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
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
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