jasonbu opened a new pull request, #18382:
URL: https://github.com/apache/nuttx/pull/18382

   ## Summary
   Add CMake support for i.mx 95 EVK.
   Add reboot support for i.mx 95.
   
   ## Impact
   Before fix once we enter nuttx, have to reboot by the RESET button.
   After patch, we could able to reboot by nsh command.
   Should more convenient for user use & debug.
   
   ## Testing
   CI test.
   build by
   ```bash
   mkdir ../build; cd ../build
   cmake ../nuttx -DBOARD_CONFIG=imx95-a55-evk/nsh -GNinja
   ninja -j`nproc`
   ```
   flash and ostest
   ```bash
   nsh> ostest
   ...
   user_main: Exiting
   ostest_main: Exiting with status 0
   nsh> reboot
   
   U-Boot SPL 2024.04-lf_v2024.04+ge3219a5a734+p0 (Feb 18 2025 - 04:03:02 +0000)
   ...
   ```


-- 
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]

Reply via email to