Re: On-demand paging and lazy loading on NuttX;

2024-01-24 Thread Gregory Nutt
On 1/24/2024 3:44 PM, Gregory Nutt wrote: The on-demand paging logic is obsolete and incomplete as well as incorrect for the current architecture.  It was an experiment only for the LPC3131 when I was running out of a small SRAM with dynamic paging from SPI flash.  It really should be removed

Re: On-demand paging and lazy loading on NuttX;

2024-01-24 Thread Gregory Nutt
The on-demand paging logic is obsolete and incomplete as well as incorrect for the current architecture.  It was an experiment only for the LPC3131 when I was running out of a small SRAM with dynamic paging from SPI flash.  It really should be removed. True on-demand paging as you envision sho

On-demand paging and lazy loading on NuttX;

2024-01-24 Thread Tiago Medicci Serrano
Hi! The topic is *on-demand paging and "lazy loading" on NuttX*. Well, the on-demand paging article (and ` CONFIG_PAGING `) seem

Re: Builtin app with its own command processor on stdin

2024-01-24 Thread spudaneco
My guess would be stack corruption.  Crashes and hangs often don't happen until the app exits,  I would try increasing the app stack size.Sent from my Galaxy Original message From: Jernej Turnsek Date: 1/24/24 1:12 AM (GMT-06:00) To: dev@nuttx.apache.org Subject: Re: Builtin