acassis commented on issue #18380: URL: https://github.com/apache/nuttx/issues/18380#issuecomment-3883854432
@aviralgarg05 I think the scope is well defined, but seems there is too much AI generated data. Remember that you will need to create a proposal to GSoC, so it is better to understand the steps and create a document by yourself. In https://github.com/apache/nuttx/issues/17351 we proposal to use the existing ppkg project to implement the package management, but of course you can create a new pkg mngt as proposed here. Just evaluate the pros and cons of each approach. For pkg commands, I suggest to use opkg and apt as reference: pkg search, pkg install, etc. ("pkg run" is really strange). I think you highlighted the most important points, just some other details to keep in mind: - the distro solution should be implemented in a way totally integrated to our build system, than an external distro. The idea is that using NuttX anyway can enable the right commands and create their own "distro". (So keep in mind Makefile and CMake compatibility) - I liked the idea of using sim for testing/validation, it simplifies tests and allow everybody to test the distro, but I think we need to have a candidate board as real target. This board should have a LCD screen and network compatibility. A good candidate should be stm32h74[5,7]i-disco (it has good driver support, LCD, Audio, Network, etc), ESP32-S3 (like https://aliexpress.com/item/1005007203795807.html it has LCD and WiFi, but this board needs to be added to mainline). @michallenc @halyssonJr @raiden00pl @xiaoxiang781216 any other suggestion? -- 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]
