Jetson Nano B01 not booting with custom carrier board

Hi,

I’ve been struggling with getting a Jetson Nano production module working with my custom carrier PCB for days now. I have checked all other similar threads on this topic without success. I hope someone on the forum has a suggestion on what I might be missing.

We are using the following setup:

  • L4T 32.7.2
  • Toolchain: gcc-linaro-7.3.1
  • Jetson Nano: B01 production module (eMMC)
  • Custom Pinmux generated with the latest Excel spreadsheet patched on top of the Development Kit device tree files
  • Changed HPD polarity for HDMI

The behaviour is as follows:

When turning on power (and POWER_EN through the on-off-logic), the Jetson Nano starts booting up until the kernel is getting loaded. Then SHUTDOWN_REQ is toggled and the device shuts down. Flashing the eMMC works fine without any errors using ./flash.sh jetson-nano-emmc mmcblk0p1. Interestingly, without applying the HDMI HPD patch, the module boots just fine on a devkit.

We are using u-boot with this extlinux.conf:

TIMEOUT 30
DEFAULT primary

MENU TITLE L4T boot options

LABEL primary
      MENU LABEL primary kernel
      LINUX /boot/Image
      FDT /boot/tegra210-p3448-0002-p3449-0000-b00.dtb
      INITRD /boot/initrd
      APPEND ${cbootargs}

The UART log looks like this:

[0000.261] [L4T TegraBoot] (version 00.00.2018.01-l4t-8728f3cb)
[0000.267] Processing in cold boot mode Bootloader 2
[0000.271] A02 Bootrom Patch rev = 1023
[0000.275] Power-up reason: pmc por
[0000.278] No Battery Present
[0000.281] pmic max77620 reset reason
[0000.284] pmic max77620 NVERC : 0x40
[0000.287] RamCode = 0
[0000.290] Platform has DDR4 type RAM
[0000.293] max77620 disabling SD1 Remote Sense
[0000.297] Setting DDR voltage to 1125mv
[0000.301] Serial Number of Pmic Max77663: 0xd2251
[0000.309] Entering ramdump check
[0000.312] Get RamDumpCarveOut = 0x0
[0000.315] RamDumpCarveOut=0x0,  RamDumperFlag=0xe59ff3f8
[0000.320] Last reboot was clean, booting normally!
[0000.325] Sdram initialization is successful
[0000.329] SecureOs Carveout Base=0x00000000ff800000 Size=0x00800000
[0000.335] Lp0 Carveout Base=0x00000000ff780000 Size=0x00001000
[0000.341] BpmpFw Carveout Base=0x00000000ff700000 Size=0x00080000
[0000.347] GSC1 Carveout Base=0x00000000ff600000 Size=0x00100000
[0000.353] GSC2 Carveout Base=0x00000000ff500000 Size=0x00100000
[0000.358] GSC4 Carveout Base=0x00000000ff400000 Size=0x00100000
[0000.364] GSC5 Carveout Base=0x00000000ff300000 Size=0x00100000
[0000.370] GSC3 Carveout Base=0x000000017f300000 Size=0x00d00000
[0000.386] RamDump Carveout Base=0x00000000ff280000 Size=0x00080000
[0000.392] Platform-DebugCarveout: 0
[0000.396] Nck Carveout Base=0x00000000ff080000 Size=0x00200000
[0000.401] Non secure mode, and RB not enabled.
[0000.405] *** Booting BFS0.
[0000.408] Initialize FailControl
[0000.411] Read PT from (0:3)
[0000.426] Csd NumOfBlocks=0
[0000.465] PT crc32 and magic check passed.
[0000.469] Using BFS PT to query partitions
[0000.474] PT: Partition LNX NOT found !
[0000.477] *** Booting KFS0.
[0000.480] NvTbootFailControlDoFailover: No failover; Continuing ...
[0000.486] BoardID = 3448, SKU = 0x2
[0000.489] Not Nano-SD or !QSPI-ONLY, check GPT table first ...
[0000.495] Read GPT from (0:3)
[0000.507] Using GPT Primary to query partitions
[0000.511] NvTbootFailControlDoFailover: No failover; Continuing ...
[0000.518] Loading Tboot-CPU binary
[0000.523] Verifying TBC in OdmNonSecureSBK mode
[0000.533] Bootloader load address is 0xa0000000, entry address is 0xa0000258
[0000.540] Bootloader downloaded successfully.
[0000.544] Downloaded Tboot-CPU binary to 0xa0000258
[0000.549] MAX77620_GPIO5 configured
[0000.553] CPU power rail is up
[0000.555] CPU clock enabled
[0000.559] Performing RAM repair
[0000.562] Updating A64 Warmreset Address to 0xa00002e9
[0000.567] BoardID = 3448, SKU = 0x2
[0000.571] Not Nano-SD or !QSPI-ONLY, check GPT table first ...
[0000.576] NvTbootFailControlDoFailover: No failover; Continuing ...
[0000.583] Loading NvTbootBootloaderDTB
[0000.600] Verifying NvTbootBootloaderDTB in OdmNonSecureSBK mode
[0000.671] Bootloader DTB Load Address: 0x83000000
[0000.676] BoardID = 3448, SKU = 0x2
[0000.679] Not Nano-SD or !QSPI-ONLY, check GPT table first ...
[0000.685] Loading NvTbootKernelDTB
[0000.706] Verifying NvTbootKernelDTB in OdmNonSecureSBK mode
[0000.777] Kernel DTB Load Address: 0x83100000
[0000.781] BoardID = 3448, SKU = 0x2
[0000.784] Not Nano-SD or !QSPI-ONLY, check GPT table first ...
[0000.790] NvTbootFailControlDoFailover: No failover; Continuing ...
[0000.798] Loading cboot binary
[0000.808] Verifying EBT in OdmNonSecureSBK mode
[0000.850] Bootloader load address is 0x92c00000, entry address is 0x92c00258
[0000.857] Bootloader downloaded successfully.
[0000.861] BoardID = 3448, SKU = 0x2
[0000.864] Not Nano-SD or !QSPI-ONLY, check GPT table first ...
[0000.870] NvTbootFailControlDoFailover: No failover; Continuing ...
[0000.877] PT: Partition NCT NOT found !
[0000.880] Warning: Find Partition via PT Failed
[0000.885] Next binary entry address: 0x92c00258
[0000.889] BoardId: 3448
[0000.894] Overriding pmu board id with proc board id
[0000.899] Display board id is not available
[0000.903] BoardID = 3448, SKU = 0x2
[0000.906] Not Nano-SD or !QSPI-ONLY, check GPT table first ...
[0000.912] NvTbootFailControlDoFailover: No failover; Continuing ...
[0000.925] Verifying SC7EntryFw in OdmNonSecureSBK mode
[0000.981] /bpmp deleted
[0000.984] SC7EntryFw header found loaded at 0xff700000
[0001.172] OVR2 PMIC
[0001.174] Bpmp FW successfully loaded
[0001.177] BoardID = 3448, SKU = 0x2
[0001.180] Not Nano-SD or !QSPI-ONLY, check GPT table first ...
[0001.186] NvTbootFailControlDoFailover: No failover; Continuing ...
[0001.193] WB0 init successfully at 0xff780000
[0001.198] Verifying NvTbootWb0 in OdmNonSecureSBK mode
[0001.203] Set NvDecSticky Bits
[0001.206] GSC2 address ff53fffc value c0edbbcc
[0001.213] GSC MC Settings done
[0001.215] BoardID = 3448, SKU = 0x2
[0001.219] Not Nano-SD or !QSPI-ONLY, check GPT table first ...
[0001.225] TOS Image length 53680
[0001.229]  Monitor size 53680
[0001.231]  OS size 0
[0001.237] Secure Os AES-CMAC Verification Success!
[0001.241] TOS image cipher info: plaintext
[0001.245] Loading and Validation of Secure OS Successful
[0001.261] SC7 Entry Firmware - 0xff700000, 0x4000
[0001.266] NvTbootPackSdramParams: start.
[0001.271] NvTbootPackSdramParams: done.
[0001.275] Tegraboot started after 191664 us
[0001.279] Basic modules init took 749066 us
[0001.283] Sec Bootdevice Read Time = 61 ms, Read Size = 3682 KB
[0001.288] Sec Bootdevice Write Time = 0 ms, Write Size = 0 KB
[0001.294] Next stage binary read took 7382 us
[0001.298] Carveout took -34775 us
[0001.301] CPU initialization took 392217 us
[0001.305] Total time taken by TegraBoot 1113890 us

[0001.310] Starting CPU & Halting co-processor

