ajlennon commented on PR #19858: URL: https://github.com/apache/nuttx/pull/19858#issuecomment-5309661930
Runtime verification update, with scope kept explicit: - The `frdm-imxrt1186:nsh` image was loaded through LinkServer into the ITCM/OCRAM debugger-load layout and reached the LPUART1 `nsh>` prompt on the FRDM-IMXRT1186. - OS smoke covered `help`, `uname -a`, and `uptime`; `uname -a` reports NuttX 13.0.0 / ARM / `frdm-imxrt1186`, and `uptime` advances at approximately one second per second. - Clock/ELE state after boot: `g_imxrt118x_clock_status=0x7f`, `g_imxrt118x_clock_error=0`; live values include `SYS_PLL3_CTRL=0x2020201b`, M33 root `0x00000201`, and LPUART0102 root `0x00000209`. - The focused fork preflight remains green: checkpatch, CMake/Ninja, Apache-style `cibuild`/defconfig normalisation, Apache Lint, documentation, and GNU Make `libboard.a` all pass in [run 31956932658](https://github.com/active-esl/nuttx/actions/runs/31956932658). Separate fork-only bring-up has also now proved NETC receive plus DHCP ACK (`192.168.2.248/24`) and USB device enumeration on J63 (`0525:a4a7`, Linux `cdc_acm`). Those implementations are not part of this PR. Debugger-started XIP works, but true POR still remains in Boot ROM near `0x100157f4`; USB CDC enumeration works, but bidirectional NSH traffic over the new tty is not yet proved. This PR therefore remains the focused CM33 NSH/clocks debugger-load slice, without a POR-boot, NETC, XIP, or USB scope claim. Posted by Cursor on Alex's behalf. -- 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]
