The problem of not booting after rebooting after i2c communication between jetson and arduino

For i2c communication between jetson and arduino, I was using i2c_tool to find out the address 0x50 and exchanging bytes, but I had to reboot jetson again, so I rebooted.


The boot doesn’t proceed as it appears in the picture above.
Currently, three jetson xavienx boards have the same problem, and even if I flash the sd card again, it will not boot.

The strange thing is that if you do i2c communication in the same way as above with jetson nano and boot up, the above problem does not occur and you use it well.

I put in an inquiry to send rma, but I am uploading it because I received an answer to solve the problem by posting it on the form first.

Hi user115431,

What’s the Jetpack version in use?

What did you write to address 0x50?

Could you help to run the following command and provide the result?

$ sudo i2cdump -y 0 0x50

And please also help to provide the serial console log for further check.

The current jetpack version is 4.6.3.
0x50 is the address of the arduino and we did a simple test of communicating only fixed numbers with each other.

sudo i2cdump -y 0 0x50 cannot be verified because the board is not currently booted.

And there is no usb to ttl cable to check serial console logs.

Are you using the devkit or custom board for Xavier NX?

0x50 is also the address for the devkit connecting to EEPROM which would store board info. We guess the eeprom corrupted causing it could not be flashed due to no correct board info read from eeprom.

Please get a serial cable first, then we would know what’s going on inside.

I’ll get a serial cable ready ASAP and do a log dump. wait for me

I am currently ordering a ttl to usb cable. Before uploading boot logs, I have a question for you.

  1. I used only 0x50 of bus 1 of xavier, but does 0x50 of bus 1 contain the status information of the board?

  2. The serial console log video in the link https://jetsonhacks.com/2019/04/19/jetson-nano-serial-console/ use a ttl to usb cable. Is it possible with usb to usb?

For Xavier NX devkit, EEPROM default uses 0x50 of I2C bus 0.
You could run the following command to check.

$ sudo i2cdump -y <bus num> 0x50

So, Are you using the devkit or custom board?

No, you need a ttl cable connecting to the TXD/RXD/GND pin on your carrier board for serial console log.

Forgive me for being late. I got the boot log.

SPE VERSION #: R01.00.14 Created: Sep 19 2018 @ 11:03:21                       �
HW Function test                                                               %
Start Scheduler.
in late init
��
  [0000.371] I> Welcome to MB2(TBoot-BPMP) (version: 00.00.2018.32-mobile-938a8)
[0000.371] I> DMA Heap @ [0x526fa000 - 0x52ffa000]
[0000.372] I> Default Heap @ [0xd486400 - 0xd48a400]
[0000.372] E> DEVICE_PROD: Invalid value data = 70020000, size = 0.
[0000.378] W> device prod register failed
[0000.382] I> Boot-device: QSPI
[0000.385] I> Boot_device: QSPI_FLASH instance: 0
[0000.390] I> QSPI Flash Size = 32 MB
[0000.396] I> Qspi initialized successfully
[0000.397] I> qspi flash-0 params source = boot args
[0000.401] E> Failed: Unknown device 6
[0000.410] I> Found 47 partitions in QSPI_FLASH (instance 0)
[0000.411] I> Active Boot chain : 0
[0000.414] I> parsing oem signed section of bpmp-fw header done
[0000.420] I> bpmp-fw binary init read from storage                             
[0000.425] I> oem authentication of bpmp-fw header done                         
[0000.438] I> bpmp-fw binary done read from storage                             
[0000.439] I> bpmp-fw: Authentication init Done                                 
[0000.440] I> parsing oem signed section of cpubl header done                   
[0000.444] I> cpubl binary init read from storage                               
[0000.448] I> bpmp-fw: Authentication Finalize Done                             
[0000.453] I> oem authentication of cpubl header done                           
[0000.461] I> cpubl binary done read from storage                               
[0000.462] I> cpubl: Authentication init Done                                   
[0000.466] I> parsing oem signed section of rce header done                     
[0000.471] I> rce binary init read from storage                                 
[0000.476] I> Relocating BR-BCT                                                 
[0000.479] I> cpubl: Authentication Finalize Done                               
[0000.483] I> oem authentication of rce header done                             
[0000.488] I> rce binary done read from storage                                 
[0000.492] I> rce: Authentication init Done                                     
[0000.496] I> parsing oem signed section of ape header done                     
[0000.501] I> ape binary init read from storage                                 
[0000.506] I> rce: Authentication Finalize Done                                 
[0000.510] I> oem authentication of ape header done                             
[0000.514] I> ape binary done read from storage                                 
[0000.519] I> ape: Authentication init Done                                     
[0000.523] I> parsing oem signed section of tos header done                     
[0000.528] I> tos binary init read from storage                                 
[0000.532] I> ape: Authentication Finalize Done                                 
[0000.537] I> oem authentication of tos header done                             
[0000.544] I> tos binary done read from storage                                 
[0000.545] I> tos: Authentication init Done                                     
[0000.550] I> parsing oem signed section of bpmp-fw-dtb header done             
[0000.556] I> bpmp-fw-dtb binary init read from storage                         
[0000.560] I> tos: Authentication Finalize Done                                 
[0000.566] I> oem authentication of bpmp-fw-dtb header done                     
[0000.570] I> bpmp-fw-dtb binary done read from storage                         
[0000.575] I> bpmp-fw-dtb: Authentication init Done                             
[0000.580] I> parsing oem signed section of cpubl-dtb header done               
[0000.586] I> cpubl-dtb binary init read from storage                           
[0000.590] I> bpmp-fw-dtb: Authentication Finalize Done                         
[0000.642] I> oem authentication of cpubl-dtb header done                       
[0000.643] I> cpubl-dtb binary done read from storage                           
[0000.643] I> cpubl-dtb: Authentication init Done                               
[0000.644] I> parsing oem signed section of eks header done                     
[0000.645] I> eks binary init read from storage                                 
[0000.645] I> cpubl-dtb: Authentication Finalize Done                           
[0000.646] I> oem authentication of eks header done                             
[0000.651] I> eks binary done read from storage                                 
[0000.655] I> eks: Authentication init Done                                     
[0000.659] I> eks: Authentication Finalize Done                                 
[0000.663] I> EKB detected (length: 0x410) @ VA:0x52700400                      
��NOTICE:  BL31: v1.3(release):b5eeb33f7                                        
NOTICE:  BL31: Built : 12:15:32, Jul 26 2021                                    
ipc-unittest-main: 1519: Welcome to IPC unittest!!!                             
ipc-unittest-main: 1531: waiting forever                                        
ipc-unittest-srv: 329: Init unittest services!!!                                
hwkey-agent: 41: hwkey-agent is running!!                                       
hwkey-agent: 315: key_mgnt_processing .......                                   
hwkey-agent: 223: Setting EKB key 0 to slot 14                                  
hwkey-agent: 178: Init hweky-agent services!!                                   
luks-srv: 40: luks-srv is running!!                                             
luks-srv: 157: Init luks-srv IPC services!!                                     
platform_bootstrap_epilog: trusty bootstrap complete                            
��                                                                              
                                                                                
welcome to lk                                                                   
calling constructors                                                            
initializing heap                                                               
creating bootstrap completion thread                                            
top of bootstrap2()                                                             
initializing platform                                                           
bpmp: platform_init                                                             
tag is e73a758761f0c6d24a1e69a2ac6b5035                                         
tag_show initialized                                                            
dt initialized                                                                  
mail initialized                                                                
chipid initialized                                                              
fuse initialized                                                                
sku initialized                                                                 
speedo initialized                                                              
ec_get_ec_list: found 45 ecs                                                    
ec initialized                                                                  
ec_mrq initialized                                                              
vmon_populate_monitors: found 3 monitors                                        
vmon initialized                                                                
adc initialized                                                                 
fmon_populate_monitors: found 73 monitors                                       
fmon initialized                                                                
fmon_mrq initialized                                                            
reset initialized                                                               
nvhs initialized                                                                
391 clocks registered                                                           
clk_mrq_init: mrq handler registered                                            
clk initialized                                                                 
nvlink initialized                                                              
io_dpd initialized                                                              
io_dpd initialized                                                              
thermal initialized                                                             
i2c5 controller initialized                                                     
initialized i2c mrq handling                                                    
i2c initialized                                                                 
regulator initialized                                                           
avfs_clk_platform_init: bad clk id in clock@cluster1_avfs                       
avfs_clk_platform initialized                                                   
soctherm initialized                                                            
aotag initialized                                                               
powergate initialized                                                           
dvs initialized                                                                 
pm initialized                                                                  
pg_late initialized                                                             
strap initialized                                                               
tag initialized                                                                 
emc initialized                                                                 
clk_dt initialized                                                              
avfs_ccplex_platform initialized                                                
tj_max: dt node not found                                                       
tj_init initialized                                                             
uphy_mrq_init: mrq handler registered                                           
uphy_dt initialized                                                             
uphy initialized                                                                
safereg_init: period 80 ms                                                      
ec_late initialized                                                             
mrq initialized                                                                 
��                                                                              
  [0001.022] I> Welcome to Cboot                                                
