aviralgarg05 commented on PR #3474: URL: https://github.com/apache/nuttx-apps/pull/3474#issuecomment-4442656946
I’ve pushed the latest updates to the `nxpkg` app PR and re-verified the corrected `/etc` + `/var` runtime flow on the XIAO board. I also submitted the initial `nuttx` documentation page here, as requested: - [apache/nuttx#18875](https://github.com/apache/nuttx/pull/18875) The current hardware-verified flow for the app PR is now: - `mount -t tmpfs /etc` - `mount -t tmpfs /var` - `mkdir /etc/nxpkg` - `cp /mnt/elf/romfs/index.json /etc/nxpkg/index.json` - `nxpkg install hello` - `nxpkg list` -- 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]