64NOTICE:  BL31: v1.3(release):b5eeb33
NOTICE:  BL31: Built : 14:22:20, Apr 20 2022
ERROR:   Error initializing runtime service trusty_fast
[0001.432] RamCode = 0
[0001.437] LPDDR4 Training: Read DT: Number of tables = 2
[0001.442] EMC Training (SRC-freq: 204000; DST-freq: 1600000)
[0001.454] EMC Training Successful
[0001.457] 408000 not found in DVFS table
[0001.464] RamCode = 0
[0001.467] DT Write: emc-table@204000 succeeded
[0001.473] DT Write: emc-table@1600000 succeeded
[0001.477] LPDDR4 Training: Write DT: Number of tables = 2
[0001.521]
[0001.522] Debug Init done
[0001.525] Marked DTB cacheable
[0001.528] Bootloader DTB loaded at 0x83000000
[0001.532] Marked DTB cacheable
[0001.535] Kernel DTB loaded at 0x83100000
[0001.539] DeviceTree Init done
[0001.552] Pinmux applied successfully
[0001.557] gicd_base: 0x50041000
[0001.560] gicc_base: 0x50042000
[0001.563] Interrupts Init done
[0001.567] Using base:0x60005090 & irq:208 for tick-timer
[0001.573] Using base:0x60005098 for delay-timer
[0001.577] platform_init_timer: DONE
[0001.581] Timer(tick) Init done
[0001.584] osc freq = 38400 khz
[0001.588]
[0001.589] Welcome to L4T Cboot
[0001.592]
[0001.593] Cboot Version: 00.00.2018.01-t210-a2f2e4b8
[0001.598] calling constructors
[0001.601] initializing heap
[0001.604] initializing threads
[0001.607] initializing timers
[0001.610] creating bootstrap completion thread
[0001.614] top of bootstrap2()
[0001.617] CPU: ARM Cortex A57
[0001.620] CPU: MIDR: 0x411FD071, MPIDR: 0x80000000
[0001.625] initializing platform
[0001.678] Config for emmc ddr50 mode completed
[0001.683] sdmmc bdev is already initialized
[0001.687] Enable APE clock
[0001.689] Un-powergate APE partition
[0001.693] of_register: registering tegra_udc to of_hal
[0001.698] of_register: registering inv20628-driver to of_hal
[0001.704] of_register: registering ads1015-driver to of_hal
[0001.709] of_register: registering lp8557-bl-driver to of_hal
[0001.715] of_register: registering bq2419x_charger to of_hal
[0001.721] of_register: registering bq27441_fuel_gauge to of_hal
[0001.732] gpio framework initialized
[0001.735] of_register: registering tca9539_gpio to of_hal
[0001.741] of_register: registering tca9539_gpio to of_hal
[0001.746] of_register: registering i2c_bus_driver to of_hal
[0001.752] of_register: registering i2c_bus_driver to of_hal
[0001.757] of_register: registering i2c_bus_driver to of_hal
[0001.763] pmic framework initialized
[0001.766] of_register: registering max77620_pmic to of_hal
[0001.772] regulator framework initialized
[0001.776] of_register: registering tps65132_bl_driver to of_hal
[0001.782] initializing target
[0001.787] gpio_driver_register: register 'tegra_gpio_driver' driver
[0001.796] board ID = D78, board SKU = 2
[0001.802] fixed regulator driver initialized
[0001.820] initializing OF layer
[0001.823] NCK carveout not present
[0001.826] Skipping dts_overrides
[0001.830] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.847] I2C Bus Init done
[0001.849] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.860] I2C Bus Init done
[0001.862] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.872] I2C Bus Init done
[0001.875] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.885] I2C Bus Init done
[0001.888] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.898] I2C Bus Init done
[0001.901] of_children_init: Ops found for compatible string maxim,max77620
[0001.911] max77620_init using irq 118
[0001.916] register 'maxim,max77620' pmic
[0001.921] gpio_driver_register: register 'max77620-gpio' driver
[0001.927] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.937] I2C Bus Init done
[0001.941] NCK carveout not present
[0001.950] Find /i2c@7000c000's alias i2c0
[0001.954] get eeprom at 1-a0, size 256, type 0
[0001.963] Find /i2c@7000c500's alias i2c2
[0001.967] get eeprom at 3-a0, size 256, type 0
[0001.971] get eeprom at 3-ae, size 256, type 0
[0001.976] pm_ids_update: Updating 1,a0, size 256, type 0
[0001.981] I2C slave not started
[0001.984] I2C write failed
[0001.986] Writing offset failed
[0001.990] eeprom_init: EEPROM read failed
[0001.993] pm_ids_update: eeprom init failed
[0001.998] pm_ids_update: Updating 3,a0, size 256, type 0
[0004.003] I2C transfer timeout
[0004.006] I2C write failed
[0004.009] Writing offset failed
[0004.012] eeprom_init: EEPROM read failed
[0004.015] pm_ids_update: eeprom init failed
[0004.020] pm_ids_update: Updating 3,ae, size 256, type 0
[0006.025] I2C transfer timeout
[0006.028] I2C write failed
[0006.031] Writing offset failed
[0006.034] eeprom_init: EEPROM read failed
[0006.037] pm_ids_update: eeprom init failed
[0008.042] I2C transfer timeout
[0008.045] I2C write failed
[0008.047] Writing offset failed
[0008.050] eeprom_init: EEPROM read failed
[0008.054] Plugin Manager: Parse ODM data 0x000a4000
[0008.067] shim_cmdline_install: /chosen/bootargs: earlycon=uart8250,mmio32,0x70006000
[0008.081] Find /i2c@7000c000's alias i2c0
[0008.085] get eeprom at 1-a0, size 256, type 0
[0008.094] Find /i2c@7000c500's alias i2c2
[0008.098] get eeprom at 3-a0, size 256, type 0
[0008.102] get eeprom at 3-ae, size 256, type 0
[0008.106] pm_ids_update: Updating 1,a0, size 256, type 0
[0008.112] I2C slave not started
[0008.115] I2C write failed
[0008.117] Writing offset failed
[0008.120] eeprom_init: EEPROM read failed
[0008.124] pm_ids_update: eeprom init failed
[0008.128] pm_ids_update: Updating 3,a0, size 256, type 0
[0010.134] I2C transfer timeout
[0010.137] I2C write failed
[0010.139] Writing offset failed
[0010.142] eeprom_init: EEPROM read failed
[0010.146] pm_ids_update: eeprom init failed
[0010.150] pm_ids_update: Updating 3,ae, size 256, type 0
[0012.156] I2C transfer timeout
[0012.159] I2C write failed
[0012.161] Writing offset failed
[0012.164] eeprom_init: EEPROM read failed
[0012.168] pm_ids_update: eeprom init failed
[0014.173] I2C transfer timeout
[0014.175] I2C write failed
[0014.178] Writing offset failed
[0014.181] eeprom_init: EEPROM read failed
[0014.185] shim_get_serial_num:EEPROM read failed
[0014.190] Reading Serial number from with NCT/FCT
[0014.194] No serial number in NCT/EEPROM. Using fused IDs
[0014.200] Chip UID is 00000001643174420000000012058340
[0014.205] Add serial number:40830512000000004274 as DT property
[0014.213] Applying platform configs
[0014.220] platform-init is not present. Skipping
[0014.224] calling apps_init()
[0014.245] Found 17 GPT partitions in "sdmmc3_user"
[0014.250] Proceeding to Cold Boot
[0014.253] starting app android_boot_app
[0014.257] Device state: unlocked
[0014.260] display console init
[0014.268] could not find regulator
[0014.292] hdmi cable not connected
[0014.295] is_hdmi_needed: HDMI not connected, returnDT entry for leds-pwm not found
i[0014.306] ng false
[0014.308] hdmi is not connected
[0014.311] sor0 is not supported
[0014.314] display_console_init: no valid display out_type
[0014.322] subnode volume_up is not found !
[0014.326] subnode back is not found !
[0014.329] subnode volume_down is not found !
[0014.334] subnode menu is not found !
[0014.337] Gpio keyboard init success
[0014.385] found decompressor handler: lz4-legacy
[0014.399] decompressing blob (type 1)...
[0014.466] display_resolution: No display init
[0014.470] Failed to retrieve display resolution
[0014.474] Could not load/initialize BMP blob...ignoring
[0014.480] -------> se_aes_verify_sbk_clear: 747
[0014.484] se_aes_verify_sbk_clear: Error
[0014.488] SE operation failed
[0014.491] bl_battery_charging: connected to external power supply
[0014.500] display_console_ioctl: No display init
[0014.504] switch_backlight failed
[0014.514] device_query_partition_size: failed to open partition sdmmc3_user:MSC !
[0014.521] MSC Partition not found
[0014.531] device_query_partition_size: failed to open partition sdmmc3_user:USP !
[0014.538] USP partition read failed!
[0014.542] blob_init: blob-partition USP header read failed
[0014.547] android_boot Unable to update recovery partition
[0014.553] kfs_getpartname: name = LNX
[0014.556] Loading kernel from LNX
[0014.653] load kernel from storage
[0014.662] decompressor handler not found
[0014.696] Successfully loaded kernel and ramdisk images
[0014.701] board ID = D78, board SKU = 2
[0014.706] display_resolution: No display init
[0014.710] Failed to retrieve display resolution
[0014.714] bmp blob is not loaded and initialized
[0014.719] Failed to display boot-logo
[0014.723] NCK carveout not present
[0014.726] Skipping dts_overrides
[0014.729] NCK carveout not present
[0014.739] Find /i2c@7000c000's alias i2c0
[0014.743] get eeprom at 1-a0, size 256, type 0
[0014.751] Find /i2c@7000c500's alias i2c2
[0014.755] get eeprom at 3-a0, size 256, type 0
[0014.760] get eeprom at 3-ae, size 256, type 0
[0014.764] pm_ids_update: Updating 1,a0, size 256, type 0
[0014.769] I2C slave not started
[0014.772] I2C write failed
[0014.775] Writing offset failed
[0014.778] eeprom_init: EEPROM read failed
[0014.782] pm_ids_update: eeprom init failed
[0014.786] pm_ids_update: Updating 3,a0, size 256, type 0
[0016.791] I2C transfer timeout
[0016.794] I2C write failed
[0016.797] Writing offset failed
[0016.800] eeprom_init: EEPROM read failed
[0016.804] pm_ids_update: eeprom init failed
[0016.808] pm_ids_update: Updating 3,ae, size 256, type 0
[0018.813] I2C transfer timeout
[0018.816] I2C write failed
[0018.819] Writing offset failed
[0018.822] eeprom_init: EEPROM read failed
[0018.826] pm_ids_update: eeprom init failed
[0020.830] I2C transfer timeout
[0020.833] I2C write failed
[0020.836] Writing offset failed
[0020.839] eeprom_init: EEPROM read failed
[0020.843] Plugin Manager: Parse ODM data 0x000a4000
[0020.855] shim_cmdline_install: /chosen/bootargs: earlycon=uart8250,mmio32,0x70006000
[0020.863] Add serial number:40830512000000004274 as DT property
[0020.873] "bpmp" doesn't exist, creating
[0020.878] Updated bpmp info to DTB
[0020.883] Updated initrd info to DTB
[0020.887] "proc-board" doesn't exist, creating
[0020.893] Updated board info to DTB
[0020.896] "pmu-board" doesn't exist, creating
[0020.902] Updated board info to DTB
[0020.905] "display-board" doesn't exist, creating
[0020.911] Updated board info to DTB
[0020.915] "reset" doesn't exist, creating
[0020.919] Updated reset info to DTB
[0020.923] display_console_ioctl: No display init
[0020.927] display_console_ioctl: No display init
[0020.932] display_console_ioctl: No display init
[0020.936] 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,4 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=0x1000@0xff780000 core_edp_mv=1075 core_edp_ma=4000 gpt
[0020.971] DTB cmdline: earlycon=uart8250,mmio32,0x70006000
[0020.976] boot image cmdline: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 sdhci_tegra.en_boot_part_access=1
[0020.993] Updated bootarg info to DTB
[0020.997] Adding uuid 00000001643174420000000012058340 to DT
[0021.003] Adding eks info 0 to DT
[0021.008] WARNING: Failed to pass NS DRAM ranges to TOS, err: -7
[0021.014] Updated memory info to DTB
[0021.018] add_lp0_disable: Unable to find plugin-manager ids under chosen node! (FDT_ERR_NOTFOUND)
[0021.031] set vdd_core voltage to 1075 mv
[0021.035] setting 'vdd-core' regulator to 1075000 micro volts
[0021.040] Found secure-pmc; disable BPMP