��WARNING: no registered clock for FMON_NAFLL_CLUSTER1 (id 281)                 
fmon_post initialized                                                           
��[0001.023] I> Cboot Version: t194-cfa2bc91                                    
[0001.025] I> CPU-BL Params @ 0xf2820000                                        
[0001.028] I>  0) Base:0x00000000 Size:0x00000000                               
[0001.033] I>  1) Base:0xf1100000 Size:0x00100000                               
��clk_set_parent failed for clk i2c2, parent pll_aon (-22)                      
clk_set_parent failed for clk i2c8, parent pll_aon (-22)                        
clk_dt_late initialized                                                         
machine_check initialized                                                       
pm_post initialized                                                             
dbells initialized                                                              
avfs_clk_platform_post initialized                                              
dmce initialized                                                                
cvc initialized                                                                 
ccplex_avfs_hw_init: nafll_cluster0: not monitored                              
ccplex_avfs_hw_init: nafll_cluster2: not monitored                              
ccplex_avfs_hw_init: nafll_cluster3: not monitored                              
avfs_clk_mach_post initialized                                                  
regulator_post initialized                                                      
rm initialized                                                                  
sc7_diag initialized                                                            
thermal_test initialized                                                        
serial_late initialized                                                         
clk_post initialized                                                            
clk_dt_post initialized                                                         
mc_reg initialized                                                              
pg_post initialized                                                             
dyn_modules initialized                                                         
sku_debugfs initialized                                                         
speedo_debugfs initialized                                                      
adc_debugfs initialized                                                         
Failed to register PTO counter for id 281                                       
Failed to register PTO counter for id 281                                       
Failed to register PTO counter for id 281                                       
Failed to register PTO counter for id 281                                       
clk_debugfs initialized                                                         
emc_debugfs initialized                                                         
dvs_debugfs initialized                                                         
fmon_debugfs_init_one: no clock debugfs node to attach FMON_NAFLL_CLUSTER1      
fmon_debugfs initialized                                                        
vmon_debugfs initialized                                                        
pg_debugfs initialized                                                          
profile_fs initialized                                                          
debugfs_cons initialized                                                        
mail_fs initialized                                                             
profile initialized                                                             
cvc_debugfs initialized                                                         
dmce_debugfs initialized                                                        
ec_debugfs initialized                                                          
rm_rail_debugfs_init: /rm/vdd_cpu: failed                                       
rm_rail_debugfs_init: /rm/vdd_cpu: failed                                       
rm_debugfs initialized                                                          
soctherm_debug initialized                                                      
gr_reader initialized                                                           
mods initialized                                                                
dt_fs initialized                                                               
debugfs_mrq initialized                                                         
debug_mrq initialized                                                           
debug_safereg initialized                                                       
initializing target                                                             
calling apps_init()                                                             
starting app shell                                                              
entering main console loop                                                      
] ��[0001.037] I>  2) Base:0xf2000000 Size:0x00200000                           
[0001.192] I>  3) Base:0xf1200000 Size:0x00200000                               
[0001.196] I>  4) Base:0xf1000000 Size:0x00100000                               
[0001.200] I>  5) Base:0xf0f00000 Size:0x00100000                               
[0001.205] I>  6) Base:0xf3800000 Size:0x00400000                               
[0001.209] I>  7) Base:0xf1c00000 Size:0x00400000                               
[0001.214] I>  8) Base:0xf0e00000 Size:0x00100000                               
[0001.218] I>  9) Base:0xf0d00000 Size:0x00100000                               
[0001.223] I> 10) Base:0xf3000000 Size:0x00800000                               
[0001.227] I> 11) Base:0x40000000 Size:0x00040000                               
[0001.232] I> 12) Base:0xf0c00000 Size:0x00100000                               
[0001.236] I> 13) Base:0x40046000 Size:0x00002000                               
[0001.241] I> 14) Base:0x40048000 Size:0x00002000                               
[0001.245] I> 15) Base:0xac000000 Size:0x00004000                               
[0001.250] I> 16) Base:0x4004a000 Size:0x00002000                               
[0001.254] I> 17) Base:0xf0b00000 Size:0x00100000                               
[0001.258] I> 18) Base:0x4004c000 Size:0x00002000                               
[0001.263] I> 19) Base:0xf2200000 Size:0x00600000                               
[0001.267] I> 20) Base:0x4004e000 Size:0x00002000                               
[0001.272] I> 21) Base:0xf0ad0000 Size:0x0000c000                               
[0001.276] I> 22) Base:0x00000000 Size:0x00000000                               
[0001.281] I> 23) Base:0xf0ae0000 Size:0x00020000                               
[0001.285] I> 24) Base:0xf6000000 Size:0x02000000                               
[0001.290] I> 25) Base:0x40050000 Size:0x00002000                               
[0001.294] I> 26) Base:0x40040000 Size:0x00006000                               
[0001.299] I> 27) Base:0xf1800000 Size:0x00400000                               
[0001.303] I> 28) Base:0xf4c00000 Size:0x01400000                               
[0001.308] I> 29) Base:0xf1400000 Size:0x00400000                               
[0001.312] I> 30) Base:0x00000000 Size:0x00000000                               
[0001.316] I> 31) Base:0x00000000 Size:0x00000000                               
[0001.321] I> 32) Base:0xf8000000 Size:0x08000000                               
[0001.325] I> 33) Base:0x00000000 Size:0x00000000                               
[0001.330] I> 34) Base:0xf3c00000 Size:0x01000000                               
[0001.334] I> 35) Base:0xab000000 Size:0x01000000                               
[0001.339] I> 36) Base:0xa0000000 Size:0x0b000000                               
[0001.343] I> 37) Base:0xf2800000 Size:0x00800000                               
[0001.348] I> 38) Base:0x80000000 Size:0x20000000                               
[0001.352] I> 39) Base:0xb0000000 Size:0x08000000                               
[0001.357] I> 40) Base:0x00000000 Size:0x00000000                               
[0001.361] I> 41) Base:0x00000000 Size:0x00000000                               
[0001.366] I> 42) Base:0x00000000 Size:0x00000000                               
[0001.370] I> 43) Base:0x00000000 Size:0x00000000                               
[0001.374] I> 44) Base:0x00000000 Size:0x00000000                               
[0001.379] I> 45) Base:0x00000000 Size:0x00000000                               
[0001.383] GIC-SPI Target CPU: 0                                                
[0001.386] Interrupts Init done                                                 
[0001.389] calling constructors                                                 
[0001.392] initializing heap                                                    
[0001.395] I> Heap: [0xa0699b80 ... 0xab000000]                                 
[0001.399] initializing threads                                                 
[0001.402] initializing timers                                                  
[0001.405] creating bootstrap completion thread                                 
[0001.409] top of bootstrap2()                                                  
[0001.412] CPU: MIDR: 0x4E0F0040, MPIDR: 0x80000000                             
[0001.416] initializing platform                                                
[0001.419] E> DEVICE_PROD: Invalid value data = 0, size = 0.                    
[0001.425] W> device prod register failed                                       
[0001.429] I> Bl_dtb @0xaaf00000                                                
[0001.434] W> "plugin-manager" doesn't exist, creating                          
[0001.437] W> "ids" doesn't exist, creating                                     
[0001.441] W> "connection" doesn't exist, creating                              
[0001.445] W> "configs" doesn't exist, creating                                 
[0001.455] E> failed to read label property for node 158736: 13                 
[0001.457] E> failed to read reg property for node 158800: 13                   
[0001.462] E> failed to read reg property for node 158852: 13                   
[0001.468] E> failed to read reg property for node 158936: 13                   
[0001.474] I> Find /i2c@3160000's alias i2c0                                    
[0001.476] I> Reading eeprom i2c=0 address=0x50                                 
[0001.505] E> verify_cvm_eeprom_version: EEPROM incompatible version found      
[0001.506] I> Eeprom read failed 0x35360018                                     
[0001.506] I> Reading eeprom i2c=0 address=0x57                                 
[0001.530] I> Device at /i2c@3160000:0x57                                       
[0001.532] I> Find /i2c@c240000's alias i2c1                                    
[0001.532] I> Reading eeprom i2c=1 address=0x50                                 
[0001.534] E> I2C: slave not found in slaves.                                   
[0001.534] E> I2C: Could not write 0 bytes to slave: 0x00a0 with repeat start t.
[0001.535] E> I2C_DEV: Failed to send register address 0x00000000.              
[0001.536] E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xa0 a.
[0001.544] E> eeprom: Retry to read I2C slave device.                           
[0001.549] E> I2C: slave not found in slaves.                                   
[0001.553] E> I2C: Could not write 0 bytes to slave: 0x00a0 with repeat start t.
[0001.561] E> I2C_DEV: Failed to send register address 0x00000000.              
[0001.567] E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xa0 a.
[0001.576] E> eeprom: Failed to read I2C slave device                           
[0001.581] I> Eeprom read failed 0x3526070d                                     
[0001.585] I> create_pm_ids: id: 3509-0000-100-G, len: 15                       
[0001.590] I> config: mem-type:00,power-config:00,misc-config:00,modem-config:03
[0001.601] I> Adding plugin-manager/ids/3509-0000-100=/i2c@3160000:module@0x57  
[0001.609] W> "i2c@3160000" doesn't exist, creating                             
[0001.613] W> "module@0x57" doesn't exist, creating                             
[0001.619] W> "chip-id" doesn't exist, creating                                 
[0001.622] I> Adding plugin-manager/chip-id/A02P                                
[0001.626] I> Plugin-manager override starting                                  
[0001.631] I> node /plugin-manager/fragment-pcie-c5-rp matches                  
[0001.639] I> node /plugin-manager/fragement-tegra-wdt-en matches               
[0001.648] I> Disable plugin-manager status in FDT                              
[0001.649] I> Plugin-manager override finished successfully                     
[0001.652] I> gpio framework initialized                                        
[0001.657] I> tegrabl_gpio_driver_register: register 'nvidia,tegra194-gpio' drir
[0001.664] I> tegrabl_gpio_driver_register: register 'nvidia,tegra194-gpio-aon'r
[0001.670] I> tegrabl_tca9539_init: i2c bus: 1, slave addr: 0x46                
[0001.677] W> fetch_driver_phandle_from_dt: failed to get node with compatible 9
[0001.685] W> fetch_driver_phandle_from_dt: failed to get node with compatible 9
[0001.692] W> tegrabl_tca9539_init: failed to fetch phandle from dt             
[0001.698] I> tegrabl_tca9539_init: i2c bus: 1, slave addr: 0x44                
[0001.705] W> fetch_driver_phandle_from_dt: failed to get node with compatible 9
[0001.713] W> fetch_driver_phandle_from_dt: failed to get node with compatible 9
[0001.720] W> tegrabl_tca9539_init: failed to fetch phandle from dt             
[0001.727] I> fixed regulator driver initialized                                
[0001.734] I> register 'maxim' power off handle                                 
[0001.735] I> virtual i2c enabled                                               
[0001.738] I> registered 'maxim,max20024' pmic                                  
[0001.742] I> tegrabl_gpio_driver_register: register 'max20024-gpio' driver     
[0001.749] I> Boot-device: QSPI                                                 
[0001.752] I> Boot_device: QSPI_FLASH instance: 0                               
[0001.757] I> QSPI source rate = 204000 Khz                                     
[0001.760] I> Requested rate for QSPI clock = 34000 Khz                         
[0001.765] I> BPMP-set rate for QSPI clk = 34000 Khz                            
[0001.770] I> QSPI Flash Size = 32 MB                                           
[0001.778] I> Qspi initialized successfully                                     
[0001.778] I> qspi flash-0 params source = boot args                            
[0001.782] I> create_pm_ids: id: 3509-0000-100-G, len: 15                       
[0001.787] I> config: mem-type:00,power-config:00,misc-config:00,modem-config:03
[0001.799] I> Found sdcard                                                      
[0001.802] I> enabling 'vdd-sdmmc1-sw' regulator                                
[0001.808] I> regulator 'vdd-sdmmc1-sw' already enabled                         
[0002.029] I> sdmmc SDR mode                                                    
[0002.044] I> -0 params source =                                                
[0002.045] I> Found 47 partitions in QSPI_FLASH (instance 0)                    
[0002.054] I> Found 11 partitions in SDCARD (instance 0)                        
[0002.061] I> regulator 'vdd-hdmi-5v0' already enabled                          
[0002.064] I> regulator 'vdd-hdmi-5v0' already enabled                          
[0002.065] I> hdmi cable connected                                              
[0002.066] W> set volts not configured for 'vdd-1v0'                            
[0002.067] W> set volts not configured for 'vdd-1v8-hs'                         
[0002.068] I> retrieved tmds range from prod_list_hdmi_soc                      
[0002.071] E> invalid display type                                              
[0002.072] E> cannot find any other nvdisp nodes                                
[0002.086] I> edid read success                                                 
[0002.099] I> edid read success                                                 
[0002.099] I> width = 640, height = 480, frequency = 25174825                   
[0002.100] I> width = 2560, height = 1440, frequency = 241500000                
[0002.100] I> width = 1920, height = 1080, frequency = 148500000                
[0002.100] I> width = 1920, height = 1080, frequency = 148351648                
[0002.101] I> width = 1920, height = 1080, frequency = 148351648                
[0002.106] I> width = 1280, height = 720, frequency = 74175824                  
[0002.111] I> width = 1280, height = 720, frequency = 74175824                  
[0002.117] I> width = 720, height = 480, frequency = 26973026                   
[0002.123] I> width = 720, height = 576, frequency = 26973026                   
[0002.128] I> width = 720, height = 480, frequency = 26973026                   
[0002.134] I> width = 720, height = 576, frequency = 26973026                   
[0002.139] I> width = 640, height = 480, frequency = 25174825                   
[0002.145] I> Best mode Width = 1920, Height = 1080, freq = 148351648           
[0002.154] I> hdmi_enable, starting HDMI initialisation                         
[0002.160] I> hdmi_enable, HDMI initialisation complete                         
[0002.169] I> Load in CBoot Boot Options partition and parse it                 
[0002.170] E> Error -9 when finding node with path /boot-configuration          
[0002.173] E> tegrabl_cbo_parse_info: "boot-configuration" not found in CBO fil.
[0002.180] I> Using default boot order                                          
[0002.184] I> boot-dev-order :-                                                 
[0002.186] I> 1.sd                                                              
[0002.188] I> 2.usb                                                             
[0002.190] I> 3.nvme                                                            
[0002.192] I> 4.emmc                                                            
[0002.194] I> 5.net                                                             
[0002.196] I> Hit any key to stop autoboot:     4       3       2       1       
[0004.203] initializing target                                                  
[0004.203] calling apps_init()                                                  
[0004.204] starting app kernel_boot_app                                         
[0004.214] I> found decompressor handler: lz4-legacy                            
[0004.215] I> decompressing BMP blob ...                                        
[0004.226] I> Kernel type = Normal                                              
[0004.227] I> ########## SD (0) boot ##########                                 
[0004.227] I> Found sdcard                                                      
[0004.229] I> regulator 'vdd-sdmmc1-sw' already enabled                         
[0004.232] I> regulator 'vdd-sdmmc1-sw' already enabled                         
[0004.267] I> sdmmc SDR mode                                                    
[0004.282] I> -0 params source =                                                
[0004.282] I> Already published: 00060000                                       
[0004.282] I> Look for boot partition                                           
[0004.283] I> Fallback: assuming 0th partition is boot partition                
[0004.283] I> Detect filesystem                                                 
[0004.303] I> Loading kernel-bootctrl from partition                            
[0004.303] I> Loading partition kernel-bootctrl at 0xa4ae0000 from device(0x6)  
[0004.327] W> tegrabl_get_kernel_bootctrl: magic number(0x00000000) is invalid  
[0004.328] W> tegrabl_get_kernel_bootctrl: use default dummy boot control data  
[0004.328] I> Loading extlinux.conf ...                                         
[0004.329] I> Loading extlinux.conf binary from rootfs ...                      
[0004.329] I> rootfs path: /sd/boot/extlinux/extlinux.conf                      
[0004.359] I> Loading extlinux.conf sig file from rootfs ...                    
[0004.359] I> rootfs path: /sd/boot/extlinux/extlinux.conf.sig                  
[0004.380] I> Validate extlinux.conf ...                                        
[0004.380] I> T19x: Authenticate extlinux.conf (bin_type: 54), max size 0x2000  
[0004.381] I> Encryption fuse is not ON                                         
[0004.381] I> L4T boot options                                                  
[0004.381] I> [1]: "primary kernel"                                             
[0004.381] I> Enter choice:                                                     
[0007.383] I> Continuing with default option: 1                                 
[0007.383] I> Loading kernel ...                                                
[0007.383] I> Loading kernel binary from rootfs ...                             
[0007.384] I> rootfs path: /sd/boot/Image                                       
[0010.196] I> Loading kernel sig file from rootfs ...                           
[0010.196] I> rootfs path: /sd/boot/Image.sig                                   
[0010.208] I> overload load_size to 34484232 (from 34484240)                    
[0010.209] I> Validate kernel ...                                               
[0010.209] I> T19x: Authenticate kernel (bin_type: 37), max size 0x5000000      
[0010.523] I> Encryption fuse is not ON                                         
[0010.555] I> Loading kernel-dtb ...                                            
[0010.556] I> No kernel-dtb binary path                                         
[0010.556] I> Continue to load from partition ...                               
[0010.556] I> A/B: bin_type (38) slot 0                                         
[0010.557] I> Loading kernel-dtb from partition                                 
[0010.557] I> Loading partition kernel-dtb at 0x91000000 from device(0x6)       
[0010.598] I> Validate kernel-dtb ...                                           
[0010.599] I> T19x: Authenticate kernel-dtb (bin_type: 38), max size 0x400000   
[0010.601] I> Encryption fuse is not ON                                         
[0010.602] I> Loading ramdisk from rootfs ...                                   
[0010.603] I> Loading ramdisk binary from rootfs ...                            
[0010.603] I> rootfs path: /sd/boot/initrd                                      
[0011.205] I> Loading ramdisk sig file from rootfs ...                          
[0011.206] I> rootfs path: /sd/boot/initrd.sig                                  
[0011.222] I> overload load_size to 7238358 (from 7238368)                      
[0011.223] I> Validate ramdisk ...                                              
[0011.223] I> T19x: Authenticate ramdisk (bin_type: 54), max size 0x4000000     
[0011.289] I> Encryption fuse is not ON                                         
[0011.303] I> Kernel hdr @0xa4ae0000                                            
[0011.303] I> Kernel dtb @0x90000000                                            
[0011.303] I> decompressor handler not found                                    
[0011.303] I> Copying kernel image (34484232 bytes) from 0xa4ae0000 to 0x800800e
[0011.315] I> Updated bpmp info to DTB                                          
[0011.316] I> Ramdisk: Base: 0x92000000; Size: 0x6e72d6                         
[0011.316] I> Updated initrd info to DTB                                        
[0011.317] W> WARN: Fail to override "console=none" in commandline              
[0011.317] I> Active rootfs suffix:                                             
[0011.319] E> tegrabl_linuxboot_add_disp_param, du 1 failed to get display paras
[0011.326] E> tegrabl_linuxboot_add_disp_param, du 1 failed to get display paras
[0011.334] I> Active slot suffix:                                               
[0011.337] I> add_boot_slot_suffix: slot_suffix =                               
[0011.341] I> Linux Cmdline: console=ttyTCU0,115200 video=tegrafb earlycon=tegr 
[0011.371] I> Updated bootarg info to DTB                                       
[0011.374] E> Error 892665857: Failed to get CVM EEPROM contents                
[0011.380] E> Booting w/o MAC ddresses for WIFI, Bluetooth & Ethernet           
[0011.386] E> Failed to get WIFI MAC address                                    
[0011.390] E> Error 892665857: Failed to get CVM EEPROM contents                
[0011.396] E> Booting w/o MAC ddresses for WIFI, Bluetooth & Ethernet           
[0011.402] E> Failed to get Bluetooth MAC address                               
[0011.407] E> Error 892665857: Failed to get CVM EEPROM contents                
[0011.413] E> Booting w/o MAC ddresses for WIFI, Bluetooth & Ethernet           
[0011.419] E> Failed to get Ethernet MAC address                                
[0011.424] W> "plugin-manager" doesn't exist, creating                          
[0011.428] W> "chip-id" doesn't exist, creating                                 
[0011.432] I> Adding /chosen/plugin-manager/chip-id                             
[0011.437] W> "configs" doesn't exist, creating                                 
[0011.441] I> Adding /chosen/plugin-manager/configs                             
[0011.446] W> "ids" doesn't exist, creating                                     
[0011.450] I> Adding /chosen/plugin-manager/ids                                 
[0011.454] W> "odm-data" doesn't exist, creating                                
[0011.459] I> Adding /chosen/plugin-manager/odm-data                            
[0011.467] W> "memory" doesn't exist, creating                                  
[0011.468] I> [0] START: 0x80000000, END: 0xac000000                            
[0011.472] I> [1] START: 0xac004000, END: 0xf0ad0000                            
[0011.477] I> [2] START: 0xf0adc000, END: 0xf0ae0000                            
[0011.482] I> dram_block larger than 80000000                                   
[0011.486] I> [3] START: 0x100000000, END: 0x280000000                          
[0011.491] I> added [base:0x80000000, size:0x2c000000] to /memory               
[0011.497] I> added [base:0xac200000, size:0x44800000] to /memory               
[0011.502] I> added [base:0x100000000, size:0x180000000] to /memory             
[0011.509] I> Updated memory info to DTB                                        
[0011.512] E> add_disp_param: failed to get display params for du=1             
[0011.519] W> "reset" doesn't exist, creating                                   
[0011.523] I> Adding ecid(00000001647c05c40800000014000240) to DT               
[0011.528] I> NVG: Logical CPU: 0; MPIDR: 0x80000000                            
[0011.533] I> NVG: Logical CPU: 1; MPIDR: 0x80000001                            
[0011.538] I> NVG: Logical CPU: 2; MPIDR: 0x80000100                            
[0011.542] I> NVG: Logical CPU: 3; MPIDR: 0x80000101                            
[0011.547] I> NVG: Logical CPU: 4; MPIDR: 0x80000200                            
[0011.552] I> NVG: Logical CPU: 5; MPIDR: 0x80000201                            
[0011.557] I> Deleted cpu@6 node in DT                                          
[0011.560] I> Deleted cpu@7 node in DT                                          
[0011.564] I> Deleted cluster3 node in FDT                                      
[0011.568] I> Update arm-pmu in FDT                                             
[0011.571] I> - update property: interrupts                                     
[0011.575] I> - update property: interrupt-affinity                             
[0011.580] W> "misc-data" doesn't exist, creating                               
[0011.584] I> Boot-device: QSPI                                                 
[0011.587] W> Unknown boot device                                               
[0011.590] I> Add storage-qspi to plugin-manager/misc-data                      
[0011.595] W> Unknown storage device                                            
[0011.599] E> Error 892665857: Failed to read CVM EEPROM                        
[0011.603] E> Failed to get serial number                                       
[0011.607] I> Plugin-manager override starting                                  
[0011.612] I> node /plugin-manager/fragment-pcie-c5-rp matches                  
[0011.619] I> node /plugin-manager/fragement-tegra-wdt-en matches               
[0011.627] I> Disable plugin-manager status in FDT                              
[0011.627] I> Plugin-manager override finished successfully                     
[0011.633] I> tegrabl_load_kernel_and_dtb: Done                                 
[0011.655] I> Kernel EP: 0x80080000, DTB: 0x90000000                            
[    0.000000] Booting Linux on physical CPU 0x0                                
[    0.000000] Linux version 4.9.253-tegra (buildbrain@mobile-u64-5403-d8000) (2
[    0.000000] Boot CPU: AArch64 Processor [4e0f0040]                           
[    0.000000] OF: fdt:memory scan node memory, reg size 48,                    
[    0.000000] OF: fdt: - 80000000 ,  2c000000                                  
[    0.000000] OF: fdt: - ac200000 ,  44800000                                  
[    0.000000] OF: fdt: - 100000000 ,  180000000                                
[    0.000000] earlycon: tegra_comb_uart0 at MMIO32 0x000000000c168000 (options)
[    0.000000] bootconsole [tegra_comb_uart0] enabled                           
[    0.000000] Found tegra_fbmem: 00800000@a06a9000                             
[    0.000000] Found lut_mem: 00002008@a06a4000                                 
��WARNING: pll_d2 has no dyn ramp                                               
��[    1.827463] eqos_get_mac_address_dtb: bad mac address at /chosen/nvidia,et.
[    1.827474] eqos 2490000.ether_qos (unnamed net_device) (uninitialized): eth9
[    2.011266] imx219 9-0010: imx219_board_setup: error during i2c read probe ()
[    2.011398] imx219 9-0010: board setup failed                                
[    2.035289] imx219 10-0010: imx219_board_setup: error during i2c read probe )
[    2.035613] imx219 10-0010: board setup failed                               
��WARNING: at platform/drivers/pg/pg-gpu-t194.c:185                             
WARNING: at platform/drivers/pg/pg-gpu-t194.c:185                               


