erkan-vatan opened a new pull request, #17229: URL: https://github.com/apache/nuttx/pull/17229
## Summary This PR introduces basic support for the T3 Gemstone O1 (t3-gem-o1) development board, including board configuration, linker scripts, and drivers for NSH. Currently only UART console is supported. All necessary files and configurations are added to enable building and running NuttX on this TI AM67-based board. For more information about the board: - **Website:** https://www.t3gemstone.org/en - **Board Specs:** https://docs.t3gemstone.org/en/boards/o1/introduction - **Documentation:** https://docs.t3gemstone.org/en/projects/nuttx ## Impact Add support for TI AM67 chip. Add new TI AM67-based board named `t3-gem-o1`. Provide defconfigs: - nsh ## Testing Tested on host: Ubuntu 24.04 noble, with arm-none-eabi-gcc (15:13.2.rel1-2) 13.2.1 20231009 toolchain. Board: t3-gem-o1 ### nsh Configure and build: ```console ❯ ./tools/configure.sh -E -l t3-gem-o1:nsh ❯ make -s -j$(nproc) ``` Open NuttShell on UART-MAIN1: ```console ❯ picocom -b 115200 /dev/ttyACM0 NuttShell (NSH) NuttX-12.11.0 nsh> cat proc/version NuttX version 12.11.0 8bdbb8c7d5-dirty Oct 22 2025 14:15:42 t3-gem-o1:nsh nsh> help help usage: help [-v] [<cmd>] . cmp fdinfo mount rptun unset [ dirname free mv set uptime ? df help pidof sleep usleep alias dmesg hexdump printf source watch unalias echo kill ps test xd basename env pkill pwd time break exec ln readlink true cat exit ls rm truncate cd expr mkdir rmdir uname cp false mkrd rpmsg umount Builtin Apps: dd nsh ostest sh nsh> ``` -- 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]