U-Boot 2020.04-g4335beb (Apr 20 2022 - 14:22:25 -0700)

SoC: tegra210
Model: NVIDIA Jetson Nano Developer Kit
Board: NVIDIA P3450-0000
DRAM:  4 GiB
tegra210_env_drv_config: find node offset error -1
MMC:   sdhci@700b0000: 1, sdhci@700b0600: 0
Loading Environment from MMC... *** Warning - bad CRC, using default environment

Loading Environment from SPI Flash... unrecognized JEDEC id bytes: 00, 00, 00
*** Warning - spi_flash_probe_bus_cs() failed, using default environment

In:    serial
Out:   serial
Err:   serial
Can't find Ethernet MAC address in cboot DTB
Net:   No ethernet found.
Hit any key to stop autoboot:  0
MMC: no card present
switch to partitions #0, OK
mmc0(part 0) is current device
Scanning mmc 0:1...
Found /boot/extlinux/extlinux.conf
Retrieving file: /boot/extlinux/extlinux.conf
927 bytes read in 24 ms (37.1 KiB/s)
1:      primary kernel
Retrieving file: /boot/initrd
7160179 bytes read in 177 ms (38.6 MiB/s)
Retrieving file: /boot/Image
34549768 bytes read in 782 ms (42.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,4 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=0x1000@0xff780000 core_edp_mv=1075 core_edp_ma=4000 gpt  earlycon=uart8250,mmio32,0x70006000  root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 sdhci_tegra.en_boot_part_access=1 root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 sdhci_tegra.en_boot_part_access=1
Retrieving file: /boot/tegra210-p3448-0002-p3449-0000-b00.dtb
237234 bytes read in 25 ms (9 MiB/s)
## Flattened Device Tree blob at 83000000
   Booting using the fdt blob at 0x83000000
ERROR: reserving fdt memory region failed (addr=0 size=0)
ERROR: reserving fdt memory region failed (addr=0 size=0)
   Using Device Tree in place at 0000000083000000, end 000000008303ceb1
Can't find Ethernet MAC address in cboot DTB
copying carveout for /host1x@50000000/dc@54200000...
copying carveout for /host1x@50000000/dc@54240000...
DT property /chosen/nvidia,bluetooth-mac missing in source; can't copy
DT property /chosen/nvidia,ethernet-mac missing in source; can't copy
DT property /chosen/nvidia,wifi-mac missing in source; can't copy
DT property /psci/nvidia,system-lp0-disable missing in source; can't copy

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.9.253-tegra (root@ubuntu) (gcc version 7.3.1 20180425 [linaro-7.3-2018.05 revision d29120a424ecfbc167ef90065c0eeb7f91977701] (Linaro GCC 7.3-2018.05) ) #1 SMP PREEMPT Thu Jul 14 03:06:55 PDT 2022
[    0.000000] Boot CPU: AArch64 Processor [411fd071]
[    0.000000] OF: fdt:memory scan node memory@80000000, reg size 32,
[    0.000000] OF: fdt: - 80000000 ,  7ee00000
[    0.000000] OF: fdt: - 100000000 ,  7f200000
[    0.000000] earlycon: uart8250 at MMIO32 0x0000000070006000 (options '')
[    0.000000] bootconsole [uart8250] enabled
[    0.000000] OF: reserved mem: initialized node vpr-carveout, compatible id nvidia,vpr-carveout
[    0.000000] OF: reserved mem: initialized node iram-carveout, compatible id nvidia,iram-carveout
[    0.000000] OF: reserved mem: initialized node ramoops_carveout, compatible id nvidia,ramoops
[    0.000000] cma: Reserved 64 MiB at 0x00000000fac00000
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.0 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: MIGRATE_INFO_TYPE not supported.
[    0.000000] psci: SMC Calling Convention v1.1
[    0.000000] percpu: Embedded 24 pages/cpu s57624 r8192 d32488 u98304
[    0.000000] CPU features: enabling workaround for ARM erratum 832075
[    0.000000] Speculative Store Bypass Disable mitigation not required
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 1023544
[    0.000000] Kernel command line: 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,4 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=0x1000@0xff780000 core_edp_mv=1075 core_edp_ma=4000 gpt  earlycon=uart8250,mmio32,0x70006000  root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 sdhci_tegra.en_boot_part_access=1 root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 sdhci_tegra.en_boot_part_access=1
[    0.000000] log_buf_len individual max cpu contribution: 32768 bytes
[    0.000000] log_buf_len total cpu_extra contributions: 98304 bytes
[    0.000000] log_buf_len min size: 32768 bytes
[    0.000000] log_buf_len: 131072 bytes
[    0.000000] early log buf free: 29824(91%)
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.000000] Memory: 3568408K/4159488K available (15358K kernel code, 2956K rwdata, 6748K rodata, 8640K init, 612K bss, 115944K reserved, 475136K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     modules : 0xffffff8000000000 - 0xffffff8008000000   (   128 MB)
[    0.000000]     vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000   (   250 GB)
[    0.000000]       .text : 0xffffff8008080000 - 0xffffff8008f80000   ( 15360 KB)
[    0.000000]     .rodata : 0xffffff8008f80000 - 0xffffff8009620000   (  6784 KB)
[    0.000000]       .init : 0xffffff8009620000 - 0xffffff8009e90000   (  8640 KB)
[    0.000000]       .data : 0xffffff8009e90000 - 0xffffff800a173008   (  2957 KB)
[    0.000000]        .bss : 0xffffff800a173008 - 0xffffff800a20c0b4   (   613 KB)
[    0.000000]     fixed   : 0xffffffbefe7fd000 - 0xffffffbefec00000   (  4108 KB)
[    0.000000]     PCI I/O : 0xffffffbefee00000 - 0xffffffbeffe00000   (    16 MB)
[    0.000000]     vmemmap : 0xffffffbf00000000 - 0xffffffc000000000   (     4 GB maximum)
[    0.000000]               0xffffffbf00000000 - 0xffffffbf03fc8000   (    63 MB actual)
[    0.000000]     memory  : 0xffffffc000000000 - 0xffffffc0ff200000   (  4082 MB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 64.
[    0.000000]  RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[    0.000000] NR_IRQS:64 nr_irqs:64 0
[    0.000000] /interrupt-controller@60004000: 192 interrupts forwarded to /interrupt-controller
[    0.000000] t210 clock and reset probe
[    0.000000] tegra-pmc: get_secure_pmc_setting: done secure_pmc=1
[    0.000000] clk_cbus_recalc_rate: no gbus parent
[    0.000000] clk_cbus_recalc_rate: no gbus parent
[    0.000000] clk_cbus_recalc_rate: no gbus parent
[    0.000000] clk_cbus_recalc_rate: no gbus parent
[    0.000000] clk_cbus_recalc_rate: no gbus parent
[    0.000000] arm_arch_timer: Architected cp15 timer(s) running at 19.20MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[    0.000006] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[    0.009910] Console: colour dummy device 80x25
[    0.014562] console [tty0] enabled
[    0.018072] bootconsole [uart8250] disabled

Thank in advance.

You can try to set this property to your kernel cmdline and see if more log got printed and take us to where it got stuck.

Hi,
thanks for the suggestion. The log now looks like this:

[0000.242] [L4T TegraBoot] (version 00.00.2018.01-l4t-8728f3cb)
[0000.248] Processing in cold boot mode Bootloader 2
[0000.252] A02 Bootrom Patch rev = 1023
[0000.256] Power-up reason: pmc por
[0000.259] No Battery Present
[0000.262] pmic max77620 reset reason
[0000.265] pmic max77620 NVERC : 0x40
[0000.268] RamCode = 0
[0000.271] Platform has DDR4 type RAM
[0000.274] max77620 disabling SD1 Remote Sense
[0000.278] Setting DDR voltage to 1125mv
[0000.282] Serial Number of Pmic Max77663: 0x714a1
[0000.290] Entering ramdump check
[0000.293] Get RamDumpCarveOut = 0x0
[0000.296] RamDumpCarveOut=0x0,  RamDumperFlag=0xe59ff3f8
[0000.301] Last reboot was clean, booting normally!
[0000.306] Sdram initialization is successful
[0000.310] SecureOs Carveout Base=0x00000000ff800000 Size=0x00800000
[0000.316] Lp0 Carveout Base=0x00000000ff780000 Size=0x00001000
[0000.322] BpmpFw Carveout Base=0x00000000ff700000 Size=0x00080000
[0000.328] GSC1 Carveout Base=0x00000000ff600000 Size=0x00100000
[0000.334] GSC2 Carveout Base=0x00000000ff500000 Size=0x00100000
[0000.339] GSC4 Carveout Base=0x00000000ff400000 Size=0x00100000
[0000.345] GSC5 Carveout Base=0x00000000ff300000 Size=0x00100000
[0000.351] GSC3 Carveout Base=0x000000017f300000 Size=0x00d00000
[0000.367] RamDump Carveout Base=0x00000000ff280000 Size=0x00080000
[0000.373] Platform-DebugCarveout: 0
[0000.377] Nck Carveout Base=0x00000000ff080000 Size=0x00200000
[0000.382] Non secure mode, and RB not enabled.
[0000.387] *** Booting BFS0.
[0000.389] Initialize FailControl
[0000.392] Read PT from (0:3)
[0000.407] Csd NumOfBlocks=0
[0000.447] PT crc32 and magic check passed.
[0000.450] Using BFS PT to query partitions
[0000.455] PT: Partition LNX NOT found !
[0000.458] *** Booting KFS0.
[0000.461] NvTbootFailControlDoFailover: No failover; Continuing ...
[0000.467] BoardID = 3448, SKU = 0x2
[0000.470] Not Nano-SD or !QSPI-ONLY, check GPT table first ...
[0000.476] Read GPT from (0:3)
[0000.484] Using GPT Primary to query partitions
[0000.489] NvTbootFailControlDoFailover: No failover; Continuing ...
[0000.495] Loading Tboot-CPU binary
[0000.501] Verifying TBC in OdmNonSecureSBK mode
[0000.511] Bootloader load address is 0xa0000000, entry address is 0xa0000258
[0000.518] Bootloader downloaded successfully.
[0000.522] Downloaded Tboot-CPU binary to 0xa0000258
[0000.527] MAX77620_GPIO5 configured
[0000.530] CPU power rail is up
[0000.533] CPU clock enabled
[0000.537] Performing RAM repair
[0000.540] Updating A64 Warmreset Address to 0xa00002e9
[0000.545] BoardID = 3448, SKU = 0x2
[0000.548] Not Nano-SD or !QSPI-ONLY, check GPT table first ...
[0000.554] NvTbootFailControlDoFailover: No failover; Continuing ...
[0000.560] Loading NvTbootBootloaderDTB
[0000.577] Verifying NvTbootBootloaderDTB in OdmNonSecureSBK mode
[0000.644] Bootloader DTB Load Address: 0x83000000
[0000.648] BoardID = 3448, SKU = 0x2
[0000.652] Not Nano-SD or !QSPI-ONLY, check GPT table first ...
[0000.657] Loading NvTbootKernelDTB
[0000.680] Verifying NvTbootKernelDTB in OdmNonSecureSBK mode
[0000.746] Kernel DTB Load Address: 0x83100000
[0000.750] BoardID = 3448, SKU = 0x2
[0000.754] Not Nano-SD or !QSPI-ONLY, check GPT table first ...
[0000.760] NvTbootFailControlDoFailover: No failover; Continuing ...
[0000.767] Loading cboot binary
[0000.778] Verifying EBT in OdmNonSecureSBK mode
[0000.820] Bootloader load address is 0x92c00000, entry address is 0x92c00258
[0000.827] Bootloader downloaded successfully.
[0000.831] BoardID = 3448, SKU = 0x2
[0000.834] Not Nano-SD or !QSPI-ONLY, check GPT table first ...
[0000.840] NvTbootFailControlDoFailover: No failover; Continuing ...
[0000.846] PT: Partition NCT NOT found !
[0000.850] Warning: Find Partition via PT Failed
[0000.854] Next binary entry address: 0x92c00258
[0000.859] BoardId: 3448
[0000.863] Overriding pmu board id with proc board id
[0000.868] Display board id is not available
[0000.872] BoardID = 3448, SKU = 0x2
[0000.876] Not Nano-SD or !QSPI-ONLY, check GPT table first ...
[0000.882] NvTbootFailControlDoFailover: No failover; Continuing ...
[0000.895] Verifying SC7EntryFw in OdmNonSecureSBK mode
[0000.949] /bpmp deleted
[0000.951] SC7EntryFw header found loaded at 0xff700000
[0001.136] OVR2 PMIC
[0001.138] Bpmp FW successfully loaded
[0001.141] BoardID = 3448, SKU = 0x2
[0001.144] Not Nano-SD or !QSPI-ONLY, check GPT table first ...
[0001.150] NvTbootFailControlDoFailover: No failover; Continuing ...
[0001.158] WB0 init successfully at 0xff780000
[0001.162] Verifying NvTbootWb0 in OdmNonSecureSBK mode
[0001.167] Set NvDecSticky Bits
[0001.170] GSC2 address ff53fffc value c0edbbcc
[0001.177] GSC MC Settings done
[0001.180] BoardID = 3448, SKU = 0x2
[0001.183] Not Nano-SD or !QSPI-ONLY, check GPT table first ...
[0001.190] TOS Image length 53680
[0001.193]  Monitor size 53680
[0001.195]  OS size 0
[0001.201] Secure Os AES-CMAC Verification Success!
[0001.206] TOS image cipher info: plaintext
[0001.209] Loading and Validation of Secure OS Successful
[0001.225] SC7 Entry Firmware - 0xff700000, 0x4000
[0001.230] NvTbootPackSdramParams: start.
[0001.235] NvTbootPackSdramParams: done.
[0001.239] Tegraboot started after 172318 us
[0001.243] Basic modules init took 737285 us
[0001.247] Sec Bootdevice Read Time = 61 ms, Read Size = 3682 KB
[0001.253] Sec Bootdevice Write Time = 0 ms, Write Size = 0 KB
[0001.258] Next stage binary read took 7387 us
[0001.262] Carveout took -34781 us
[0001.265] CPU initialization took 386756 us
[0001.269] Total time taken by TegraBoot 1096647 us

[0001.274] Starting CPU & Halting co-processor

64NOTICE:  BL31: v1.3(release):b5eeb33
NOTICE:  BL31: Built : 14:22:20, Apr 20 2022
ERROR:   Error initializing runtime service trusty_fast
[0001.396] RamCode = 0
[0001.401] LPDDR4 Training: Read DT: Number of tables = 2
[0001.406] EMC Training (SRC-freq: 204000; DST-freq: 1600000)
[0001.418] EMC Training Successful
[0001.421] 408000 not found in DVFS table
[0001.428] RamCode = 0
[0001.431] DT Write: emc-table@204000 succeeded
[0001.437] DT Write: emc-table@1600000 succeeded
[0001.441] LPDDR4 Training: Write DT: Number of tables = 2
[0001.484]
[0001.485] Debug Init done
[0001.488] Marked DTB cacheable
[0001.491] Bootloader DTB loaded at 0x83000000
[0001.496] Marked DTB cacheable
[0001.499] Kernel DTB loaded at 0x83100000
[0001.503] DeviceTree Init done
[0001.516] Pinmux applied successfully
[0001.520] gicd_base: 0x50041000
[0001.524] gicc_base: 0x50042000
[0001.527] Interrupts Init done
[0001.531] Using base:0x60005090 & irq:208 for tick-timer
[0001.536] Using base:0x60005098 for delay-timer
[0001.540] platform_init_timer: DONE
[0001.544] Timer(tick) Init done
[0001.548] osc freq = 38400 khz
[0001.551]
[0001.552] Welcome to L4T Cboot
[0001.555]
[0001.557] Cboot Version: 00.00.2018.01-t210-a2f2e4b8
[0001.562] calling constructors
[0001.565] initializing heap
[0001.567] initializing threads
[0001.570] initializing timers
[0001.573] creating bootstrap completion thread
[0001.577] top of bootstrap2()
[0001.580] CPU: ARM Cortex A57
[0001.583] CPU: MIDR: 0x411FD071, MPIDR: 0x80000000
[0001.588] initializing platform
[0001.641] Config for emmc ddr50 mode completed
[0001.646] sdmmc bdev is already initialized
[0001.650] Enable APE clock
[0001.652] Un-powergate APE partition
[0001.656] of_register: registering tegra_udc to of_hal
[0001.661] of_register: registering inv20628-driver to of_hal
[0001.667] of_register: registering ads1015-driver to of_hal
[0001.672] of_register: registering lp8557-bl-driver to of_hal
[0001.678] of_register: registering bq2419x_charger to of_hal
[0001.684] of_register: registering bq27441_fuel_gauge to of_hal
[0001.695] gpio framework initialized
[0001.698] of_register: registering tca9539_gpio to of_hal
[0001.704] of_register: registering tca9539_gpio to of_hal
[0001.709] of_register: registering i2c_bus_driver to of_hal
[0001.715] of_register: registering i2c_bus_driver to of_hal
[0001.720] of_register: registering i2c_bus_driver to of_hal
[0001.726] pmic framework initialized
[0001.729] of_register: registering max77620_pmic to of_hal
[0001.735] regulator framework initialized
[0001.739] of_register: registering tps65132_bl_driver to of_hal
[0001.745] initializing target
[0001.750] gpio_driver_register: register 'tegra_gpio_driver' driver
[0001.759] board ID = D78, board SKU = 2
[0001.765] fixed regulator driver initialized
[0001.782] initializing OF layer
[0001.785] NCK carveout not present
[0001.789] Skipping dts_overrides
[0001.793] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.808] I2C Bus Init done
[0001.811] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.821] I2C Bus Init done
[0001.824] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.834] I2C Bus Init done
[0001.837] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.847] I2C Bus Init done
[0001.850] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.860] I2C Bus Init done
[0001.863] of_children_init: Ops found for compatible string maxim,max77620
[0001.873] max77620_init using irq 118
[0001.878] register 'maxim,max77620' pmic
[0001.882] gpio_driver_register: register 'max77620-gpio' driver
[0001.888] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.899] I2C Bus Init done
[0001.902] NCK carveout not present
[0001.911] Find /i2c@7000c000's alias i2c0
[0001.915] get eeprom at 1-a0, size 256, type 0
[0001.924] Find /i2c@7000c500's alias i2c2
[0001.928] get eeprom at 3-a0, size 256, type 0
[0001.932] get eeprom at 3-ae, size 256, type 0
[0001.937] pm_ids_update: Updating 1,a0, size 256, type 0
[0001.942] I2C slave not started
[0001.945] I2C write failed
[0001.948] Writing offset failed
[0001.951] eeprom_init: EEPROM read failed
[0001.955] pm_ids_update: eeprom init failed
[0001.959] pm_ids_update: Updating 3,a0, size 256, type 0
[0003.964] I2C transfer timeout
[0003.967] I2C write failed
[0003.970] Writing offset failed
[0003.973] eeprom_init: EEPROM read failed
[0003.977] pm_ids_update: eeprom init failed
[0003.981] pm_ids_update: Updating 3,ae, size 256, type 0
[0005.986] I2C transfer timeout
[0005.989] I2C write failed
[0005.992] Writing offset failed
[0005.995] eeprom_init: EEPROM read failed
[0005.999] pm_ids_update: eeprom init failed
[0008.003] I2C transfer timeout
[0008.006] I2C write failed
[0008.008] Writing offset failed
[0008.011] eeprom_init: EEPROM read failed
[0008.015] Plugin Manager: Parse ODM data 0x000a4000
[0008.027] shim_cmdline_install: /chosen/bootargs: earlycon=uart8250,mmio32,0x70006000
[0008.041] Find /i2c@7000c000's alias i2c0
[0008.045] get eeprom at 1-a0, size 256, type 0
[0008.054] Find /i2c@7000c500's alias i2c2
[0008.058] get eeprom at 3-a0, size 256, type 0
[0008.062] get eeprom at 3-ae, size 256, type 0
[0008.066] pm_ids_update: Updating 1,a0, size 256, type 0
[0008.072] I2C slave not started
[0008.075] I2C write failed
[0008.077] Writing offset failed
[0008.080] eeprom_init: EEPROM read failed
[0008.084] pm_ids_update: eeprom init failed
[0008.088] pm_ids_update: Updating 3,a0, size 256, type 0
[0010.094] I2C transfer timeout
[0010.097] I2C write failed
[0010.099] Writing offset failed
[0010.102] eeprom_init: EEPROM read failed
[0010.106] pm_ids_update: eeprom init failed
[0010.110] pm_ids_update: Updating 3,ae, size 256, type 0
[0012.116] I2C transfer timeout
[0012.119] I2C write failed
[0012.121] Writing offset failed
[0012.124] eeprom_init: EEPROM read failed
[0012.128] pm_ids_update: eeprom init failed
[0014.133] I2C transfer timeout
[0014.136] I2C write failed
[0014.138] Writing offset failed
[0014.141] eeprom_init: EEPROM read failed
[0014.145] shim_get_serial_num:EEPROM read failed
[0014.150] Reading Serial number from with NCT/FCT
[0014.154] No serial number in NCT/EEPROM. Using fused IDs
[0014.160] Chip UID is 0000000164317408100000000bfc84c0
[0014.165] Add serial number:c084fc0b000000100874 as DT property
[0014.173] Applying platform configs
[0014.179] platform-init is not present. Skipping
[0014.184] calling apps_init()
[0014.205] Found 17 GPT partitions in "sdmmc3_user"
[0014.210] Proceeding to Cold Boot
[0014.213] starting app android_boot_app
[0014.217] Device state: unlocked
[0014.220] display console init
[0014.228] could not find regulator
[0014.251] hdmi cable not connected
[0014.255] is_hdmi_needed: HDMI not connected, returning false
[0014.260] hdmi is not connecteDT entry for leds-pwm not found
d[0014.269]
[0014.270] sor0 is not supported
[0014.273] display_console_init: no valid display out_type
[0014.281] subnode volume_up is not found !
[0014.285] subnode back is not found !
[0014.288] subnode volume_down is not found !
[0014.293] subnode menu is not found !
[0014.296] Gpio keyboard init success
[0014.344] found decompressor handler: lz4-legacy
[0014.359] decompressing blob (type 1)...
[0014.425] display_resolution: No display init
[0014.429] Failed to retrieve display resolution
[0014.433] Could not load/initialize BMP blob...ignoring
[0014.439] -------> se_aes_verify_sbk_clear: 747
[0014.443] se_aes_verify_sbk_clear: Error
[0014.447] SE operation failed
[0014.450] bl_battery_charging: connected to external power supply
[0014.459] display_console_ioctl: No display init
[0014.463] switch_backlight failed
[0014.473] device_query_partition_size: failed to open partition sdmmc3_user:MSC !
[0014.480] MSC Partition not found
[0014.490] device_query_partition_size: failed to open partition sdmmc3_user:USP !
[0014.497] USP partition read failed!
[0014.501] blob_init: blob-partition USP header read failed
[0014.506] android_boot Unable to update recovery partition
[0014.512] kfs_getpartname: name = LNX
[0014.515] Loading kernel from LNX
[0014.606] load kernel from storage
[0014.615] decompressor handler not found
[0014.649] Successfully loaded kernel and ramdisk images
[0014.654] board ID = D78, board SKU = 2
[0014.659] display_resolution: No display init
[0014.663] Failed to retrieve display resolution
[0014.668] bmp blob is not loaded and initialized
[0014.672] Failed to display boot-logo
[0014.676] NCK carveout not present
[0014.679] Skipping dts_overrides
[0014.682] NCK carveout not present
[0014.692] Find /i2c@7000c000's alias i2c0
[0014.696] get eeprom at 1-a0, size 256, type 0
[0014.704] Find /i2c@7000c500's alias i2c2
[0014.708] get eeprom at 3-a0, size 256, type 0
[0014.712] get eeprom at 3-ae, size 256, type 0
[0014.717] pm_ids_update: Updating 1,a0, size 256, type 0
[0014.722] I2C slave not started
[0014.725] I2C write failed
[0014.728] Writing offset failed
[0014.731] eeprom_init: EEPROM read failed
[0014.735] pm_ids_update: eeprom init failed
[0014.739] pm_ids_update: Updating 3,a0, size 256, type 0
[0016.744] I2C transfer timeout
[0016.747] I2C write failed
[0016.750] Writing offset failed
[0016.753] eeprom_init: EEPROM read failed
[0016.757] pm_ids_update: eeprom init failed
[0016.761] pm_ids_update: Updating 3,ae, size 256, type 0
[0018.766] I2C transfer timeout
[0018.769] I2C write failed
[0018.772] Writing offset failed
[0018.775] eeprom_init: EEPROM read failed
[0018.779] pm_ids_update: eeprom init failed
[0020.783] I2C transfer timeout
[0020.786] I2C write failed
[0020.789] Writing offset failed
[0020.792] eeprom_init: EEPROM read failed
[0020.796] Plugin Manager: Parse ODM data 0x000a4000
[0020.807] shim_cmdline_install: /chosen/bootargs: earlycon=uart8250,mmio32,0x70006000
[0020.816] Add serial number:c084fc0b000000100874 as DT property
[0020.825] "bpmp" doesn't exist, creating
[0020.830] Updated bpmp info to DTB
[0020.835] Updated initrd info to DTB
[0020.838] "proc-board" doesn't exist, creating
[0020.844] Updated board info to DTB
[0020.848] "pmu-board" doesn't exist, creating
[0020.853] Updated board info to DTB
[0020.857] "display-board" doesn't exist, creating
[0020.863] Updated board info to DTB
[0020.866] "reset" doesn't exist, creating
[0020.871] Updated reset info to DTB
[0020.874] display_console_ioctl: No display init
[0020.878] display_console_ioctl: No display init
[0020.883] display_console_ioctl: No display init
[0020.888] 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,4 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=0x1000@0xff780000 core_edp_mv=1075 core_edp_ma=4000 gpt
[0020.922] DTB cmdline: earlycon=uart8250,mmio32,0x70006000
[0020.928] boot image cmdline: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=none,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 sdhci_tegra.en_boot_part_access=1 keep_bootcon
[0020.945] Updated bootarg info to DTB
[0020.948] Adding uuid 0000000164317408100000000bfc84c0 to DT
[0020.954] Adding eks info 0 to DT
[0020.960] WARNING: Failed to pass NS DRAM ranges to TOS, err: -7
[0020.966] Updated memory info to DTB
[0020.970] add_lp0_disable: Unable to find plugin-manager ids under chosen node! (FDT_ERR_NOTFOUND)
[0020.982] set vdd_core voltage to 1075 mv
[0020.986] setting 'vdd-core' regulator to 1075000 micro volts
[0020.992] Found secure-pmc; disable BPMP


