I2C transfer timed out addr: 0x50

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:

And in the schematics the Pins 232 I2C2_SCL and 234 I2C_SDA should be switched. The data is transfered at pin 232 and not at pin 234. The clock is transfered at pin 234.
I already realized this change on my custom carrier board after I figuered it out.

If this is the HDMI monitor query (DDC wire containing EDID data via i2c protocol), and if you didn’t install HDMI, then this might be the problem. Someone else will need to give you an answer, but you probably should describe if you have HDMI on the custom carrier board (and whether you adjusted the device tree for anything non-standard with your HDMI).

  1. Are you using the same AT24C02D-MAHM chip?
  2. did you power the chip using 1.8V?
  3. I really don’t think I2C2_SCL and I2C2_SDA should be switched… if that is true then nVidia has huge problem with both schematics and development guide documents. This is usually uncommon. Using scope to probe the signal to make sure you did it right.

PIN232 I2C2_SCL GEN3_I2C_SCL
General I2C 2 Clock. 2.2kΩ pull-up to 1.8V
on the module.
I2C (General)
Bidir Open Drain – 1.8V

PIN234 I2C2_SDA GEN3_I2C_SDA
General I2C 2 Data. 2.2kΩ pull-up to 1.8V
on the module.
Bidir Open Drain – 1.8V

I don’t have an HDMI connector, so these pins of the jetson nano are floating. How can I tell the jetson nano by hardware, that there is no HDMI connector?

  1. I use the AT24C02D-SSHM-T, so the same chip, just in another package.
  2. I’am powering the chip with 1.8V
  3. The Pins are definitely switched. I watched the signals on the oscilloscope and I can read the data of the EEPROM only when the pins are switched. On the NVIDIA carrier board the pins are already switched. I used the multimeter beep test to check that.

Thanks,

Can engineer from nvdia confirm this? maybe update the documents and/or errata?

I couldn’t give you the details, but if your board lacks HDMI, then you definitely need changes to the device tree.

I figuered out how to deactivate the HDMI connection. When no HDMI is connected to the carrierboard the Hot-Plu-Detect Pin is High(1.8V). If you connect a HDMI cable, then it is Low. Therefore I installed a Pullupresitor to 1.8V on my custom carrierboard. The Hot-Plug-Detect Pins of the HDMI and Display Port are also switched in the Schematics. The Pin 88 DP_HPD is connected to the HDMI and not the Diplay Port Module. Therefore the Pin 96 DP1_TXD0_N is connected to the Display Port and not to the HDMI Module.

Did that resolve the issue? So long as there is no attempt to run i2c query on non-existent hardware it should be ok regardless of whether HDMI is removed in device tree, or whether a pin is saying to ignore HDMI. Though I suppose if i2c setup occurs there might still be an error.

Yes it did resolve the issue.
I still didn’t figure why the Jetson Nano needs an EEPROM on the carrier board. I have a carrier board on my custom carrier board with the address 0x57. I can read and write data from that EEPROM, but the Jetson doesn’t seem to need that EEPROM, because it doesn’t change the data in the EEPROM. Can somebody tell me what kind of data is stored in the EEPROM and when does the Jetson Nano store this data there?

Please refer to below topics, eeprom on carrier board is not MUST.

https://devtalk.nvidia.com/default/topic/1064013
https://devtalk.nvidia.com/default/topic/1065885/jetson-nano/device-tree-and-hpd-issue-with-production-module-with-custom-carrier/post/5403211/#5403211

Has anyone at Nvidia confirmed that the pins are, in fact, swapped on the i2c lines. I am also using a custom board, and cannot make it through any i2c setup. I2cdetect will time out with PIO errors for me as well.

Hi, can you list the pin need swap? Current docs in DLC is for production module design, its pinout is different to early module (A02).

I purchased 5 dev kits from Digikey, and part number on the bottom of the carrier boards is 180-13449-daaf-a02. The carrier board for the module is custom and I did the schematic based on the published ORCAD documents that were available for download from the NVIDIA site. When I checked against the schematics (concept and orcad versions), the layout of my PCBA matches correctly. The HDMI does not read EDID or Hotplug either. Here is the boot screenprint:

