Jetson nano first boots with lots of errors and failed message

Hi
I flashed the image of sd-blob-b01.img extracted from jetson-nano-jp46-sd-card-image.zip to a 32GB SD card. Boot up on Jetson Nano develop kit with carrier board rev B01, plus Intel 8265NGW wifi m.2 module.
Below is the log file from the serial port console at fisrt boot after flashed.
sd-blob-b01-1st-boot.log (11.1 KB)

You will see it has

  1. lots of failed as below:
	Line 50: [0002.957] SE operation failed
	Line 52: [0002.972] device_query_partition_size: failed to open partition spiflash0:MSC !
	Line 54: [0002.986] device_query_partition_size: failed to open partition spiflash0:USP !
	Line 55: [0002.993] USP partition read failed!
	Line 56: [0002.997] blob_init: blob-partition USP header read failed
	Line 89: [0004.207] I2C write failed
	Line 90: [0004.209] Writing offset failed
	Line 91: [0004.212] eeprom_init: EEPROM read failed
	Line 92: [0004.216] pm_ids_update: eeprom init failed
	Line 102: [0004.351] shim_eeprom_update_mac:267: Failed to update 0 MAC address in DTB
	Line 104: [0004.365] shim_eeprom_update_mac:267: Failed to update 1 MAC address in DTB
	Line 126: [0004.532] WARNING: Failed to pass NS DRAM ranges to TOS, err: -7
	Line 162: ERROR: reserving fdt memory region failed (addr=0 size=0)
	Line 163: ERROR: reserving fdt memory region failed (addr=0 size=0)
	Line 181: [    1.343044] imx219 7-0010: board setup failed
	Line 183: [    1.366909] imx219 8-0010: board setup failed
	Line 189: [    3.546527] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-8265-26.ucode failed with error -2
	Line 193: [    4.044074] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-8265-25.ucode failed with error -2
	Line 195: [    4.102002] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-8265-24.ucode failed with error -2
	Line 197: [    4.103422] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-8265-23.ucode failed with error -2
	Line 199: [    4.518859] thermal thermal_zone6: failed to read out thermal zone (-5)
`
  1. Lots of errors as below:
	Line 30: [0002.672] pmc_set_io_pad_voltage: Error -2 retrieving platform-io-pad-voltagepropsetting 'avdd-io-hdmi-dp' regulator to 1050000 micro volts
	Line 49: [0002.953] se_aes_verify_sbk_clear: Error
	Line 162: ERROR: reserving fdt memory region failed (addr=0 size=0)
	Line 163: ERROR: reserving fdt memory region failed (addr=0 size=0)
	Line 180: [    1.342979] imx219 7-0010: imx219_board_setup: error during i2c read probe (-121)
	Line 182: [    1.366850] imx219 8-0010: imx219_board_setup: error during i2c read probe (-121)
	Line 189: [    3.546527] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-8265-26.ucode failed with error -2
	Line 193: [    4.044074] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-8265-25.ucode failed with error -2
	Line 195: [    4.102002] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-8265-24.ucode failed with error -2
	Line 197: [    4.103422] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-8265-23.ucode failed with error -2

The failures and the errors may be summarised as below

  • Partition failure
  • Security Engine error: SE operation failed.
  • Reserving fast data transfer memory region failed: reserving fdt memory region failed (addr=0 size=0)
  • Power Management Controller error: [0002.672] pmc_set_io_pad_voltage: Error -2 retrieving platform-io-pad-voltagepropsetting ‘avdd-io-hdmi-dp’ regulator to 1050000 micro volts.
  • I2C error
  • EEPROM failed
  • Intel WIFI error

My questions are:

  1. Why the downloaded the prebuild SD card image from Nvidia download has so many errors and failures?
  2. Do we need to fix all the errors and failures?
  • If yes, please let me know how step by step for each issue.
  • If no, please let me know which one does not need to be fixed and why? And how to fix those must be fixed issues step by step.
    Thanks

CX

These errors are not fatal. No need to fix.

So, all of them are known errors?
As our product is medical device, are you able to provide details info why they are NOT fatal at which point and not need to fix?
Thanks

CX

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