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 file-system of sd card broken and/or filenames c
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
Hi Xinyong,
with DEFAULT_SMALL enabled it rcS is autostarted again and the open fail is
gone. So a full solution. Thank you.
But this is changing a lot of my defconfig:
@ -6,9 +6,94 @@
# modifications.
#
# CONFIG_ARCH_LEDS is not set
+# CONFIG_BINFMT_DISABLE is not set
+# CONFIG_DISABLE_ENVIRON
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?
Regards,
Xinyong