SPE VERSION #: R01.00.14 Created: Sep 19 2018 @ 11:03:21                       �
HW Function test                                                               %
Start Scheduler.
in late init
��
  [0000.371] I> Welcome to MB2(TBoot-BPMP) (version: 00.00.2018.32-mobile-938a8)
[0000.371] I> DMA Heap @ [0x526fa000 - 0x52ffa000]
[0000.372] I> Default Heap @ [0xd486400 - 0xd48a400]
[0000.372] E> DEVICE_PROD: Invalid value data = 70020000, size = 0.
[0000.378] W> device prod register failed
[0000.382] I> Boot-device: QSPI
[0000.385] I> Boot_device: QSPI_FLASH instance: 0
[0000.390] I> QSPI Flash Size = 32 MB
[0000.396] I> Qspi initialized successfully
[0000.397] I> qspi flash-0 params source = boot args
[0000.401] E> Failed: Unknown device 6
[0000.410] I> Found 47 partitions in QSPI_FLASH (instance 0)
[0000.411] I> Active Boot chain : 0
[0000.414] I> parsing oem signed section of bpmp-fw header done
[0000.420] I> bpmp-fw binary init read from storage                             
[0000.425] I> oem authentication of bpmp-fw header done                         
[0000.438] I> bpmp-fw binary done read from storage                             
[0000.439] I> bpmp-fw: Authentication init Done                                 
[0000.440] I> parsing oem signed section of cpubl header done                   
[0000.444] I> cpubl binary init read from storage                               
[0000.448] I> bpmp-fw: Authentication Finalize Done                             
[0000.453] I> oem authentication of cpubl header done                           
[0000.461] I> cpubl binary done read from storage                               
[0000.462] I> cpubl: Authentication init Done                                   
[0000.466] I> parsing oem signed section of rce header done                     
[0000.471] I> rce binary init read from storage                                 
[0000.476] I> Relocating BR-BCT                                                 
[0000.479] I> cpubl: Authentication Finalize Done                               
[0000.483] I> oem authentication of rce header done                             
[0000.488] I> rce binary done read from storage                                 
[0000.492] I> rce: Authentication init Done                                     
[0000.496] I> parsing oem signed section of ape header done                     
[0000.501] I> ape binary init read from storage                                 
[0000.506] I> rce: Authentication Finalize Done                                 
[0000.510] I> oem authentication of ape header done                             
[0000.514] I> ape binary done read from storage                                 
[0000.519] I> ape: Authentication init Done                                     
[0000.523] I> parsing oem signed section of tos header done                     
[0000.528] I> tos binary init read from storage                                 
[0000.532] I> ape: Authentication Finalize Done                                 
[0000.537] I> oem authentication of tos header done                             
[0000.544] I> tos binary done read from storage                                 
[0000.545] I> tos: Authentication init Done                                     
[0000.550] I> parsing oem signed section of bpmp-fw-dtb header done             
[0000.556] I> bpmp-fw-dtb binary init read from storage                         
[0000.560] I> tos: Authentication Finalize Done                                 
[0000.566] I> oem authentication of bpmp-fw-dtb header done                     
[0000.570] I> bpmp-fw-dtb binary done read from storage                         
[0000.575] I> bpmp-fw-dtb: Authentication init Done                             
[0000.580] I> parsing oem signed section of cpubl-dtb header done               
[0000.586] I> cpubl-dtb binary init read from storage                           
[0000.590] I> bpmp-fw-dtb: Authentication Finalize Done                         
[0000.642] I> oem authentication of cpubl-dtb header done                       
[0000.643] I> cpubl-dtb binary done read from storage                           
[0000.643] I> cpubl-dtb: Authentication init Done                               
[0000.644] I> parsing oem signed section of eks header done                     
[0000.645] I> eks binary init read from storage                                 
[0000.645] I> cpubl-dtb: Authentication Finalize Done                           
[0000.646] I> oem authentication of eks header done                             
[0000.651] I> eks binary done read from storage                                 
[0000.655] I> eks: Authentication init Done                                     
[0000.659] I> eks: Authentication Finalize Done                                 
[0000.663] I> EKB detected (length: 0x410) @ VA:0x52700400                      
��NOTICE:  BL31: v1.3(release):b5eeb33f7                                        
NOTICE:  BL31: Built : 12:15:32, Jul 26 2021                                    
ipc-unittest-main: 1519: Welcome to IPC unittest!!!                             
ipc-unittest-main: 1531: waiting forever                                        
ipc-unittest-srv: 329: Init unittest services!!!                                
hwkey-agent: 41: hwkey-agent is running!!                                       
hwkey-agent: 315: key_mgnt_processing .......                                   
hwkey-agent: 223: Setting EKB key 0 to slot 14                                  
hwkey-agent: 178: Init hweky-agent services!!                                   
luks-srv: 40: luks-srv is running!!                                             
luks-srv: 157: Init luks-srv IPC services!!                                     
platform_bootstrap_epilog: trusty bootstrap complete                            
��                                                                              
                                                                                