▒[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 : 0x40
[0000.152] RamCode = 0
[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: 0x1c28ea
[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.211] 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.447] Csd NumOfBlocks=249737216
[0000.452] Set High speed to 1
[0000.455] Error mask set in wait for cmd complete with error 0x3 in HwSdmmcWait ForCommandComplete func at 278 line
[0000.466] Command complete wait failed with error 0x3 Interrupt 0x18001
[0000.472] Number of retries left 4
[0000.485] Using GPT Primary to query partitions
[0000.490] Loading Tboot-CPU binary
[0000.504] Verifying TBC in OdmNonSecureSBK mode
[0000.514] Bootloader load address is 0xa0000000, entry address is 0xa0000258
[0000.521] Bootloader downloaded successfully.
[0000.525] Downloaded Tboot-CPU binary to 0xa0000258
[0000.530] MAX77620_GPIO5 configured
[0000.534] CPU power rail is up
[0000.536] CPU clock enabled
[0000.540] Performing RAM repair
[0000.543] Updating A64 Warmreset Address to 0xa00002e9
[0000.548] Loading NvTbootBootloaderDTB
[0000.586] Verifying NvTbootBootloaderDTB in OdmNonSecureSBK mode
[0000.651] Bootloader DTB Load Address: 0x83000000
[0000.656] Loading NvTbootKernelDTB
[0000.693] Verifying NvTbootKernelDTB in OdmNonSecureSBK mode
[0000.758] Kernel DTB Load Address: 0x83100000
[0000.767] Loading cboot binary
[0000.812] Verifying EBT in OdmNonSecureSBK mode
[0000.855] Bootloader load address is 0x92c00000, entry address is 0x92c00258
[0000.862] Bootloader downloaded successfully.
[0000.866] Next binary entry address: 0x92c00258
[0000.871] BoardId: 3448
[0000.875] Overriding pmu board id with proc board id
[0000.880] Display board id is not available
[0000.925] Verifying SC7EntryFw in OdmNonSecureSBK mode
[0000.977] /bpmp deleted
[0000.979] SC7EntryFw header found loaded at 0xff700000
[0001.167] OVR2 PMIC
[0001.169] Bpmp FW successfully loaded
[0001.175] WB0 init successfully at 0xff780000
[0001.179] Set NvDecSticky Bits
[0001.183] GSC2 address ff53fffc value c0edbbcc
[0001.189] GSC MC Settings done
[0001.196] TOS Image length 53680
[0001.199] Monitor size 53680
[0001.202] OS size 0
[0001.213] Secure Os AES-CMAC Verification Success!
[0001.218] TOS image cipher info: plaintext
[0001.222] Loading and Validation of Secure OS Successful
[0001.238] SC7 Entry Firmware - 0xff700000, 0x4000
[0001.242] NvTbootPackSdramParams: start.
[0001.248] NvTbootPackSdramParams: done.
[0001.251] Tegraboot started after 53760 us
[0001.255] Basic modules init took 852220 us
[0001.259] NvTbootQspiFlashIoctl: Opcode = 1 not supported
[0001.264] Sec Bootdevice Read Time = 622327755 ms, Read Size = 622327755 KB
[0001.271] Sec Bootdevice Write Time = 0 ms, Write Size = 0 KB
[0001.277] Storage Device Read Time = 192 ms, Read Size = 2241 KB
[0001.283] Storage Device Write Time = 0 ms, Write Size = 0 KB
[0001.288] Next stage binary read took 41332 us
[0001.292] Carveout took -52995 us
[0001.295] CPU initialization took 387418 us
[0001.299] Total time taken by TegraBoot 1227975 us

[0001.304] 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.426] RamCode = 0
[0001.431] LPDDR4 Training: Read DT: Number of tables = 2
[0001.436] EMC Training (SRC-freq: 204000; DST-freq: 1600000)
[0001.449] EMC Training Successful
[0001.452] 408000 not found in DVFS table
[0001.458] RamCode = 0
[0001.462] DT Write: emc-table@204000 succeeded
[0001.467] DT Write: emc-table@1600000 succeeded
[0001.471] LPDDR4 Training: Write DT: Number of tables = 2
[0001.516]
[0001.517] Debug Init done
[0001.519] Marked DTB cacheable
[0001.522] Bootloader DTB loaded at 0x83000000
[0001.527] Marked DTB cacheable
[0001.530] Kernel DTB loaded at 0x83100000
[0001.534] DeviceTree Init done
[0001.546] Pinmux applied successfully
[0001.550] gicd_base: 0x50041000
[0001.554] gicc_base: 0x50042000
[0001.557] Interrupts Init done
[0001.561] Using base:0x60005090 & irq:208 for tick-timer
[0001.566] Using base:0x60005098 for delay-timer
[0001.570] platform_init_timer: DONE
[0001.574] Timer(tick) Init done
[0001.578] osc freq = 38400 khz
[0001.582]
[0001.583] welcome to cboot
[0001.585]
[0001.587] Cboot Version: 00.00.2018.01-t210-3a168c35
[0001.591] calling constructors
[0001.594] initializing heap
[0001.597] initializing threads
[0001.600] initializing timers
[0001.603] creating bootstrap completion thread
[0001.607] top of bootstrap2()
[0001.610] CPU: ARM Cortex A57
[0001.613] CPU: MIDR: 0x411FD071, MPIDR: 0x80000000
[0001.618] initializing platform
[0001.621] Scratch reg 37 & 271 initial value set…
[0001.627] cboot:secure-pmc present
[0001.631] Manufacturer: MF = 0xc2, ID MSB = 0x25
[0001.635] ID LSB = 0x36, ID-CFI len = 194 bytes
[0001.640] Macronix QSPI chip present
[0001.643] SPI device register
[0001.646] init boot device
[0001.649] allocating memory for boot device(SPI)
[0001.653] registering boot device
[0001.672] sdmmc node status = okay
[0001.676] sdcard instance = 0
[0001.679] sdcard gpio handle 0x56
[0001.682] sdcard gpio pin 0xc9
[0001.685] sdcard gpio flags 0x0
[0001.688] vmmc-supply 0x99
[0001.690] Instance: 0
[0001.692] Allocating memory for context
[0001.696] enabling clock
[0001.699] sd card init
[0001.701] Check card present and stable
[0001.705] Send command 0
[0001.729] Send command 3
[0001.734] Set RCA for the card
[0001.736] Query card specific data by command 9
[0001.743] Parse CSD data
[0001.745] Send command 7
[0001.756] Calling sd device register
[0001.759] Init sdcard
[0001.761] Allocating memory for boot device
[0001.765] Registering user device
[0001.779] Enable APE clock
[0001.781] Un-powergate APE partition
[0001.785] of_register: registering tegra_udc to of_hal
[0001.790] of_register: registering tegra_udc to of_hal
[0001.795] of_register: registering inv20628-driver to of_hal
[0001.800] of_register: registering ads1015-driver to of_hal
[0001.806] of_register: registering lp8557-bl-driver to of_hal
[0001.812] of_register: registering bq2419x_charger to of_hal
[0001.817] of_register: registering cpc to of_hal
[0001.822] of_register: registering bq27441_fuel_gauge to of_hal
[0001.833] gpio framework initialized
[0001.837] of_register: registering tca9539_gpio to of_hal
[0001.842] of_register: registering tca9539_gpio to of_hal
[0001.848] of_register: registering i2c_bus_driver to of_hal
[0001.853] of_register: registering i2c_bus_driver to of_hal
[0001.859] of_register: registering i2c_bus_driver to of_hal
[0001.864] of_register: registering i2c_bus_driver to of_hal
[0001.870] pmic framework initialized
[0001.873] of_register: registering max77620_pmic to of_hal
[0001.879] regulator framework initialized
[0001.883] of_register: registering tps65132_bl_driver to of_hal
[0001.889] initializing target
[0001.894] gpio_driver_register: register ‘tegra_gpio_driver’ driver
[0001.903] fixed regulator driver initialized
[0001.920] initializing OF layer
[0001.923] NCK carveout not present
[0001.926] Skipping dts_overrides
[0001.930] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.947] I2C Bus Init done
[0001.949] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.960] I2C Bus Init done
[0001.962] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.972] I2C Bus Init done
[0001.975] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.985] I2C Bus Init done
[0001.988] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.998] I2C Bus Init done
[0002.001] of_children_init: Ops found for compatible string maxim,max77620
[0002.011] max77620_init using irq 118
[0002.016] register ‘maxim,max77620’ pmic
[0002.020] gpio_driver_register: register ‘max77620-gpio’ driver
[0002.026] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0002.037] I2C Bus Init done
[0002.040] NCK carveout not present
[0002.044] shim_invoke: No NCT, Calling dts updates
[0002.055] Find /i2c@7000c000’s alias i2c0
[0002.059] get eeprom at 1-a0, size 256, type 0
[0002.068] Find /i2c@7000c500’s alias i2c2
[0002.071] get eeprom at 3-a0, size 256, type 0
[0002.076] get eeprom at 3-ae, size 256, type 0
[0002.080] pm_ids_update: Updating 1,a0, size 256, type 0
[0002.085] I2C slave not started
[0002.088] I2C write failed
[0002.091] Writing offset failed
[0002.094] eeprom_init: EEPROM read failed
[0002.098] pm_ids_update: eeprom init failed
[0002.102] pm_ids_update: Updating 3,a0, size 256, type 0
[0002.132] pm_ids_update: The pm board id is 3448-0000-200
[0002.139] Adding plugin-manager/ids/3448-0000-200=/i2c@7000c500:module@0x50
[0002.147] pm_ids_update: pm id update successful
[0002.151] pm_ids_update: Updating 3,ae, size 256, type 0
[0002.156] I2C slave not started
[0002.159] I2C write failed
[0002.162] Writing offset failed
[0002.165] eeprom_init: EEPROM read failed
[0002.169] pm_ids_update: eeprom init failed
[0002.199] eeprom_get_mac: EEPROM invalid MAC address (all 0xff)
[0002.205] shim_eeprom_update_mac:267: Failed to update 0 MAC address in DTB
[0002.213] eeprom_get_mac: EEPROM invalid MAC address (all 0xff)
[0002.219] shim_eeprom_update_mac:267: Failed to update 1 MAC address in DTB
[0002.228] updating /chosen/nvidia,ethernet-mac node 00:04:4b:e6:7b:93
[0002.234] Plugin Manager: Parse ODM data 0x00094000
[0002.244] shim_cmdline_install: /chosen/bootargs: root=/dev/mmcblk0p1 rw rootwa it rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0
[0002.265] Find /i2c@7000c000’s alias i2c0
[0002.269] get eeprom at 1-a0, size 256, type 0
[0002.278] Find /i2c@7000c500’s alias i2c2
[0002.282] get eeprom at 3-a0, size 256, type 0
[0002.286] get eeprom at 3-ae, size 256, type 0
[0002.290] pm_ids_update: Updating 1,a0, size 256, type 0
[0002.296] I2C slave not started
[0002.299] I2C write failed
[0002.301] Writing offset failed
[0002.304] eeprom_init: EEPROM read failed
[0002.308] pm_ids_update: eeprom init failed
[0002.312] pm_ids_update: Updating 3,a0, size 256, type 0
[0002.342] pm_ids_update: The pm board id is 3448-0000-200
[0002.349] Adding plugin-manager/ids/3448-0000-200=/i2c@7000c500:module@0x50
[0002.356] pm_ids_update: pm id update successful
[0002.360] pm_ids_update: Updating 3,ae, size 256, type 0
[0002.366] I2C slave not started
[0002.369] I2C write failed
[0002.371] Writing offset failed
[0002.374] eeprom_init: EEPROM read failed
[0002.378] pm_ids_update: eeprom init failed
[0002.409] Chip UID is 00000001644475c81400000019fe0380
[0002.414] Add serial number:142251904045308003fe as DT property
[0002.422] Applying platform configs
[0002.428] platform-init is not present. Skipping
[0002.433] calling apps_init()
[0002.458] Found 12 GPT partitions in “sd0”
[0002.462] Proceeding to Cold Boot
[0002.465] starting app android_boot_app
[0002.469] Device state: unlocked
[0002.472] display console init
[0002.481] could not find regulator
[0002.484] hdmi cable connected
[0002.487] I2C slave not started
[0002.490] I2C write failed
[0002.493] Writing offset failed
[0002.496] could not read edid
[0002.501] tmds-config node not found
[0002.505] pmc_set_io_pad_voltage: Error -2 retrieving platform-io-pad-voltagepr opsetDT entry for leds-pwm not found
t[0002.519] ing ‘avdd-io-hdmi-dp’ regulator to 1050000 micro volts
[0002.527] setting ‘vdd-1v8’ regulator to 1800000 micro volts
[0002.535] could not find regulator
[0002.538] could not find regulator
[0002.541] could not find regulator
[0002.570] using default cmu settings
[0002.574] dc_hdmi_enable, starting HDMI initialisation
[0002.580] dc_hdmi_enable, HDMI initialisation complete
[0002.585] list and configure display window
[0002.590] display console init completed
[0002.597] subnode volume_up is not found !
[0002.601] subnode back is not found !
[0002.604] subnode volume_down is not found !
[0002.609] subnode menu is not found !
[0002.612] Gpio keyboard init success
[0002.644] found decompressor handler: lz4-legacy
[0002.659] decompressing blob (type 1)…
[0002.692] load_bmp_blob: panelresolution=480 type=0
[0002.732] decompressor handler not found
[0002.736] load_firmware_blob: Firmware blob loaded, entries=2
[0002.741] se_aes_verify_sbk_clear: Error
[0002.745] bl_battery_charging: connected to external power supply
[0002.753] xusb is supported
[0002.759] error while finding nvidia,portmap
[0002.764] could not find regulator
[0003.267] xusb blob version 0 size 124416
[0003.271] firmware size 124416
[0003.276] Firmware timestamp: 0x5cd2a472, Version: 50.22 release
[0003.283] xhci0: 64 bytes context size, 32-bit DMA
[0003.323] usbus0: 5.0Gbps Super Speed USB v3.0
[0003.343] uhub0: <Nvidia XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on us bus0
[0003.993] uhub0: 9 ports with 9 removable, self powered
[0004.993] failed to get HID devices
[0004.996] failed to init xhci or no usb device attached
[0005.004] device_query_partition_size: failed to open partition sd0:MSC !
[0005.011] MSC Partition not found
[0005.014] device_query_partition_size: failed to open partition sd0:USP !
[0005.021] USP partition read failed!
[0005.024] blob_init: blob-partition USP header read failed
[0005.030] android_boot Unable to update recovery partition
[0005.035] kfs_getpartname: name = LNX
[0005.039] Loading kernel from LNX
[0005.096] Verifying boot image in OdmNonSecureSBK mode
[0005.139] kernel load address: 0x80080000, size: 482032 bytes
[0005.145] ramdisk load address: 0x84100000, size: 0 bytes
[0005.150] load kernel from storage
[0005.162] decompressor handler not found
[0005.219] Successfully loaded kernel and ramdisk images
[0005.225] load_bmp_blob: panelresolution=480 type=0
[0005.299] display bmp image done
[0005.302] NCK carveout not present
[0005.305] Skipping dts_overrides
[0005.308] NCK carveout not present
[0005.311] shim_invoke: No NCT, Calling dts updates
[0005.323] Find /i2c@7000c000’s alias i2c0
[0005.327] get eeprom at 1-a0, size 256, type 0
[0005.335] Find /i2c@7000c500’s alias i2c2
[0005.339] get eeprom at 3-a0, size 256, type 0
[0005.344] get eeprom at 3-ae, size 256, type 0
[0005.348] pm_ids_update: Updating 1,a0, size 256, type 0
[0005.353] I2C slave not started
[0005.356] I2C write failed
[0005.359] Writing offset failed
[0005.362] eeprom_init: EEPROM read failed
[0005.366] pm_ids_update: eeprom init failed
[0005.370] pm_ids_update: Updating 3,a0, size 256, type 0
[0005.400] pm_ids_update: The pm board id is 3448-0000-200
[0005.407] Adding plugin-manager/ids/3448-0000-200=/i2c@7000c500:module@0x50
[0005.414] pm_ids_update: pm id update successful
[0005.419] pm_ids_update: Updating 3,ae, size 256, type 0
[0005.424] I2C slave not started
[0005.427] I2C write failed
[0005.430] Writing offset failed
[0005.433] eeprom_init: EEPROM read failed
[0005.437] pm_ids_update: eeprom init failed
[0005.467] eeprom_get_mac: EEPROM invalid MAC address (all 0xff)
[0005.473] shim_eeprom_update_mac:267: Failed to update 0 MAC address in DTB
[0005.481] eeprom_get_mac: EEPROM invalid MAC address (all 0xff)
[0005.487] shim_eeprom_update_mac:267: Failed to update 1 MAC address in DTB
[0005.495] updating /chosen/nvidia,ethernet-mac node 00:04:4b:e6:7b:93
[0005.502] Plugin Manager: Parse ODM data 0x00094000
[0005.512] shim_cmdline_install: /chosen/bootargs: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0
[0005.526] Add serial number:142251904045308003fe as DT property
[0005.536] “bpmp” doesn’t exist, creating
[0005.541] Updated bpmp info to DTB
[0005.546] Updated initrd info to DTB
[0005.550] “proc-board” doesn’t exist, creating
[0005.555] Updated board info to DTB
[0005.558] “pmu-board” doesn’t exist, creating
[0005.564] Updated board info to DTB
[0005.567] “display-board” doesn’t exist, creating
[0005.573] Updated board info to DTB
[0005.576] “reset” doesn’t exist, creating
[0005.581] Updated reset info to DTB
[0005.584] 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=1075 core_edp_ma=4000 tegra_fbmem=0x140000@0x92cb7000 is_hdmi_initialised=1
[0005.623] DTB cmdline: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0
[0005.635] boot image cmdline: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0
[0005.648] Updated bootarg info to DTB
[0005.652] Adding uuid 00000001644475c81400000019fe0380 to DT
[0005.658] Adding eks info 0 to DT
[0005.663] WARNING: Failed to pass NS DRAM ranges to TOS, err: -7
[0005.669] Updated memory info to DTB
[0005.678] set vdd_core voltage to 1075 mv
[0005.682] setting ‘vdd-core’ regulator to 1075000 micro volts
[0005.703] could not find regulator
[0005.707] 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 74 ms (8.8 KiB/s)
L4T boot options
1: primary kernel
Enter choice: 1: primary kernel
Retrieving file: /boot/initrd
5562393 bytes read in 356 ms (14.9 MiB/s)
Retrieving file: /boot/Image
34179080 bytes read in 1545 ms (21.1 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=1075 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 …

[ 1.045351] tegradc tegradc.1: dpd enable lookup fail:-19 [ 1.183145] tegradc tegradc.0: hdmi: edid read failed [ 1.207868] imx219 6-0010: imx219_board_setup: error during i2c read probe (-121) [ 1.207900] imx219 6-0010: board setup failed [ 2.680265] cgroup: cgroup2: unknown option "nsdelegate" [ 4.575983] using random self ethernet address [ 4.586214] using random host ethernet address [ 4.638085] using random self ethernet address [ 4.645783] using random host ethernet address [ 4.708764] random: crng init done [ 4.712198] random: 7 urandom warning(s) missed due to ratelimiting [ 8.482496] IRQ11 no longer affine to CPU2 [ 8.486947] CPU2: shutdown [ 8.522500] IRQ12 no longer affine to CPU3 [ 8.527119] CPU3: shutdown [ 10.966373] tegra_i2c_handle_xfer_error: 11 callbacks suppressed [ 10.966381] tegra-i2c 7000c700.i2c: no acknowledge from address 0x50

Ubuntu 18.04.3 LTS daniel-desktop ttyS0

daniel-desktop login: daniel

As said previously, the docs in DLC is for B01 carrier board design only. The A02 module is not compatible to B01 carrier board.

Hi Daniel,

indeed, the I2C_2 pins on the A02 module are swapped in comparison to the B01 module. But it looks that some other pins at A02 are placed a bit differently too. Unfortunately, there is no officially available A02 module and DevKit schematics and pin-outs, thus the [A02 SoM + A02 DevKit] cannot be used in custom designs.
Nevertheless, the B01 module is documented correctly.