U-Boot 2020.04-g4335beb (Apr 20 2022 - 14:22:25 -0700)

SoC: tegra210
Model: NVIDIA Jetson Nano Developer Kit
Board: NVIDIA P3450-0000
DRAM:  4 GiB
tegra210_env_drv_config: find node offset error -1
MMC:   sdhci@700b0000: 1, sdhci@700b0600: 0
Loading Environment from MMC... *** Warning - bad CRC, using default environment

Loading Environment from SPI Flash... unrecognized JEDEC id bytes: 00, 00, 00
*** Warning - spi_flash_probe_bus_cs() failed, using default environment

In:    serial
Out:   serial
Err:   serial
Can't find Ethernet MAC address in cboot DTB
Net:   No ethernet found.
Hit any key to stop autoboot:  0
MMC: no card present
switch to partitions #0, OK
mmc0(part 0) is current device
Scanning mmc 0:1...
Found /boot/extlinux/extlinux.conf
Retrieving file: /boot/extlinux/extlinux.conf
940 bytes read in 24 ms (38.1 KiB/s)
1:      primary kernel
Retrieving file: /boot/initrd
7160179 bytes read in 176 ms (38.8 MiB/s)
Retrieving file: /boot/Image
34549768 bytes read in 782 ms (42.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,4 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=0x1000@0xff780000 core_edp_mv=1075 core_edp_ma=4000 gpt  earlycon=uart8250,mmio32,0x70006000  root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=none,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 sdhci_tegra.en_boot_part_access=1 keep_bootcon  root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=none,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 sdhci_tegra.en_boot_part_access=1 keep_bootcon
Retrieving file: /boot/tegra210-p3448-0002-p3449-0000-b00.dtb
218360 bytes read in 23 ms (9.1 MiB/s)
## Flattened Device Tree blob at 83000000
   Booting using the fdt blob at 0x83000000
ERROR: reserving fdt memory region failed (addr=0 size=0)
ERROR: reserving fdt memory region failed (addr=0 size=0)
   Using Device Tree in place at 0000000083000000, end 00000000830384f7
Can't find Ethernet MAC address in cboot DTB
copying carveout for /host1x@50000000/dc@54200000...
copying carveout for /host1x@50000000/dc@54240000...
DT property /chosen/nvidia,bluetooth-mac missing in source; can't copy
DT property /chosen/nvidia,ethernet-mac missing in source; can't copy
DT property /chosen/nvidia,wifi-mac missing in source; can't copy
DT property /psci/nvidia,system-lp0-disable missing in source; can't copy

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.9.253-tegra (root@ubuntu) (gcc version 7.3.1 20180425 [linaro-7.3-2018.05 revision d29120a424ecfbc167ef90065c0eeb7f91977701] (Linaro GCC 7.3-2018.05) ) #8 SMP PREEMPT Mon Jul 18 04:46:05 PDT 2022
[    0.000000] Boot CPU: AArch64 Processor [411fd071]
[    0.000000] OF: fdt:memory scan node memory@80000000, reg size 32,
[    0.000000] OF: fdt: - 80000000 ,  7ee00000
[    0.000000] OF: fdt: - 100000000 ,  7f200000
[    0.000000] earlycon: uart8250 at MMIO32 0x0000000070006000 (options '')
[    0.000000] bootconsole [uart8250] enabled
[    0.000000] debug: skip boot console de-registration.
[    0.000000] debug: skip boot console de-registration.
[    0.000000] OF: reserved mem: initialized node vpr-carveout, compatible id nvidia,vpr-carveout
[    0.000000] OF: reserved mem: initialized node iram-carveout, compatible id nvidia,iram-carveout
[    0.000000] OF: reserved mem: initialized node ramoops_carveout, compatible id nvidia,ramoops
[    0.000000] cma: Reserved 64 MiB at 0x00000000fac00000
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.0 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: MIGRATE_INFO_TYPE not supported.
[    0.000000] psci: SMC Calling Convention v1.1
[    0.000000] percpu: Embedded 24 pages/cpu s57624 r8192 d32488 u98304
[    0.000000] CPU features: enabling workaround for ARM erratum 832075
[    0.000000] Speculative Store Bypass Disable mitigation not required
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 1023544
[    0.000000] Kernel command line: 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,4 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=0x1000@0xff780000 core_edp_mv=1075 core_edp_ma=4000 gpt  earlycon=uart8250,mmio32,0x70006000  root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=none,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 sdhci_tegra.en_boot_part_access=1 keep_bootcon  root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=none,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 sdhci_tegra.en_boot_part_access=1 keep_bootcon
[    0.000000] log_buf_len individual max cpu contribution: 32768 bytes
[    0.000000] log_buf_len total cpu_extra contributions: 98304 bytes
[    0.000000] log_buf_len min size: 32768 bytes
[    0.000000] log_buf_len: 131072 bytes
[    0.000000] early log buf free: 29680(90%)
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.000000] Memory: 3568528K/4159488K available (15358K kernel code, 2956K rwdata, 6752K rodata, 8640K init, 612K bss, 115824K reserved, 475136K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     modules : 0xffffff8000000000 - 0xffffff8008000000   (   128 MB)
[    0.000000]     vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000   (   250 GB)
[    0.000000]       .text : 0xffffff8008080000 - 0xffffff8008f80000   ( 15360 KB)
[    0.000000]     .rodata : 0xffffff8008f80000 - 0xffffff8009620000   (  6784 KB)
[    0.000000]       .init : 0xffffff8009620000 - 0xffffff8009e90000   (  8640 KB)
[    0.000000]       .data : 0xffffff8009e90000 - 0xffffff800a173008   (  2957 KB)
[    0.000000]        .bss : 0xffffff800a173008 - 0xffffff800a20c0b4   (   613 KB)
[    0.000000]     fixed   : 0xffffffbefe7fd000 - 0xffffffbefec00000   (  4108 KB)
[    0.000000]     PCI I/O : 0xffffffbefee00000 - 0xffffffbeffe00000   (    16 MB)
[    0.000000]     vmemmap : 0xffffffbf00000000 - 0xffffffc000000000   (     4 GB maximum)
[    0.000000]               0xffffffbf00000000 - 0xffffffbf03fc8000   (    63 MB actual)
[    0.000000]     memory  : 0xffffffc000000000 - 0xffffffc0ff200000   (  4082 MB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 64.
[    0.000000]  RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[    0.000000] NR_IRQS:64 nr_irqs:64 0
[    0.000000] /interrupt-controller@60004000: 192 interrupts forwarded to /interrupt-controller
[    0.000000] t210 clock and reset probe
[    0.000000] tegra-pmc: get_secure_pmc_setting: done secure_pmc=1
[    0.000000] clk_cbus_recalc_rate: no gbus parent
[    0.000000] clk_cbus_recalc_rate: no gbus parent
[    0.000000] clk_cbus_recalc_rate: no gbus parent
[    0.000000] clk_cbus_recalc_rate: no gbus parent
[    0.000000] clk_cbus_recalc_rate: no gbus parent
[    0.000000] arm_arch_timer: Architected cp15 timer(s) running at 19.20MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[    0.000006] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[    0.009588] Console: colour dummy device 80x25
[    0.014234] console [tty0] enabled
[    0.017760] kmemleak: Kernel memory leak detector disabled
[    0.023429] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=76800)
[    0.034022] pid_max: default: 32768 minimum: 301
[    0.039221] Security Framework initialized
[    0.043668] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.050585] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.059033] ftrace: allocating 47097 entries in 184 pages
[    0.232208] ASID allocator initialised with 65536 entries
[    0.275199] tegra-id: chipid=22117.
[    0.278843] tegra-id: opt_subrevision=0.
[    0.282904] Tegra Speedo/IDDQ fuse revision 4
[    0.287400] Tegra: CPU Speedo ID 9, SoC Speedo ID 0, GPU Speedo ID 2
[    0.293951] Tegra: CPU Process ID 0, SoC Process ID 1, GPU Process ID 0
[    0.300770] Tegra: CPU Speedo Value 2083, SoC Speedo Value 1983, GPU Speedo Value 2090
[    0.308930] Tegra: CPU IDDQ Value 2356, SoC IDDQ Value 2648, GPU IDDQ Value 3240
[    0.316568] Tegra Revision: A02 SKU: 0x8f CPU Process: 0 SoC Process: 1
[    0.323397] DTS File Name: /home/franz/l4t-emmc-image/build/Linux_for_Tegra/source/public/kernel/kernel-4.9/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t210/porg/kernel-dts/tegra210-p3448-0002-p3449-0000-b00.dts
[    0.344457] DTB Build time: Jul 18 2022 23:57:15
[    0.397301] CPU1: Booted secondary processor [411fd071]
[    0.429208] CPU2: Booted secondary processor [411fd071]
[    0.461182] CPU3: Booted secondary processor [411fd071]
[    0.461261] Brought up 4 CPUs
[    0.480524] SMP: Total of 4 processors activated.
[    0.485379] CPU features: detected feature: 32-bit EL0 Support
[    0.491653] CPU: All CPU(s) started at EL2
[    0.495900] alternatives: patching kernel code

