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,
&
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
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
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
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