ldube opened a new pull request, #16408: URL: https://github.com/apache/nuttx/pull/16408
## Summary Add knsh defconfig ## Impact Only affects users of sama5d3-xplained ## Testing (using Linux host) cd nuttx make distclean; ./tools/configure.sh -l sama5d3-xplained/knsh make -j3 && make export pushd ../apps tools/mkimport.sh -z -x ../nuttx/nuttx-export-*.tar.gz make import tools/mkromfsimg.sh mv boot_romfsimg.h ../nuttx/boards/arm/sama5/sama5d3-xplained/include/boot_romfsimg.h popd make clean clean_context make -j3 Load and run nuttx.bin at 0x20008000 using u-boot Run the hello application knsh> /bin/hello Hello, World!! -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org