Hi!
Help me please.
I’m making my own main board for Jetson nano. I make just UARTs, USBs and Ethernet at my board.
But now I have a trouble with booting. General mistake is Ram code = 2 in the log, I think. But what I can do for realize and shoot this mistake?
After booting I repeatedly send messages to UART ttyTHS1 and it’s working at nVidia developer board but unfortunately isn’t working at my custom board :(
My log:
[0000.126] [TegraBoot] (version 00.00.2018.01-l4t-89b97a49)
[0000.131] Processing in cold boot mode Bootloader 2
[0000.136] A02 Bootrom Patch rev = 1023
[0000.140] Power-up reason: pmc por
[0000.143] No Battery Present
[0000.145] pmic max77620 reset reason
[0000.149] pmic max77620 NVERC : 0xff
[0000.152] RamCode = 2
[0000.154] Platform has DDR4 type RAM
[0000.158] max77620 disabling SD1 Remote Sense
[0000.162] Setting DDR voltage to 1125mv
[0000.166] Serial Number of Pmic Max77663: 0x281ae6
[0000.174] Entering ramdump check
[0000.177] Get RamDumpCarveOut = 0x0
[0000.180] RamDumpCarveOut=0x0, RamDumperFlag=0xe59ff3f8
[0000.185] Last reboot was clean, booting normally!
[0000.190] Sdram initialization is successful
[0000.194] SecureOs Carveout Base=0x00000000ff800000 Size=0x00800000
[0000.200] Lp0 Carveout Base=0x00000000ff780000 Size=0x00001000
[0000.206] BpmpFw Carveout Base=0x00000000ff700000 Size=0x00080000
[0000.212] GSC1 Carveout Base=0x00000000ff600000 Size=0x00100000
[0000.217] GSC2 Carveout Base=0x00000000ff500000 Size=0x00100000
[0000.223] GSC4 Carveout Base=0x00000000ff400000 Size=0x00100000
[0000.229] GSC5 Carveout Base=0x00000000ff300000 Size=0x00100000
[0000.235] GSC3 Carveout Base=0x000000017f300000 Size=0x00d00000
[0000.251] RamDump Carveout Base=0x00000000ff280000 Size=0x00080000
[0000.257] Platform-DebugCarveout: 0
[0000.260] Nck Carveout Base=0x00000000ff080000 Size=0x00200000
[0000.266] Non secure mode, and RB not enabled.
[0000.395] Csd NumOfBlocks=31116288
[0000.400] Set High speed to 1
[0000.404] Error mask set in wait for cmd complete with error 0x3 in HwSdmmcWaitForCommandComplete func at 278 line
[0000.414] Command complete wait failed with error 0x3 Interrupt 0x18001
[0000.420] Number of retries left 4
[0000.432] Using GPT Primary to query partitions
[0000.437] Loading Tboot-CPU binary
[0000.450] Verifying TBC in OdmNonSecureSBK mode
[0000.460] Bootloader load address is 0xa0000000, entry address is 0xa0000258
[0000.467] Bootloader downloaded successfully.
[0000.471] Downloaded Tboot-CPU binary to 0xa0000258
[0000.476] MAX77620_GPIO5 configured
[0000.479] CPU power rail is up
[0000.482] CPU clock enabled
[0000.486] Performing RAM repair
[0000.489] Updating A64 Warmreset Address to 0xa00002e9
[0000.494] Loading NvTbootBootloaderDTB
[0000.532] Verifying NvTbootBootloaderDTB in OdmNonSecureSBK mode
[0000.597] Bootloader DTB Load Address: 0x83000000
[0000.601] Loading NvTbootKernelDTB
[0000.639] Verifying NvTbootKernelDTB in OdmNonSecureSBK mode
[0000.703] Kernel DTB Load Address: 0x83100000
[0000.710] Loading cboot binary
[0000.754] Verifying EBT in OdmNonSecureSBK mode
[0000.797] Bootloader load address is 0x92c00000, entry address is 0x92c00258
[0000.804] Bootloader downloaded successfully.
[0000.808] Next binary entry address: 0x92c00258
[0000.813] BoardId: 3448
[0000.817] Overriding pmu board id with proc board id
[0000.822] Display board id is not available
[0000.865] Verifying SC7EntryFw in OdmNonSecureSBK mode
[0000.917] /bpmp deleted
[0000.919] SC7EntryFw header found loaded at 0xff700000
[0001.107] OVR2 PMIC
[0001.109] Bpmp FW successfully loaded
[0001.115] WB0 init successfully at 0xff780000
[0001.119] Set NvDecSticky Bits
[0001.123] GSC2 address ff53fffc value c0edbbcc
[0001.129] GSC MC Settings done
[0001.135] TOS Image length 53680
[0001.138] Monitor size 53680
[0001.140] OS size 0
[0001.151] Secure Os AES-CMAC Verification Success!
[0001.155] TOS image cipher info: plaintext
[0001.159] Loading and Validation of Secure OS Successful
[0001.175] SC7 Entry Firmware - 0xff700000, 0x4000
[0001.180] NvTbootPackSdramParams: start.
[0001.185] NvTbootPackSdramParams: done.
[0001.189] Tegraboot started after 53774 us
[0001.193] Basic modules init took 792730 us
[0001.197] NvTbootQspiFlashIoctl: Opcode = 1 not supported
[0001.202] Sec Bootdevice Read Time = 622327755 ms, Read Size = 622327755 KB
[0001.209] Sec Bootdevice Write Time = 0 ms, Write Size = 0 KB
[0001.214] Storage Device Read Time = 181 ms, Read Size = 2241 KB
[0001.220] Storage Device Write Time = 0 ms, Write Size = 0 KB
[0001.225] Next stage binary read took 39554 us
[0001.230] Carveout took -51217 us
[0001.233] CPU initialization took 382778 us
[0001.237] Total time taken by TegraBoot 1163845 us
[0001.242] Starting CPU & Halting co-processor
64NOTICE: BL31: v1.3(release):a28d87f09
NOTICE: BL31: Built : 16:52:46, Jul 16 2019
ERROR: Error initializing runtime service trusty_fast
[0001.364] RamCode = 2
[0001.366] get_emc_table_offset: Can't find emc-table node
[0001.371] LPDDR4 Training: Can't find emc-table node
[0001.412]
[0001.414] Debug Init done
[0001.416] Marked DTB cacheable
[0001.419] Bootloader DTB loaded at 0x83000000
[0001.424] Marked DTB cacheable
[0001.427] Kernel DTB loaded at 0x83100000
[0001.431] DeviceTree Init done
[0001.443] Pinmux applied successfully
[0001.447] gicd_base: 0x50041000
[0001.450] gicc_base: 0x50042000
[0001.453] Interrupts Init done
[0001.457] Using base:0x60005090 & irq:208 for tick-timer
[0001.463] Using base:0x60005098 for delay-timer
[0001.467] platform_init_timer: DONE
[0001.470] Timer(tick) Init done
[0001.474] osc freq = 38400 khz
[0001.478]
[0001.479] welcome to cboot
[0001.482]
[0001.483] Cboot Version: 00.00.2018.01-t210-3a168c35
[0001.488] calling constructors
[0001.491] initializing heap
[0001.494] initializing threads
[0001.497] initializing timers
[0001.500] creating bootstrap completion thread
[0001.504] top of bootstrap2()
[0001.507] CPU: ARM Cortex A57
[0001.510] CPU: MIDR: 0x411FD071, MPIDR: 0x80000000
[0001.514] initializing platform
[0001.517] Scratch reg 37 & 271 initial value set..
[0001.524] cboot:secure-pmc present
[0001.527] Manufacturer: MF = 0xc2, ID MSB = 0x25
[0001.532] ID LSB = 0x36, ID-CFI len = 194 bytes
[0001.536] Macronix QSPI chip present
[0001.540] SPI device register
[0001.543] init boot device
[0001.545] allocating memory for boot device(SPI)
[0001.550] registering boot device
[0001.569] sdmmc node status = okay
[0001.572] sdcard instance = 0
[0001.575] sdcard gpio handle 0x56
[0001.578] sdcard gpio pin 0xc9
[0001.581] sdcard gpio flags 0x0
[0001.584] vmmc-supply 0x99
[0001.587] Instance: 0
[0001.589] Allocating memory for context
[0001.593] enabling clock
[0001.595] sd card init
[0001.598] Check card present and stable
[0001.601] Send command 0
[0001.622] Send command 3
[0001.626] Set RCA for the card
[0001.629] Query card specific data by command 9
[0001.636] Parse CSD data
[0001.638] Send command 7
[0001.648] Calling sd device register
[0001.652] Init sdcard
[0001.654] Allocating memory for boot device
[0001.658] Registering user device
[0001.671] Enable APE clock
[0001.674] Un-powergate APE partition
[0001.677] of_register: registering tegra_udc to of_hal
[0001.682] of_register: registering tegra_udc to of_hal
[0001.687] of_register: registering inv20628-driver to of_hal
[0001.693] of_register: registering ads1015-driver to of_hal
[0001.699] of_register: registering lp8557-bl-driver to of_hal
[0001.704] of_register: registering bq2419x_charger to of_hal
[0001.710] of_register: registering cpc to of_hal
[0001.715] of_register: registering bq27441_fuel_gauge to of_hal
[0001.726] gpio framework initialized
[0001.729] of_register: registering tca9539_gpio to of_hal
[0001.735] of_register: registering tca9539_gpio to of_hal
[0001.740] of_register: registering i2c_bus_driver to of_hal
[0001.746] of_register: registering i2c_bus_driver to of_hal
[0001.751] of_register: registering i2c_bus_driver to of_hal
[0001.757] of_register: registering i2c_bus_driver to of_hal
[0001.762] pmic framework initialized
[0001.766] of_register: registering max77620_pmic to of_hal
[0001.771] regulator framework initialized
[0001.775] of_register: registering tps65132_bl_driver to of_hal
[0001.781] initializing target
[0001.787] gpio_driver_register: register 'tegra_gpio_driver' driver
[0001.795] fixed regulator driver initialized
[0001.812] initializing OF layer
[0001.815] NCK carveout not present
[0001.819] Skipping dts_overrides
[0001.823] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.839] I2C Bus Init done
[0001.842] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.852] I2C Bus Init done
[0001.855] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.865] I2C Bus Init done
[0001.868] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.878] I2C Bus Init done
[0001.881] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.891] I2C Bus Init done
[0001.894] of_children_init: Ops found for compatible string maxim,max77620
[0001.904] max77620_init using irq 118
[0001.909] register 'maxim,max77620' pmic
[0001.913] gpio_driver_register: register 'max77620-gpio' driver
[0001.919] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.930] I2C Bus Init done
[0001.933] NCK carveout not present
[0001.936] shim_invoke: No NCT, Calling dts updates
[0001.948] Find /i2c@7000c000's alias i2c0
[0001.951] get eeprom at 1-a0, size 256, type 0
[0001.960] Find /i2c@7000c500's alias i2c2
[0001.964] get eeprom at 3-a0, size 256, type 0
[0001.968] get eeprom at 3-ae, size 256, type 0
[0001.973] pm_ids_update: Updating 1,a0, size 256, type 0
[0001.978] I2C slave not started
[0001.981] I2C write failed
[0001.984] Writing offset failed
[0001.987] eeprom_init: EEPROM read failed
[0001.991] pm_ids_update: eeprom init failed
[0001.995] pm_ids_update: Updating 3,a0, size 256, type 0
[0002.025] pm_ids_update: The pm board id is 3448-0000-200
[0002.032] Adding plugin-manager/ids/3448-0000-200=/i2c@7000c500:module@0x50
[0002.039] pm_ids_update: pm id update successful
[0002.044] pm_ids_update: Updating 3,ae, size 256, type 0
[0002.049] I2C slave not started
[0002.052] I2C write failed
[0002.055] Writing offset failed
[0002.058] eeprom_init: EEPROM read failed
[0002.062] pm_ids_update: eeprom init failed
[0002.092] eeprom_get_mac: EEPROM invalid MAC address (all 0xff)
[0002.098] shim_eeprom_update_mac:267: Failed to update 0 MAC address in DTB
[0002.106] eeprom_get_mac: EEPROM invalid MAC address (all 0xff)
[0002.112] shim_eeprom_update_mac:267: Failed to update 1 MAC address in DTB
[0002.120] updating /chosen/nvidia,ethernet-mac node 00:04:4b:e6:65:1b
[0002.127] Plugin Manager: Parse ODM data 0x00094000
[0002.137] shim_cmdline_install: /chosen/bootargs: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0
[0002.158] Find /i2c@7000c000's alias i2c0
[0002.162] get eeprom at 1-a0, size 256, type 0
[0002.170] Find /i2c@7000c500's alias i2c2
[0002.174] get eeprom at 3-a0, size 256, type 0
[0002.179] get eeprom at 3-ae, size 256, type 0
[0002.183] pm_ids_update: Updating 1,a0, size 256, type 0
[0002.188] I2C slave not started
[0002.191] I2C write failed
[0002.194] Writing offset failed
[0002.197] eeprom_init: EEPROM read failed
[0002.201] pm_ids_update: eeprom init failed
[0002.205] pm_ids_update: Updating 3,a0, size 256, type 0
[0002.235] pm_ids_update: The pm board id is 3448-0000-200
[0002.242] Adding plugin-manager/ids/3448-0000-200=/i2c@7000c500:module@0x50
[0002.249] pm_ids_update: pm id update successful
[0002.253] pm_ids_update: Updating 3,ae, size 256, type 0
[0002.259] I2C slave not started
[0002.262] I2C write failed
[0002.264] Writing offset failed
[0002.267] eeprom_init: EEPROM read failed
[0002.271] pm_ids_update: eeprom init failed
[0002.301] Chip UID is 00000001644495071400000009030580
[0002.306] Add serial number:14224191091760800503 as DT property
[0002.315] Applying platform configs
[0002.321] platform-init is not present. Skipping
[0002.326] calling apps_init()
[0002.351] Found 12 GPT partitions in "sd0"
[0002.355] Proceeding to Cold Boot
[0002.358] starting app android_boot_app
[0002.362] Device state: unlocked
[0002.365] display console init
[0002.373] could not find regulator
[0002.377] hdmi cable connected
[0002.413] DT entry for leds-pwm not found
[0004.387] I2C transfer timeout
[0004.390] I2C write failed
[0004.392] Writing offset failed
[0004.395] could not read edid
[0004.401] tmds-config node not found
[0004.405] pmc_set_io_pad_voltage: Error -2 retrieving platform-io-pad-voltagepropsetting 'avdd-io-hdmi-dp' regulator to 1050000 micro volts
[0004.420] setting 'vdd-1v8' regulator to 1800000 micro volts
[0004.428] could not find regulator
[0004.431] could not find regulator
[0004.434] could not find regulator
[0004.462] using default cmu settings
[0004.466] dc_hdmi_enable, starting HDMI initialisation
[0004.473] dc_hdmi_enable, HDMI initialisation complete
[0004.478] list and configure display window
[0004.482] display console init completed
[0004.490] subnode volume_up is not found !
[0004.494] subnode back is not found !
[0004.497] subnode volume_down is not found !
[0004.501] subnode menu is not found !
[0004.505] Gpio keyboard init success
[0004.537] found decompressor handler: lz4-legacy
[0004.551] decompressing blob (type 1)...
[0004.585] load_bmp_blob: panelresolution=480 type=0
[0004.624] decompressor handler not found
[0004.628] load_firmware_blob: Firmware blob loaded, entries=2
[0004.634] se_aes_verify_sbk_clear: Error
[0004.638] bl_battery_charging: connected to external power supply
[0004.645] xusb is supported
[0004.651] error while finding nvidia,portmap
[0004.656] could not find regulator
[0005.160] xusb blob version 0 size 124416
[0005.163] firmware size 124416
[0005.168] Firmware timestamp: 0x5cd2a472, Version: 50.22 release
[0005.180] xhci0: 64 bytes context size, 32-bit DMA
[0005.220] usbus0: 5.0Gbps Super Speed USB v3.0
[0005.240] uhub0: <Nvidia XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0
[0005.890] uhub0: 9 ports with 9 removable, self powered
[0006.890] failed to get HID devices
[0006.893] failed to init xhci or no usb device attached
[0006.900] device_query_partition_size: failed to open partition sd0:MSC !
[0006.907] MSC Partition not found
[0006.910] device_query_partition_size: failed to open partition sd0:USP !
[0006.917] USP partition read failed!
[0006.921] blob_init: blob-partition USP header read failed
[0006.926] android_boot Unable to update recovery partition
[0006.932] kfs_getpartname: name = LNX
[0006.935] Loading kernel from LNX
[0006.992] Verifying boot image in OdmNonSecureSBK mode
[0007.035] kernel load address: 0x80080000, size: 482032 bytes
[0007.041] ramdisk load address: 0x84100000, size: 0 bytes
[0007.046] load kernel from storage
[0007.058] decompressor handler not found
[0007.115] Successfully loaded kernel and ramdisk images
[0007.122] load_bmp_blob: panelresolution=480 type=0
[0007.195] display bmp image done
[0007.198] NCK carveout not present
[0007.202] Skipping dts_overrides
[0007.205] NCK carveout not present
[0007.208] shim_invoke: No NCT, Calling dts updates
[0007.219] Find /i2c@7000c000's alias i2c0
[0007.223] get eeprom at 1-a0, size 256, type 0
[0007.232] Find /i2c@7000c500's alias i2c2
[0007.236] get eeprom at 3-a0, size 256, type 0
[0007.240] get eeprom at 3-ae, size 256, type 0
[0007.245] pm_ids_update: Updating 1,a0, size 256, type 0
[0007.250] I2C slave not started
[0007.253] I2C write failed
[0007.255] Writing offset failed
[0007.258] eeprom_init: EEPROM read failed
[0007.262] pm_ids_update: eeprom init failed
[0007.267] pm_ids_update: Updating 3,a0, size 256, type 0
[0007.297] pm_ids_update: The pm board id is 3448-0000-200
[0007.303] Adding plugin-manager/ids/3448-0000-200=/i2c@7000c500:module@0x50
[0007.311] pm_ids_update: pm id update successful
[0007.315] pm_ids_update: Updating 3,ae, size 256, type 0
[0007.321] I2C slave not started
[0007.324] I2C write failed
[0007.326] Writing offset failed
[0007.329] eeprom_init: EEPROM read failed
[0007.333] pm_ids_update: eeprom init failed
[0007.364] eeprom_get_mac: EEPROM invalid MAC address (all 0xff)
[0007.369] shim_eeprom_update_mac:267: Failed to update 0 MAC address in DTB
[0007.378] eeprom_get_mac: EEPROM invalid MAC address (all 0xff)
[0007.383] shim_eeprom_update_mac:267: Failed to update 1 MAC address in DTB
[0007.392] updating /chosen/nvidia,ethernet-mac node 00:04:4b:e6:65:1b
[0007.398] Plugin Manager: Parse ODM data 0x00094000
[0007.408] shim_cmdline_install: /chosen/bootargs: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0
[0007.423] Add serial number:14224191091760800503 as DT property
[0007.432] "bpmp" doesn't exist, creating
[0007.438] Updated bpmp info to DTB
[0007.443] Updated initrd info to DTB
[0007.446] "proc-board" doesn't exist, creating
[0007.452] Updated board info to DTB
[0007.455] "pmu-board" doesn't exist, creating
[0007.460] Updated board info to DTB
[0007.464] "display-board" doesn't exist, creating
[0007.469] Updated board info to DTB
[0007.473] "reset" doesn't exist, creating
[0007.477] Updated reset info to DTB
[0007.481] Cmdline: tegraid=21.1.2.0.0 ddr_die=4096M@2048M section=512M memtype=0 vpr_resize usb_port_owner_info=0 lane_owner_info=0 emc_max_dvfs=0 touch_id=0@63 video=tegrafb no_console_suspend=1 console=ttyS0,115200n8 debug_uartport=lsport,2 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=0x1000@0xff780000 core_edp_mv=1125 core_edp_ma=4000 tegra_fbmem=0x140000@0x92cb7000 is_hdmi_initialised=1
[0007.520] DTB cmdline: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0
[0007.532] boot image cmdline: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0
[0007.545] Updated bootarg info to DTB
[0007.549] Adding uuid 00000001644495071400000009030580 to DT
[0007.554] Adding eks info 0 to DT
[0007.560] WARNING: Failed to pass NS DRAM ranges to TOS, err: -7
[0007.566] Updated memory info to DTB
[0007.574] set vdd_core voltage to 1125 mv
[0007.578] setting 'vdd-core' regulator to 1125000 micro volts
[0007.600] could not find regulator
[0007.603] Found secure-pmc; disable BPMP
U-Boot 2016.07-gd917e08cec (Jul 16 2019 - 16:52:59 -0700)
TEGRA210
Model: NVIDIA P3450-Porg
Board: NVIDIA P3450-PORG
DRAM: 4 GiB
MMC: Tegra SD/MMC: 0, Tegra SD/MMC: 1
Using default environment
In: serial
Out: serial
Err: serial
Net: No ethernet found.
Hit any key to stop autoboot: 0
switch to partitions #0, OK
mmc1 is current device
Scanning mmc 1:1...
Found /boot/extlinux/extlinux.conf
Retrieving file: /boot/extlinux/extlinux.conf
733 bytes read in 73 ms (9.8 KiB/s)
L4T boot options
1: primary kernel
Enter choice: 1: primary kernel
Retrieving file: /boot/initrd
5562393 bytes read in 352 ms (15.1 MiB/s)
Retrieving file: /boot/Image
34179080 bytes read in 1540 ms (21.2 MiB/s)
append: tegraid=21.1.2.0.0 ddr_die=4096M@2048M section=512M memtype=0 vpr_resize usb_port_owner_info=0 lane_owner_info=0 emc_max_dvfs=0 touch_id=0@63 video=tegrafb no_console_suspend=1 console=ttyS0,115200n8 debug_uartport=lsport,2 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=0x1000@0xff780000 core_edp_mv=1125 core_edp_ma=4000 tegra_fbmem=0x140000@0x92cb7000 is_hdmi_initialised=1 root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 quiet
## Flattened Device Tree blob at 83100000
Booting using the fdt blob at 0x83100000
reserving fdt memory region: addr=80000000 size=20000
Using Device Tree in place at 0000000083100000, end 0000000083177282
Starting kernel ...
<hit enter to activate fiq debugger>
[ 0.607888] tegra210-emc 7001b000.external-memory-controller: Invalid table size 0
[ 1.232384] imx219 6-0010: imx219_board_setup: error during i2c read probe (-121)
[ 1.239947] imx219 6-0010: board setup failed
[ 11.122505] tegra-i2c 7000c700.i2c: pio timed out addr: 0x50 tlen:28 rlen:128
[ 11.129684] tegra-i2c 7000c700.i2c: --- register dump for debugging ----
[ 11.136397] tegra-i2c 7000c700.i2c: I2C_CNFG - 0x22c00
[ 11.141536] tegra-i2c 7000c700.i2c: I2C_PACKET_TRANSFER_STATUS - 0x10001
[ 11.148236] tegra-i2c 7000c700.i2c: I2C_FIFO_CONTROL - 0xe0
[ 11.153813] tegra-i2c 7000c700.i2c: I2C_FIFO_STATUS - 0x800040
[ 11.159646] tegra-i2c 7000c700.i2c: I2C_INT_MASK - 0x7d
[ 11.164872] tegra-i2c 7000c700.i2c: I2C_INT_STATUS - 0x0
[ 11.170192] tegra-i2c 7000c700.i2c: i2c transfer timed out addr: 0x50
[ 11.179350] tegradc tegradc.1: dpd enable lookup fail:-19
[ 11.951539] cgroup: cgroup2: unknown option "nsdelegate"
[ 13.950321] using random self ethernet address
[ 13.955076] using random host ethernet address
[ 14.076320] using random self ethernet address
[ 14.080923] using random host ethernet address
[ 14.242146] random: crng init done
[ 14.245590] random: 7 urandom warning(s) missed due to ratelimiting
Thank you!
Eugene