I don’t see anything obvious, but maybe you do. Thanks!

If you directly move the same module from your board to devkit, will it pass the boot? Do not flash it, just use your configuration.

Unfortunately it does not fully boot.

boot_log_devkit.txt (107.9 KB)

Can we just use the software from sdkm to test whether this module can boot up fine on devkit and then your board?

Ok, flashed the module with the sdkm and now it does boot successfully on the devkit. With my custom carrier the issue persists:

[0000.200] [L4T TegraBoot] (version 00.00.2018.01-l4t-8728f3cb)
[0000.205] Processing in cold boot mode Bootloader 2
[0000.210] A02 Bootrom Patch rev = 1023
[0000.213] Power-up reason: pmc por
[0000.217] No Battery Present
[0000.219] pmic max77620 reset reason
[0000.223] pmic max77620 NVERC : 0x40
[0000.226] RamCode = 0
[0000.228] Platform has DDR4 type RAM
[0000.232] max77620 disabling SD1 Remote Sense
[0000.236] Setting DDR voltage to 1125mv
[0000.240] Serial Number of Pmic Max77663: 0x714a1
[0000.247] Entering ramdump check
[0000.250] Get RamDumpCarveOut = 0x0
[0000.254] RamDumpCarveOut=0x0,  RamDumperFlag=0xe59ff3f8
[0000.259] Last reboot was clean, booting normally!
[0000.263] Sdram initialization is successful
[0000.267] SecureOs Carveout Base=0x00000000ff800000 Size=0x00800000
[0000.274] Lp0 Carveout Base=0x00000000ff780000 Size=0x00001000
[0000.279] BpmpFw Carveout Base=0x00000000ff700000 Size=0x00080000
[0000.285] GSC1 Carveout Base=0x00000000ff600000 Size=0x00100000
[0000.291] GSC2 Carveout Base=0x00000000ff500000 Size=0x00100000
[0000.297] GSC4 Carveout Base=0x00000000ff400000 Size=0x00100000
[0000.303] GSC5 Carveout Base=0x00000000ff300000 Size=0x00100000
[0000.309] GSC3 Carveout Base=0x000000017f300000 Size=0x00d00000
[0000.325] RamDump Carveout Base=0x00000000ff280000 Size=0x00080000
[0000.331] Platform-DebugCarveout: 0
[0000.334] Nck Carveout Base=0x00000000ff080000 Size=0x00200000
[0000.340] Non secure mode, and RB not enabled.
[0000.344] *** Booting BFS0.
[0000.347] Initialize FailControl
[0000.350] Read PT from (0:3)
[0000.365] Csd NumOfBlocks=0
[0000.404] PT crc32 and magic check passed.
[0000.408] Using BFS PT to query partitions
[0000.412] PT: Partition LNX NOT found !
[0000.416] *** Booting KFS0.
[0000.418] NvTbootFailControlDoFailover: No failover; Continuing ...
[0000.424] BoardID = 3448, SKU = 0x2
[0000.428] Not Nano-SD or !QSPI-ONLY, check GPT table first ...
[0000.433] Read GPT from (0:3)
[0000.442] Using GPT Primary to query partitions
[0000.446] NvTbootFailControlDoFailover: No failover; Continuing ...
[0000.453] Loading Tboot-CPU binary
[0000.458] Verifying TBC in OdmNonSecureSBK mode
[0000.468] Bootloader load address is 0xa0000000, entry address is 0xa0000258
[0000.475] Bootloader downloaded successfully.
[0000.479] Downloaded Tboot-CPU binary to 0xa0000258
[0000.484] MAX77620_GPIO5 configured
[0000.488] CPU power rail is up
[0000.490] CPU clock enabled
[0000.494] Performing RAM repair
[0000.497] Updating A64 Warmreset Address to 0xa00002e9
[0000.502] BoardID = 3448, SKU = 0x2
[0000.506] Not Nano-SD or !QSPI-ONLY, check GPT table first ...
[0000.512] NvTbootFailControlDoFailover: No failover; Continuing ...
[0000.518] Loading NvTbootBootloaderDTB
[0000.535] Verifying NvTbootBootloaderDTB in OdmNonSecureSBK mode
[0000.606] Bootloader DTB Load Address: 0x83000000
[0000.611] BoardID = 3448, SKU = 0x2
[0000.614] Not Nano-SD or !QSPI-ONLY, check GPT table first ...
[0000.620] Loading NvTbootKernelDTB
[0000.653] Verifying NvTbootKernelDTB in OdmNonSecureSBK mode
[0000.724] Kernel DTB Load Address: 0x83100000
[0000.728] BoardID = 3448, SKU = 0x2
[0000.731] Not Nano-SD or !QSPI-ONLY, check GPT table first ...
[0000.737] NvTbootFailControlDoFailover: No failover; Continuing ...
[0000.745] Loading cboot binary
[0000.755] Verifying EBT in OdmNonSecureSBK mode
[0000.797] Bootloader load address is 0x92c00000, entry address is 0x92c00258
[0000.804] Bootloader downloaded successfully.
[0000.808] BoardID = 3448, SKU = 0x2
[0000.811] Not Nano-SD or !QSPI-ONLY, check GPT table first ...
[0000.817] NvTbootFailControlDoFailover: No failover; Continuing ...
[0000.824] PT: Partition NCT NOT found !
[0000.827] Warning: Find Partition via PT Failed
[0000.832] Next binary entry address: 0x92c00258
[0000.836] BoardId: 3448
[0000.841] Overriding pmu board id with proc board id
[0000.845] Display board id is not available
[0000.850] BoardID = 3448, SKU = 0x2
[0000.853] Not Nano-SD or !QSPI-ONLY, check GPT table first ...
[0000.859] NvTbootFailControlDoFailover: No failover; Continuing ...
[0000.872] Verifying SC7EntryFw in OdmNonSecureSBK mode
[0000.928] /bpmp deleted
[0000.931] SC7EntryFw header found loaded at 0xff700000
[0001.119] OVR2 PMIC
[0001.121] Bpmp FW successfully loaded
[0001.124] BoardID = 3448, SKU = 0x2
[0001.127] Not Nano-SD or !QSPI-ONLY, check GPT table first ...
[0001.133] NvTbootFailControlDoFailover: No failover; Continuing ...
[0001.140] WB0 init successfully at 0xff780000
[0001.145] Verifying NvTbootWb0 in OdmNonSecureSBK mode
[0001.150] Set NvDecSticky Bits
[0001.153] GSC2 address ff53fffc value c0edbbcc
[0001.160] GSC MC Settings done
[0001.162] BoardID = 3448, SKU = 0x2
[0001.166] Not Nano-SD or !QSPI-ONLY, check GPT table first ...
[0001.172] TOS Image length 53680
[0001.175]  Monitor size 53680
[0001.178]  OS size 0
[0001.184] Secure Os AES-CMAC Verification Success!
[0001.188] TOS image cipher info: plaintext
[0001.192] Loading and Validation of Secure OS Successful
[0001.208] SC7 Entry Firmware - 0xff700000, 0x4000
[0001.213] NvTbootPackSdramParams: start.
[0001.218] NvTbootPackSdramParams: done.
[0001.222] Tegraboot started after 128832 us
[0001.226] Basic modules init took 757572 us
[0001.230] Sec Bootdevice Read Time = 70 ms, Read Size = 3682 KB
[0001.235] Sec Bootdevice Write Time = 0 ms, Write Size = 0 KB
[0001.241] Next stage binary read took 7381 us
[0001.245] Carveout took -34775 us
[0001.248] CPU initialization took 392398 us
[0001.252] Total time taken by TegraBoot 1122576 us

