neilberkman commented on PR #18509:
URL: https://github.com/apache/nuttx/pull/18509#issuecomment-4037127290

   Tested on hardware (Nucleo-H743ZI, ST-LINK V2J47M34).
   
   **Both configs build successfully.** Loader flashed and verified via OpenOCD:
   
   ```
   Info : Device: STM32H74x/75x
   Info : flash size probed value 2048k
   Info : STM32H7 flash has dual banks
   Info : Bank (0) size is 1024 kb, base address is 0x08000000
   ** Programming Finished **
   ** Verified OK **
   ```
   
   **Loader boots and runs correctly on target.** Serial output (USART3, 115200 
8N1, via ST-Link virtual COM port):
   
   ```
   *** nxboot ***
   *** nxboot **Could not find bootable image.
   *
   Validating recovery image
   Validating primary image
   Validating update image
   ERROR: No bootable image found
   ```
   
   "No bootable image found" is expected — the OTA slots are empty. The 
bootloader validated all three slots correctly.
   
   **NSH console also verified.** Switching the entrypoint to `nsh_main` (one 
config change, no code changes) confirms the full board support stack works 
end-to-end:
   
   <img width="611" height="423" alt="image-3" 
src="https://github.com/user-attachments/assets/2844d7ae-6efc-4572-99b6-af75813aed75";
 />
   
   ```
   NuttShell (NSH) NuttX-12.12.0
   Welcome to NuttX nxboot Loader!
   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]

Reply via email to