welcome to lk                                                                   
calling constructors                                                            
initializing heap                                                               
creating bootstrap completion thread                                            
top of bootstrap2()                                                             
initializing platform                                                           
bpmp: platform_init                                                             
tag is e73a758761f0c6d24a1e69a2ac6b5035                                         
tag_show initialized                                                            
dt initialized                                                                  
mail initialized                                                                
chipid initialized                                                              
fuse initialized                                                                
sku initialized                                                                 
speedo initialized                                                              
ec_get_ec_list: found 45 ecs                                                    
ec initialized                                                                  
ec_mrq initialized                                                              
vmon_populate_monitors: found 3 monitors                                        
vmon initialized                                                                
adc initialized                                                                 
fmon_populate_monitors: found 73 monitors                                       
fmon initialized                                                                
fmon_mrq initialized                                                            
reset initialized                                                               
nvhs initialized                                                                
391 clocks registered                                                           
clk_mrq_init: mrq handler registered                                            
clk initialized                                                                 
nvlink initialized                                                              
io_dpd initialized                                                              
io_dpd initialized                                                              
thermal initialized                                                             
i2c5 controller initialized                                                     
initialized i2c mrq handling                                                    
i2c initialized                                                                 
regulator initialized                                                           
avfs_clk_platform_init: bad clk id in clock@cluster1_avfs                       
avfs_clk_platform initialized                                                   
soctherm initialized                                                            
aotag initialized                                                               
powergate initialized                                                           
dvs initialized                                                                 
pm initialized                                                                  
pg_late initialized                                                             
strap initialized                                                               
tag initialized                                                                 
emc initialized                                                                 
clk_dt initialized                                                              
avfs_ccplex_platform initialized                                                
tj_max: dt node not found                                                       
tj_init initialized                                                             
uphy_mrq_init: mrq handler registered                                           
uphy_dt initialized                                                             
uphy initialized                                                                
safereg_init: period 80 ms                                                      
ec_late initialized                                                             
mrq initialized                                                                 
��                                                                              
  [0001.022] I> Welcome to Cboot                                                
