Nvidia nano jetson boot but dont start

I did try SDK Manager today using Jetpack 4.2.1 but got the same result. Unfortunately I only have a 5V serial to USB adapter and that gave me only garbled text on the UART. I have ordered a 3.3V adapter but that might take a few weeks.
It still seems only the original SD-Card image is working for me. That is working fine, but it would be nice to be able to update the software.

After some testing, I think the issue is still from the power supply.

test bench:
Jetson nano dev kit
Sandisk 16GB Ultra UHS-1 SD card
load: jetson-nano-sd-r32.2-2019-07-16.img
5V 4A adjustable power supply

issue:
in auto boot mode, plug in the power, the device may either 1) fail to start immediately; or 2) start to boot but fail to boot into Linux after few seconds; or 3) boot successfully.

debug:

  1. the UART debug gave no dedicated core or software issue. the device may fail any time from the boot 0s - 10s.
  2. set power supply at 4.9V, the device fail to start every time.
  3. set power supply at sharp 5.0V, the device may boot or fail, roughly 50% chance.
  4. if the device fails to start (at 5.0V), unplug the power cable and re-plugin may increase the successful rate.
  5. set power supply at 5.3V, the device start normally almost every time.
  6. once it boots successfully, slowly reduce the voltage back to 5V (from 5.3V), the device still is very stable. you can pass any power-hungery testing.

thoughts:
the ATX 5V standard has ±5% (±0.25V) tolerance, which means +4.75 V to +5.25. However, jetson nano board cannot start any point below 5V. It is unknown the issue from the carrier board or the core board itself. Even for right 5.0V it may fail to start randomly. the only effective way to solve the problem is rise the voltage of the power supply to maximum of ATX standard (5.25V). You cannot rise it too high: 1) it may damage your USB or other devices using 5V; 2) the carrier board has protection circuit if you rise the voltage too high (more than 5.6V) the circuit will be cut off.

other thoughts:

  1. Do not blame the current of the power supply. During boot, jetson nano requires no more than 2A or 10W from the power supply itself.
  2. most 5V power supply output voltage is around 5.1V. some brands may not that accurate voltage thus it may work or may not work.

possible solution:

  1. update the datasheet of power supply requirements. using 5.2V 4A power supply.
  2. update the carrier board design to accept standard ATX 5V.

further consideration:
it is really bad design using microUSB port for power supply. 4A is also huge current requirements for cable and connectors. if possible, update the carrier board using 12V input and change the microUSB port into USB type C port (already designed on PCB), accept PD standard on 12V.

Did you try other power supply? The low threshold of input voltage is 4.5V on nano, please check the voltage on input point on board. Using oscilloscope to capture the voltage drop during power on is necessary to confirm if power supply is capable to power on system. Jetson nano production was validated before ship out, it should be able to power up normally with 4A @ 5V supply if no other devices attached draw much power.

Hi Trumany,

After reviewing the schematics of carrier board design, I am guessing the issue is the protection circuit.

We dont have time to do the solid power drop testing. however we do using the laboratory power supply. I dont think the common user can have better options than us. Also we need to notice that if you are using certain length cable to deliver the power, you cannot require too much on transient response from power supply side.

I am still guessing the issue:

  1. there is not enough capacitance from input 5V pin. the input power drops at certain level during boot and protection circuit kicks in. terminate the whole power.
  2. for some reason the protection circuit need some time to be fully recovered. if it kicks in one time, it will keep disconnect the input line more strictly in short period of time.

If it is dev kit, the capacitors and protection circuit should be no problem except something on board broken or external device drawing too much current during power-on. It is really necessary to probe the real voltage on the input point on the board to verify it is 5V indeed to board. To confirm if any voltage drop during power on is also important. A good cable and a stable power supply are necessary for power-on with heavy load.

I finally got my ttyUSB adapter working so here is the output from the boot procedure. The boot is extremely slow and is booting the card image r32.2.1. After printing some errors on screen when loading Kernel Modules, Kernel Variables and udev Kernel Device Manager the system gets a kernel panic.

