acassis commented on code in PR #3642:
URL: https://github.com/apache/nuttx-apps/pull/3642#discussion_r3620894579


##########
system/nxpkg/Kconfig:
##########
@@ -29,4 +29,13 @@ config SYSTEM_NXPKG_STACKSIZE
        int "'nxpkg' stack size"
        default 16384
 
+config SYSTEM_NXPKG_ROOT
+       string "'nxpkg' storage root"
+       default "/tmp/nxpkg"

Review Comment:
   I think keeping it in /tmp is fine for this first version, but the final 
version should be in some non-volatile directory like /var, etc, to resist 
during the board reset



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to