I am developing a custom carrier board for my jetson nano.
I am communicating via UART with my board and this error message is popping up all the time.
[ 11.125690] tegra-i2c 7000c700.i2c: pio timed out addr: 0x50 tlen:28 rlen:128
[ 11.132835] tegra-i2c 7000c700.i2c: --- register dump for debugging ----
[ 11.139546] tegra-i2c 7000c700.i2c: I2C_CNFG - 0x22c00
[ 11.144684] tegra-i2c 7000c700.i2c: I2C_PACKET_TRANSFER_STATUS - 0x10001
[ 11.151383] tegra-i2c 7000c700.i2c: I2C_FIFO_CONTROL - 0xe0
[ 11.156953] tegra-i2c 7000c700.i2c: I2C_FIFO_STATUS - 0x800040
[ 11.162782] tegra-i2c 7000c700.i2c: I2C_INT_MASK - 0x7d
[ 11.168004] tegra-i2c 7000c700.i2c: I2C_INT_STATUS - 0x0
I think that this error has something to do with the I2C communication with the EEPROM on my carrier board. I use the same EEPROM as on the NVIDIA carrier board, just in an other package and I set the address to 1010111. When I run sudo i2cdump -y 2 0x57 I get:
No size specified (using byte-data access)
0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef
00: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................
10: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................
20: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................
30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................
40: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................
50: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................
60: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................
70: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................
80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................
90: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................
a0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................
b0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................
c0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................
d0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................
e0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................
f0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................
How can I solve this communication error between the Jetson nano and my carrier board?
Here is the log file:
[0000.160] [TegraBoot] (version 00.00.2018.01-l4t-89b97a49)
[0000.166] Processing in cold boot mode Bootloader 2
[0000.170] A02 Bootrom Patch rev = 1023
[0000.174] Power-up reason: software reset
[0000.178] No Battery Present
[0000.180] pmic max77620 reset reason
[0000.184] pmic max77620 NVERC : 0x0
[0000.187] RamCode = 0
[0000.189] Platform has DDR4 type RAM
[0000.193] max77620 disabling SD1 Remote Sense
[0000.197] Setting DDR voltage to 1125mv
[0000.201] Serial Number of Pmic Max77663: 0x3012f5
[0000.208] Entering ramdump check
[0000.211] Get RamDumpCarveOut = 0x0
[0000.215] RamDumpCarveOut=0x0, RamDumperFlag=0xe59ff3f8
[0000.220] Last reboot was clean, booting normally!
[0000.224] Sdram initialization is successful
[0000.228] SecureOs Carveout Base=0x00000000ff800000 Size=0x00800000
[0000.235] Lp0 Carveout Base=0x00000000ff780000 Size=0x00001000
[0000.240] BpmpFw Carveout Base=0x00000000ff700000 Size=0x00080000
[0000.246] GSC1 Carveout Base=0x00000000ff600000 Size=0x00100000
[0000.252] GSC2 Carveout Base=0x00000000ff500000 Size=0x00100000
[0000.258] GSC4 Carveout Base=0x00000000ff400000 Size=0x00100000
[0000.264] GSC5 Carveout Base=0x00000000ff300000 Size=0x00100000
[0000.270] GSC3 Carveout Base=0x000000017f300000 Size=0x00d00000
[0000.286] RamDump Carveout Base=0x00000000ff280000 Size=0x00080000
[0000.292] Platform-DebugCarveout: 0
[0000.295] Nck Carveout Base=0x00000000ff080000 Size=0x00200000
[0000.301] Non secure mode, and RB not enabled.
[0000.442] Csd NumOfBlocks=124735488
[0000.447] Set High speed to 1
[0000.451] Error mask set in wait for cmd complete with error 0x3 in HwSdmmcWaitForCommandComplete func at 278 line
[0000.461] Command complete wait failed with error 0x3 Interrupt 0x18001
[0000.467] Number of retries left 4
[0000.480] Using GPT Primary to query partitions
[0000.484] Loading Tboot-CPU binary
[0000.497] Verifying TBC in OdmNonSecureSBK mode
[0000.507] Bootloader load address is 0xa0000000, entry address is 0xa0000258
[0000.514] Bootloader downloaded successfully.
[0000.518] Downloaded Tboot-CPU binary to 0xa0000258
[0000.523] MAX77620_GPIO5 configured
[0000.526] CPU power rail is up
[0000.529] CPU clock enabled
[0000.533] Performing RAM repair
[0000.536] Updating A64 Warmreset Address to 0xa00002e9
[0000.541] Loading NvTbootBootloaderDTB
[0000.579] Verifying NvTbootBootloaderDTB in OdmNonSecureSBK mode
[0000.644] Bootloader DTB Load Address: 0x83000000
[0000.649] Loading NvTbootKernelDTB
[0000.686] Verifying NvTbootKernelDTB in OdmNonSecureSBK mode
[0000.751] Kernel DTB Load Address: 0x83100000
[0000.757] Loading cboot binary
[0000.801] Verifying EBT in OdmNonSecureSBK mode
[0000.844] Bootloader load address is 0x92c00000, entry address is 0x92c00258
[0000.851] Bootloader downloaded successfully.
[0000.855] Next binary entry address: 0x92c00258
[0000.860] BoardId: 3448
[0000.865] Overriding pmu board id with proc board id
[0000.869] Display board id is not available
[0000.912] Verifying SC7EntryFw in OdmNonSecureSBK mode
[0000.964] /bpmp deleted
[0000.966] SC7EntryFw header found loaded at 0xff700000
[0001.155] OVR2 PMIC
[0001.156] Bpmp FW successfully loaded
[0001.163] WB0 init successfully at 0xff780000
[0001.167] Set NvDecSticky Bits
[0001.170] GSC2 address ff53fffc value c0edbbcc
[0001.177] GSC MC Settings done
[0001.182] TOS Image length 53680
[0001.185] Monitor size 53680
[0001.188] OS size 0
[0001.198] Secure Os AES-CMAC Verification Success!
[0001.203] TOS image cipher info: plaintext
[0001.207] Loading and Validation of Secure OS Successful
[0001.223] SC7 Entry Firmware - 0xff700000, 0x4000
[0001.227] NvTbootPackSdramParams: start.
[0001.232] NvTbootPackSdramParams: done.
[0001.236] Tegraboot started after 88889 us
[0001.240] Basic modules init took 806185 us
[0001.244] NvTbootQspiFlashIoctl: Opcode = 1 not supported
[0001.249] Sec Bootdevice Read Time = 622327755 ms, Read Size = 622327755 KB
[0001.256] Sec Bootdevice Write Time = 0 ms, Write Size = 0 KB
[0001.262] Storage Device Read Time = 181 ms, Read Size = 2241 KB
[0001.267] Storage Device Write Time = 0 ms, Write Size = 0 KB
[0001.273] Next stage binary read took 39537 us
[0001.277] Carveout took -51203 us
[0001.280] CPU initialization took 382824 us
[0001.284] Total time taken by TegraBoot 1177343 us
[0001.289] Starting CPU & Halting co-processor
64NOTICE: BL31: v1.3(release):a28d87f09
NOTICE: BL31: Built : 21:10:01, Aug 12 2019
ERROR: Error initializing runtime service trusty_fast
[0001.411] RamCode = 0
[0001.416] LPDDR4 Training: Read DT: Number of tables = 2
[0001.421] EMC Training (SRC-freq: 204000; DST-freq: 1600000)
[0001.434] EMC Training Successful
[0001.437] 408000 not found in DVFS table
[0001.443] RamCode = 0
[0001.447] DT Write: emc-table@204000 succeeded
[0001.452] DT Write: emc-table@1600000 succeeded
[0001.456] LPDDR4 Training: Write DT: Number of tables = 2
[0001.500]
[0001.501] Debug Init done
[0001.504] Marked DTB cacheable
[0001.507] Bootloader DTB loaded at 0x83000000
[0001.512] Marked DTB cacheable
[0001.515] Kernel DTB loaded at 0x83100000
[0001.518] DeviceTree Init done
[0001.530] Pinmux applied successfully
[0001.535] gicd_base: 0x50041000
[0001.538] gicc_base: 0x50042000
[0001.541] Interrupts Init done
[0001.545] Using base:0x60005090 & irq:208 for tick-timer
[0001.550] Using base:0x60005098 for delay-timer
[0001.555] platform_init_timer: DONE
[0001.558] Timer(tick) Init done
[0001.562] osc freq = 38400 khz
[0001.566]
[0001.567] welcome to cboot
[0001.570]
[0001.571] Cboot Version: 00.00.2018.01-t210-3a168c35
[0001.576] calling constructors
[0001.579] initializing heap
[0001.582] initializing threads
[0001.585] initializing timers
[0001.587] creating bootstrap completion thread
[0001.592] top of bootstrap2()
[0001.595] CPU: ARM Cortex A57
[0001.598] CPU: MIDR: 0x411FD071, MPIDR: 0x80000000
[0001.602] initializing platform
[0001.605] Scratch reg 37 & 271 initial value set..
[0001.612] cboot:secure-pmc present
[0001.615] Manufacturer: MF = 0xc2, ID MSB = 0x25
[0001.620] ID LSB = 0x36, ID-CFI len = 194 bytes
[0001.624] Macronix QSPI chip present
[0001.628] SPI device register
[0001.630] init boot device
[0001.633] allocating memory for boot device(SPI)
[0001.638] registering boot device
[0001.652] sdmmc node status = okay
[0001.655] sdcard instance = 0
[0001.658] sdcard gpio handle 0x56
[0001.661] sdcard gpio pin 0xc9
[0001.664] sdcard gpio flags 0x0
[0001.667] vmmc-supply 0x99
[0001.670] Instance: 0
[0001.672] Allocating memory for context
[0001.676] enabling clock
[0001.678] sd card init
[0001.680] Check card present and stable
[0001.684] Send command 0
[0001.709] Send command 3
[0001.713] Set RCA for the card
[0001.716] Query card specific data by command 9
[0001.722] Parse CSD data
[0001.725] Send command 7
[0001.735] Calling sd device register
[0001.739] Init sdcard
[0001.741] Allocating memory for boot device
[0001.745] Registering user device
[0001.758] Enable APE clock
[0001.761] Un-powergate APE partition
[0001.764] of_register: registering tegra_udc to of_hal
[0001.769] of_register: registering tegra_udc to of_hal
[0001.774] of_register: registering inv20628-driver to of_hal
[0001.780] of_register: registering ads1015-driver to of_hal
[0001.785] of_register: registering lp8557-bl-driver to of_hal
[0001.791] of_register: registering bq2419x_charger to of_hal
[0001.797] of_register: registering cpc to of_hal
[0001.801] of_register: registering bq27441_fuel_gauge to of_hal
[0001.813] gpio framework initialized
[0001.816] of_register: registering tca9539_gpio to of_hal
[0001.822] of_register: registering tca9539_gpio to of_hal
[0001.827] of_register: registering i2c_bus_driver to of_hal
[0001.833] of_register: registering i2c_bus_driver to of_hal
[0001.838] of_register: registering i2c_bus_driver to of_hal
[0001.844] of_register: registering i2c_bus_driver to of_hal
[0001.849] pmic framework initialized
[0001.853] of_register: registering max77620_pmic to of_hal
[0001.858] regulator framework initialized
[0001.862] of_register: registering tps65132_bl_driver to of_hal
[0001.868] initializing target
[0001.874] gpio_driver_register: register 'tegra_gpio_driver' driver
[0001.882] fixed regulator driver initialized
[0001.899] initializing OF layer
[0001.902] NCK carveout not present
[0001.906] Skipping dts_overrides
[0001.910] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.926] I2C Bus Init done
[0001.929] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.939] I2C Bus Init done
[0001.942] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.952] I2C Bus Init done
[0001.955] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.965] I2C Bus Init done
[0001.967] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.978] I2C Bus Init done
[0001.980] of_children_init: Ops found for compatible string maxim,max77620
[0001.991] max77620_init using irq 118
[0001.995] register 'maxim,max77620' pmic
[0002.000] gpio_driver_register: register 'max77620-gpio' driver
[0002.006] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0002.016] I2C Bus Init done
[0002.020] NCK carveout not present
[0002.023] shim_invoke: No NCT, Calling dts updates
[0002.034] Find /i2c@7000c000's alias i2c0
[0002.038] get eeprom at 1-a0, size 256, type 0
[0002.047] Find /i2c@7000c500's alias i2c2
[0002.051] get eeprom at 3-a0, size 256, type 0
[0002.055] get eeprom at 3-ae, size 256, type 0
[0002.060] pm_ids_update: Updating 1,a0, size 256, type 0
[0002.065] I2C slave not started
[0002.068] I2C write failed
[0002.071] Writing offset failed
[0002.074] eeprom_init: EEPROM read failed
[0002.078] pm_ids_update: eeprom init failed
[0002.082] pm_ids_update: Updating 3,a0, size 256, type 0
[0002.112] pm_ids_update: The pm board id is 3448-0000-200
[0002.118] Adding plugin-manager/ids/3448-0000-200=/i2c@7000c500:module@0x50
[0002.126] pm_ids_update: pm id update successful
[0002.131] pm_ids_update: Updating 3,ae, size 256, type 0
[0002.136] I2C slave not started
[0002.139] I2C write failed
[0002.141] Writing offset failed
[0002.145] eeprom_init: EEPROM read failed
[0002.148] pm_ids_update: eeprom init failed
[0002.179] eeprom_get_mac: EEPROM invalid MAC address (all 0xff)
[0002.185] shim_eeprom_update_mac:267: Failed to update 0 MAC address in DTB
[0002.193] eeprom_get_mac: EEPROM invalid MAC address (all 0xff)
[0002.199] shim_eeprom_update_mac:267: Failed to update 1 MAC address in DTB
[0002.207] updating /chosen/nvidia,ethernet-mac node 00:04:4b:e5:48:af
[0002.213] Plugin Manager: Parse ODM data 0x00094000
[0002.223] shim_cmdline_install: /chosen/bootargs: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0
[0002.245] Find /i2c@7000c000's alias i2c0
[0002.248] get eeprom at 1-a0, size 256, type 0
[0002.257] Find /i2c@7000c500's alias i2c2
[0002.261] get eeprom at 3-a0, size 256, type 0
[0002.265] get eeprom at 3-ae, size 256, type 0
[0002.270] pm_ids_update: Updating 1,a0, size 256, type 0
[0002.275] I2C slave not started
[0002.278] I2C write failed
[0002.281] Writing offset failed
[0002.284] eeprom_init: EEPROM read failed
[0002.288] pm_ids_update: eeprom init failed
[0002.292] pm_ids_update: Updating 3,a0, size 256, type 0
[0002.322] pm_ids_update: The pm board id is 3448-0000-200
[0002.328] Adding plugin-manager/ids/3448-0000-200=/i2c@7000c500:module@0x50
[0002.335] pm_ids_update: pm id update successful
[0002.340] pm_ids_update: Updating 3,ae, size 256, type 0
[0002.345] I2C slave not started
[0002.348] I2C write failed
[0002.351] Writing offset failed
[0002.354] eeprom_init: EEPROM read failed
[0002.358] pm_ids_update: eeprom init failed
[0002.388] Chip UID is 00000001644494480800000008fc8280
[0002.393] Add serial number:142201903660308082fc as DT property
[0002.402] Applying platform configs
[0002.408] platform-init is not present. Skipping
[0002.413] calling apps_init()
[0002.438] Found 12 GPT partitions in "sd0"
[0002.442] Proceeding to Cold Boot
[0002.445] starting app android_boot_app
[0002.449] Device state: unlocked
[0002.452] display console init
[0002.460] could not find regulator
[0002.464] hdmi cable connected
[0002.501] DT entry for leds-pwm not found
[0004.474] I2C transfer timeout
[0004.477] I2C write failed
[0004.479] Writing offset failed
[0004.482] could not read edid
[0004.488] tmds-config node not found
[0004.492] pmc_set_io_pad_voltage: Error -2 retrieving platform-io-pad-voltagepropsetting 'avdd-io-hdmi-dp' regulator to 1050000 micro volts
[0004.507] setting 'vdd-1v8' regulator to 1800000 micro volts
[0004.514] could not find regulator
[0004.518] could not find regulator
[0004.521] could not find regulator
[0004.549] using default cmu settings
[0004.553] dc_hdmi_enable, starting HDMI initialisation
[0004.559] dc_hdmi_enable, HDMI initialisation complete
[0004.564] list and configure display window
[0004.569] display console init completed
[0004.576] subnode volume_up is not found !
[0004.580] subnode back is not found !
[0004.584] subnode volume_down is not found !
[0004.588] subnode menu is not found !
[0004.592] Gpio keyboard init success
[0004.624] found decompressor handler: lz4-legacy
[0004.638] decompressing blob (type 1)...
[0004.672] load_bmp_blob: panelresolution=480 type=0
[0004.711] decompressor handler not found
[0004.715] load_firmware_blob: Firmware blob loaded, entries=2
[0004.721] se_aes_verify_sbk_clear: Error
[0004.725] bl_battery_charging: connected to external power supply
[0004.732] xusb is supported
[0004.738] error while finding nvidia,portmap
[0004.743] could not find regulator
[0005.246] xusb blob version 0 size 124416
[0005.250] firmware size 124416
[0005.255] Firmware timestamp: 0x5cd2a472, Version: 50.22 release
[0005.267] xhci0: 64 bytes context size, 32-bit DMA
[0005.307] usbus0: 5.0Gbps Super Speed USB v3.0
[0005.327] uhub0: <Nvidia XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0
[0005.977] uhub0: 9 ports with 9 removable, self powered
[0006.977] failed to get HID devices
[0006.981] failed to init xhci or no usb device attached
[0006.988] device_query_partition_size: failed to open partition sd0:MSC !
[0006.995] MSC Partition not found
[0006.998] device_query_partition_size: failed to open partition sd0:USP !
[0007.005] USP partition read failed!
[0007.009] blob_init: blob-partition USP header read failed
[0007.014] android_boot Unable to update recovery partition
[0007.019] kfs_getpartname: name = LNX
[0007.023] Loading kernel from LNX
[0007.080] Verifying boot image in OdmNonSecureSBK mode
[0007.123] kernel load address: 0x80080000, size: 482032 bytes
[0007.129] ramdisk load address: 0x84100000, size: 0 bytes
[0007.134] load kernel from storage
[0007.146] decompressor handler not found
[0007.203] Successfully loaded kernel and ramdisk images
[0007.209] load_bmp_blob: panelresolution=480 type=0
[0007.283] display bmp image done
[0007.286] NCK carveout not present
[0007.289] Skipping dts_overrides
[0007.292] NCK carveout not present
[0007.296] shim_invoke: No NCT, Calling dts updates
[0007.307] Find /i2c@7000c000's alias i2c0
[0007.311] get eeprom at 1-a0, size 256, type 0
[0007.320] Find /i2c@7000c500's alias i2c2
[0007.323] get eeprom at 3-a0, size 256, type 0
[0007.328] get eeprom at 3-ae, size 256, type 0
[0007.332] pm_ids_update: Updating 1,a0, size 256, type 0
[0007.338] I2C slave not started
[0007.341] I2C write failed
[0007.343] Writing offset failed
[0007.346] eeprom_init: EEPROM read failed
[0007.350] pm_ids_update: eeprom init failed
[0007.354] pm_ids_update: Updating 3,a0, size 256, type 0
[0007.384] pm_ids_update: The pm board id is 3448-0000-200
[0007.391] Adding plugin-manager/ids/3448-0000-200=/i2c@7000c500:module@0x50
[0007.399] pm_ids_update: pm id update successful
[0007.403] pm_ids_update: Updating 3,ae, size 256, type 0
[0007.409] I2C slave not started
[0007.412] I2C write failed
[0007.414] Writing offset failed
[0007.417] eeprom_init: EEPROM read failed
[0007.421] pm_ids_update: eeprom init failed
[0007.451] eeprom_get_mac: EEPROM invalid MAC address (all 0xff)
[0007.457] shim_eeprom_update_mac:267: Failed to update 0 MAC address in DTB
[0007.465] eeprom_get_mac: EEPROM invalid MAC address (all 0xff)
[0007.471] shim_eeprom_update_mac:267: Failed to update 1 MAC address in DTB
[0007.480] updating /chosen/nvidia,ethernet-mac node 00:04:4b:e5:48:af
[0007.486] Plugin Manager: Parse ODM data 0x00094000
[0007.496] shim_cmdline_install: /chosen/bootargs: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0
[0007.511] Add serial number:142201903660308082fc as DT property
[0007.520] "bpmp" doesn't exist, creating
[0007.526] Updated bpmp info to DTB
[0007.531] Updated initrd info to DTB
[0007.534] "proc-board" doesn't exist, creating
[0007.539] Updated board info to DTB
[0007.543] "pmu-board" doesn't exist, creating
[0007.548] Updated board info to DTB
[0007.552] "display-board" doesn't exist, creating
[0007.557] Updated board info to DTB
[0007.560] "reset" doesn't exist, creating
[0007.565] Updated reset info to DTB
[0007.568] 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.607] DTB cmdline: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0
[0007.620] boot image cmdline: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0
[0007.633] Updated bootarg info to DTB
[0007.636] Adding uuid 00000001644494480800000008fc8280 to DT
[0007.642] Adding eks info 0 to DT
[0007.648] WARNING: Failed to pass NS DRAM ranges to TOS, err: -7
[0007.654] Updated memory info to DTB
[0007.662] set vdd_core voltage to 1125 mv
[0007.666] setting 'vdd-core' regulator to 1125000 micro volts
[0007.687] could not find regulator
[0007.691] Found secure-pmc; disable BPMP
U-Boot 2016.07-gd917e08cec (Aug 12 2019 - 21:10:20 -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 118 ms (5.9 KiB/s)
L4T boot options
1: primary kernel
Enter choice: 1: primary kernel
Retrieving file: /boot/initrd
5562384 bytes read in 296 ms (17.9 MiB/s)
Retrieving file: /boot/Image
34179080 bytes read in 1538 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>
[ 1.209394] imx219 6-0010: imx219_board_setup: error during i2c read probe (-121)
[ 1.216969] imx219 6-0010: board setup failed
[ 11.125690] tegra-i2c 7000c700.i2c: pio timed out addr: 0x50 tlen:28 rlen:128
[ 11.132835] tegra-i2c 7000c700.i2c: --- register dump for debugging ----
[ 11.139546] tegra-i2c 7000c700.i2c: I2C_CNFG - 0x22c00
[ 11.144684] tegra-i2c 7000c700.i2c: I2C_PACKET_TRANSFER_STATUS - 0x10001
[ 11.151383] tegra-i2c 7000c700.i2c: I2C_FIFO_CONTROL - 0xe0
[ 11.156953] tegra-i2c 7000c700.i2c: I2C_FIFO_STATUS - 0x800040
[ 11.162782] tegra-i2c 7000c700.i2c: I2C_INT_MASK - 0x7d
[ 11.168004] tegra-i2c 7000c700.i2c: I2C_INT_STATUS - 0x0
[ 11.173314] tegra-i2c 7000c700.i2c: i2c transfer timed out addr: 0x50
[ 11.181114] tegradc tegradc.1: dpd enable lookup fail:-19
[ 11.638972] cgroup: cgroup2: unknown option "nsdelegate"
[ 13.223780] random: crng init done
[ 13.227188] random: 7 urandom warning(s) missed due to ratelimiting
[ 14.099171] using random self ethernet address
[ 14.103761] using random host ethernet address
[ 14.125389] using random self ethernet address
[ 14.129931] using random host ethernet address
[ 14.905826] IRQ11 no longer affine to CPU2
[ 14.910757] CPU2: shutdown
[ 14.974024] IRQ12 no longer affine to CPU3
[ 14.978460] CPU3: shutdown
Ubuntu 18.04.3 LTS user-desktop ttyS0
user-desktop login: