RE: CONFIG_NSH_CMDPARMS not working as expected

2021-02-16 Thread David Sidrane
Do you have a writeable /tmp? It would have to be /fs/microsd/tmp "interim output will be retained in a temporary file. Full path to a directory where temporary files can be created is taken from CONFIG_LIBC_TMPDIR and it defaults to /tmp if CONFIG_LIBC_TMPDIR is not set." David -Original Me

CONFIG_NSH_CMDPARMS not working as expected

2021-02-16 Thread Pieter-Jan Dewitte
Hi all, I'm looking for help and found on Github this is the best way. In short, I don't understand why "set FOO `pwd`" gives me this error: "nsh: pwd: open failed: No such file or directory" I don't understand it because the documentation