Re: rcS startup-script

2024-11-17 Thread Simon Filgis
gt; CONFIG_SYSTEM_NSH=y > -CONFIG_SYSTEM_RAMTEST=y > CONFIG_SYSTEM_SETLOGMASK=y > CONFIG_SYSTEM_STACKMONITOR=y > CONFIG_SYSTEM_SYSTEM=y > +CONFIG_SYSTEM_TELNETD=y > CONFIG_TIMER=y > CONFIG_UART0_SERIAL_CONSOLE=y > CONFIG_USERLED=y > > > I start testing. > > Best, &

Re: rcS startup-script

2024-11-17 Thread Gregory Nutt
On 11/17/2024 6:09 AM, Simon Filgis wrote: Dear all, Everything still works. There is one thing that I found interesting: I have a ftp_server running. This server is not accepting long filenames any more. I cannot remember this limitation from previviouse usage. Though in the past I saw the fil

Re: rcS startup-script

2024-11-16 Thread Simon Filgis
ov 14, 2024 at 8:55 AM 方新勇 wrote: > hello, > > Did you enable NSH_DISABLESCRIPT option in apps/nshlib/Kconfig, that > depends on DEFAULT_SMALL as default. > If DEFAULT_SMALL is disabled, nsh do not autostart rcS startup-script. > > But I don't have any idea why output that

Re: rcS startup-script

2024-11-14 Thread 方新勇
hello, Did you enable NSH_DISABLESCRIPT option in apps/nshlib/Kconfig, that depends on DEFAULT_SMALL as default. If DEFAULT_SMALL is disabled, nsh do not autostart rcS startup-script. But I don't have any idea why output that "init: open failed: 2". Can you give me some hints? Re

rcS startup-script

2024-11-13 Thread Simon Filgis
Dear all, I have a board with rcS startup-script and etc/init.d automount. After updating nuttx it does not work any more. https://github.com/apache/nuttx/pull/11498 https://github.com/apache/nuttx/pull/11572 Following the guidance in the PR I was able to have my rsS script again automated