[0001.257] Starting CPU & Halting co-processor

64NOTICE:  BL31: v1.3(release):b5eeb33
NOTICE:  BL31: Built : 14:22:20, Apr 20 2022
ERROR:   Error initializing runtime service trusty_fast
[0001.379] RamCode = 0
[0001.384] LPDDR4 Training: Read DT: Number of tables = 2
[0001.389] EMC Training (SRC-freq: 204000; DST-freq: 1600000)
[0001.401] EMC Training Successful
[0001.404] 408000 not found in DVFS table
[0001.411] RamCode = 0
[0001.414] DT Write: emc-table@204000 succeeded
[0001.420] DT Write: emc-table@1600000 succeeded
[0001.424] LPDDR4 Training: Write DT: Number of tables = 2
[0001.467]
[0001.468] Debug Init done
[0001.471] Marked DTB cacheable
[0001.473] Bootloader DTB loaded at 0x83000000
[0001.478] Marked DTB cacheable
[0001.481] Kernel DTB loaded at 0x83100000
[0001.485] DeviceTree Init done
[0001.498] Pinmux applied successfully
[0001.502] gicd_base: 0x50041000
[0001.506] gicc_base: 0x50042000
[0001.509] Interrupts Init done
[0001.513] Using base:0x60005090 & irq:208 for tick-timer
[0001.518] Using base:0x60005098 for delay-timer
[0001.523] platform_init_timer: DONE
[0001.526] Timer(tick) Init done
[0001.530] osc freq = 38400 khz
[0001.534]
[0001.535] Welcome to L4T Cboot
[0001.538]
[0001.539] Cboot Version: 00.00.2018.01-t210-a2f2e4b8
[0001.544] calling constructors
[0001.547] initializing heap
[0001.550] initializing threads
[0001.553] initializing timers
[0001.555] creating bootstrap completion thread
[0001.560] top of bootstrap2()
[0001.563] CPU: ARM Cortex A57
[0001.566] CPU: MIDR: 0x411FD071, MPIDR: 0x80000000
[0001.570] initializing platform
[0001.624] Config for emmc ddr50 mode completed
[0001.628] sdmmc bdev is already initialized
[0001.632] Enable APE clock
[0001.635] Un-powergate APE partition
[0001.639] of_register: registering tegra_udc to of_hal
[0001.644] of_register: registering inv20628-driver to of_hal
[0001.649] of_register: registering ads1015-driver to of_hal
[0001.655] of_register: registering lp8557-bl-driver to of_hal
[0001.661] of_register: registering bq2419x_charger to of_hal
[0001.666] of_register: registering bq27441_fuel_gauge to of_hal
[0001.678] gpio framework initialized
[0001.681] of_register: registering tca9539_gpio to of_hal
[0001.686] of_register: registering tca9539_gpio to of_hal
[0001.692] of_register: registering i2c_bus_driver to of_hal
[0001.697] of_register: registering i2c_bus_driver to of_hal
[0001.703] of_register: registering i2c_bus_driver to of_hal
[0001.708] pmic framework initialized
[0001.712] of_register: registering max77620_pmic to of_hal
[0001.717] regulator framework initialized
[0001.721] of_register: registering tps65132_bl_driver to of_hal
[0001.727] initializing target
[0001.733] gpio_driver_register: register 'tegra_gpio_driver' driver
[0001.741] board ID = D78, board SKU = 2
[0001.748] fixed regulator driver initialized
[0001.765] initializing OF layer
[0001.768] NCK carveout not present
[0001.772] Skipping dts_overrides
[0001.776] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.792] I2C Bus Init done
[0001.795] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.805] I2C Bus Init done
[0001.808] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.818] I2C Bus Init done
[0001.821] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.831] I2C Bus Init done
[0001.834] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.844] I2C Bus Init done
[0001.847] of_children_init: Ops found for compatible string maxim,max77620
[0001.857] max77620_init using irq 118
[0001.862] register 'maxim,max77620' pmic
[0001.866] gpio_driver_register: register 'max77620-gpio' driver
[0001.872] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.883] I2C Bus Init done
[0001.887] NCK carveout not present
[0001.896] Find /i2c@7000c000's alias i2c0
[0001.900] get eeprom at 1-a0, size 256, type 0
[0001.909] Find /i2c@7000c500's alias i2c2
[0001.912] get eeprom at 3-a0, size 256, type 0
[0001.917] get eeprom at 3-ae, size 256, type 0
[0001.921] pm_ids_update: Updating 1,a0, size 256, type 0
[0001.927] I2C slave not started
[0001.930] I2C write failed
[0001.932] Writing offset failed
[0001.935] eeprom_init: EEPROM read failed
[0001.939] pm_ids_update: eeprom init failed
[0001.943] pm_ids_update: Updating 3,a0, size 256, type 0
[0001.973] pm_ids_update: The pm board id is 3448-0002-401
[0001.980] Adding plugin-manager/ids/3448-0002-401=/i2c@7000c500:module@0x50
[0001.989] pm_ids_update: pm id update successful
[0001.993] pm_ids_update: Updating 3,ae, size 256, type 0
[0001.999] I2C slave not started
[0002.001] I2C write failed
[0002.004] Writing offset failed
[0002.007] eeprom_init: EEPROM read failed
[0002.011] pm_ids_update: eeprom init failed
[0002.041] eeprom_get_mac: EEPROM invalid MAC address (all 0xff)
[0002.047] shim_eeprom_update_mac:267: Failed to update 0 MAC address in DTB
[0002.055] eeprom_get_mac: EEPROM invalid MAC address (all 0xff)
[0002.061] shim_eeprom_update_mac:267: Failed to update 1 MAC address in DTB
[0002.069] updating /chosen/nvidia,ethernet-mac node 48:b0:2d:55:2d:5f
[0002.075] Plugin Manager: Parse ODM data 0x000a4000
[0002.088] shim_cmdline_install: /chosen/bootargs: earlycon=uart8250,mmio32,0x70006000
[0002.102] Find /i2c@7000c000's alias i2c0
[0002.106] get eeprom at 1-a0, size 256, type 0
[0002.115] Find /i2c@7000c500's alias i2c2
[0002.119] get eeprom at 3-a0, size 256, type 0
[0002.123] get eeprom at 3-ae, size 256, type 0
[0002.127] pm_ids_update: Updating 1,a0, size 256, type 0
[0002.133] I2C slave not started
[0002.136] I2C write failed
[0002.138] Writing offset failed
[0002.141] eeprom_init: EEPROM read failed
[0002.145] pm_ids_update: eeprom init failed
[0002.149] pm_ids_update: Updating 3,a0, size 256, type 0
[0002.179] pm_ids_update: The pm board id is 3448-0002-401
[0002.186] Adding plugin-manager/ids/3448-0002-401=/i2c@7000c500:module@0x50
[0002.193] pm_ids_update: pm id update successful
[0002.197] pm_ids_update: Updating 3,ae, size 256, type 0
[0002.203] I2C slave not started
[0002.206] I2C write failed
[0002.208] Writing offset failed
[0002.211] eeprom_init: EEPROM read failed
[0002.215] pm_ids_update: eeprom init failed
[0002.245] Add serial number:1422721171323 as DT property
[0002.253] Applying platform configs
[0002.259] platform-init is not present. Skipping
[0002.264] calling apps_init()
[0002.285] Found 17 GPT partitions in "sdmmc3_user"
[0002.290] Proceeding to Cold Boot
[0002.293] starting app android_boot_app
[0002.297] Device state: unlocked
[0002.300] display console init
[0002.308] could not find regulator
[0002.332] hdmi cable not connected
[0002.335] is_hdmi_needed: HDMI not connected, returning false
[0002.340] hdmi is not connected
[0002.344] sor0 is noDT entry for leds-pwm not found
t[0002.352]  supported
[0002.354] display_console_init: no valid display out_type
[0002.362] subnode volume_up is not found !
[0002.366] subnode back is not found !
[0002.369] subnode volume_down is not found !
[0002.373] subnode menu is not found !
[0002.377] Gpio keyboard init success
[0002.424] found decompressor handler: lz4-legacy
[0002.439] decompressing blob (type 1)...
[0002.505] display_resolution: No display init
[0002.509] Failed to retrieve display resolution
[0002.514] Could not load/initialize BMP blob...ignoring
[0002.519] -------> se_aes_verify_sbk_clear: 747
[0002.523] se_aes_verify_sbk_clear: Error
[0002.527] SE operation failed
[0002.530] bl_battery_charging: connected to external power supply
[0002.539] display_console_ioctl: No display init
[0002.544] switch_backlight failed
[0002.553] device_query_partition_size: failed to open partition sdmmc3_user:MSC !
[0002.561] MSC Partition not found
[0002.570] device_query_partition_size: failed to open partition sdmmc3_user:USP !
[0002.578] USP partition read failed!
[0002.581] blob_init: blob-partition USP header read failed
[0002.587] android_boot Unable to update recovery partition
[0002.592] kfs_getpartname: name = LNX
[0002.596] Loading kernel from LNX
[0002.688] load kernel from storage
[0002.698] decompressor handler not found
[0002.732] Successfully loaded kernel and ramdisk images
[0002.737] board ID = D78, board SKU = 2
[0002.741] display_resolution: No display init
[0002.746] Failed to retrieve display resolution
[0002.750] bmp blob is not loaded and initialized
[0002.755] Failed to display boot-logo
[0002.758] NCK carveout not present
[0002.762] Skipping dts_overrides
[0002.765] NCK carveout not present
[0002.774] Find /i2c@7000c000's alias i2c0
[0002.778] get eeprom at 1-a0, size 256, type 0
[0002.787] Find /i2c@7000c500's alias i2c2
[0002.791] get eeprom at 3-a0, size 256, type 0
[0002.795] get eeprom at 3-ae, size 256, type 0
[0002.799] pm_ids_update: Updating 1,a0, size 256, type 0
[0002.805] I2C slave not started
[0002.808] I2C write failed
[0002.810] Writing offset failed
[0002.813] eeprom_init: EEPROM read failed
[0002.817] pm_ids_update: eeprom init failed
[0002.822] pm_ids_update: Updating 3,a0, size 256, type 0
[0002.852] pm_ids_update: The pm board id is 3448-0002-401
[0002.858] Adding plugin-manager/ids/3448-0002-401=/i2c@7000c500:module@0x50
[0002.867] pm_ids_update: pm id update successful
[0002.871] pm_ids_update: Updating 3,ae, size 256, type 0
[0002.877] I2C slave not started
[0002.880] I2C write failed
[0002.882] Writing offset failed
[0002.885] eeprom_init: EEPROM read failed
[0002.889] pm_ids_update: eeprom init failed
[0002.919] eeprom_get_mac: EEPROM invalid MAC address (all 0xff)
[0002.925] shim_eeprom_update_mac:267: Failed to update 0 MAC address in DTB
[0002.933] eeprom_get_mac: EEPROM invalid MAC address (all 0xff)
[0002.939] shim_eeprom_update_mac:267: Failed to update 1 MAC address in DTB
[0002.947] updating /chosen/nvidia,ethernet-mac node 48:b0:2d:55:2d:5f
[0002.953] Plugin Manager: Parse ODM data 0x000a4000
[0002.966] shim_cmdline_install: /chosen/bootargs: earlycon=uart8250,mmio32,0x70006000
[0002.974] Add serial number:1422721171323 as DT property
[0002.983] "bpmp" doesn't exist, creating
[0002.989] Updated bpmp info to DTB
[0002.993] Updated initrd info to DTB
[0002.997] "proc-board" doesn't exist, creating
[0003.003] Updated board info to DTB
[0003.006] "pmu-board" doesn't exist, creating
[0003.012] Updated board info to DTB
[0003.016] "display-board" doesn't exist, creating
[0003.022] Updated board info to DTB
[0003.025] "reset" doesn't exist, creating
[0003.030] Updated reset info to DTB
[0003.033] display_console_ioctl: No display init
[0003.037] display_console_ioctl: No display init
[0003.042] display_console_ioctl: No display init
[0003.047] 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,4 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=0x1000@0xff780000 core_edp_mv=1075 core_edp_ma=4000 gpt
[0003.081] DTB cmdline: earlycon=uart8250,mmio32,0x70006000
[0003.087] boot image cmdline: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 sdhci_tegra.en_boot_part_access=1 nv-auto-config
[0003.104] Updated bootarg info to DTB
[0003.108] Adding uuid 0000000164317408100000000bfc84c0 to DT
[0003.114] Adding eks info 0 to DT
[0003.119] WARNING: Failed to pass NS DRAM ranges to TOS, err: -7
[0003.125] Updated memory info to DTB
[0003.133] set vdd_core voltage to 1075 mv
[0003.137] setting 'vdd-core' regulator to 1075000 micro volts
[0003.143] Found secure-pmc; disable BPMP


