jasonbu commented on PR #18501:
URL: https://github.com/apache/nuttx/pull/18501#issuecomment-4023879894

   
   > Manual review done, some smaller items noted. Except maybe for the 
inclusion of imx9_gpiobase.c by imx9_gpio.c which is rather ugly (but which was 
already present).
   > 
   > To check for regressions on the iMX93, I tried building and running the 
A55 part of IMX93-EVK on an IMX93-QSB board for the current master 
([43f65ce](https://github.com/apache/nuttx/commit/43f65ce751a08c3065040fb0866657718c46e98b)
 ("build(deps): bump docker/build-push-action from 6 to 7", 2026-03-09)) first. 
Unfortunately without succes. So it doesn't make a lot of sense to try and test 
this PR on target..
   > 
   > ```
   > u-boot=> fatload mmc 0:1 0x80000000 nuttx_a55.bin                          
     
   > 585728 bytes read in 400 ms (1.4 MiB/s)                                    
     
   > u-boot=> go 0x80000000                                                     
     
   > ## Starting application at 0x80000000 ...                                  
     
   > - Ready to Boot Primary CPU                                                
     
   > - Boot from EL2                                                            
     
   > - Boot from EL1                                                            
     
   > - Boot to C runtime for OS Initialize                                      
     
   > "Synchronous Abort" handler, esr 0x02000000                                
     
   > elr: 0000000080202580 lr : 00000000012f3700 (reloc)                        
     
   > elr: 00000000fef10580 lr : 0000000080001700                                
     
   > x0 : 000000008008ec10 x1 : 0000000080065d38                                
     
   > x2 : 0000000096000021 x3 : 0000000000000000                                
     
   > x4 : 00000000443c0180 x5 : 00000000800047d8                                
     
   > x6 : 0000000000003fc4 x7 : 0000000000000006                                
     
   > x8 : 0000000000000003 x9 : 0000000096000021                                
     
   > x10: 0000000000000025 x11: 0000000000000000                                
     
   > x12: 000000000000001c x13: 00000000fcf0dd86                                
     
   > x14: 0000000000000008 x15: 00000000fcefef5d                                
     
   > x16: 0000000080000000 x17: 0000000000000004                                
     
   > x18: 00000000fcf0dd70 x19: 000000008008ec10                                
     
   > x20: 0000000000000000 x21: 0000000000000002                                
     
   > x22: 00000000fcf1b390 x23: 0000000080000068                                
     
   > x24: 000000008008f000 x25: 0000000080000e38                                
     
   > x26: 0000000000000000 x27: 0000000000000000                                
     
   > x28: 00000000fcf33650 x29: 00000000fceff7f0                                
     
   >                                                                            
     
   > Code: f9403e41 1400a056 801ffe10 00000000 (feff7040)                       
     
   > Resetting CPU ...                                                          
     
   >                                                                            
     
   > resetting ...    
   > ```
   
   guess crash with the CLOCK_SDIO_DISABLED place modify, but when I test with 
my board, the emmc break, and mount cause uboot erased, will do verify again 
after use uuu recover the image.
   
   my private fork worked before #18403 , if you have a plan add support for 
i.mx 95, please continue, as I did not have environment to double check if i.mx 
93 work as expected.


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