��WARNING: no registered clock for FMON_NAFLL_CLUSTER1 (id 281)                 
fmon_post initialized                                                           
��[0001.023] I> Cboot Version: t194-cfa2bc91                                    
[0001.025] I> CPU-BL Params @ 0xf2820000                                        
[0001.028] I>  0) Base:0x00000000 Size:0x00000000                               
[0001.033] I>  1) Base:0xf1100000 Size:0x00100000                               
��clk_set_parent failed for clk i2c2, parent pll_aon (-22)                      
clk_set_parent failed for clk i2c8, parent pll_aon (-22)                        
clk_dt_late initialized                                                         
machine_check initialized                                                       
pm_post initialized                                                             
dbells initialized                                                              
avfs_clk_platform_post initialized                                              
dmce initialized                                                                
cvc initialized                                                                 
ccplex_avfs_hw_init: nafll_cluster0: not monitored                              
ccplex_avfs_hw_init: nafll_cluster2: not monitored                              
ccplex_avfs_hw_init: nafll_cluster3: not monitored                              
avfs_clk_mach_post initialized                                                  
regulator_post initialized                                                      
rm initialized                                                                  
sc7_diag initialized                                                            
thermal_test initialized                                                        
serial_late initialized                                                         
clk_post initialized                                                            
clk_dt_post initialized                                                         
mc_reg initialized                                                              
pg_post initialized                                                             
dyn_modules initialized                                                         
sku_debugfs initialized                                                         
speedo_debugfs initialized                                                      
adc_debugfs initialized                                                         
Failed to register PTO counter for id 281                                       
Failed to register PTO counter for id 281                                       
Failed to register PTO counter for id 281                                       
Failed to register PTO counter for id 281                                       
clk_debugfs initialized                                                         
emc_debugfs initialized                                                         
dvs_debugfs initialized                                                         
fmon_debugfs_init_one: no clock debugfs node to attach FMON_NAFLL_CLUSTER1      
fmon_debugfs initialized                                                        
vmon_debugfs initialized                                                        
pg_debugfs initialized                                                          
profile_fs initialized                                                          
debugfs_cons initialized                                                        
mail_fs initialized                                                             
profile initialized                                                             
cvc_debugfs initialized                                                         
dmce_debugfs initialized                                                        
ec_debugfs initialized                                                          
rm_rail_debugfs_init: /rm/vdd_cpu: failed                                       
rm_rail_debugfs_init: /rm/vdd_cpu: failed                                       
rm_debugfs initialized                                                          
soctherm_debug initialized                                                      
gr_reader initialized                                                           
mods initialized                                                                
dt_fs initialized                                                               
debugfs_mrq initialized                                                         
debug_mrq initialized                                                           
debug_safereg initialized                                                       
initializing target                                                             
calling apps_init()                                                             
starting app shell                                                              
entering main console loop                                                      
] ��[0001.037] I>  2) Base:0xf2000000 Size:0x00200000                           
[0001.192] I>  3) Base:0xf1200000 Size:0x00200000                               
[0001.196] I>  4) Base:0xf1000000 Size:0x00100000                               
[0001.200] I>  5) Base:0xf0f00000 Size:0x00100000                               
[0001.205] I>  6) Base:0xf3800000 Size:0x00400000                               
[0001.209] I>  7) Base:0xf1c00000 Size:0x00400000                               
[0001.214] I>  8) Base:0xf0e00000 Size:0x00100000                               
[0001.218] I>  9) Base:0xf0d00000 Size:0x00100000                               
[0001.223] I> 10) Base:0xf3000000 Size:0x00800000                               
[0001.227] I> 11) Base:0x40000000 Size:0x00040000                               
[0001.232] I> 12) Base:0xf0c00000 Size:0x00100000                               
[0001.236] I> 13) Base:0x40046000 Size:0x00002000                               
[0001.241] I> 14) Base:0x40048000 Size:0x00002000                               
[0001.245] I> 15) Base:0xac000000 Size:0x00004000                               
[0001.250] I> 16) Base:0x4004a000 Size:0x00002000                               
[0001.254] I> 17) Base:0xf0b00000 Size:0x00100000                               
[0001.258] I> 18) Base:0x4004c000 Size:0x00002000                               
[0001.263] I> 19) Base:0xf2200000 Size:0x00600000                               
[0001.267] I> 20) Base:0x4004e000 Size:0x00002000                               
[0001.272] I> 21) Base:0xf0ad0000 Size:0x0000c000                               
[0001.276] I> 22) Base:0x00000000 Size:0x00000000                               
[0001.281] I> 23) Base:0xf0ae0000 Size:0x00020000                               
[0001.285] I> 24) Base:0xf6000000 Size:0x02000000                               
[0001.290] I> 25) Base:0x40050000 Size:0x00002000                               
[0001.294] I> 26) Base:0x40040000 Size:0x00006000                               
[0001.299] I> 27) Base:0xf1800000 Size:0x00400000                               
[0001.303] I> 28) Base:0xf4c00000 Size:0x01400000                               
[0001.308] I> 29) Base:0xf1400000 Size:0x00400000                               
[0001.312] I> 30) Base:0x00000000 Size:0x00000000                               
[0001.316] I> 31) Base:0x00000000 Size:0x00000000                               
[0001.321] I> 32) Base:0xf8000000 Size:0x08000000                               
[0001.325] I> 33) Base:0x00000000 Size:0x00000000                               
[0001.330] I> 34) Base:0xf3c00000 Size:0x01000000                               
[0001.334] I> 35) Base:0xab000000 Size:0x01000000                               
[0001.339] I> 36) Base:0xa0000000 Size:0x0b000000                               
[0001.343] I> 37) Base:0xf2800000 Size:0x00800000                               
[0001.348] I> 38) Base:0x80000000 Size:0x20000000                               
[0001.352] I> 39) Base:0xb0000000 Size:0x08000000                               
[0001.357] I> 40) Base:0x00000000 Size:0x00000000                               
[0001.361] I> 41) Base:0x00000000 Size:0x00000000                               
[0001.366] I> 42) Base:0x00000000 Size:0x00000000                               
[0001.370] I> 43) Base:0x00000000 Size:0x00000000                               
[0001.374] I> 44) Base:0x00000000 Size:0x00000000                               
[0001.379] I> 45) Base:0x00000000 Size:0x00000000                               
[0001.383] GIC-SPI Target CPU: 0                                                
[0001.386] Interrupts Init done                                                 
[0001.389] calling constructors                                                 
[0001.392] initializing heap                                                    
[0001.395] I> Heap: [0xa0699b80 ... 0xab000000]                                 
[0001.399] initializing threads                                                 
[0001.402] initializing timers                                                  
[0001.405] creating bootstrap completion thread                                 
[0001.409] top of bootstrap2()                                                  
[0001.412] CPU: MIDR: 0x4E0F0040, MPIDR: 0x80000000                             
[0001.416] initializing platform                                                
[0001.419] E> DEVICE_PROD: Invalid value data = 0, size = 0.                    
[0001.425] W> device prod register failed                                       
[0001.429] I> Bl_dtb @0xaaf00000                                                
[0001.434] W> "plugin-manager" doesn't exist, creating                          
[0001.437] W> "ids" doesn't exist, creating                                     
[0001.441] W> "connection" doesn't exist, creating                              
[0001.445] W> "configs" doesn't exist, creating                                 
[0001.455] E> failed to read label property for node 158736: 13                 
[0001.457] E> failed to read reg property for node 158800: 13                   
[0001.462] E> failed to read reg property for node 158852: 13                   
[0001.468] E> failed to read reg property for node 158936: 13                   
[0001.474] I> Find /i2c@3160000's alias i2c0                                    
[0001.476] I> Reading eeprom i2c=0 address=0x50                                 
[0001.505] E> verify_cvm_eeprom_version: EEPROM incompatible version found      
[0001.506] I> Eeprom read failed 0x35360018                                     
[0001.506] I> Reading eeprom i2c=0 address=0x57                                 
[0001.530] I> Device at /i2c@3160000:0x57                                       
[0001.532] I> Find /i2c@c240000's alias i2c1                                    
[0001.532] I> Reading eeprom i2c=1 address=0x50                                 
[0001.534] E> I2C: slave not found in slaves.                                   
[0001.534] E> I2C: Could not write 0 bytes to slave: 0x00a0 with repeat start t.
[0001.535] E> I2C_DEV: Failed to send register address 0x00000000.              
[0001.536] E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xa0 a.
[0001.544] E> eeprom: Retry to read I2C slave device.                           
[0001.549] E> I2C: slave not found in slaves.                                   
[0001.553] E> I2C: Could not write 0 bytes to slave: 0x00a0 with repeat start t.
[0001.561] E> I2C_DEV: Failed to send register address 0x00000000.              
[0001.567] E> I2C_DEV: Could not read 256 registers of size 1 from slave 0xa0 a.
[0001.576] E> eeprom: Failed to read I2C slave device                           
[0001.581] I> Eeprom read failed 0x3526070d                                     
[0001.585] I> create_pm_ids: id: 3509-0000-100-G, len: 15                       
[0001.590] I> config: mem-type:00,power-config:00,misc-config:00,modem-config:03
[0001.601] I> Adding plugin-manager/ids/3509-0000-100=/i2c@3160000:module@0x57  
[0001.609] W> "i2c@3160000" doesn't exist, creating                             
[0001.613] W> "module@0x57" doesn't exist, creating                             
[0001.619] W> "chip-id" doesn't exist, creating                                 
[0001.622] I> Adding plugin-manager/chip-id/A02P                                
[0001.626] I> Plugin-manager override starting                                  
[0001.631] I> node /plugin-manager/fragment-pcie-c5-rp matches                  
[0001.639] I> node /plugin-manager/fragement-tegra-wdt-en matches               
[0001.648] I> Disable plugin-manager status in FDT                              
[0001.649] I> Plugin-manager override finished successfully                     
[0001.652] I> gpio framework initialized                                        
[0001.657] I> tegrabl_gpio_driver_register: register 'nvidia,tegra194-gpio' drir
[0001.664] I> tegrabl_gpio_driver_register: register 'nvidia,tegra194-gpio-aon'r
[0001.670] I> tegrabl_tca9539_init: i2c bus: 1, slave addr: 0x46                
[0001.677] W> fetch_driver_phandle_from_dt: failed to get node with compatible 9
[0001.685] W> fetch_driver_phandle_from_dt: failed to get node with compatible 9
[0001.692] W> tegrabl_tca9539_init: failed to fetch phandle from dt             
[0001.698] I> tegrabl_tca9539_init: i2c bus: 1, slave addr: 0x44                
[0001.705] W> fetch_driver_phandle_from_dt: failed to get node with compatible 9
[0001.713] W> fetch_driver_phandle_from_dt: failed to get node with compatible 9
[0001.720] W> tegrabl_tca9539_init: failed to fetch phandle from dt             
[0001.727] I> fixed regulator driver initialized                                
[0001.734] I> register 'maxim' power off handle                                 
[0001.735] I> virtual i2c enabled                                               
[0001.738] I> registered 'maxim,max20024' pmic                                  
[0001.742] I> tegrabl_gpio_driver_register: register 'max20024-gpio' driver     
[0001.749] I> Boot-device: QSPI                                                 
[0001.752] I> Boot_device: QSPI_FLASH instance: 0                               
[0001.757] I> QSPI source rate = 204000 Khz                                     
[0001.760] I> Requested rate for QSPI clock = 34000 Khz                         
[0001.765] I> BPMP-set rate for QSPI clk = 34000 Khz                            
[0001.770] I> QSPI Flash Size = 32 MB                                           
[0001.778] I> Qspi initialized successfully                                     
[0001.778] I> qspi flash-0 params source = boot args                            
[0001.782] I> create_pm_ids: id: 3509-0000-100-G, len: 15                       
[0001.787] I> config: mem-type:00,power-config:00,misc-config:00,modem-config:03
[0001.799] I> Found sdcard                                                      
[0001.802] I> enabling 'vdd-sdmmc1-sw' regulator                                
[0001.808] I> regulator 'vdd-sdmmc1-sw' already enabled                         
[0002.029] I> sdmmc SDR mode                                                    
[0002.044] I> -0 params source =                                                
[0002.045] I> Found 47 partitions in QSPI_FLASH (instance 0)                    
[0002.054] I> Found 11 partitions in SDCARD (instance 0)                        
[0002.061] I> regulator 'vdd-hdmi-5v0' already enabled                          
[0002.064] I> regulator 'vdd-hdmi-5v0' already enabled                          
[0002.065] I> hdmi cable connected                                              
[0002.066] W> set volts not configured for 'vdd-1v0'                            
[0002.067] W> set volts not configured for 'vdd-1v8-hs'                         
[0002.068] I> retrieved tmds range from prod_list_hdmi_soc                      
[0002.071] E> invalid display type                                              
[0002.072] E> cannot find any other nvdisp nodes                                
[0002.086] I> edid read success                                                 
[0002.099] I> edid read success                                                 
[0002.099] I> width = 640, height = 480, frequency = 25174825                   
[0002.100] I> width = 2560, height = 1440, frequency = 241500000                
[0002.100] I> width = 1920, height = 1080, frequency = 148500000                
[0002.100] I> width = 1920, height = 1080, frequency = 148351648                
[0002.101] I> width = 1920, height = 1080, frequency = 148351648                
[0002.106] I> width = 1280, height = 720, frequency = 74175824                  
[0002.111] I> width = 1280, height = 720, frequency = 74175824                  
[0002.117] I> width = 720, height = 480, frequency = 26973026                   
[0002.123] I> width = 720, height = 576, frequency = 26973026                   
[0002.128] I> width = 720, height = 480, frequency = 26973026                   
[0002.134] I> width = 720, height = 576, frequency = 26973026                   
[0002.139] I> width = 640, height = 480, frequency = 25174825                   
[0002.145] I> Best mode Width = 1920, Height = 1080, freq = 148351648           
[0002.154] I> hdmi_enable, starting HDMI initialisation                         
[0002.160] I> hdmi_enable, HDMI initialisation complete                         
[0002.169] I> Load in CBoot Boot Options partition and parse it                 
[0002.170] E> Error -9 when finding node with path /boot-configuration          
[0002.173] E> tegrabl_cbo_parse_info: "boot-configuration" not found in CBO fil.
[0002.180] I> Using default boot order                                          
[0002.184] I> boot-dev-order :-                                                 
[0002.186] I> 1.sd                                                              
[0002.188] I> 2.usb                                                             
[0002.190] I> 3.nvme                                                            
[0002.192] I> 4.emmc                                                            
[0002.194] I> 5.net                                                             
[0002.196] I> Hit any key to stop autoboot:     4       3       2       1       
[0004.203] initializing target                                                  
[0004.203] calling apps_init()                                                  
[0004.204] starting app kernel_boot_app                                         
[0004.214] I> found decompressor handler: lz4-legacy                            
[0004.215] I> decompressing BMP blob ...                                        
[0004.226] I> Kernel type = Normal                                              
[0004.227] I> ########## SD (0) boot ##########                                 
[0004.227] I> Found sdcard                                                      
[0004.229] I> regulator 'vdd-sdmmc1-sw' already enabled                         
[0004.232] I> regulator 'vdd-sdmmc1-sw' already enabled                         
[0004.267] I> sdmmc SDR mode                                                    
[0004.282] I> -0 params source =                                                
[0004.282] I> Already published: 00060000                                       
[0004.282] I> Look for boot partition                                           
[0004.283] I> Fallback: assuming 0th partition is boot partition                
[0004.283] I> Detect filesystem                                                 
[0004.303] I> Loading kernel-bootctrl from partition                            
[0004.303] I> Loading partition kernel-bootctrl at 0xa4ae0000 from device(0x6)  
[0004.327] W> tegrabl_get_kernel_bootctrl: magic number(0x00000000) is invalid  
[0004.328] W> tegrabl_get_kernel_bootctrl: use default dummy boot control data  
[0004.328] I> Loading extlinux.conf ...                                         
[0004.329] I> Loading extlinux.conf binary from rootfs ...                      
[0004.329] I> rootfs path: /sd/boot/extlinux/extlinux.conf                      
[0004.359] I> Loading extlinux.conf sig file from rootfs ...                    
[0004.359] I> rootfs path: /sd/boot/extlinux/extlinux.conf.sig                  
[0004.380] I> Validate extlinux.conf ...                                        
[0004.380] I> T19x: Authenticate extlinux.conf (bin_type: 54), max size 0x2000  
[0004.381] I> Encryption fuse is not ON                                         
[0004.381] I> L4T boot options                                                  
[0004.381] I> [1]: "primary kernel"                                             
[0004.381] I> Enter choice:                                                     
[0007.383] I> Continuing with default option: 1                                 
[0007.383] I> Loading kernel ...                                                
[0007.383] I> Loading kernel binary from rootfs ...                             
[0007.384] I> rootfs path: /sd/boot/Image                                       
[0010.196] I> Loading kernel sig file from rootfs ...                           
[0010.196] I> rootfs path: /sd/boot/Image.sig                                   
[0010.208] I> overload load_size to 34484232 (from 34484240)                    
[0010.209] I> Validate kernel ...                                               
[0010.209] I> T19x: Authenticate kernel (bin_type: 37), max size 0x5000000      
[0010.523] I> Encryption fuse is not ON                                         
[0010.555] I> Loading kernel-dtb ...                                            
[0010.556] I> No kernel-dtb binary path                                         
[0010.556] I> Continue to load from partition ...                               
[0010.556] I> A/B: bin_type (38) slot 0                                         
[0010.557] I> Loading kernel-dtb from partition                                 
[0010.557] I> Loading partition kernel-dtb at 0x91000000 from device(0x6)       
[0010.598] I> Validate kernel-dtb ...                                           
[0010.599] I> T19x: Authenticate kernel-dtb (bin_type: 38), max size 0x400000   
[0010.601] I> Encryption fuse is not ON                                         
[0010.602] I> Loading ramdisk from rootfs ...                                   
[0010.603] I> Loading ramdisk binary from rootfs ...                            
[0010.603] I> rootfs path: /sd/boot/initrd                                      
[0011.205] I> Loading ramdisk sig file from rootfs ...                          
[0011.206] I> rootfs path: /sd/boot/initrd.sig                                  
[0011.222] I> overload load_size to 7238358 (from 7238368)                      
[0011.223] I> Validate ramdisk ...                                              
[0011.223] I> T19x: Authenticate ramdisk (bin_type: 54), max size 0x4000000     
[0011.289] I> Encryption fuse is not ON                                         
[0011.303] I> Kernel hdr @0xa4ae0000                                            
[0011.303] I> Kernel dtb @0x90000000                                            
[0011.303] I> decompressor handler not found                                    
[0011.303] I> Copying kernel image (34484232 bytes) from 0xa4ae0000 to 0x800800e
[0011.315] I> Updated bpmp info to DTB                                          
[0011.316] I> Ramdisk: Base: 0x92000000; Size: 0x6e72d6                         
[0011.316] I> Updated initrd info to DTB                                        
[0011.317] W> WARN: Fail to override "console=none" in commandline              
[0011.317] I> Active rootfs suffix:                                             
[0011.319] E> tegrabl_linuxboot_add_disp_param, du 1 failed to get display paras
[0011.326] E> tegrabl_linuxboot_add_disp_param, du 1 failed to get display paras
[0011.334] I> Active slot suffix:                                               
[0011.337] I> add_boot_slot_suffix: slot_suffix =                               
[0011.341] I> Linux Cmdline: console=ttyTCU0,115200 video=tegrafb earlycon=tegr 
[0011.371] I> Updated bootarg info to DTB                                       
[0011.374] E> Error 892665857: Failed to get CVM EEPROM contents                
[0011.380] E> Booting w/o MAC ddresses for WIFI, Bluetooth & Ethernet           
[0011.386] E> Failed to get WIFI MAC address                                    
[0011.390] E> Error 892665857: Failed to get CVM EEPROM contents                
[0011.396] E> Booting w/o MAC ddresses for WIFI, Bluetooth & Ethernet           
[0011.402] E> Failed to get Bluetooth MAC address                               
[0011.407] E> Error 892665857: Failed to get CVM EEPROM contents                
[0011.413] E> Booting w/o MAC ddresses for WIFI, Bluetooth & Ethernet           
[0011.419] E> Failed to get Ethernet MAC address                                
[0011.424] W> "plugin-manager" doesn't exist, creating                          
[0011.428] W> "chip-id" doesn't exist, creating                                 
[0011.432] I> Adding /chosen/plugin-manager/chip-id                             
[0011.437] W> "configs" doesn't exist, creating                                 
[0011.441] I> Adding /chosen/plugin-manager/configs                             
[0011.446] W> "ids" doesn't exist, creating                                     
[0011.450] I> Adding /chosen/plugin-manager/ids                                 
[0011.454] W> "odm-data" doesn't exist, creating                                
[0011.459] I> Adding /chosen/plugin-manager/odm-data                            
[0011.467] W> "memory" doesn't exist, creating                                  
[0011.468] I> [0] START: 0x80000000, END: 0xac000000                            
[0011.472] I> [1] START: 0xac004000, END: 0xf0ad0000                            
[0011.477] I> [2] START: 0xf0adc000, END: 0xf0ae0000                            
[0011.482] I> dram_block larger than 80000000                                   
[0011.486] I> [3] START: 0x100000000, END: 0x280000000                          
[0011.491] I> added [base:0x80000000, size:0x2c000000] to /memory               
[0011.497] I> added [base:0xac200000, size:0x44800000] to /memory               
[0011.502] I> added [base:0x100000000, size:0x180000000] to /memory             
[0011.509] I> Updated memory info to DTB                                        
[0011.512] E> add_disp_param: failed to get display params for du=1             
[0011.519] W> "reset" doesn't exist, creating                                   
[0011.523] I> Adding ecid(00000001647c05c40800000014000240) to DT               
[0011.528] I> NVG: Logical CPU: 0; MPIDR: 0x80000000                            
[0011.533] I> NVG: Logical CPU: 1; MPIDR: 0x80000001                            
[0011.538] I> NVG: Logical CPU: 2; MPIDR: 0x80000100                            
[0011.542] I> NVG: Logical CPU: 3; MPIDR: 0x80000101                            
[0011.547] I> NVG: Logical CPU: 4; MPIDR: 0x80000200                            
[0011.552] I> NVG: Logical CPU: 5; MPIDR: 0x80000201                            
[0011.557] I> Deleted cpu@6 node in DT                                          
[0011.560] I> Deleted cpu@7 node in DT                                          
[0011.564] I> Deleted cluster3 node in FDT                                      
[0011.568] I> Update arm-pmu in FDT                                             
[0011.571] I> - update property: interrupts                                     
[0011.575] I> - update property: interrupt-affinity                             
[0011.580] W> "misc-data" doesn't exist, creating                               
[0011.584] I> Boot-device: QSPI                                                 
[0011.587] W> Unknown boot device                                               
[0011.590] I> Add storage-qspi to plugin-manager/misc-data                      
[0011.595] W> Unknown storage device                                            
[0011.599] E> Error 892665857: Failed to read CVM EEPROM                        
[0011.603] E> Failed to get serial number                                       
[0011.607] I> Plugin-manager override starting                                  
[0011.612] I> node /plugin-manager/fragment-pcie-c5-rp matches                  
[0011.619] I> node /plugin-manager/fragement-tegra-wdt-en matches               
[0011.627] I> Disable plugin-manager status in FDT                              
[0011.627] I> Plugin-manager override finished successfully                     
[0011.633] I> tegrabl_load_kernel_and_dtb: Done                                 
[0011.655] I> Kernel EP: 0x80080000, DTB: 0x90000000                            
[    0.000000] Booting Linux on physical CPU 0x0                                
[    0.000000] Linux version 4.9.253-tegra (buildbrain@mobile-u64-5403-d8000) (2
[    0.000000] Boot CPU: AArch64 Processor [4e0f0040]                           
[    0.000000] OF: fdt:memory scan node memory, reg size 48,                    
[    0.000000] OF: fdt: - 80000000 ,  2c000000                                  
[    0.000000] OF: fdt: - ac200000 ,  44800000                                  
[    0.000000] OF: fdt: - 100000000 ,  180000000                                
[    0.000000] earlycon: tegra_comb_uart0 at MMIO32 0x000000000c168000 (options)
[    0.000000] bootconsole [tegra_comb_uart0] enabled                           
[    0.000000] Found tegra_fbmem: 00800000@a06a9000                             
[    0.000000] Found lut_mem: 00002008@a06a4000                                 
��WARNING: pll_d2 has no dyn ramp                                               
��[    1.827463] eqos_get_mac_address_dtb: bad mac address at /chosen/nvidia,et.
[    1.827474] eqos 2490000.ether_qos (unnamed net_device) (uninitialized): eth9
[    2.011266] imx219 9-0010: imx219_board_setup: error during i2c read probe ()
[    2.011398] imx219 9-0010: board setup failed                                
[    2.035289] imx219 10-0010: imx219_board_setup: error during i2c read probe )
[    2.035613] imx219 10-0010: board setup failed                               
��WARNING: at platform/drivers/pg/pg-gpu-t194.c:185                             
WARNING: at platform/drivers/pg/pg-gpu-t194.c:185                               