�[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: 0x191de9
[0000.174] Entering ramdump check
[0000.177] Get RamDumpCarveOut = 0x0
[0000.180] RamDumpCarveOut=0x0,  RamDumperFlag=0xe59ff3f8
[0000.185] Last reboot was clean, booting normally!
[0000.190] Sdram initialization is successful 
[0000.194] SecureOs Carveout Base=0x00000000ff800000 Size=0x00800000
[0000.200] Lp0 Carveout Base=0x00000000ff780000 Size=0x00001000
[0000.206] BpmpFw Carveout Base=0x00000000ff700000 Size=0x00080000
[0000.212] GSC1 Carveout Base=0x00000000ff600000 Size=0x00100000
[0000.217] GSC2 Carveout Base=0x00000000ff500000 Size=0x00100000
[0000.223] GSC4 Carveout Base=0x00000000ff400000 Size=0x00100000
[0000.229] GSC5 Carveout Base=0x00000000ff300000 Size=0x00100000
[0000.235] GSC3 Carveout Base=0x000000017f300000 Size=0x00d00000
[0000.251] RamDump Carveout Base=0x00000000ff280000 Size=0x00080000
[0000.257] Platform-DebugCarveout: 0
[0000.260] Nck Carveout Base=0x00000000ff080000 Size=0x00200000
[0000.266] Non secure mode, and RB not enabled.
[0000.312] Csd NumOfBlocks=60751872
[0000.317] Set High speed to 1
[0000.327] Using GPT Primary to query partitions
[0000.332] Loading Tboot-CPU binary
[0000.344] Verifying TBC in OdmNonSecureSBK mode
[0000.354] Bootloader load address is 0xa0000000, entry address is 0xa0000258
[0000.361] Bootloader downloaded successfully.
[0000.365] Downloaded Tboot-CPU binary to 0xa0000258
[0000.370] MAX77620_GPIO5 configured
[0000.374] CPU power rail is up
[0000.377] CPU clock enabled
[0000.380] Performing RAM repair
[0000.383] Updating A64 Warmreset Address to 0xa00002e9
[0000.388] Loading NvTbootBootloaderDTB
[0000.424] Verifying NvTbootBootloaderDTB in OdmNonSecureSBK mode
[0000.489] Bootloader DTB Load Address: 0x83000000
[0000.494] Loading NvTbootKernelDTB
[0000.530] Verifying NvTbootKernelDTB in OdmNonSecureSBK mode
[0000.594] Kernel DTB Load Address: 0x83100000
[0000.600] Loading cboot binary
[0000.644] Verifying EBT in OdmNonSecureSBK mode
[0000.686] Bootloader load address is 0x92c00000, entry address is 0x92c00258
[0000.693] Bootloader downloaded successfully.
[0000.698] Next binary entry address: 0x92c00258 
[0000.702] BoardId: 3448
[0000.707] Overriding pmu board id with proc board id
[0000.712] Display board id is not available 
[0000.753] Verifying SC7EntryFw in OdmNonSecureSBK mode
[0000.805] /bpmp deleted
[0000.807] SC7EntryFw header found loaded at 0xff700000
[0000.995] OVR2 PMIC
[0000.997] Bpmp FW successfully loaded
[0001.001] WB0 init successfully at 0xff780000
[0001.006] Set NvDecSticky Bits
[0001.009] GSC2 address ff53fffc value c0edbbcc
[0001.016] GSC MC Settings done
[0001.019] TOS Image length 53680
[0001.022]  Monitor size 53680
[0001.025]  OS size 0
[0001.033] Secure Os AES-CMAC Verification Success!
[0001.038] TOS image cipher info: plaintext
[0001.042] Loading and Validation of Secure OS Successful
[0001.058] SC7 Entry Firmware - 0xff700000, 0x4000
[0001.062] NvTbootPackSdramParams: start. 
[0001.067] NvTbootPackSdramParams: done. 
[0001.071] Tegraboot started after 53775 us
[0001.075] Basic modules init took 679778 us
[0001.079] NvTbootQspiFlashIoctl: Opcode = 1 not supported
[0001.084] Sec Bootdevice Read Time = 622327755 ms, Read Size = 622327755 KB
[0001.091] Sec Bootdevice Write Time = 0 ms, Write Size = 0 KB
[0001.097] Storage Device Read Time = 165 ms, Read Size = 2241 KB
[0001.102] Storage Device Write Time = 0 ms, Write Size = 0 KB
[0001.108] Next stage binary read took 38076 us
[0001.112] Carveout took -49737 us
[0001.115] CPU initialization took 375235 us
[0001.119] Total time taken by TegraBoot 1043352 us

[0001.124] 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.246] RamCode = 0
[0001.251] LPDDR4 Training: Read DT: Number of tables = 2
[0001.256] EMC Training (SRC-freq: 204000; DST-freq: 1600000)
[0001.269] EMC Training Successful
[0001.272] 408000 not found in DVFS table
[0001.278] RamCode = 0
[0001.281] DT Write: emc-table@204000 succeeded
[0001.287] DT Write: emc-table@1600000 succeeded
[0001.291] LPDDR4 Training: Write DT: Number of tables = 2
[0001.331] 
[0001.332] Debug Init done
[0001.335] Marked DTB cacheable
[0001.338] Bootloader DTB loaded at 0x83000000
[0001.343] Marked DTB cacheable
[0001.345] Kernel DTB loaded at 0x83100000
[0001.349] DeviceTree Init done
[0001.361] Pinmux applied successfully
[0001.366] gicd_base: 0x50041000
[0001.369] gicc_base: 0x50042000
[0001.372] Interrupts Init done
[0001.376] Using base:0x60005090 & irq:208 for tick-timer
[0001.381] Using base:0x60005098 for delay-timer
[0001.386] platform_init_timer: DONE
[0001.389] Timer(tick) Init done
[0001.393] osc freq = 38400 khz
[0001.397] 
[0001.398] welcome to cboot
[0001.401] 
[0001.402] Cboot Version: 00.00.2018.01-t210-3a168c35
[0001.407] calling constructors
[0001.410] initializing heap
[0001.412] initializing threads
[0001.415] initializing timers
[0001.418] creating bootstrap completion thread
[0001.423] top of bootstrap2()
[0001.426] CPU: ARM Cortex A57
[0001.428] CPU: MIDR: 0x411FD071, MPIDR: 0x80000000
[0001.433] initializing platform
[0001.436] Scratch reg 37 & 271 initial value set..
[0001.443] cboot:secure-pmc present
[0001.446] Manufacturer: MF = 0xc2, ID MSB = 0x25
[0001.450] ID LSB = 0x36, ID-CFI len = 194 bytes
[0001.455] Macronix QSPI chip present
[0001.458] SPI device register
[0001.461] init boot device
[0001.464] allocating memory for boot device(SPI)
[0001.468] registering boot device
[0001.478] sdmmc node status = okay
[0001.481] sdcard instance = 0
[0001.484] sdcard gpio handle 0x56
[0001.487] sdcard gpio pin 0xc9
[0001.490] sdcard gpio flags 0x0
[0001.493] vmmc-supply 0x99
[0001.496] Instance: 0
[0001.498] Allocating memory for context
[0001.502] enabling clock
[0001.504] sd card init
[0001.506] Check card present and stable
[0001.510] Send command 0
[0001.527] Send command 3
[0001.531] Set RCA for the card
[0001.534] Query card specific data by command 9
[0001.540] Parse CSD data
[0001.543] Send command 7
[0001.553] Calling sd device register
[0001.556] Init sdcard
[0001.559] Allocating memory for boot device
[0001.563] Registering user device
[0001.576] Enable APE clock
[0001.578] Un-powergate APE partition
[0001.582] of_register: registering tegra_udc to of_hal
[0001.587] of_register: registering tegra_udc to of_hal
[0001.592] of_register: registering inv20628-driver to of_hal
[0001.598] of_register: registering ads1015-driver to of_hal
[0001.603] of_register: registering lp8557-bl-driver to of_hal
[0001.609] of_register: registering bq2419x_charger to of_hal
[0001.615] of_register: registering cpc to of_hal
[0001.619] of_register: registering bq27441_fuel_gauge to of_hal
[0001.631] gpio framework initialized
[0001.634] of_register: registering tca9539_gpio to of_hal
[0001.639] of_register: registering tca9539_gpio to of_hal
[0001.645] of_register: registering i2c_bus_driver to of_hal
[0001.650] of_register: registering i2c_bus_driver to of_hal
[0001.656] of_register: registering i2c_bus_driver to of_hal
[0001.661] of_register: registering i2c_bus_driver to of_hal
[0001.667] pmic framework initialized
[0001.671] of_register: registering max77620_pmic to of_hal
[0001.676] regulator framework initialized
[0001.680] of_register: registering tps65132_bl_driver to of_hal
[0001.686] initializing target
[0001.692] gpio_driver_register: register 'tegra_gpio_driver' driver
[0001.700] fixed regulator driver initialized
[0001.717] initializing OF layer
[0001.720] NCK carveout not present
[0001.723] Skipping dts_overrides
[0001.728] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.744] I2C Bus Init done
[0001.747] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.757] I2C Bus Init done
[0001.760] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.770] I2C Bus Init done
[0001.772] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.783] I2C Bus Init done
[0001.785] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.796] I2C Bus Init done
[0001.798] of_children_init: Ops found for compatible string maxim,max77620
[0001.808] max77620_init using irq 118
[0001.813] register 'maxim,max77620' pmic
[0001.818] gpio_driver_register: register 'max77620-gpio' driver
[0001.824] of_children_init: Ops found for compatible string nvidia,tegra210-i2c
[0001.834] I2C Bus Init done
[0001.838] NCK carveout not present
[0001.841] shim_invoke: No NCT, Calling dts updates
[0001.852] Find /i2c@7000c000's alias i2c0
[0001.856] get eeprom at 1-a0, size 256, type 0
[0001.865] Find /i2c@7000c500's alias i2c2
[0001.869] get eeprom at 3-a0, size 256, type 0
[0001.873] get eeprom at 3-ae, size 256, type 0
[0001.877] pm_ids_update: Updating 1,a0, size 256, type 0
[0001.883] I2C slave not started
[0001.886] I2C write failed
[0001.888] Writing offset failed
[0001.891] eeprom_init: EEPROM read failed
[0001.895] pm_ids_update: eeprom init failed
[0001.899] pm_ids_update: Updating 3,a0, size 256, type 0
[0001.930] pm_ids_update: The pm board id is 3448-0000-200
[0001.936] Adding plugin-manager/ids/3448-0000-200=/i2c@7000c500:module@0x50
[0001.944] pm_ids_update: pm id update successful
[0001.948] pm_ids_update: Updating 3,ae, size 256, type 0
[0001.978] pm_ids_update: The pm board id is 3449-0000-200
[0001.985] Adding plugin-manager/ids/3449-0000-200=/i2c@7000c500:module@0x57
[0001.992] pm_ids_update: pm id update successful
[0002.023] eeprom_get_mac: EEPROM invalid MAC address (all 0xff)
[0002.029] shim_eeprom_update_mac:267: Failed to update 0 MAC address in DTB
[0002.037] eeprom_get_mac: EEPROM invalid MAC address (all 0xff)
[0002.043] shim_eeprom_update_mac:267: Failed to update 1 MAC address in DTB
[0002.051] updating /chosen/nvidia,ethernet-mac node 00:04:4b:e4:f8:1e
[0002.058] Plugin Manager: Parse ODM data 0x00094000
[0002.068] shim_cmdline_install: /chosen/bootargs: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0   
[0002.089] Find /i2c@7000c000's alias i2c0
[0002.093] get eeprom at 1-a0, size 256, type 0
[0002.101] Find /i2c@7000c500's alias i2c2
[0002.105] get eeprom at 3-a0, size 256, type 0
[0002.110] get eeprom at 3-ae, size 256, type 0
[0002.114] pm_ids_update: Updating 1,a0, size 256, type 0
[0002.119] I2C slave not started
[0002.122] I2C write failed
[0002.125] Writing offset failed
[0002.128] eeprom_init: EEPROM read failed
[0002.132] pm_ids_update: eeprom init failed
[0002.136] pm_ids_update: Updating 3,a0, size 256, type 0
[0002.166] pm_ids_update: The pm board id is 3448-0000-200
[0002.173] Adding plugin-manager/ids/3448-0000-200=/i2c@7000c500:module@0x50
[0002.180] pm_ids_update: pm id update successful
[0002.184] pm_ids_update: Updating 3,ae, size 256, type 0
[0002.214] pm_ids_update: The pm board id is 3449-0000-200
[0002.221] Adding plugin-manager/ids/3449-0000-200=/i2c@7000c500:module@0x57
[0002.228] pm_ids_update: pm id update successful
[0002.258] Chip UID is 000000016441f8400400000018048040
[0002.263] Add serial number:04215190636790408004 as DT property
[0002.272] Applying platform configs
[0002.278] platform-init is not present. Skipping
[0002.283] calling apps_init()
[0002.308] Found 12 GPT partitions in "sd0"
[0002.312] Proceeding to Cold Boot
[0002.315] starting app android_boot_app
[0002.319] Device state: unlocked
[0002.322] display console init
[0002.330] could not find regulator
[0002.334] hdmi cable connected
[0002.349] edid read success
[0002.352] width = 640, height = 480, frequency = 25174825
[0002.357] width = 640, height = 480, frequency = 25174825
[0002.363] width = 1920, height = 1080, frequency = 148500000
[0002.372] DT entry for leds-pwm not found
[0002.368] Best mode Width = 640, Height = 480, freq = 25174825
[0002.383] tmds-config node not found
[0002.387] pmc_set_io_pad_voltage: Error -2 retrieving platform-io-pad-voltagepropsetting 'avdd-io-hdmi-dp' regulator to 1050000 micro volts
[0002.402] setting 'vdd-1v8' regulator to 1800000 micro volts
[0002.409] could not find regulator
[0002.413] could not find regulator
[0002.416] could not find regulator
[0002.444] using default cmu settings
[0002.448] dc_hdmi_enable, starting HDMI initialisation
[0002.454] dc_hdmi_enable, HDMI initialisation complete
[0002.459] list and configure display window
[0002.464] display console init completed
[0002.471] subnode volume_up is not found !
[0002.475] subnode back is not found !
[0002.479] subnode volume_down is not found !
[0002.483] subnode menu is not found !
[0002.487] Gpio keyboard init success
[0002.530] found decompressor handler: lz4-legacy
[0002.545] decompressing blob (type 1)...
[0002.579] load_bmp_blob: panelresolution=480 type=0
[0002.629] decompressor handler not found
[0002.633] load_firmware_blob: Firmware blob loaded, entries=2
[0002.639] se_aes_verify_sbk_clear: Error
[0002.643] bl_battery_charging: connected to external power supply
[0002.650] xusb is supported
[0002.656] error while finding nvidia,portmap
[0002.661] could not find regulator
[0003.165] xusb blob version 0 size 124416
[0003.168] firmware size 124416
[0003.173] Firmware timestamp: 0x5cd2a472, Version: 50.22 release
[0003.188] xhci0: 64 bytes context size, 32-bit DMA
[0003.228] usbus0: 5.0Gbps Super Speed USB v3.0
[0003.248] uhub0: <Nvidia XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0
[0003.898] uhub0: 9 ports with 9 removable, self powered
[0004.898] failed to get HID devices
[0004.902] failed to init xhci or no usb device attached
[0004.912] device_query_partition_size: failed to open partition sd0:MSC !
[0004.919] MSC Partition not found
[0004.925] device_query_partition_size: failed to open partition sd0:USP !
[0004.932] USP partition read failed!
[0004.935] blob_init: blob-partition USP header read failed
[0004.941] android_boot Unable to update recovery partition
[0004.946] kfs_getpartname: name = LNX
[0004.950] Loading kernel from LNX
[0005.010] Verifying boot image in OdmNonSecureSBK mode
[0005.053] kernel load address: 0x80080000, size: 482032 bytes
[0005.059] ramdisk load address: 0x84100000, size: 0 bytes
[0005.064] load kernel from storage
[0005.076] decompressor handler not found
[0005.133] Successfully loaded kernel and ramdisk images
[0005.140] load_bmp_blob: panelresolution=480 type=0
[0005.213] display bmp image done
[0005.216] NCK carveout not present
[0005.219] Skipping dts_overrides
[0005.223] NCK carveout not present
[0005.226] shim_invoke: No NCT, Calling dts updates
[0005.237] Find /i2c@7000c000's alias i2c0
[0005.241] get eeprom at 1-a0, size 256, type 0
[0005.250] Find /i2c@7000c500's alias i2c2
[0005.254] get eeprom at 3-a0, size 256, type 0
[0005.258] get eeprom at 3-ae, size 256, type 0
[0005.262] pm_ids_update: Updating 1,a0, size 256, type 0
[0005.268] I2C slave not started
[0005.271] I2C write failed
[0005.273] Writing offset failed
[0005.276] eeprom_init: EEPROM read failed
[0005.280] pm_ids_update: eeprom init failed
[0005.284] pm_ids_update: Updating 3,a0, size 256, type 0
[0005.315] pm_ids_update: The pm board id is 3448-0000-200
[0005.321] Adding plugin-manager/ids/3448-0000-200=/i2c@7000c500:module@0x50
[0005.329] pm_ids_update: pm id update successful
[0005.333] pm_ids_update: Updating 3,ae, size 256, type 0
[0005.363] pm_ids_update: The pm board id is 3449-0000-200
[0005.370] Adding plugin-manager/ids/3449-0000-200=/i2c@7000c500:module@0x57
[0005.377] pm_ids_update: pm id update successful
[0005.408] eeprom_get_mac: EEPROM invalid MAC address (all 0xff)
[0005.414] shim_eeprom_update_mac:267: Failed to update 0 MAC address in DTB
[0005.422] eeprom_get_mac: EEPROM invalid MAC address (all 0xff)
[0005.428] shim_eeprom_update_mac:267: Failed to update 1 MAC address in DTB
[0005.436] updating /chosen/nvidia,ethernet-mac node 00:04:4b:e4:f8:1e
[0005.443] Plugin Manager: Parse ODM data 0x00094000
[0005.452] shim_cmdline_install: /chosen/bootargs: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0   
[0005.467] Add serial number:04215190636790408004 as DT property
[0005.477] "bpmp" doesn't exist, creating 
[0005.482] Updated bpmp info to DTB
[0005.487] Updated initrd info to DTB
[0005.491] "proc-board" doesn't exist, creating 
[0005.496] Updated board info to DTB
[0005.499] "pmu-board" doesn't exist, creating 
[0005.505] Updated board info to DTB
[0005.508] "display-board" doesn't exist, creating 
[0005.514] Updated board info to DTB
[0005.517] "reset" doesn't exist, creating 
[0005.522] Updated reset info to DTB
[0005.525] 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 
[0005.564] DTB cmdline: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0   
[0005.576] boot image cmdline: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 
[0005.589] Updated bootarg info to DTB
[0005.593] Adding uuid 000000016441f8400400000018048040 to DT
[0005.599] Adding eks info 0 to DT
[0005.604] WARNING: Failed to pass NS DRAM ranges to TOS, err: -7
[0005.610] Updated memory info to DTB
[0005.616] Updated system-lp0-disable info to DTB
[0005.624] set vdd_core voltage to 1075 mv
[0005.628] setting 'vdd-core' regulator to 1075000 micro volts
[0005.648] could not find regulator
[0005.652] 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 125 ms (4.9 KiB/s)
L4T boot options
1:      primary kernel
Enter choice: 1:        primary kernel
Retrieving file: /boot/initrd
5562384 bytes read in 529 ms (10 MiB/s)
Retrieving file: /boot/Image
34179080 bytes read in 2936 ms (11.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_t
## 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.067229] tegradc tegradc.1: dpd enable lookup fail:-19
[  261.910112] cgroup: cgroup2: unknown option "nsdelegate"
[  437.385189] systemd[1]: Failed to start Load Kernel Modules.
[  985.479743] using random self ethernet address
[  985.485985] using random host ethernet address
[  985.508031] using random self ethernet address
[  985.514261] using random host ethernet address
[ 1088.629936] INFO: task jbd2/mmcblk0p1-:1875 blocked for more than 120 seconds.
[ 1088.638932]       Not tainted 4.9.140-tegra #1
[ 1088.645284] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 1088.655141] Kernel panic - not syncing: hung_task: blocked tasks
[ 1088.663065] CPU: 0 PID: 589 Comm: khungtaskd Not tainted 4.9.140-tegra #1
[ 1088.671777] Hardware name: NVIDIA Jetson Nano Developer Kit (DT)
[ 1088.679710] Call trace:
[ 1088.684068] [<ffffff800808bdb8>] dump_backtrace+0x0/0x198
[ 1088.691388] [<ffffff800808c37c>] show_stack+0x24/0x30
[ 1088.698359] [<ffffff800845d7e0>] dump_stack+0x98/0xc0
[ 1088.705312] [<ffffff80081c2198>] panic+0x11c/0x298
[ 1088.712012] [<ffffff8008181f90>] watchdog+0x300/0x3b8
[ 1088.718963] [<ffffff80080dbee4>] kthread+0xec/0xf0
[ 1088.725641] [<ffffff8008083850>] ret_from_fork+0x10/0x40
[ 1088.732831] SMP: stopping secondary CPUs
[ 1088.738677] Kernel Offset: disabled
[ 1088.744026] Memory Limit: none
[ 1088.763177] Rebooting in 5 seconds..