U-Boot 2020.04-g4335beb (Apr 20 2022 - 14:22:25 -0700)

SoC: tegra210
Model: NVIDIA Jetson Nano Developer Kit
Board: NVIDIA P3450-0000
DRAM:  4 GiB
MMC:   sdhci@700b0000: 1, sdhci@700b0600: 0
Loading Environment from MMC... *** Warning - bad CRC, using default environment

In:    serial
Out:   serial
Err:   serial
Net:   No ethernet found.
Hit any key to stop autoboot:  0
MMC: no card present
switch to partitions #0, OK
mmc0(part 0) is current device
Scanning mmc 0:1...
Found /boot/extlinux/extlinux.conf
Retrieving file: /boot/extlinux/extlinux.conf
894 bytes read in 22 ms (39.1 KiB/s)
1:      primary kernel
Retrieving file: /boot/initrd
7160179 bytes read in 176 ms (38.8 MiB/s)
Retrieving file: /boot/Image
34484232 bytes read in 781 ms (42.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,4 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=0x1000@0xff780000 core_edp_mv=1075 core_edp_ma=4000 gpt  earlycon=uart8250,mmio32,0x70006000  root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 sdhci_tegra.en_boot_part_access=1 nv-auto-config quiet root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 sdhci_tegra.en_boot_part_access=1 nv-auto-config

From your custom board, it is not even entering kernel, is that the full log?

Yes, this is the full log.

Also, I notice when the module is on your carrier board, the module eeprom is not able to get read either. CVM eeprom affects lots of functionality.

But the eeprom issue is only happened in your previous log. Not on this latest one. I don’t know what you are doing here.

Could you make sure the behavior is consistent first?

Also, please review your board with our design guide document. It does not look like a software issue for now.

Ok thanks. I tried to boot again with the custom board an now it is starting the kernel, but gets stuck at the same position as before:

...

Starting kernel ...
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.9.253-tegra (buildbrain@mobile-u64-5494-d8000) (gcc version 7.3.1 20180425 [linaro-7.3-2018.05 revision d29120a424ecfbc167ef90065c0eeb7f91977701] (Linaro GCC 7.3-2018.05) ) #1 SMP PREEMPT Wed Apr 20 14:25:12 PDT 2022
[    0.000000] Boot CPU: AArch64 Processor [411fd071]
[    0.000000] OF: fdt:memory scan node memory@80000000, reg size 32,
[    0.000000] OF: fdt: - 80000000 ,  7ee00000
[    0.000000] OF: fdt: - 100000000 ,  7f200000
[    0.000000] earlycon: uart8250 at MMIO32 0x0000000070006000 (options '')
[    0.000000] bootconsole [uart8250] enabled

Very strange, because I did not change anything. I’ll go through the design guide document again, but so far I have not found an issue.
The carrier board implements peripheras DSI (nothing connected), CSI (nothing connected), SD-Card (nothing connected), USB 2.0 (nothing connected), USB 3.0 (connected to a MUX), SPI(0 and 1), I2C (0, 1 and CAM_I2C), UART (0 and 2) and PCIE0. Are there interfaces known for trouble?

Hi,
we have found the issue. It was a glitch in the power supply that caused the Jetson to assert the SHUTDOWN_REQ.
Thanks for your help anyways.

1 Like

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