KevinFFF :
So, Are you using the devkit or custom board?

I use devkit board

It seems your eeprom is corrupted.
It would cause the flash script could not get the right board information from eeprom.

Could you help to use the following command to flash your board?

$ sudo ./flash.sh BOARDID=3668 FAB=100 BOARDSKU=0000 jetson-xavier-nx-devkit mmcblk0p1

Please try to enable the correct sdmmc controller in device tree manually if it still not able to boot with above command.

where do i put that command? bash4.4# part?

All the flash command is running on x86 host… why still asking this? Didn’t try sdkmanager before?

I’m not an expert in this field, so the answer above asked me to get the serial log, so I did just that.

Hi,

I am not sure if you are willing to proceed further. The solution for this issue could be more complicated and may involve kernel/device tree compilation.

Let me make this issue in a more simple way to describe

  1. You already ruined the eeprom on the jetson module when you did some i2c write. We don’t know whether it is just little data corrupted or totally gone.

  2. We have some boot mechanism to read the eeprom to tell whether this is sdcard module or emmc module. Now the eeprom is gone, this mechanism no longer work. → That is why you are not able to boot anymore.

So what we are going to do now is run the mechanism (2) manually and that requires to rebuild the kernel and device tree. If you are totally not working on this part before, I would suggest just RMA this module.

I want to RMA. Can you tell me how to RMA it??

please check the RMA on this website.

thank you wayne and kevin

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.