Nano custom carry board

hi,
I am trying to design myself carry board for nano.
the first version, I just add 5V power and debug uart, no hdmi, no usb no net and no e2prom.
the board can boot and start the kernel, but just about 10s it reboot. and from the debug uart we get log like this:

22:52:49:756] [0000.142] [L4T TegraBoot] (version 00.00.2018.01-l4t-80a468da)␍␊

[22:52:49:761] [0000.148] Processing in cold boot mode Bootloader 2␍␊

[22:52:49:774] [0000.153] A02 Bootrom Patch rev = 1023␍␊

[22:52:49:774] [0000.156] Power-up reason: pmc por␍␊

[22:52:49:774] [0000.159] No Battery Present␍␊

[22:52:49:790] [0000.162] pmic max77620 reset reason␍␊

[22:52:49:790] [0000.165] pmic max77620 NVERC : 0x40␍␊

[22:52:49:790] [0000.169] RamCode = 2␍␊

[22:52:49:790] [0000.171] Platform has DDR4 type RAM␍␊

[22:52:49:790] [0000.174] max77620 disabling SD1 Remote Sense␍␊

[22:52:49:811] [0000.179] Setting DDR voltage to 1125mv␍␊

[22:52:49:811] [0000.183] Serial Number of Pmic Max77663: 0x3226f5␍␊

[22:52:49:811] [0000.190] Entering ramdump check␍␊

[22:52:49:811] [0000.193] Get RamDumpCarveOut = 0x0␍␊

[22:52:49:811] [0000.196] RamDumpCarveOut=0x0, RamDumperFlag=0xe59ff3f8␍␊

[22:52:49:822] [0000.202] Last reboot was clean, booting normally!␍␊

[22:52:49:822] [0000.206] Sdram initialization is successful ␍␊

[22:52:49:830] [0000.210] SecureOs Carveout Base=0x00000000ff800000 Size=0x00800000␍␊

[22:52:49:836] [0000.216] Lp0 Carveout Base=0x00000000ff780000 Size=0x00001000␍␊

[22:52:49:842] [0000.222] BpmpFw Carveout Base=0x00000000ff700000 Size=0x00080000␍␊

[22:52:49:849] [0000.228] GSC1 Carveout Base=0x00000000ff600000 Size=0x00100000␍␊

[22:52:49:849] [0000.234] GSC2 Carveout Base=0x00000000ff500000 Size=0x00100000␍␊

[22:52:49:855] [0000.240] GSC4 Carveout Base=0x00000000ff400000 Size=0x00100000␍␊

[22:52:49:862] [0000.246] GSC5 Carveout Base=0x00000000ff300000 Size=0x00100000␍␊

[22:52:49:872] [0000.251] GSC3 Carveout Base=0x000000017f300000 Size=0x00d00000␍␊

[22:52:49:884] [0000.268] RamDump Carveout Base=0x00000000ff280000 Size=0x00080000␍␊

[22:52:49:891] [0000.274] Platform-DebugCarveout: 0␍␊

[22:52:49:896] [0000.277] Nck Carveout Base=0x00000000ff080000 Size=0x00200000␍␊

[22:52:49:902] [0000.283] Non secure mode, and RB not enabled.␍␊

[22:52:49:902] [0000.287] Read GPT from (4:0)␍␊

[22:52:50:099] [0000.477] Csd NumOfBlocks=124735488␍␊

[22:52:50:103] [0000.482] Set High speed to 1␍␊

[22:52:50:115] [0000.485] Error mask set in wait for cmd complete with error 0x3 in HwSdmmcWaitForCommandComplete func at 278 line ␍␊

[22:52:50:128] [0000.495] Command complete wait failed with error 0x3 Interrupt 0x18001␍␊

[22:52:50:128] [0000.502] Number of retries left 4␍␊

[22:52:50:148] [0000.511] Using GPT Primary to query partitions␍␊

[22:52:50:148] [0000.516] Loading Tboot-CPU binary␍␊

[22:52:50:160] [0000.525] Verifying TBC in OdmNonSecureSBK mode␍␊

[22:52:50:160] [0000.535] Bootloader load address is 0xa0000000, entry address is 0xa0000258␍␊

[22:52:50:169] [0000.542] Bootloader downloaded successfully.␍␊

[22:52:50:169] [0000.546] Downloaded Tboot-CPU binary to 0xa0000258␍␊

[22:52:50:177] [0000.551] MAX77620_GPIO5 configured␍␊

[22:52:50:177] [0000.555] CPU power rail is up␍␊

[22:52:50:186] [0000.558] CPU clock enabled␍␊

[22:52:50:186] [0000.561] Performing RAM repair␍␊

[22:52:50:186] [0000.564] Updating A64 Warmreset Address to 0xa00002e9␍␊

[22:52:50:193] [0000.569] Loading NvTbootBootloaderDTB␍␊

[22:52:50:218] [0000.594] Verifying NvTbootBootloaderDTB in OdmNonSecureSBK mode␍␊

[22:52:50:285] [0000.659] Bootloader DTB Load Address: 0x83000000␍␊

[22:52:50:288] [0000.664] Loading NvTbootKernelDTB␍␊

[22:52:50:314] [0000.688] Verifying NvTbootKernelDTB in OdmNonSecureSBK mode␍␊

[22:52:50:381] [0000.753] Kernel DTB Load Address: 0x83100000␍␊

[22:52:50:384] [0000.757] Loading cboot binary␍␊

[22:52:50:416] [0000.787] Verifying EBT in OdmNonSecureSBK mode␍␊

[22:52:50:458] [0000.828] Bootloader load address is 0x92c00000, entry address is 0x92c00258␍␊

[22:52:50:464] [0000.835] Bootloader downloaded successfully.␍␊

[22:52:50:475] [0000.840] Read PT from (2:0)␍␊

[22:52:50:493] [0000.855] Using BFS PT to query partitions ␍␊

[22:52:50:493] [0000.859] PT: Partition NCT NOT found ! ␍␊

[22:52:50:493] [0000.863] Warning: Find Partition via PT Failed␍␊

[22:52:50:506] [0000.867] Next binary entry address: 0x92c00258 ␍␊

[22:52:50:506] [0000.872] BoardId: 3448␍␊

[22:52:50:514] [0000.876] Overriding pmu board id with proc board id␍␊

[22:52:50:514] [0000.881] Display board id is not available ␍␊

[22:52:50:541] [0000.909] Verifying SC7EntryFw in OdmNonSecureSBK mode␍␊

[22:52:50:594] [0000.961] /bpmp deleted␍␊

[22:52:50:594] [0000.963] SC7EntryFw header found loaded at 0xff700000␍␊

[22:52:50:791] [0001.153] OVR2 PMIC␍␊

[22:52:50:791] [0001.155] Bpmp FW successfully loaded␍␊

[22:52:50:802] [0001.159] WB0 init successfully at 0xff780000␍␊

[22:52:50:802] [0001.163] Set NvDecSticky Bits␍␊

[22:52:50:815] [0001.167] GSC2 address ff53fffc value c0edbbcc␍␊

[22:52:50:815] [0001.173] GSC MC Settings done␍␊

[22:52:50:815] [0001.177] TOS Image length 53680␍␊

[22:52:50:829] [0001.180] Monitor size 53680␍␊

[22:52:50:829] [0001.182] OS size 0␍␊

[22:52:50:829] [0001.189] Secure Os AES-CMAC Verification Success!␍␊

[22:52:50:839] [0001.194] TOS image cipher info: plaintext␍␊

[22:52:50:839] [0001.198] Loading and Validation of Secure OS Successful␍␊

[22:52:50:853] [0001.214] SC7 Entry Firmware - 0xff700000, 0x4000␍␊

[22:52:50:856] [0001.218] NvTbootPackSdramParams: start. ␍␊

[22:52:50:864] [0001.223] NvTbootPackSdramParams: done. ␍␊

[22:52:50:866] [0001.227] Tegraboot started after 70118 us␍␊

[22:52:50:869] [0001.231] Basic modules init took 837087 us␍␊

[22:52:50:877] [0001.235] Sec Bootdevice Read Time = 12 ms, Read Size = 65 KB␍␊

[22:52:50:880] [0001.241] Sec Bootdevice Write Time = 0 ms, Write Size = 0 KB␍␊

[22:52:50:888] [0001.246] Storage Device Read Time = 107 ms, Read Size = 2241 KB␍␊

[22:52:50:893] [0001.252] Storage Device Write Time = 0 ms, Write Size = 0 KB␍␊

[22:52:50:900] [0001.257] Next stage binary read took 24213 us␍␊

[22:52:50:900] [0001.262] Carveout took -35897 us␍␊

[22:52:50:904] [0001.265] CPU initialization took 361507 us␍␊

[22:52:50:909] [0001.269] Total time taken by TegraBoot 1186910 us␍␊

[22:52:50:919] ␍␊

[22:52:50:919] [0001.274] Starting CPU & Halting co-processor ␍␊

[22:52:50:919] ␍␊

[22:52:50:919] 64NOTICE: BL31: v1.3(release):41d46a9cf␍␊

[22:52:50:928] NOTICE: BL31: Built : 21:18:12, Jun 25 2020␍␊

[22:52:50:931] ERROR: Error initializing runtime service trusty_fast␍␊

[22:52:51:039] [0001.396] RamCode = 2␍␊

[22:52:51:039] [0001.398] get_emc_table_offset: Can’t find emc-table node␍␊

[22:52:51:045] [0001.403] LPDDR4 Training: Can’t find emc-table node␍␊

[22:52:51:055] [0001.445] ␍␊

[22:52:51:055] [0001.446] Debug Init done␍␊

[22:52:51:058] [0001.449] Marked DTB cacheable␍␊

[22:52:51:061] [0001.452] Bootloader DTB loaded at 0x83000000␍␊

[22:52:51:065] [0001.456] Marked DTB cacheable␍␊

[22:52:51:069] [0001.459] Kernel DTB loaded at 0x83100000␍␊

[22:52:51:074] [0001.463] DeviceTree Init done␍␊

[22:52:51:086] [0001.476] Pinmux applied successfully␍␊

[22:52:51:090] [0001.480] gicd_base: 0x50041000␍␊

[22:52:51:093] [0001.484] gicc_base: 0x50042000␍␊

[22:52:51:096] [0001.487] Interrupts Init done␍␊

[22:52:51:100] [0001.491] Using base:0x60005090 & irq:208 for tick-timer␍␊

[22:52:51:106] [0001.496] Using base:0x60005098 for delay-timer␍␊

[22:52:51:108] [0001.501] platform_init_timer: DONE␍␊

[22:52:51:114] [0001.504] Timer(tick) Init done␍␊

[22:52:51:118] [0001.508] osc freq = 38400 khz␍␊

[22:52:51:122] [0001.512] ␍␊

[22:52:51:122] [0001.513] Welcome to L4T Cboot␍␊

[22:52:51:125] [0001.516] ␍␊

[22:52:51:125] [0001.517] Cboot Version: 00.00.2018.01-t210-3a7ad565␍␊

[22:52:51:130] [0001.522] calling constructors␍␊

[22:52:51:133] [0001.525] initializing heap␍␊

[22:52:51:136] [0001.528] initializing threads␍␊

[22:52:51:139] [0001.531] initializing timers␍␊

[22:52:51:144] [0001.534] creating bootstrap completion thread␍␊

[22:52:51:148] [0001.538] top of bootstrap2()␍␊

[22:52:51:151] [0001.541] CPU: ARM Cortex A57␍␊

[22:52:51:154] [0001.544] CPU: MIDR: 0x411FD071, MPIDR: 0x80000000␍␊

[22:52:51:158] [0001.548] initializing platform␍␊

[22:52:51:166] [0001.556] Manufacturer: MF = 0xc2, ID MSB = 0x25␍␊

[22:52:51:169] [0001.560] ID LSB = 0x36, ID-CFI len = 194 bytes␍␊

[22:52:51:175] [0001.565] Macronix QSPI chip present␍␊

[22:52:51:177] [0001.568] SPI device register␍␊

[22:52:51:180] [0001.571] init boot device␍␊

[22:52:51:183] [0001.574] allocating memory for boot device(SPI)␍␊

[22:52:51:187] [0001.578] registering boot device␍␊

[22:52:51:198] [0001.588] sdmmc node status = okay␍␊

[22:52:51:201] [0001.591] sdcard instance = 0␍␊

[22:52:51:203] [0001.594] sdcard gpio handle 0x56␍␊

[22:52:51:208] [0001.597] sdcard gpio pin 0xc9␍␊

[22:52:51:211] [0001.600] sdcard gpio flags 0x0␍␊

[22:52:51:215] [0001.603] vmmc-supply 0x99␍␊

[22:52:51:218] [0001.606] Instance: 0␍␊

[22:52:51:218] [0001.608] Allocating memory for context␍␊

[22:52:51:221] [0001.612] enabling clock␍␊

[22:52:51:225] [0001.614] sd card init␍␊

[22:52:51:225] [0001.616] Check card present and stable␍␊

[22:52:51:230] [0001.620] Send command 0␍␊

[22:52:51:256] [0001.645] Send command 3␍␊

[22:52:51:259] [0001.649] Set RCA for the card␍␊

[22:52:51:262] [0001.652] Query card specific data by command 9␍␊

[22:52:51:268] [0001.658] Parse CSD data␍␊

[22:52:51:268] [0001.661] Send command 7␍␊

[22:52:51:281] [0001.671] Calling sd device register␍␊

[22:52:51:284] [0001.675] Init sdcard␍␊

[22:52:51:284] [0001.677] Allocating memory for boot device␍␊

[22:52:51:290] [0001.681] Registering user device␍␊

[22:52:51:304] [0001.694] Enable APE clock␍␊

[22:52:51:304] [0001.697] Un-powergate APE partition␍␊

[22:52:51:310] [0001.700] of_register: registering tegra_udc to of_hal␍␊

[22:52:51:313] [0001.705] of_register: registering inv20628-driver to of_hal␍␊

[22:52:51:318] [0001.711] of_register: registering ads1015-driver to of_hal␍␊

[22:52:51:324] [0001.716] of_register: registering lp8557-bl-driver to of_hal␍␊

[22:52:51:330] [0001.722] of_register: registering bq2419x_charger to of_hal␍␊

[22:52:51:336] [0001.728] of_register: registering bq27441_fuel_gauge to of_hal␍␊

[22:52:51:349] [0001.739] gpio framework initialized␍␊

[22:52:51:352] [0001.743] of_register: registering tca9539_gpio to of_hal␍␊

[22:52:51:358] [0001.748] of_register: registering tca9539_gpio to of_hal␍␊

[22:52:51:361] [0001.753] of_register: registering i2c_bus_driver to of_hal␍␊

[22:52:51:367] [0001.759] of_register: registering i2c_bus_driver to of_hal␍␊

[22:52:51:372] [0001.765] of_register: registering i2c_bus_driver to of_hal␍␊

[22:52:51:378] [0001.770] pmic framework initialized␍␊

[22:52:51:384] [0001.774] of_register: registering max77620_pmic to of_hal␍␊

[22:52:51:388] [0001.779] regulator framework initialized␍␊

[22:52:51:392] [0001.783] of_register: registering tps65132_bl_driver to of_hal␍␊

[22:52:51:398] [0001.789] initializing target␍␊

[22:52:51:405] [0001.795] gpio_driver_register: register ‘tegra_gpio_driver’ driver␍␊

[22:52:51:412] [0001.803] board ID = D78, board SKU = 0␍␊

[22:52:51:415] [0001.807] Skipping Z3!␍␊

[22:52:51:423] [0001.811] fixed regulator driver initialized␍␊

[22:52:51:439] [0001.829] initializing OF layer␍␊

[22:52:51:442] [0001.832] NCK carveout not present␍␊

[22:52:51:444] [0001.835] Skipping dts_overrides␍␊

[22:52:51:448] [0001.839] of_children_init: Ops found for compatible string nvidia,tegra210-i2c␍␊

[22:52:51:466] [0001.856] I2C Bus Init done␍␊

[22:52:51:466] [0001.859] of_children_init: Ops found for compatible string nvidia,tegra210-i2c␍␊

[22:52:51:485] [0001.869] I2C Bus Init done␍␊

[22:52:51:485] [0001.872] of_children_init: Ops found for compatible string nvidia,tegra210-i2c␍␊

[22:52:51:498] [0001.882] I2C Bus Init done␍␊

[22:52:51:498] [0001.885] of_children_init: Ops found for compatible string nvidia,tegra210-i2c␍␊

[22:52:51:506] [0001.895] I2C Bus Init done␍␊

[22:52:51:506] [0001.898] of_children_init: Ops found for compatible string nvidia,tegra210-i2c␍␊

[22:52:51:518] [0001.908] I2C Bus Init done␍␊

[22:52:51:518] [0001.911] of_children_init: Ops found for compatible string maxim,max77620␍␊

[22:52:51:531] [0001.921] max77620_init using irq 118␍␊

[22:52:51:535] [0001.926] register ‘maxim,max77620’ pmic␍␊

[22:52:51:538] [0001.930] gpio_driver_register: register ‘max77620-gpio’ driver␍␊

[22:52:51:545] [0001.936] of_children_init: Ops found for compatible string nvidia,tegra210-i2c␍␊

[22:52:51:558] [0001.947] I2C Bus Init done␍␊

[22:52:51:558] [0001.951] NCK carveout not present␍␊

[22:52:51:571] [0001.961] Find /i2c@7000c000’s alias i2c0␍␊

[22:52:51:573] [0001.964] get eeprom at 1-a0, size 256, type 0␍␊

[22:52:51:583] [0001.973] Find /i2c@7000c500’s alias i2c2␍␊

[22:52:51:586] [0001.977] get eeprom at 3-a0, size 256, type 0␍␊

[22:52:51:589] [0001.982] get eeprom at 3-ae, size 256, type 0␍␊

[22:52:51:595] [0001.986] pm_ids_update: Updating 1,a0, size 256, type 0␍␊

[22:52:51:600] [0001.991] I2C slave not started␍␊

[22:52:51:603] [0001.994] I2C write failed␍␊

[22:52:51:607] [0001.997] Writing offset failed␍␊

[22:52:51:611] [0002.000] eeprom_init: EEPROM read failed␍␊

[22:52:51:615] [0002.004] pm_ids_update: eeprom init failed␍␊

[22:52:51:619] [0002.008] pm_ids_update: Updating 3,a0, size 256, type 0␍␊

[22:52:52:747] [0003.137] eeprom_init: EEPROM incompatible version found␍␊

[22:52:52:750] [0003.142] pm_ids_update: eeprom init failed␍␊

[22:52:52:757] [0003.146] pm_ids_update: Updating 3,ae, size 256, type 0␍␊

[22:52:54:018] [0004.408] eeprom_init: EEPROM incompatible version found␍␊

[22:52:54:021] [0004.414] pm_ids_update: eeprom init failed␍␊

[22:52:54:666] [0005.056] eeprom_init: EEPROM incompatible version found␍␊

[22:52:54:669] [0005.061] Plugin Manager: Parse ODM data 0x00094000␍␊

[22:52:54:682] [0005.072] shim_cmdline_install: /chosen/bootargs: earlycon=uart8250,mmio32,0x70006000 ␍␊

[22:52:54:696] [0005.086] Find /i2c@7000c000’s alias i2c0␍␊

[22:52:54:699] [0005.090] get eeprom at 1-a0, size 256, type 0␍␊

[22:52:54:712] [0005.099] Find /i2c@7000c500’s alias i2c2␍␊

[22:52:54:712] [0005.103] get eeprom at 3-a0, size 256, type 0␍␊

[22:52:54:720] [0005.107] get eeprom at 3-ae, size 256, type 0␍␊

[22:52:54:728] [0005.112] pm_ids_update: Updating 1,a0, size 256, type 0␍␊

[22:52:54:728] [0005.117] I2C slave not started␍␊

[22:52:54:736] [0005.120] I2C write failed␍␊

[22:52:54:736] [0005.123] Writing offset failed␍␊

[22:52:54:736] [0005.126] eeprom_init: EEPROM read failed␍␊

[22:52:54:745] [0005.130] pm_ids_update: eeprom init failed␍␊

[22:52:54:745] [0005.134] pm_ids_update: Updating 3,a0, size 256, type 0␍␊

[22:52:54:851] [0005.241] eeprom_init: EEPROM incompatible version found␍␊

[22:52:54:854] [0005.246] pm_ids_update: eeprom init failed␍␊

[22:52:54:864] [0005.250] pm_ids_update: Updating 3,ae, size 256, type 0␍␊

[22:52:55:169] [0005.559] eeprom_init: EEPROM incompatible version found␍␊

[22:52:55:172] [0005.565] pm_ids_update: eeprom init failed␍␊

[22:52:57:204] [0007.594] I2C transfer timeout␍␊

[22:52:57:207] [0007.596] I2C read failed␍␊

[22:52:57:207] [0007.599] I2c Read failed␍␊

[22:52:57:212] [0007.601] Slave: 0xa0, Register 0x0 Instance 3, Buffer Size: 0␍␊

[22:52:57:221] [0007.607] eeprom_init: EEPROM read failed␍␊

[22:52:57:221] [0007.611] shim_get_serial_num:EEPROM read failed␍␊

[22:52:57:229] [0007.616] Reading Serial number from with NCT/FCT␍␊

[22:52:57:235] [0007.620] No serial number in NCT/EEPROM. Using fused IDs␍␊

[22:52:57:235] [0007.626] Chip UID is 00000001644495091400000011048300␍␊

[22:52:57:243] [0007.631] Add serial number:00830411000000140995 as DT property␍␊

[22:52:57:252] [0007.639] Applying platform configs␍␊

[22:52:57:259] [0007.646] platform-init is not present. Skipping␍␊

[22:52:57:268] [0007.651] calling apps_init()␍␊

[22:52:57:286] [0007.676] Found 14 GPT partitions in "sd0"␍␊

[22:52:57:289] [0007.680] Proceeding to Cold Boot␍␊

[22:52:57:293] [0007.683] starting app android_boot_app␍␊

[22:52:57:300] [0007.687] Device state: unlocked␍␊

[22:52:57:300] [0007.690] display console init␍␊

[22:52:57:312] [0007.698] could not find regulator␍␊

[22:52:57:312] [0007.702] hdmi cable connected␍␊

[22:52:57:347] [0007.737] DT entry for leds-pwm not found␍␊

[22:52:59:322] [0009.712] I2C transfer timeout␍␊

[22:52:59:332] [0009.715] I2C write failed␍␊

[22:52:59:332] [0009.718] Writing offset failed␍␊

[22:52:59:332] [0009.721] could not read edid␍␊

[22:52:59:348] [0009.725] tmds-config node not found␍␊

[22:52:59:348] [0009.729] pmc_set_io_pad_voltage: Error -2 retrieving platform-io-pad-voltagepropsetting ‘avdd-io-hdmi-dp’ regulator to 1050000 micro volts␍␊

[22:52:59:362] [0009.744] setting ‘vdd-1v8’ regulator to 1800000 micro volts␍␊

[22:52:59:371] [0009.752] could not find regulator␍␊

[22:52:59:371] [0009.755] could not find regulator␍␊

[22:52:59:371] [0009.758] could not find regulator␍␊

[22:52:59:397] [0009.786] using default cmu settings␍␊

[22:52:59:400] [0009.790] dc_hdmi_enable, starting HDMI initialisation␍␊

[22:52:59:412] [0009.797] dc_hdmi_enable, HDMI initialisation complete␍␊

[22:52:59:412] [0009.802] list and configure display window␍␊

[22:52:59:418] [0009.806] display console init completed␍␊

[22:52:59:430] [0009.814] subnode volume_up is not found !␍␊

[22:52:59:430] [0009.818] subnode back is not found !␍␊

[22:52:59:430] [0009.821] subnode volume_down is not found !␍␊

[22:52:59:437] [0009.825] subnode menu is not found !␍␊

[22:52:59:443] [0009.829] Gpio keyboard init success␍␊

[22:52:59:483] [0009.873] found decompressor handler: lz4-legacy␍␊

[22:52:59:497] [0009.887] decompressing blob (type 1)…␍␊

[22:52:59:531] [0009.921] load_bmp_blob: panelresolution=480 type=0␍␊

[22:52:59:582] [0009.972] decompressor handler not found␍␊

[22:52:59:592] [0009.975] load_firmware_blob: Firmware blob loaded, entries=2␍␊

[22:52:59:592] [0009.981] -------> se_aes_verify_sbk_clear: 747␍␊

[22:52:59:606] [0009.986] se_aes_verify_sbk_clear: Error␍␊

[22:52:59:606] [0009.989] bl_battery_charging: connected to external power supply␍␊

[22:52:59:606] [0009.997] xusb is supported␍␊

[22:52:59:621] [0010.003] error while finding nvidia,portmap␍␊

[22:53:00:117] [0010.507] xusb blob version 0 size 124416␍␊

[22:53:00:128] [0010.511] firmware size 124416␍␊

[22:53:00:128] [0010.516] Firmware timestamp: 0x5da88fc3, Version: 50.25 release␍␊

[22:53:00:144] [0010.524] xhci0: 64 bytes context size, 32-bit DMA␍␊

[22:53:00:174] [0010.564] usbus0: 5.0Gbps Super Speed USB v3.0␍␊

[22:53:00:194] [0010.584] uhub0: <Nvidia XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0␍␊

[22:53:00:844] [0011.234] uhub0: 9 ports with 9 removable, self powered␍␊

[22:53:01:844] [0012.234] failed to get HID devices␍␊

[22:53:01:854] [0012.237] failed to init xhci or no usb device attached␍␊

[22:53:01:868] [0012.248] device_query_partition_size: failed to open partition sd0:MSC !␍␊

[22:53:01:868] [0012.254] MSC Partition not found␍␊

[22:53:01:882] [0012.261] device_query_partition_size: failed to open partition sd0:USP !␍␊

[22:53:01:882] [0012.267] USP partition read failed!␍␊

[22:53:01:882] [0012.271] blob_init: blob-partition USP header read failed␍␊

[22:53:01:896] [0012.276] android_boot Unable to update recovery partition␍␊

[22:53:01:896] [0012.282] kfs_getpartname: name = LNX␍␊

[22:53:01:896] [0012.285] Loading kernel from LNX␍␊

[22:53:01:994] [0012.383] load kernel from storage␍␊

[22:53:02:016] [0012.395] decompressor handler not found␍␊

[22:53:02:062] [0012.452] Successfully loaded kernel and ramdisk images␍␊

[22:53:02:072] [0012.458] load_bmp_blob: panelresolution=480 type=0␍␊

[22:53:02:142] [0012.532] display bmp image done␍␊

[22:53:02:150] [0012.535] NCK carveout not present␍␊

[22:53:02:150] [0012.538] Skipping dts_overrides␍␊

[22:53:02:155] [0012.541] NCK carveout not present␍␊

[22:53:02:162] [0012.551] Find /i2c@7000c000’s alias i2c0␍␊

[22:53:02:164] [0012.555] get eeprom at 1-a0, size 256, type 0␍␊

[22:53:02:174] [0012.564] Find /i2c@7000c500’s alias i2c2␍␊

[22:53:02:181] [0012.568] get eeprom at 3-a0, size 256, type 0␍␊

[22:53:02:181] [0012.572] get eeprom at 3-ae, size 256, type 0␍␊

[22:53:02:190] [0012.577] pm_ids_update: Updating 1,a0, size 256, type 0␍␊

[22:53:02:194] [0012.582] I2C slave not started␍␊

[22:53:02:199] [0012.585] I2C write failed␍␊

[22:53:02:199] [0012.588] Writing offset failed␍␊

[22:53:02:208] [0012.591] eeprom_init: EEPROM read failed␍␊

[22:53:02:208] [0012.595] pm_ids_update: eeprom init failed␍␊

[22:53:02:213] [0012.599] pm_ids_update: Updating 3,a0, size 256, type 0␍␊

[22:53:04:098] [0014.488] eeprom_init: EEPROM incompatible version found␍␊

[22:53:04:104] [0014.493] pm_ids_update: eeprom init failed␍␊

[22:53:04:108] [0014.497] pm_ids_update: Updating 3,ae, size 256, type 0␍␊

[22:53:06:138] [0016.527] I2C transfer timeout␍␊

[22:53:06:145] [0016.530] I2C read failed␍␊

[22:53:06:145] [0016.533] I2c Read failed␍␊

[22:53:06:145] [0016.535] Slave: 0xae, Register 0x0 Instance 3, Buffer Size: 0␍␊

[22:53:06:150] [0016.541] eeprom_init: EEPROM read failed␍␊

[22:53:06:158] [0016.545] pm_ids_update: eeprom init failed␍␊

[22:53:08:184] [0018.574] I2C transfer timeout␍␊

[22:53:08:192] [0018.577] I2C read failed␍␊

[22:53:08:192] [0018.579] I2c Read failed␍␊

[22:53:08:192] [0018.582] Slave: 0xa0, Register 0x0 Instance 3, Buffer Size: 0␍␊

[22:53:08:200] [0018.588] eeprom_init: EEPROM read failed␍␊

[22:53:08:208] [0018.592] Plugin Manager: Parse ODM data 0x00094000␍␊

[22:53:08:216] [0018.602] shim_cmdline_install: /chosen/bootargs: earlycon=uart8250,mmio32,0x70006000 ␍␊

[22:53:08:223] [0018.610] Add serial number:00830411000000140995 as DT property␍␊

[22:53:08:232] [0018.619] “bpmp” doesn’t exist, creating ␍␊

[22:53:08:239] [0018.625] Updated bpmp info to DTB␍␊

[22:53:08:247] [0018.630] Updated initrd info to DTB␍␊

[22:53:08:247] [0018.633] “proc-board” doesn’t exist, creating ␍␊

[22:53:08:247] [0018.639] Updated board info to DTB␍␊

[22:53:08:256] [0018.642] “pmu-board” doesn’t exist, creating ␍␊

[22:53:08:263] [0018.648] Updated board info to DTB␍␊

[22:53:08:263] [0018.651] “display-board” doesn’t exist, creating ␍␊

[22:53:08:271] [0018.657] Updated board info to DTB␍␊

[22:53:08:271] [0018.660] “reset” doesn’t exist, creating ␍␊

[22:53:08:280] [0018.665] Updated reset info to DTB␍␊

[22:53:08:280] [0018.668] Cmdline: tegraid=21.1.2.0.0 ddr_die=4096M@2048M section=512M memtype=0 vpr_resize usb_port_owner_info=0 lane_owner_info=0 emc_max_dvfs=0 touch_id=0@63 video=tegrafb no_console_suspend=1 console=ttyS0,115200n8 debug_uartport=lsport,2 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=0x1000@0xff780000 core_edp_mv=1075 core_edp_ma=4000 tegra_fbmem=0x140000@0x92cb4000 is_hdmi_initialised=1 ␍␊

[22:53:08:317] [0018.707] DTB cmdline: earlycon=uart8250,mmio32,0x70006000 ␍␊

[22:53:08:328] [0018.712] boot image cmdline: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 ␍␊

[22:53:08:342] [0018.725] Updated bootarg info to DTB␍␊

[22:53:08:342] [0018.729] Adding uuid 00000001644495091400000011048300 to DT␍␊

[22:53:08:353] [0018.735] Adding eks info 0 to DT␍␊

[22:53:08:353] [0018.740] WARNING: Failed to pass NS DRAM ranges to TOS, err: -7␍␊

[22:53:08:360] [0018.746] Updated memory info to DTB␍␊

[22:53:08:367] [0018.751] add_lp0_disable: Unable to find plugin-manager ids under chosen node! (FDT_ERR_NOTFOUND)␍␊

[22:53:08:376] [0018.764] set vdd_core voltage to 1075 mv␍␊

[22:53:08:383] [0018.768] setting ‘vdd-core’ regulator to 1075000 micro volts␍␊

[22:53:08:394] [0018.784] Found secure-pmc; disable BPMP␍␊

[22:53:08:445] ␍␊

[22:53:08:445] ␍␊

[22:53:08:445] U-Boot 2016.07-ge6da093be3 (Jun 25 2020 - 21:18:08 -0700)␍␊

[22:53:08:448] ␍␊

[22:53:08:452] TEGRA210␍␊

[22:53:08:452] Model: NVIDIA P3450-Porg␍␊

[22:53:08:456] Board: NVIDIA P3450-PORG␍␊

[22:53:08:456] DRAM: 4 GiB␍␊

[22:53:08:720] MMC: Tegra SD/MMC: 0, Tegra SD/MMC: 1␍␊

[22:53:08:730] SF: Detected MX25U3235F with page size 256 Bytes, erase size 4 KiB, total 4 MiB␍␊

[22:53:08:749] *** Warning - bad CRC, using default environment␍␊

[22:53:08:759] ␍␊

[22:53:08:759] In: serial␍␊

[22:53:08:759] Out: serial␍␊

[22:53:08:759] Err: serial␍␊

[22:53:08:759] Can’t find nvidia,ethernet-mac property in CBoot DTB␍␊

[22:53:08:772] Net: No ethernet found.␍␊

[22:53:08:930] Hit any key to stop autoboot: 1 <0x08><0x08><0x08> 0 ␍␊

[22:53:09:978] switch to partitions #0, OK␍␊

[22:53:09:978] mmc1 is current device␍␊

[22:53:10:809] Scanning mmc 1:1…␍␊

[22:53:11:324] Found /boot/extlinux/extlinux.conf␍␊

[22:53:11:332] Retrieving file: /boot/extlinux/extlinux.conf␍␊

[22:53:11:498] 844 bytes read in 152 ms (4.9 KiB/s)␍␊

[22:53:11:509] 1:⇥ primary kernel␍␊

[22:53:11:509] Retrieving file: /boot/initrd␍␊

[22:53:11:819] 5488163 bytes read in 299 ms (17.5 MiB/s)␍␊

[22:53:11:829] Retrieving file: /boot/Image␍␊

[22:53:13:376] 34330632 bytes read in 1537 ms (21.3 MiB/s)␍␊

[22:53:13:384] append: tegraid=21.1.2.0.0 ddr_die=4096M@2048M section=512M memtype=0 vpr_resize usb_port_owner_info=0 lane_owner_info=0 emc_max_dvfs=0 touch_id=0@63 video=tegrafb no_console_suspend=1 console=ttyS0,115200n8 debug_uartport=lsport,2 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=0x1000@0xff780000 core_edp_mv=1075 core_edp_ma=4000 tegra_fbmem=0x140000@0x92cb4000 is_hdmi_initialised=1 earlycon=uart8250,mmio32,0x70006000 root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 quiet root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 ␍␊

[22:53:13:439] ## Flattened Device Tree blob at 83100000␍␊

[22:53:13:447] Booting using the fdt blob at 0x83100000␍␊

[22:53:13:447] reserving fdt memory region: addr=80000000 size=20000␍␊

[22:53:13:456] Using Device Tree in place at 0000000083100000, end 00000000831775ab␍␊

[22:53:13:464] ␍␊

[22:53:13:464] Starting kernel …␍␊

[22:53:13:464] ␍␊

[22:53:13:554] [ 0.000000] Booting Linux on physical CPU 0x0␍␊

[22:53:13:561] [ 0.000000] Linux version 4.9.140-tegra (buildbrain@mobile-u64-3456) (gcc version 7.3.1 20180425 [linaro-7.3-2018.05 revision d29120a424ecfbc167ef90065c0eeb7f91977701] (Linaro GCC 7.3-2018.05) ) #1 SMP PREEMPT Thu Jun 25 21:25:44 PDT 2020␍␊

[22:53:13:582] [ 0.000000] Boot CPU: AArch64 Processor [411fd071]␍␊

[22:53:13:592] [ 0.000000] OF: fdt:memory scan node memory@80000000, reg size 48,␍␊

[22:53:13:600] [ 0.000000] OF: fdt: - 80000000 , 7ee00000␍␊

[22:53:13:600] [ 0.000000] OF: fdt: - 100000000 , 7f200000␍␊

[22:53:13:608] [ 0.000000] Found tegra_fbmem: 00140000@92cb4000␍␊

[22:53:13:608] [ 0.000000] earlycon: uart8250 at MMIO32 0x0000000070006000 (options ‘’)␍␊

[22:53:13:617] [ 0.000000] bootconsole [uart8250] enabled␍␊

and the reboot.
Thanks.

Such case is probably hardware design problem.

Please try to disable the console and set keep_bootcon in kernel cmdline to enable more log.

CMDLINE_ADD=“fbcon=map:0 net.ifnames=0 rootfstype=ext4 console=none keep_bootcon”;

Thanks I try and it still reboot after start kernel.

log:
[14:35:02:127] In: serial␍␊

[14:35:02:130] Out: serial␍␊

[14:35:02:130] Err: serial␍␊

[14:35:02:134] Net: No ethernet found.␍␊

[14:35:02:314] Hit any key to stop autoboot: 1 <0x08><0x08><0x08> 0 ␍␊

[14:35:03:362] switch to partitions #0, OK␍␊

[14:35:03:362] mmc1 is current device␍␊

[14:35:04:182] Scanning mmc 1:1…␍␊

[14:35:04:733] Found /boot/extlinux/extlinux.conf␍␊

[14:35:04:736] Retrieving file: /boot/extlinux/extlinux.conf␍␊

[14:35:04:898] 733 bytes read in 142 ms (4.9 KiB/s)␍␊

[14:35:04:900] 1:⇥ primary kernel␍␊

[14:35:04:900] Retrieving file: /boot/initrd␍␊

[14:35:05:216] 5487746 bytes read in 296 ms (17.7 MiB/s)␍␊

[14:35:05:219] Retrieving file: /boot/Image␍␊

[14:35:06:768] 34265096 bytes read in 1531 ms (21.3 MiB/s)␍␊

[14:35:06:770] append: tegraid=21.1.2.0.0 ddr_die=4096M@2048M section=512M memtype=0 vpr_resize usb_port_owner_info=0 lane_owner_info=0 emc_max_dvfs=0 touch_id=0@63 video=tegrafb no_console_suspend=1 console=ttyS0,115200n8 debug_uartport=lsport,2 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=0x1000@0xff780000 core_edp_mv=1075 core_edp_ma=4000 tegra_fbmem=0x140000@0x92cb4000 is_hdmi_initialised=1 root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 fbcon=map:0 net.ifnames=0 rootfstype=ext4 console=none keep_bootcon root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 fbcon=map:0 net.ifnames=0 rootfstype=ext4 console=none keep_bootcon quiet␍␊

[14:35:06:834] ## Flattened Device Tree blob at 83100000␍␊

[14:35:06:834] Booting using the fdt blob at 0x83100000␍␊

[14:35:06:834] reserving fdt memory region: addr=80000000 size=20000␍␊

[14:35:06:841] Using Device Tree in place at 0000000083100000, end 00000000831775ff␍␊

[14:35:06:859] ␍␊

[14:35:06:859] Starting kernel …␍␊

[14:35:06:859] ␍␊

[14:35:38:905] [0000.159] [L4T TegraBoot] (version 00.00.2018.01-l4t-80a468da)␍␊

[14:35:38:911] [0000.165] Processing in cold boot mode Bootloader 2␍␊

[14:35:38:919] [0000.170] A02 Bootrom Patch rev = 1023␍␊

without any error message

Hi,

Please also remove “quiet” from kernel cmdline.

This parameter is in /boot/extlinux/extlinux.conf.

oh, sorry I miss it. and here is the log after quiet moved

[15:07:50:661] append: tegraid=21.1.2.0.0 ddr_die=4096M@2048M section=512M memtype=0 vpr_resize usb_port_owner_info=0 lane_owner_info=0 emc_max_dvfs=0 touch_id=0@63 video=tegrafb no_console_suspend=1 console=ttyS0,115200n8 debug_uartport=lsport,2 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=0x1000@0xff780000 core_edp_mv=1075 core_edp_ma=4000 tegra_fbmem=0x140000@0x92cb4000 is_hdmi_initialised=1 root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 fbcon=map:0 net.ifnames=0 rootfstype=ext4 console=none keep_bootcon root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 fbcon=map:0 net.ifnames=0 rootfstype=ext4 console=none keep_bootcon␍␊
[15:07:50:720] ## Flattened Device Tree blob at 83100000␍␊
[15:07:50:723] Booting using the fdt blob at 0x83100000␍␊
[15:07:50:731] reserving fdt memory region: addr=80000000 size=20000␍␊
[15:07:50:731] Using Device Tree in place at 0000000083100000, end 00000000831775ff␍␊
[15:07:50:754] ␍␊
[15:07:50:754] Starting kernel …␍␊
[15:07:50:754] ␍␊
[15:07:52:228] [ 0.000000] Booting Linux on physical CPU 0x0␍␊
[15:07:52:231] [ 0.000000] Linux version 4.9.140-tegra (buildbrain@mobile-u64-4164) (gcc version 7.3.1 20180425 [linaro-7.3-2018.05 revision d29120a424ecfbc167ef90065c0eeb7f91977701] (Linaro GCC 7.3-2018.05) ) #1 SMP PREEMPT Wed Apr 8 18:10:49 PDT 2020␍␊
[15:07:52:253] [ 0.000000] Boot CPU: AArch64 Processor [411fd071]␍␊
[15:07:52:260] [ 0.000000] OF: fdt:memory scan node memory@80000000, reg size 48,␍␊
[15:07:52:265] [ 0.000000] OF: fdt: - 80000000 , 7ee00000␍␊
[15:07:52:271] [ 0.000000] OF: fdt: - 100000000 , 7f200000␍␊
[15:07:52:277] [ 0.000000] Found tegra_fbmem: 00140000@92cb4000␍␊
[15:07:52:277] [ 0.000000] debug: skip boot console de-registration.␍␊
[15:07:52:283] [ 0.000000] debug: skip boot console de-registration.␍␊
[15:07:52:288] [ 0.000000] OF: fdt:Reserved memory: failed to reserve memory for node ‘fb0_carveout’: base 0x0000000000000000, size 0 MiB␍␊
[15:07:52:297] [ 0.000000] OF: fdt:Reserved memory: failed to reserve memory for node ‘fb0_carveout’: base 0x0000000000000000, size 0 MiB␍␊
[15:07:52:309] [ 0.000000] OF: fdt:Reserved memory: failed to reserve memory for node ‘fb1_carveout’: base 0x0000000000000000, size 0 MiB␍␊
[15:07:52:324] [ 0.000000] OF: fdt:Reserved memory: failed to reserve memory for node ‘fb1_carveout’: base 0x0000000000000000, size 0 MiB␍␊
[15:07:52:331] [ 0.000000] OF: reserved mem: initialized node vpr-carveout, compatible id nvidia,vpr-carveout␍␊
[15:07:52:339] [ 0.000000] OF: reserved mem: initialized node iram-carveout, compatible id nvidia,iram-carveout␍␊
[15:07:52:349] [ 0.000000] OF: reserved mem: initialized node ramoops_carveout, compatible id nvidia,ramoops␍␊
[15:07:52:357] [ 0.000000] cma: Reserved 64 MiB at 0x00000000fac00000␍␊
[15:07:52:364] [ 0.000000] psci: probing for conduit method from DT.␍␊
[15:07:52:367] [ 0.000000] psci: PSCIv1.0 detected in firmware.␍␊
[15:07:52:373] [ 0.000000] psci: Using standard PSCI v0.2 function IDs␍␊
[15:07:52:379] [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.␍␊
[15:07:52:385] [ 0.000000] psci: SMC Calling Convention v1.1␍␊
[15:07:52:391] [ 0.000000] percpu: Embedded 25 pages/cpu @ffffffc0fefb1000 s61656 r8192 d32552 u102400␍␊
[15:07:52:397] [ 0.000000] CPU features: enabling workaround for ARM erratum 832075␍␊
[15:07:52:403] [ 0.000000] Speculative Store Bypass Disable mitigation not required␍␊
[15:07:52:409] [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1023544␍␊
[15:07:52:415] [ 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,2 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=0x1000@0xff780000 core_edp_mv=1075 core_edp_ma=4000 tegra_fbmem=0x140000@0x92cb4000 is_hdmi_initialised=1 root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 fbcon=map:0 net.ifnames=0 rootfstype=ext4 console=none keep_bootcon root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 fbcon=map:0 net.ifnames=0 rootfstype=ext4 console=none keep_bootcon␍␊
[15:07:52:477] [ 0.000000] log_buf_len individual max cpu contribution: 32768 bytes␍␊
[15:07:52:481] [ 0.000000] log_buf_len total cpu_extra contributions: 98304 bytes␍␊
[15:07:52:487] [ 0.000000] log_buf_len min size: 32768 bytes␍␊
[15:07:52:493] [ 0.000000] log_buf_len: 131072 bytes␍␊
[15:07:52:500] [ 0.000000] early log buf free: 29264(89%)␍␊
[15:07:52:500] [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)␍␊
[15:07:52:506] [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)␍␊
[15:07:52:512] [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)␍␊
[15:07:52:517] [ 0.000000] Memory: 3569064K/4159488K available (15294K kernel code, 2934K rwdata, 6636K rodata, 8576K init, 609K bss, 115288K reserved, 475136K cma-reserved)␍␊
[15:07:52:534] [ 0.000000] Virtual kernel memory layout:␍␊
[15:07:52:537] [ 0.000000] modules : 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB)␍␊
[15:07:52:545] [ 0.000000] vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB)␍␊
[15:07:52:550] [ 0.000000] .text : 0xffffff8008080000 - 0xffffff8008f70000 ( 15296 KB)␍␊
[15:07:52:559] [ 0.000000] .rodata : 0xffffff8008f70000 - 0xffffff80095f0000 ( 6656 KB)␍␊
[15:07:52:564] [ 0.000000] .init : 0xffffff80095f0000 - 0xffffff8009e50000 ( 8576 KB)␍␊
[15:07:52:573] [ 0.000000] .data : 0xffffff8009e50000 - 0xffffff800a12d808 ( 2935 KB)␍␊
[15:07:52:581] [ 0.000000] .bss : 0xffffff800a12d808 - 0xffffff800a1c5f3c ( 610 KB)␍␊
[15:07:52:587] [ 0.000000] fixed : 0xffffffbefe7fd000 - 0xffffffbefec00000 ( 4108 KB)␍␊
[15:07:52:595] [ 0.000000] PCI I/O : 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB)␍␊
[15:07:52:603] [ 0.000000] vmemmap : 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum)␍␊
[15:07:52:609] [ 0.000000] 0xffffffbf00000000 - 0xffffffbf03fc8000 ( 63 MB actual)␍␊
[15:07:52:617] [ 0.000000] memory : 0xffffffc000000000 - 0xffffffc0ff200000 ( 4082 MB)␍␊
[15:07:52:626] [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1␍␊
[15:07:52:631] [ 0.000000] Preemptible hierarchical RCU implementation.␍␊
[15:07:52:637] [ 0.000000] ⇥ Build-time adjustment of leaf fanout to 64.␍␊
[15:07:52:642] [ 0.000000] ⇥ RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.␍␊
[15:07:52:648] [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4␍␊
[15:07:52:656] [ 0.000000] NR_IRQS:64 nr_irqs:64 0␍␊
[15:07:52:659] [ 0.000000] /interrupt-controller@60004000: 192 interrupts forwarded to /interrupt-controller␍␊
[15:07:52:667] [ 0.000000] t210 clock and reset probe␍␊
[15:07:52:670] [ 0.000000] tegra-pmc: get_secure_pmc_setting: done secure_pmc=1␍␊
[15:07:52:678] [ 0.000000] clk_cbus_recalc_rate: no gbus parent␍␊
[15:07:52:682] [ 0.000000] clk_cbus_recalc_rate: no gbus parent␍␊
[15:07:52:687] [ 0.000000] clk_cbus_recalc_rate: no gbus parent␍␊
[15:07:52:694] [ 0.000000] clk_cbus_recalc_rate: no gbus parent␍␊
[15:07:52:695] [ 0.000000] clk_cbus_recalc_rate: no gbus parent␍␊
[15:07:52:701] [ 0.000000] arm_arch_timer: Architected cp15 timer(s) running at 19.20MHz (phys).␍␊
[15:07:52:709] [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns␍␊
[15:07:52:717] [ 0.000005] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns␍␊
[15:07:52:726] [ 0.001719] Console: colour dummy device 80x25␍␊
[15:07:52:731] [ 0.001742] kmemleak: Kernel memory leak detector disabled␍␊
[15:07:52:737] [ 0.001765] Calibrating delay loop (skipped), value calculated using timer frequency… 38.40 BogoMIPS (lpj=76800)␍␊
[15:07:52:748] [ 0.001780] pid_max: default: 32768 minimum: 301␍␊
[15:07:52:751] [ 0.002232] Security Framework initialized␍␊
[15:07:52:756] [ 0.002459] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)␍␊
[15:07:52:762] [ 0.002471] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)␍␊
[15:07:52:770] [ 0.003590] ftrace: allocating 47094 entries in 184 pages␍␊
[15:07:52:776] [ 0.174635] ASID allocator initialised with 65536 entries␍␊
[15:07:52:779] [ 0.211883] tegra-id: chipid=22117.␍␊
[15:07:52:784] [ 0.211906] tegra-id: opt_subrevision=0.␍␊
[15:07:52:787] [ 0.211929] Tegra Speedo/IDDQ fuse revision 4␍␊
[15:07:52:792] [ 0.211937] Tegra: CPU Speedo ID 9, SoC Speedo ID 0, GPU Speedo ID 2␍␊
[15:07:52:798] [ 0.211945] Tegra: CPU Process ID 0, SoC Process ID 1, GPU Process ID 0␍␊
[15:07:52:804] [ 0.211954] Tegra: CPU Speedo Value 2093, SoC Speedo Value 1982, GPU Speedo Value 2085␍␊
[15:07:52:812] [ 0.211962] Tegra: CPU IDDQ Value 1928, SoC IDDQ Value 2144, GPU IDDQ Value 2515␍␊
[15:07:52:820] [ 0.211985] Tegra Revision: A02 SKU: 0x8f CPU Process: 0 SoC Process: 1␍␊
[15:07:52:826] [ 0.212005] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/kernel-4.9/arch/arm64/boot/dts/…/…/…/…/…/…/hardware/nvidia/platform/t210/porg/kernel-dts/tegra210-p3448-0000-p3449-0000-a01.dts␍␊
[15:07:52:845] [ 0.212016] DTB Build time: Apr 8 2020 18:15:56␍␊
[15:07:52:848] [ 0.261069] CPU1: Booted secondary processor [411fd071]␍␊
[15:07:52:854] [ 0.292974] CPU2: Booted secondary processor [411fd071]␍␊
[15:07:52:859] [ 0.324950] CPU3: Booted secondary processor [411fd071]␍␊
[15:07:52:865] [ 0.325037] Brought up 4 CPUs␍␊
[15:07:52:868] [ 0.325064] SMP: Total of 4 processors activated.␍␊
[15:07:52:873] [ 0.325075] CPU features: detected feature: 32-bit EL0 Support␍␊
[15:07:52:879] [ 0.325347] CPU: All CPU(s) started at EL2␍␊
[15:07:52:882] [ 0.325369] alternatives: patching kernel code␍␊
[15:07:52:887] [ 0.333542] devtmpfs: initialized␍␊
[15:07:52:890] [ 0.370951] Initilizing CustomIPI irq domain␍␊
[15:07:52:897] [ 0.371349] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns␍␊
[15:07:52:904] [ 0.371378] futex hash table entries: 1024 (order: 4, 65536 bytes)␍␊
[15:07:52:909] [ 0.382016] pinctrl core: initialized pinctrl subsystem␍␊
[15:07:52:915] [ 0.382666] OS set in device tree is not L4T.␍␊
[15:07:52:920] [ 0.383051] regulator-dummy: no parameters␍␊
[15:07:52:923] [ 0.383361] Initializing plugin-manager␍␊
[15:07:52:930] [ 0.383473] Plugin module not found␍␊
[15:07:52:931] [ 0.384800] node /plugin-manager/fragement@6 match with odm-data enable-tegra-wdt␍␊
[15:07:52:937] [ 0.385696] node /plugin-manager/fragement@8 match with odm-data enable-tegra-wdt␍␊
[15:07:52:945] [ 0.389876] NET: Registered protocol family 16␍␊
[15:07:52:951] [ 0.391200] pstore: using zlib compression␍␊
[15:07:52:954] [ 0.391857] console [pstore-1] enabled␍␊
[15:07:52:959] [ 0.391868] pstore: Registered ramoops as persistent store backend␍␊
[15:07:52:965] [ 0.391879] ramoops: attached 0x200000@0xb0000000, ecc: 0/0␍␊
[15:07:52:971] [ 0.401086] cpuidle: using governor menu␍␊
[15:07:52:973] [ 0.405253] tegra_smmu 70019000.iommu: Loaded Tegra IOMMU driver␍␊
[15:07:52:979] [ 0.406971] vdso: 2 pages (1 code @ ffffff8008f77000, 1 data @ ffffff8009e54000)␍␊
[15:07:52:987] [ 0.407002] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.␍␊
[15:07:52:993] [ 0.409556] atomic_pool_init():622: DMA: preallocated 1024 KiB pool for atomic allocations␍␊
[15:07:53:001] [ 0.411713] Serial: AMBA PL011 UART driver␍␊
[15:07:53:007] [ 0.412211] tegra_powergate_init: DONE␍␊
[15:07:53:009] [ 0.412237] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/kernel-4.9/arch/arm64/boot/dts/…/…/…/…/…/…/hardware/nvidia/platform/t210/porg/kernel-dts/tegra210-p3448-0000-p3449-0000-a01.dts␍␊
[15:07:53:029] [ 0.412253] DTB Build time: Apr 8 2020 18:15:56␍␊
[15:07:53:032] [ 0.414094] Tegra reboot handler registered.␍␊
[15:07:53:037] [ 0.418569] iommu: Adding device tegra-carveouts to group 0␍␊
[15:07:53:043] [ 0.418725] platform tegra-carveouts: domain=ffffffc0f9bac498 allocates as[0]=ffffffc0f9bd80a8␍␊
[15:07:53:051] [ 0.419082] iommu: Adding device smmu_test to group 1␍␊
[15:07:53:057] [ 0.419138] platform smmu_test: domain=ffffffc0f9bac6d8 allocates as[0]=ffffffc0f9bd8110␍␊
[15:07:53:065] [ 0.419970] mc: mapped MMIO address: 0xffffff800802e000 → 0x70019000␍␊
[15:07:53:071] [ 0.420032] mc: mapped MMIO address: 0xffffff8008065000 → 0x7001c000␍␊
[15:07:53:076] [ 0.420092] mc: mapped MMIO address: 0xffffff8008079000 → 0x7001d000␍␊
[15:07:53:084] [ 0.420110] nv-tegra-mc 70019000.mc: No mssnvlink node␍␊
[15:07:53:087] [ 0.420138] mc-err: mcerr ops are set to t21x␍␊
[15:07:53:093] [ 0.429700] iommu: Adding device 70090000.xusb to group 2␍␊
[15:07:53:098] [ 0.430048] iommu: Adding device 70006000.serial to group 3␍␊
[15:07:53:104] [ 0.430122] platform 70006000.serial: domain=ffffffc0f9bd6d98 allocates as[0]=ffffffc0f9bd8178␍␊
[15:07:53:112] [ 0.430547] iommu: Adding device 70006040.serial to group 4␍␊
[15:07:53:118] [ 0.430811] iommu: Adding device 70006200.serial to group 5␍␊
[15:07:53:123] [ 0.431005] iommu: Adding device sound to group 6␍␊
[15:07:53:129] [ 0.431061] platform sound: domain=ffffffc0f94a3318 allocates as[0]=ffffffc0f9bd81e0␍␊
[15:07:53:135] [ 0.431598] iommu: Adding device 7000d400.spi to group 7␍␊
[15:07:53:140] [ 0.431860] iommu: Adding device 7000d600.spi to group 8␍␊
[15:07:53:146] [ 0.432160] iommu: Adding device 70410000.spi to group 9␍␊
[15:07:53:151] [ 0.432470] iommu: Adding device 50000000.host1x to group 10␍␊
[15:07:53:157] [ 0.432751] iommu: Adding device 54080000.vi to group 11␍␊
[15:07:53:162] [ 0.433178] iommu: Adding device 54600000.isp to group 12␍␊
[15:07:53:168] [ 0.433457] iommu: Adding device 54680000.isp to group 13␍␊
[15:07:53:174] [ 0.433734] iommu: Adding device tegradc.0 to group 14␍␊
[15:07:53:179] [ 0.433790] platform tegradc.0: domain=ffffffc0f94b0258 allocates as[0]=ffffffc0f9bd8248␍␊
[15:07:53:187] [ 0.435180] platform tegradc.0: IOVA linear map 0x0000000092cb4000(140000)␍␊
[15:07:53:193] [ 0.435578] platform tegradc.0: IOVA linear map 0x00000000d7000000(19000000)␍␊
[15:07:53:201] [ 0.435894] iommu: Adding device tegradc.1 to group 15␍␊
[15:07:53:207] [ 0.435952] platform tegradc.1: domain=ffffffc0f94b0498 allocates as[0]=ffffffc0f9bd82b0␍␊
[15:07:53:212] [ 0.437352] platform tegradc.1: IOVA linear map 0x0000000092cb4000(140000)␍␊
[15:07:53:221] [ 0.437750] platform tegradc.1: IOVA linear map 0x00000000d7000000(19000000)␍␊
[15:07:53:226] [ 0.438038] iommu: Adding device 54340000.vic to group 16␍␊
[15:07:53:232] [ 0.438247] iommu: Adding device 544c0000.nvenc to group 17␍␊
[15:07:53:237] [ 0.438445] iommu: Adding device 54500000.tsec to group 18␍␊
[15:07:53:243] [ 0.438634] iommu: Adding device 54100000.tsecb to group 19␍␊
[15:07:53:249] [ 0.438831] iommu: Adding device 54480000.nvdec to group 20␍␊
[15:07:53:254] [ 0.439023] iommu: Adding device 54380000.nvjpg to group 21␍␊
[15:07:53:260] [ 0.440080] iommu: Adding device 546c0000.i2c to group 22␍␊
[15:07:53:265] [ 0.440437] iommu: Adding device 57000000.gpu to group 23␍␊
[15:07:53:271] [ 0.440506] platform 57000000.gpu: domain=ffffffc0f94bc498 allocates as[0]=ffffffc0f9bd8318␍␊
[15:07:53:279] [ 0.440570] platform 57000000.gpu: domain=ffffffc0f94bc498 allocates as[1]=ffffffc0f9bd8380␍␊
[15:07:53:288] [ 0.440617] platform 57000000.gpu: domain=ffffffc0f94bc498 allocates as[2]=ffffffc0f9bd83e8␍␊
[15:07:53:296] [ 0.440656] platform 57000000.gpu: domain=ffffffc0f94bc498 allocates as[3]=ffffffc0f9bd8450␍␊
[15:07:53:304] [ 0.441545] tegra-pmc 7000e400.pmc: i2c-thermtrip node not found, emergency thermal reset disabled.␍␊
[15:07:53:313] [ 0.441571] tegra-pmc 7000e400.pmc: scratch reg offset dts data not present␍␊
[15:07:53:321] [ 0.441590] tegra-pmc: ### PMC reset source: TEGRA_POWER_ON_RESET␍␊
[15:07:53:326] [ 0.441602] tegra-pmc: ### PMC reset level: TEGRA_RESET_LEVEL_WARM␍␊
[15:07:53:332] [ 0.441611] tegra-pmc: ### PMC reset status reg: 0x0␍␊
[15:07:53:338] [ 0.493265] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered␍␊
[15:07:53:346] [ 0.493283] tegra-pmc: Clear bootloader IO dpd settings␍␊
[15:07:53:351] [ 0.493310] tegra-pmc 7000e400.pmc: IO padctrl driver initialized␍␊
[15:07:53:357] [ 0.493383] tegra-pmc 7000e400.pmc: PMC: Successfully configure bootrom reset commands␍␊
[15:07:53:365] [ 0.493667] iommu: Adding device 70012000.se to group 24␍␊
[15:07:53:371] [ 0.494521] iommu: Adding device 7000c000.i2c to group 25␍␊
[15:07:53:377] [ 0.494838] iommu: Adding device 7000c400.i2c to group 26␍␊
[15:07:53:379] [ 0.495150] iommu: Adding device 7000c500.i2c to group 27␍␊
[15:07:53:385] [ 0.495457] iommu: Adding device 7000c700.i2c to group 28␍␊
[15:07:53:390] [ 0.495766] iommu: Adding device 7000d000.i2c to group 29␍␊
[15:07:53:396] [ 0.496090] iommu: Adding device 7000d100.i2c to group 30␍␊
[15:07:53:402] [ 0.496453] iommu: Adding device sdhci-tegra.0 to group 31␍␊
[15:07:53:407] [ 0.496517] platform sdhci-tegra.0: domain=ffffffc0f954d618 allocates as[0]=ffffffc0f9bd84b8␍␊
[15:07:53:415] [ 0.497565] iommu: Adding device 700d0000.xudc to group 32␍␊
[15:07:53:421] [ 0.501955] vdd-ac-bat: 5000 mV ␍␊
[15:07:53:424] [ 0.502412] vdd-5v0-sys: 5000 mV ␍␊
[15:07:53:431] [ 0.503606] vdd-5v0-hdmi: supplied by vdd-5v0-sys␍␊
[15:07:53:432] [ 0.503662] vdd-5v0-hdmi: 5000 mV ␍␊
[15:07:53:435] [ 0.504187] vdd-1v8-sys: 1800 mV ␍␊
[15:07:53:441] [ 0.504626] vdd-fan: supplied by vdd-5v0-sys␍␊
[15:07:53:443] [ 0.504673] vdd-fan: 5000 mV ␍␊
[15:07:53:447] [ 0.505185] vdd-usb-vbus: supplied by vdd-5v0-sys␍␊
[15:07:53:452] [ 0.505229] vdd-usb-vbus: 5000 mV ␍␊
[15:07:53:454] [ 0.505901] vdd-usb-vbus2: 5000 mV ␍␊
[15:07:53:457] [ 0.538073] HugeTLB registered 2 MB page size, pre-allocated 0 pages␍␊
[15:07:53:466] [ 0.540516] GPIO line 151 (camera-control-output-low) hogged as output/low␍␊
[15:07:53:471] [ 0.540558] GPIO line 152 (camera-control-output-low) hogged as output/low␍␊
[15:07:53:479] [ 0.540602] GPIO line 6 (system-suspend-gpio) hogged as output/high␍␊
[15:07:53:485] [ 0.540962] gpiochip_setup_dev: registered GPIOs 0 to 255 on device: gpiochip0 (tegra-gpio)␍␊
[15:07:53:493] [ 0.548798] eventlib_kernel: keventlib is initialized, test id: 0␍␊
[15:07:53:499] [ 0.549205] SCSI subsystem initialized␍␊
[15:07:53:502] [ 0.549742] usbcore: registered new interface driver usbfs␍␊
[15:07:53:507] [ 0.549801] usbcore: registered new interface driver hub␍␊
[15:07:53:513] [ 0.549866] usbcore: registered new device driver usb␍␊
[15:07:53:518] [ 0.553623] max77620 4-003c: PMIC Version OTP:0x35 and ES:0x8␍␊
[15:07:53:524] [ 0.556368] vdd-core: 1000 <–> 1162 mV at 1075 mV ␍␊
[15:07:53:530] [ 0.557382] random: fast init done␍␊
[15:07:53:532] [ 0.557409] vdd-ddr-1v1: Bringing 1125000uV into 1150000-1150000uV␍␊
[15:07:53:538] [ 0.560347] vdd-ddr-1v1: 1150 mV ␍␊
[15:07:53:541] [ 0.564241] vdd-pre-reg-1v35: 1350 mV ␍␊
[15:07:53:546] [ 0.569022] vdd-1v8: 1800 mV ␍␊
[15:07:53:549] [ 0.572965] avdd-sys-1v2: 1200 mV ␍␊
[15:07:53:552] [ 0.576974] vdd-pex-1v0: 1050 mV ␍␊
[15:07:53:555] [ 0.577599] vddio-sdmmc-ap: 1800 <–> 3300 mV at 3300 mV ␍␊
[15:07:53:560] [ 0.578139] max77620-ldo3: at 3100 mV ␍␊
[15:07:53:566] [ 0.580970] vdd-rtc: 850 <–> 1100 mV at 1000 mV ␍␊
[15:07:53:569] [ 0.581520] max77620-ldo5: at 3100 mV ␍␊
[15:07:53:574] [ 0.584970] vddio-sdmmc3-ap: 1800 <–> 3300 mV at 2800 mV ␍␊
[15:07:53:580] [ 0.588964] avdd-1v05-pll: 1050 mV ␍␊
[15:07:53:582] [ 0.592969] avdd-io-hdmi-dp: 1050 mV ␍␊
[15:07:53:585] [ 0.595624] GPIO line 505 (spmic-default-output-high) hogged as output/high␍␊
[15:07:53:594] [ 0.595917] gpiochip_setup_dev: registered GPIOs 504 to 511 on device: gpiochip1 (max77620-gpio)␍␊
[15:07:53:602] [ 0.596264] max77620 4-003c: max77620 probe successful␍␊
[15:07:53:608] [ 0.598898] media: Linux media interface: v0.10␍␊
[15:07:53:610] [ 0.598963] Linux video capture interface: v2.00␍␊
[15:07:53:616] [ 0.599845] pps_core: LinuxPPS API ver. 1 registered␍␊
[15:07:53:621] [ 0.599862] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it␍␊
[15:07:53:630] [ 0.599896] PTP clock support registered␍␊
[15:07:53:633] [ 0.603098] tegra210-emc 7001b000.external-memory-controller: validated EMC DFS table␍␊
[15:07:53:641] [ 0.603912] Advanced Linux Sound Architecture Driver Initialized.␍␊
[15:07:53:647] [ 0.604562] Bluetooth: Core ver 2.22␍␊
[15:07:53:652] [ 0.604624] NET: Registered protocol family 31␍␊
[15:07:53:655] [ 0.604635] Bluetooth: HCI device and connection manager initialized␍␊
[15:07:53:663] [ 0.604656] Bluetooth: HCI socket layer initialized␍␊
[15:07:53:666] [ 0.604672] Bluetooth: L2CAP socket layer initialized␍␊
[15:07:53:672] [ 0.604704] Bluetooth: SCO socket layer initialized␍␊
[15:07:53:677] [ 0.606465] tegra210_dvfs: no clock found for sdmmc2_ddr␍␊
[15:07:53:683] [ 0.606493] tegra210_dvfs: no clock found for sdmmc4_ddr␍␊
[15:07:53:688] [ 0.606547] tegra210_dvfs: no clock found for sdmmc1_ddr␍␊
[15:07:53:694] [ 0.606568] tegra210_dvfs: no clock found for sdmmc3_ddr␍␊
[15:07:53:697] [ 0.609944] tegra_dvfs: Unable to get vdd-cpu rail for step info, defering probe␍␊
[15:07:53:705] [ 0.611167] vdd-3v3-sys: supplied by vdd-5v0-sys␍␊
[15:07:53:711] [ 0.611256] vdd-3v3-sys: 3300 mV ␍␊
[15:07:53:713] [ 0.611536] vdd-1v8-sys: supplied by vdd-3v3-sys␍␊
[15:07:53:719] [ 0.613154] vdd-usb-vbus2: supplied by vdd-3v3-sys␍␊
[15:07:53:722] [ 0.613625] vdd-3v3-sd: supplied by vdd-3v3-sys␍␊
[15:07:53:727] [ 0.613669] vdd-3v3-sd: 3300 mV ␍␊
[15:07:53:730] [ 0.614726] avdd-io-edp-1v05: supplied by avdd-1v05-pll␍␊
[15:07:53:736] [ 0.614774] avdd-io-edp-1v05: 1050 mV ␍␊
[15:07:53:738] [ 0.615230] vdd-usb-hub-en: supplied by vdd-1v8-sys␍␊
[15:07:53:744] [ 0.615274] vdd-usb-hub-en: 5000 mV ␍␊
[15:07:53:747] [ 0.616703] camchar: rtcpu character device driver loaded␍␊
[15:07:53:752] [ 0.617444] extcon-gpio-states extcon:extcon@1: Cable state:0, cable id:0␍␊
[15:07:53:761] [ 0.618815] clocksource: Switched to clocksource arch_sys_counter␍␊
[15:07:53:766] [ 0.659554] VFS: Disk quotas dquot_6.6.0␍␊
[15:07:53:769] [ 0.659700] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)␍␊
[15:07:53:777] [ 0.660190] nvmap_heap_init: nvmap_heap_init: created heap block cache␍␊
[15:07:53:783] [ 0.660598] dma_declare_coherent_resizable_cma_memory:324: resizable heap=vpr, base=0x00000000d7000000, size=0x19000000␍␊
[15:07:53:794] [ 0.660629] dma-vpr: heap size is not multiple of cma_chunk_size heap_info->num_chunks (13) rem_chunk_size(0x1000000)␍␊
[15:07:53:805] [ 0.660814] cma: enabled page replacement for spfn=d7000, epfn=f0000␍␊
[15:07:53:811] [ 0.660827] dma_declare_coherent_resizable_cma_memory:373: resizable cma heap=vpr create successful␍␊
[15:07:53:819] [ 0.660846] tegra-carveouts tegra-carveouts: assigned reserved memory node vpr-carveout␍␊
[15:07:53:827] [ 0.660878] tegra-carveouts tegra-carveouts: iram :dma coherent mem declare 0x0000000040001000,258048␍␊
[15:07:53:838] [ 0.660892] tegra-carveouts tegra-carveouts: assigned reserved memory node iram-carveout␍␊
[15:07:53:847] [ 0.660912] nvmap: nvmap_select_cache_ops() nvmap cache ops set to set/ways␍␊
[15:07:53:852] [ 0.660926] nvmap_page_pool_init: Total RAM pages: 1011050␍␊
[15:07:53:858] [ 0.660937] nvmap_page_pool_init: nvmap page pool size: 126381 pages (493 MB)␍␊
[15:07:53:866] [ 0.661045] nvmap_background_zero_thread: PP zeroing thread starting.␍␊
[15:07:53:872] [ 0.661535] misc nvmap: created heap iram base 0x0000000040001000 size (252KiB)␍␊
[15:07:53:877] [ 0.662508] misc nvmap: created heap vpr base 0x00000000d7000000 size (409600KiB)␍␊
[15:07:53:886] [ 0.670743] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type AO-therm␍␊
[15:07:53:894] [ 0.671197] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type CPU-therm␍␊
[15:07:53:902] [ 0.671481] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type GPU-therm␍␊
[15:07:53:911] [ 0.671701] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm␍␊
[15:07:53:919] [ 0.671885] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type PMIC-Die␍␊
[15:07:53:927] [ 0.672159] pre_t19x_iso_plat_init(): iso emc max clk=1600000KHz␍␊
[15:07:53:933] [ 0.672171] pre_t19x_iso_plat_init(): max_iso_bw=11520000KB␍␊
[15:07:53:939] [ 0.672602] NET: Registered protocol family 2␍␊
[15:07:53:944] [ 0.673646] TCP established hash table entries: 32768 (order: 6, 262144 bytes)␍␊
[15:07:53:952] [ 0.673869] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)␍␊
[15:07:53:958] [ 0.674398] TCP: Hash tables configured (established 32768 bind 32768)␍␊
[15:07:53:964] [ 0.674553] UDP hash table entries: 2048 (order: 4, 65536 bytes)␍␊
[15:07:53:969] [ 0.674640] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)␍␊
[15:07:53:977] [ 0.675133] NET: Registered protocol family 1␍␊
[15:07:53:981] [ 0.675821] RPC: Registered named UNIX socket transport module.␍␊
[15:07:53:986] [ 0.675838] RPC: Registered udp transport module.␍␊
[15:07:53:991] [ 0.675849] RPC: Registered tcp transport module.␍␊
[15:07:53:997] [ 0.675859] RPC: Registered tcp NFSv4.1 backchannel transport module.␍␊
[15:07:54:003] [ 0.676095] Trying to unpack rootfs image as initramfs…␍␊
[15:07:54:008] [ 0.909022] Freeing initrd memory: 5356K␍␊
[15:07:54:011] [ 0.918710] host1x 50000000.host1x: initialized␍␊
[15:07:54:016] [ 0.920620] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available␍␊
[15:07:54:025] [ 0.923816] audit: initializing netlink subsys (disabled)␍␊
[15:07:54:030] [ 0.923895] audit: type=2000 audit(0.771:1): initialized␍␊
[15:07:54:036] [ 0.924659] workingset: timestamp_bits=46 max_order=20 bucket_order=0␍␊
[15:07:54:042] [ 0.934645] squashfs: version 4.0 (2009/01/31) Phillip Lougher␍␊
[15:07:54:047] [ 0.936199] ntfs: driver 2.1.32 [Flags: R/W].␍␊
[15:07:54:053] [ 0.936992] 9p: Installing v9fs 9p2000 file system support␍␊
[15:07:54:058] [ 0.940253] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240)␍␊
[15:07:54:064] [ 0.940404] io scheduler noop registered␍␊
[15:07:54:069] [ 0.940695] io scheduler cfq registered (default)␍␊
[15:07:54:072] [ 0.943635] gic 702f9000.agic: GIC IRQ controller registered␍␊
[15:07:54:078] [ 0.946567] iommu: Adding device 702ef000.adsp to group 33␍␊
[15:07:54:083] [ 0.955540] iommu: Adding device aconnect@702c0000:adsp_audio to group 34␍␊
[15:07:54:092] [ 0.955719] tegra-aconnect aconnect@702c0000: Tegra ACONNECT bus registered␍␊
[15:07:54:097] [ 0.956331] tegra-xusb-padctl 7009f000.xusb_padctl: TEGRA_FUSE_SKU_CALIB_0 = 0x6967c0d␍␊
[15:07:54:106] [ 0.956348] tegra-xusb-padctl 7009f000.xusb_padctl: TEGRA_FUSE_USB_CALIB_EXT_0 = 0x4␍␊
[15:07:54:114] [ 0.957958] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.0, lane = usb2-0, function = xusb␍␊
[15:07:54:122] [ 0.958072] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.1, lane = usb2-1, function = xusb␍␊
[15:07:54:133] [ 0.958171] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.2, lane = usb2-2, function = xusb␍␊
[15:07:54:142] [ 0.958358] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.3, lane = pcie-0, function = pcie-x1␍␊
[15:07:54:150] [ 0.958456] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.4, lane = pcie-1, function = pcie-x4␍␊
[15:07:54:161] [ 0.958547] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.5, lane = pcie-2, function = pcie-x4␍␊
[15:07:54:169] [ 0.958642] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.6, lane = pcie-3, function = pcie-x4␍␊
[15:07:54:178] [ 0.958737] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.7, lane = pcie-4, function = pcie-x4␍␊
[15:07:54:189] [ 0.958875] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.8, lane = pcie-5, function = xusb␍␊
[15:07:54:197] [ 0.958971] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.9, lane = pcie-6, function = xusb␍␊
[15:07:54:206] [ 0.964963] tegra-pwm 7000a000.pwm: PWM clk cannot sleep in ops␍␊
[15:07:54:211] [ 0.966636] tegra-dfll-pwm 70110000.pwm: DFLL pwm-rate: 12800000␍␊
[15:07:54:219] [ 0.968574] tegra-pcie 1003000.pcie: 4x1, 1x1 configuration␍␊
[15:07:54:225] [ 0.969862] tegra-pcie 1003000.pcie: PCIE: Enable power rails␍␊
[15:07:54:231] [ 0.970234] tegra-pcie 1003000.pcie: probing port 0, using 4 lanes␍␊
[15:07:54:236] [ 0.971454] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe␍␊
[15:07:54:244] [ 0.971676] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=1500000, vi_iso_bw=1500000, max_bw=1500000␍␊
[15:07:54:256] [ 0.971920] Adding domain tsec-pd to PM domain host1x-pd␍␊
[15:07:54:261] [ 0.973979] tegra-pcie 1003000.pcie: probing port 1, using 1 lanes␍␊
[15:07:54:267] [ 0.974932] tsec 54500000.tsec: initialized␍␊
[15:07:54:272] [ 0.976512] tsec 54100000.tsecb: initialized␍␊
[15:07:54:275] [ 0.977211] Adding domain nvdec-pd to PM domain host1x-pd␍␊
[15:07:54:281] [ 0.980720] nvdec 54480000.nvdec: initialized␍␊
[15:07:54:286] [ 0.981761] Adding domain vic03-pd to PM domain host1x-pd␍␊
[15:07:54:292] [ 0.981957] Adding domain msenc-pd to PM domain host1x-pd␍␊
[15:07:54:297] [ 0.982125] Adding domain nvjpg-pd to PM domain host1x-pd␍␊
[15:07:54:303] [ 0.986207] falcon 54340000.vic: initialized␍␊
[15:07:54:306] [ 0.987492] falcon 544c0000.nvenc: initialized␍␊
[15:07:54:311] [ 0.988832] falcon 54380000.nvjpg: initialized␍␊
[15:07:54:314] [ 0.992932] tegra_cec 70015000.tegra_cec: dt=1 start=0x70015000 end=0x70015FFF irq=97␍␊
[15:07:54:322] [ 0.993009] tegra_cec 70015000.tegra_cec: Enable clock result: 0.␍␊
[15:07:54:328] [ 0.993045] tegra_cec 70015000.tegra_cec: tegra_cec_init started␍␊
[15:07:54:333] [ 0.993170] tegradc tegradc.0: disp0 connected to head0->/host1x/sor1␍␊
[15:07:54:342] [ 0.993311] display board info: id 0x0, fab 0x0␍␊
[15:07:54:345] [ 0.993341] tegra_cec 70015000.tegra_cec: cec_add_sysfs ret=0␍␊
[15:07:54:350] [ 0.993354] tegra_cec 70015000.tegra_cec: probed␍␊
[15:07:54:356] [ 0.993390] generic_infoframe_type: 0x87␍␊
[15:07:54:358] [ 0.993546] tegradc tegradc.0: DT parsed successfully␍␊
[15:07:54:364] [ 0.993607] tegradc tegradc.0: Display dc.ffffff800ab80000 registered with id=0␍␊
[15:07:54:372] [ 0.994168] tegradc tegradc.0: Bootloader disp_param detected. Detected mode: 640x480 (on 0x0mm) pclk=25173906␍␊
[15:07:54:383] [ 0.997515] tegradc tegradc.0: probed␍␊
[15:07:54:386] [ 1.002600] tegra-apbdma 60020000.dma: Tegra20 APB DMA driver register 32 channels␍␊
[15:07:54:395] [ 1.009225] tegra-adma 702e2000.adma: Tegra210 ADMA driver registered 22 channels␍␊
[15:07:54:400] [ 1.010150] tegra-fuse-burn 7000f800.efuse:efuse-burn: shutdown limit check disabled␍␊
[15:07:54:409] [ 1.010171] tegra-fuse-burn 7000f800.efuse:efuse-burn: Fuse burn driver initialized␍␊
[15:07:54:417] [ 1.010524] kfuse 7000fc00.kfuse: initialized␍␊
[15:07:54:420] [ 1.012065] tegra-pmc-iopower pmc-iopower: Regulator supply iopower-dbg-supply not available␍␊
[15:07:54:429] [ 1.013120] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0␍␊
[15:07:54:438] [ 1.014486] tegra-dfll-pwm 70110000.pwm: DFLL_PWM regulator is available now␍␊
[15:07:54:442] [ 1.014518] vdd-cpu: 708 <–> 1322 mV at 708 mV ␍␊
[15:07:54:449] [ 1.015068] pwm-regulator pwm_regulators:pwm-regulator@0: PWM regulator registration passed␍␊
[15:07:54:456] [ 1.016717] vdd-gpu: applied init 1000000uV constraint␍␊
[15:07:54:464] [ 1.016737] vdd-gpu: 708 <–> 1323 mV at 997 mV ␍␊
[15:07:54:468] [ 1.017209] pwm-regulator pwm_regulators:pwm-regulator@1: PWM regulator registration passed␍␊
[15:07:54:476] [ 1.021259] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled␍␊
[15:07:54:484] [ 1.021378] No Device Node present for smmu client: serial8250 !!␍␊
[15:07:54:488] [ 1.021396] platform serial8250: No iommus property found in DT node, got swgids from fixup(101004000)␍␊
[15:07:54:496] [ 1.021444] iommu: Adding device serial8250 to group 35␍␊
[15:07:54:504] [ 1.023873] console [ttyS0] disabled␍␊
[15:07:54:504] [ 1.023963] 70006000.serial: ttyS0 at MMIO 0x70006000 (irq = 63, base_baud = 25500000) is a Tegra␍␊
[15:07:54:512] [ 1.490408] tegra-pcie 1003000.pcie: link 0 down, retrying␍␊
[15:07:54:522] [ 1.894843] tegra-pcie 1003000.pcie: link 0 down, retrying␍␊
[15:07:54:526] [ 2.014842] tegra_cec 70015000.tegra_cec: Can’t find physical addresse.␍␊
[15:07:54:534] [ 2.014847] tegra_cec 70015000.tegra_cec: tegra_cec_init Done.␍␊
[15:07:54:538] [ 2.298496] tegra-pcie 1003000.pcie: link 0 down, retrying␍␊
[15:07:54:542] [ 2.300513] tegra-pcie 1003000.pcie: link 0 down, ignoring␍␊
[15:07:54:550] [ 2.406659] tegra-pcie 1003000.pcie: PCI host bridge to bus 0000:00␍␊
[15:07:54:554] [ 2.406671] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]␍␊
[15:07:54:562] [ 2.406675] pci_bus 0000:00: root bus resource [mem 0x13000000-0x1fffffff]␍␊
[15:07:54:570] [ 2.406680] pci_bus 0000:00: root bus resource [mem 0x20000000-0x3fffffff pref]␍␊
[15:07:54:574] [ 2.406686] pci_bus 0000:00: root bus resource [bus 00-ff]␍␊
[15:07:54:579] [ 2.407115] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring␍␊
[15:07:54:590] [ 2.430954] pci 0000:00:02.0: BAR 14: assigned [mem 0x13000000-0x130fffff]␍␊
[15:07:54:598] [ 2.430960] pci 0000:00:02.0: BAR 13: assigned [io 0x1000-0x1fff]␍␊
[15:07:54:602] [ 2.430970] pci 0000:01:00.0: BAR 4: assigned [mem 0x13000000-0x13003fff 64bit]␍␊
[15:07:54:606] [ 2.430990] pci 0000:01:00.0: BAR 2: assigned [mem 0x13004000-0x13004fff 64bit]␍␊
[15:07:54:618] [ 2.431008] pci 0000:01:00.0: BAR 0: assigned [io 0x1000-0x10ff]␍␊
[15:07:54:622] [ 2.431018] pci 0000:00:02.0: PCI bridge to [bus 01]␍␊
[15:07:54:626] [ 2.431023] pci 0000:00:02.0: bridge window [io 0x1000-0x1fff]␍␊
[15:07:54:634] [ 2.431030] pci 0000:00:02.0: bridge window [mem 0x13000000-0x130fffff]␍␊
[15:07:54:641] [ 2.431412] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt␍␊
[15:07:54:645] [ 2.431417] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt␍␊
[15:07:54:657] [ 3.449534] console [ttyS0] enabled␍␊
[15:07:54:657] [ 3.449891] Console: switching to colour frame buffer device 80x30␍␊
[15:07:54:665] [ 3.451998] 70006040.serial: ttyTHS1 at MMIO 0x70006040 (irq = 64, base_baud = 0) is a TEGRA_UART␍␊
[15:07:54:673] [ 3.452311] serial-tegra 70006200.serial: RX in PIO mode␍␊
[15:07:54:677] [ 3.452397] 70006200.serial: ttyTHS2 at MMIO 0x70006200 (irq = 65, base_baud = 0) is a TEGRA_UART␍␊
[15:07:54:688] [ 3.453314] [drm] Initialized␍␊
[15:07:54:688] [ 3.479896] brd: module loaded␍␊
[15:07:54:693] [ 3.489203] tegradc tegradc.0: fb registered␍␊
[15:07:54:697] [ 3.493737] loop: module loaded␍␊
[15:07:54:701] [ 3.497030] tegra_profiler: version: 1.141, samples/io: 48/28␍␊
[15:07:54:709] [ 3.499902] tegradc tegradc.0: DC initialized, skipping tegra_dc_program_mode.␍␊
[15:07:54:717] [ 3.499942] tegradc tegradc.0: hdmi: tmds rate:25174K prod-setting:prod_c_hdmi_0m_54m␍␊
[15:07:54:724] [ 3.500418] tegradc tegradc.0: hdmi: get RGB quant from REG programmed by BL.␍␊
[15:07:54:729] [ 3.500427] tegradc tegradc.0: hdmi: BL set VIC 0␍␊
[15:07:54:736] [ 3.500432] tegradc tegradc.0: hdmi: get YCC quant from REG programmed by BL.␍␊
[15:07:54:740] [ 3.537349] tegra_profiler: auth: init␍␊
[15:07:54:748] [ 3.542276] THERMAL EST: found 2 subdevs␍␊
[15:07:54:748] [ 3.546252] THERMAL EST num_resources: 0␍␊
[15:07:54:758] [ 3.550184] [THERMAL EST subdev 0]␍␊
[15:07:54:758] [ 3.553596] [THERMAL EST subdev 1]␍␊
[15:07:54:763] [ 3.557478] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type thermal-fan-est␍␊
[15:07:54:771] [ 3.566450] THERMAL EST: thz register success.␍␊
[15:07:54:777] [ 3.571063] THERMAL EST: end of probe, return err: 0␍␊
[15:07:54:781] [ 3.577303] sd: No Scsi addr parsed to reserve index␍␊
[15:07:54:786] [ 3.582340] hisi_sas: driver version v1.6␍␊
[15:07:54:795] [ 3.590963] tegra-qspi 70410000.spi: Prod settings list not found␍␊
[15:07:54:802] [ 3.598262] qspi_mtd spi32766.0: MX25U3235F (4096 Kbytes)␍␊
[15:07:54:808] [ 3.603695] qspi_mtd spi32766.0: mtd .name = spi32766.0, .size = 0x400000 (4MiB) .erasesize = 0x00001000 (4KiB) .numeraseregions = 0␍␊
[15:07:54:827] [ 3.618777] libphy: Fixed MDIO Bus: probed␍␊
[15:07:54:827] [ 3.623734] tun: Universal TUN/TAP device driver, 1.6␍␊
[15:07:54:835] [ 3.628869] tun: (C) 1999-2004 Max Krasnyansky maxk@qualcomm.com␍␊
[15:07:54:840] [ 3.636013] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k␍␊
[15:07:54:848] [ 3.641870] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.␍␊
[15:07:54:852] [ 3.647906] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k␍␊
[15:07:54:860] [ 3.654880] igb: Copyright (c) 2007-2014 Intel Corporation.␍␊
[15:07:54:864] [ 3.660550] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k␍␊
[15:07:54:872] [ 3.668388] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.␍␊
[15:07:54:880] [ 3.674361] Intel(R) 10GbE PCI Express Linux Network Driver - version 4.6.4␍␊
[15:07:54:884] [ 3.681362] Copyright(c) 1999 - 2017 Intel Corporation.␍␊
[15:07:54:893] [ 3.687607] r8168 0000:01:00.0: enabling device (0000 → 0003)␍␊
[15:07:54:897] [ 3.693483] r8168 Gigabit Ethernet driver 8.045.08-NAPI loaded␍␊
[15:07:54:917] [ 3.713548] r8168 0000:01:00.0 (unnamed net_device) (uninitialized): Invalid ethernet address 00:00:00:00:00:00, trying device tree node␍␊
[15:07:54:932] [ 3.725977] r8168 0000:01:00.0 (unnamed net_device) (uninitialized): bad mac address at /chosen/nvidia,ethernet-mac: missing.␍␊
[15:07:54:943] [ 3.737315] r8168 0000:01:00.0 (unnamed net_device) (uninitialized): Assigning random ethernet address 2e:b4:fc:35:6c:34␍␊
[15:07:54:954] [ 3.748786] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.␍␊
[15:07:54:966] [ 3.760226] r8168 Copyright (C) 2017 Realtek NIC software team nicfae@realtek.com ␍␊
[15:07:54:973] [ 3.760226] This program comes with ABSOLUTELY NO WARRANTY; for details, please see http://www.gnu.org/licenses/. ␍␊
[15:07:54:985] [ 3.760226] This is free software, and you are welcome to redistribute it under certain conditions; see http://www.gnu.org/licenses/. ␍␊
[15:07:54:996] [ 3.791586] PPP generic driver version 2.4.2␍␊
[15:07:55:000] [ 3.796112] PPP BSD Compression module registered␍␊
[15:07:55:004] [ 3.800836] PPP Deflate Compression module registered␍␊
[15:07:55:008] [ 3.805933] PPP MPPE Compression module registered␍␊
[15:07:55:016] [ 3.810738] NET: Registered protocol family 24␍␊
[15:07:55:020] [ 3.815269] usbcore: registered new interface driver r8152␍␊
[15:07:55:024] [ 3.820818] usbcore: registered new interface driver asix␍␊
[15:07:55:031] [ 3.826304] usbcore: registered new interface driver ax88179_178a␍␊
[15:07:55:039] [ 3.832446] usbcore: registered new interface driver cdc_ether␍␊
[15:07:55:043] [ 3.838319] usbcore: registered new interface driver net1080␍␊
[15:07:55:051] [ 3.844028] usbcore: registered new interface driver cdc_subset␍␊
[15:07:55:055] [ 3.849988] usbcore: registered new interface driver zaurus␍␊
[15:07:55:062] [ 3.855622] usbcore: registered new interface driver cdc_ncm␍␊
[15:07:55:066] [ 3.861487] VFIO - User Level meta-driver version: 0.3␍␊
[15:07:55:074] [ 3.867998] ehci_hcd: USB 2.0 ‘Enhanced’ Host Controller (EHCI) Driver␍␊
[15:07:55:080] [ 3.874575] ehci-pci: EHCI PCI platform driver␍␊
[15:07:55:084] [ 3.879091] ohci_hcd: USB 1.1 ‘Open’ Host Controller (OHCI) Driver␍␊
[15:07:55:093] [ 3.885287] ohci-pci: OHCI PCI platform driver␍␊
[15:07:55:093] [ 3.889793] ohci-platform: OHCI generic platform driver␍␊
[15:07:55:102] [ 3.897611] tegra-xusb 70090000.xusb: USB2 port 0 has OTG_CAP␍␊
[15:07:55:110] [ 3.903971] tegra-xusb-padctl 7009f000.xusb_padctl: enabled OTG on UTMI pad 0␍␊
[15:07:55:118] [ 3.912306] tegra-xusb 70090000.xusb: extcon 0: ffffffc0f96aec00 id␍␊
[15:07:55:125] [ 3.920787] usbcore: registered new interface driver uas␍␊
[15:07:55:129] [ 3.926148] tegra-xusb 70090000.xusb: Firmware timestamp: 2019-10-17 15:58:59 UTC, Version: 50.25 release␍␊
[15:07:55:142] [ 3.926193] tegra-xusb 70090000.xusb: xHCI Host Controller␍␊
[15:07:55:145] [ 3.926222] tegra-xusb 70090000.xusb: new USB bus registered, assigned bus number 1␍␊
[15:07:55:156] [ 3.927002] tegra-xusb 70090000.xusb: hcc params 0x0184f525 hci version 0x100 quirks 0x00050010␍␊
[15:07:55:164] [ 3.927064] tegra-xusb 70090000.xusb: irq 61, io mem 0x70090000␍␊
[15:07:55:168] [ 3.927376] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002␍␊
[15:07:55:175] [ 3.927382] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1␍␊
[15:07:55:182] [ 3.927387] usb usb1: Product: xHCI Host Controller␍␊
[15:07:55:189] [ 3.927391] usb usb1: Manufacturer: Linux 4.9.140-tegra xhci-hcd␍␊
[15:07:55:193] [ 3.927394] usb usb1: SerialNumber: 70090000.xusb␍␊
[15:07:55:197] [ 3.928011] hub 1-0:1.0: USB hub found␍␊
[15:07:55:201] [ 3.928052] hub 1-0:1.0: 5 ports detected␍␊
[15:07:55:205] [ 3.928579] tegra-xusb 70090000.xusb: xHCI Host Controller␍␊
[15:07:55:212] [ 3.928589] tegra-xusb 70090000.xusb: new USB bus registered, assigned bus number 2␍␊
[15:07:55:220] [ 3.928666] usb usb2: We don’t know the algorithms for LPM for this host, disabling LPM.␍␊
[15:07:55:228] [ 3.928770] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003␍␊
[15:07:55:231] [ 3.928774] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1␍␊
[15:07:55:242] [ 3.928778] usb usb2: Product: xHCI Host Controller␍␊
[15:07:55:246] [ 3.928781] usb usb2: Manufacturer: Linux 4.9.140-tegra xhci-hcd␍␊
[15:07:55:254] [ 3.928785] usb usb2: SerialNumber: 70090000.xusb␍␊
[15:07:55:254] [ 3.929206] hub 2-0:1.0: USB hub found␍␊
[15:07:55:261] [ 3.929238] hub 2-0:1.0: 4 ports detected␍␊
[15:07:55:265] [ 4.030981] usb usb1: usb_suspend_both: status 0␍␊
[15:07:55:269] [ 4.064849] usbcore: registered new interface driver usb-storage␍␊
[15:07:55:276] [ 4.070978] usbcore: registered new interface driver usbserial␍␊
[15:07:55:284] [ 4.080185] tegra-xudc-new 700d0000.xudc: device count: 1␍␊
[15:07:55:288] [ 4.086888] tegra-xudc-new 700d0000.xudc: USB charger detection disabled␍␊
[15:07:55:299] [ 4.093609] tegra-xudc-new 700d0000.xudc: vbus state: 0␍␊
[15:07:55:303] [ 4.098872] tegra-xudc-new 700d0000.xudc: entering ELPG␍␊
[15:07:55:310] [ 4.103537] mousedev: PS/2 mouse device common for all mice␍␊
[15:07:55:314] [ 4.103633] usbcore: registered new interface driver xpad␍␊
[15:07:55:321] [ 4.115363] tegra-xudc-new 700d0000.xudc: entering ELPG done␍␊
[15:07:55:427] [ 4.223156] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0␍␊
[15:07:55:441] [ 4.232938] rtc rtc1: alarm rtc device␍␊
[15:07:55:441] [ 4.236737] tegra_rtc 7000e000.rtc: rtc core: registered 7000e000.rtc as rtc1␍␊
[15:07:55:459] [ 4.243918] tegra_rtc 7000e000.rtc: Tegra internal Real Time Clock␍␊
[15:07:55:459] [ 4.250667] i2c /dev entries driver␍␊
[15:07:55:473] [ 4.256703] max77620-power max77620-power: Event recorder REG_NVERC : 0x0␍␊
[15:07:55:473] [ 4.265988] tegra_soctherm 700e2000.soctherm: pllx_offset tz:0 max:14, min:2␍␊
[15:07:55:481] [ 4.273066] tegra_soctherm 700e2000.soctherm: pllx_offset tz:2 max:8, min:4␍␊
[15:07:55:487] [ 4.280529] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000␍␊
[15:07:55:493] [ 4.289862] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when cpu reaches 102500 mC␍␊
[15:07:55:502] [ 4.298837] tegra_soctherm 700e2000.soctherm: throttrip: will throttle when cpu reaches 100500 mC␍␊
[15:07:55:510] [ 4.307857] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000␍␊
[15:07:55:521] [ 4.317172] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when gpu reaches 103000 mC␍␊
[15:07:55:529] [ 4.326137] tegra_soctherm 700e2000.soctherm: throttrip: will throttle when gpu reaches 101000 mC␍␊
[15:07:55:541] [ 4.335158] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000␍␊
[15:07:55:549] [ 4.344474] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when pll reaches 127000 mC␍␊
[15:07:55:560] [ 4.353432] tegra_soctherm 700e2000.soctherm: throttrip: pll: missing hot temperature␍␊
[15:07:55:564] [ 4.361441] tegra_soctherm 700e2000.soctherm: failed to register sensor: -19␍␊
[15:07:55:573] [ 4.369272] tegra_aotag tegra-aotag: Registering sensor 0␍␊
[15:07:55:580] [ 4.374788] tegra_aotag tegra-aotag: Bound to TZ : ID 0␍␊
[15:07:55:584] [ 4.380038] tegra_aotag tegra-aotag: Probe done [SUCCESS]:0␍␊
[15:07:55:593] [ 4.386522] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000␍␊
[15:07:55:600] [ 4.395854] tegra_dfll_action dfll-cdev-cap: Tegra DFLL ‘cap cooling device’ registered␍␊
[15:07:55:608] [ 4.404078] tegra_dfll_action dfll-cdev-floor: Tegra DFLL ‘floor cooling device’ registered␍␊
[15:07:55:616] [ 4.412839] parse_throttle_dt_data: Num cap clks = 6␍␊
[15:07:55:624] [ 4.417815] parse_throttle_dt_data: clk=cclk_g type=2␍␊
[15:07:55:628] [ 4.422884] parse_throttle_dt_data: clk=gpu type=4␍␊
[15:07:55:632] [ 4.427700] parse_throttle_dt_data: clk=cap.throttle.c2bus type=0␍␊
[15:07:55:637] [ 4.433819] parse_throttle_dt_data: clk=cap.throttle.c3bus type=0␍␊
[15:07:55:644] [ 4.439934] parse_throttle_dt_data: clk=cap.throttle.sclk type=0␍␊
[15:07:55:652] [ 4.445943] parse_throttle_dt_data: clk=emc type=3␍␊
[15:07:55:657] [ 4.451165] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000␍␊
[15:07:55:665] [ 4.460579] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000␍␊
[15:07:55:673] [ 4.470052] tegra_throttle_probe: probe successful. #cdevs=4␍␊
[15:07:55:678] [ 4.476484] FAN dev name: pwm-fan␍␊
[15:07:55:682] [ 4.479919] FAN:gpio request success.␍␊
[15:07:55:690] [ 4.483666] pwm_fan_driver pwm-fan: cap state:7, cap pwm:255␍␊
[15:07:55:694] [ 4.489640] pwm_fan_driver pwm-fan: got pwm for fan. polarity is normal␍␊
[15:07:55:703] [ 4.496427] pwm_fan_driver pwm-fan: fan tach request irq success␍␊
[15:07:55:707] [ 4.502455] pwm_fan_driver pwm-fan: tach period: 1000␍␊
[15:07:55:711] [ 4.507611] pwm_fan_driver pwm-fan: index 0: pwm=0, rpm=0, rru=40, rrd=40, state:2␍␊
[15:07:55:721] [ 4.515195] pwm_fan_driver pwm-fan: index 1: pwm=80, rpm=1000, rru=2, rrd=2, state:2␍␊
[15:07:55:729] [ 4.522938] pwm_fan_driver pwm-fan: index 2: pwm=120, rpm=2000, rru=1, rrd=1, state:2␍␊
[15:07:55:732] [ 4.530779] pwm_fan_driver pwm-fan: index 3: pwm=160, rpm=3000, rru=1, rrd=1, state:2␍␊
[15:07:55:744] [ 4.538610] pwm_fan_driver pwm-fan: index 4: pwm=255, rpm=4000, rru=1, rrd=1, state:3␍␊
[15:07:55:751] [ 4.546446] pwm_fan_driver pwm-fan: index 5: pwm=255, rpm=5000, rru=1, rrd=1, state:3␍␊
[15:07:55:758] [ 4.554293] pwm_fan_driver pwm-fan: index 6: pwm=255, rpm=6000, rru=1, rrd=1, state:3␍␊
[15:07:55:766] [ 4.562133] pwm_fan_driver pwm-fan: index 7: pwm=255, rpm=7000, rru=1, rrd=1, state:4␍␊
[15:07:55:776] [ 4.569963] pwm_fan_driver pwm-fan: index 8: pwm=255, rpm=10000, rru=1, rrd=1, state:4␍␊
[15:07:55:780] [ 4.577878] pwm_fan_driver pwm-fan: index 9: pwm=255, rpm=11000, rru=1, rrd=1, state:4␍␊
[15:07:55:791] [ 4.586578] tegra-wdt 60005100.watchdog: Tegra WDT enabled on probe. Timeout = 120 seconds.␍␊
[15:07:55:798] [ 4.595274] tegra-wdt 60005100.watchdog: initialized (timeout = 120 sec, nowayout = 1)␍␊
[15:07:55:809] [ 4.604075] device-mapper: uevent: version 1.0.3␍␊
[15:07:55:813] [ 4.609159] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com␍␊
[15:07:55:827] [ 4.622872] tegra210-cpufreq cpufreq: probe()…completed␍␊
[15:07:55:830] [ 4.629018] sdhci: Secure Digital Host Controller Interface driver␍␊
[15:07:55:840] [ 4.635200] sdhci: Copyright(c) Pierre Ossman␍␊
[15:07:55:844] [ 4.639554] sdhci-pltfm: SDHCI platform and OF driver helper␍␊
[15:07:55:847] [ 4.645706] sdhci-tegra sdhci-tegra.0: Got CD GPIO␍␊
[15:07:55:855] [ 4.650874] sdhci-tegra sdhci-tegra.0: Client registration for eMC Successful␍␊
[15:07:55:862] [ 4.658122] sdhci-tegra sdhci-tegra.0: wakeup init done, cdirq 300␍␊
[15:07:55:873] [ 4.668733] tegra-se 70012000.se: tegra_se_probe: complete␍␊
[15:07:55:877] [ 4.674714] hidraw: raw HID events driver (C) Jiri Kosina␍␊

it seems ok now ?

oh no it still like this:
[15:20:03:305] append: tegraid=21.1.2.0.0 ddr_die=4096M@2048M section=512M memtype=0 vpr_resize usb_port_owner_info=0 lane_owner_info=0 emc_max_dvfs=0 touch_id=0@63 video=tegrafb no_console_suspend=1 console=ttyS0,115200n8 debug_uartport=lsport,2 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=0x1000@0xff780000 core_edp_mv=1075 core_edp_ma=4000 tegra_fbmem=0x140000@0x92cb4000 is_hdmi_initialised=1 root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 fbcon=map:0 net.ifnames=0 rootfstype=ext4 console=none keep_bootcon root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 fbcon=map:0 net.ifnames=0 rootfstype=ext4 console=none keep_bootcon␍␊

[15:20:03:364] ## Flattened Device Tree blob at 83100000␍␊

[15:20:03:368] Booting using the fdt blob at 0x83100000␍␊

[15:20:03:376] reserving fdt memory region: addr=80000000 size=20000␍␊

[15:20:03:376] Using Device Tree in place at 0000000083100000, end 00000000831775ff␍␊

[15:20:03:391] ␍␊

[15:20:03:391] Starting kernel …␍␊

[15:20:03:391] ␍␊

[15:20:35:510] [0000.159] [L4T TegraBoot] (version 00.00.2018.01-l4t-80a468da)␍␊

[15:20:35:515] [0000.165] Processing in cold boot mode Bootloader 2␍␊

[15:20:35:523] [0000.169] A02 Bootrom Patch rev = 1023␍␊

[15:20:35:536] [0000.173] Power-up reason: software reset␍␊

[15:20:35:536] [0000.177] No Battery Present␍␊

[15:20:35:536] [0000.179] pmic max77620 reset reason␍␊

[15:20:35:536] [0000.183] pmic max77620 NVERC : 0x0␍␊

[15:20:35:536] [0000.186] RamCode = 2␍␊

[15:20:35:545] [0000.188] Platform has DDR4 type RAM␍␊

[15:20:35:545] [0000.192] max77620 disabling SD1 Remote Sense␍␊

[15:20:35:556] [0000.196] Setting DDR voltage to 1125mv␍␊

Hi,

I don’t know why you are surprised… What I provided here is to debug but not solution. Thus it should still reboot.

What we want to check is the full log. And we need to check the log when the device starts to reboot…

So please do not just share me a log that has been truncated. If the log is too long, you could attach it as a file.

oh,sorry.
but it seems to be caused by unstable power supply. and I will check it and redesign the power supply.

That is a good point. Such issue may be related to unstable power supply.

yes, I change the power supply and it wont reboot now.
but it stop at starting kernel …
and the log like this:
[21:56:28:901] [0000.159] [L4T TegraBoot] (version 00.00.2018.01-l4t-80a468da)␍␊

[21:56:28:909] [0000.165] Processing in cold boot mode Bootloader 2␍␊

[21:56:28:915] [0000.169] A02 Bootrom Patch rev = 1023␍␊

[21:56:28:924] [0000.173] Power-up reason: software reset␍␊

[21:56:28:924] [0000.177] No Battery Present␍␊

[21:56:28:924] [0000.179] pmic max77620 reset reason␍␊

[21:56:28:924] [0000.183] pmic max77620 NVERC : 0x0␍␊

[21:56:28:930] [0000.186] RamCode = 2␍␊

[21:56:28:930] [0000.188] Platform has DDR4 type RAM␍␊

[21:56:28:936] [0000.192] max77620 disabling SD1 Remote Sense␍␊

[21:56:28:946] [0000.196] Setting DDR voltage to 1125mv␍␊

[21:56:28:946] [0000.200] Serial Number of Pmic Max77663: 0x3226f5␍␊

[21:56:28:952] [0000.208] Entering ramdump check␍␊

[21:56:28:957] [0000.211] Get RamDumpCarveOut = 0x0␍␊

[21:56:28:957] [0000.214] RamDumpCarveOut=0x0, RamDumperFlag=0xe59ff3f8␍␊

[21:56:28:967] [0000.219] Last reboot was clean, booting normally!␍␊

[21:56:28:967] [0000.224] Sdram initialization is successful ␍␊

[21:56:28:973] [0000.228] SecureOs Carveout Base=0x00000000ff800000 Size=0x00800000␍␊

[21:56:28:978] [0000.234] Lp0 Carveout Base=0x00000000ff780000 Size=0x00001000␍␊

[21:56:28:988] [0000.240] BpmpFw Carveout Base=0x00000000ff700000 Size=0x00080000␍␊

[21:56:28:988] [0000.245] GSC1 Carveout Base=0x00000000ff600000 Size=0x00100000␍␊

[21:56:28:994] [0000.251] GSC2 Carveout Base=0x00000000ff500000 Size=0x00100000␍␊

[21:56:29:000] [0000.257] GSC4 Carveout Base=0x00000000ff400000 Size=0x00100000␍␊

[21:56:29:010] [0000.263] GSC5 Carveout Base=0x00000000ff300000 Size=0x00100000␍␊

[21:56:29:015] [0000.269] GSC3 Carveout Base=0x000000017f300000 Size=0x00d00000␍␊

[21:56:29:031] [0000.285] RamDump Carveout Base=0x00000000ff280000 Size=0x00080000␍␊

[21:56:29:036] [0000.291] Platform-DebugCarveout: 0␍␊

[21:56:29:042] [0000.294] Nck Carveout Base=0x00000000ff080000 Size=0x00200000␍␊

[21:56:29:052] [0000.300] Non secure mode, and RB not enabled.␍␊

[21:56:29:052] [0000.304] Read GPT from (4:0)␍␊

[21:56:29:243] [0000.493] Csd NumOfBlocks=124735488␍␊

[21:56:29:251] [0000.497] Set High speed to 1␍␊

[21:56:29:251] [0000.501] Error mask set in wait for cmd complete with error 0x3 in HwSdmmcWaitForCommandComplete func at 278 line ␍␊

[21:56:29:264] [0000.511] Command complete wait failed with error 0x3 Interrupt 0x18001␍␊

[21:56:29:275] [0000.517] Number of retries left 4␍␊

[21:56:29:287] [0000.527] Using GPT Primary to query partitions␍␊

[21:56:29:287] [0000.532] Loading Tboot-CPU binary␍␊

[21:56:29:295] [0000.541] Verifying TBC in OdmNonSecureSBK mode␍␊

[21:56:29:308] [0000.551] Bootloader load address is 0xa0000000, entry address is 0xa0000258␍␊

[21:56:29:314] [0000.558] Bootloader downloaded successfully.␍␊

[21:56:29:314] [0000.562] Downloaded Tboot-CPU binary to 0xa0000258␍␊

[21:56:29:320] [0000.567] MAX77620_GPIO5 configured␍␊

[21:56:29:326] [0000.571] CPU power rail is up␍␊

[21:56:29:326] [0000.574] CPU clock enabled␍␊

[21:56:29:332] [0000.577] Performing RAM repair␍␊

[21:56:29:332] [0000.580] Updating A64 Warmreset Address to 0xa00002e9␍␊

[21:56:29:338] [0000.585] Loading NvTbootBootloaderDTB␍␊

[21:56:29:362] [0000.610] Verifying NvTbootBootloaderDTB in OdmNonSecureSBK mode␍␊

[21:56:29:429] [0000.675] Bootloader DTB Load Address: 0x83000000␍␊

[21:56:29:438] [0000.680] Loading NvTbootKernelDTB␍␊

[21:56:29:459] [0000.704] Verifying NvTbootKernelDTB in OdmNonSecureSBK mode␍␊

[21:56:29:525] [0000.769] Kernel DTB Load Address: 0x83100000␍␊

[21:56:29:534] [0000.773] Loading cboot binary␍␊

[21:56:29:560] [0000.803] Verifying EBT in OdmNonSecureSBK mode␍␊

[21:56:29:603] [0000.844] Bootloader load address is 0x92c00000, entry address is 0x92c00258␍␊

[21:56:29:612] [0000.851] Bootloader downloaded successfully.␍␊

[21:56:29:612] [0000.856] Read PT from (2:0)␍␊

[21:56:29:635] [0000.871] Using BFS PT to query partitions ␍␊

[21:56:29:635] [0000.875] PT: Partition NCT NOT found ! ␍␊

[21:56:29:645] [0000.879] Warning: Find Partition via PT Failed␍␊

[21:56:29:645] [0000.883] Next binary entry address: 0x92c00258 ␍␊

[21:56:29:645] [0000.888] BoardId: 3448␍␊

[21:56:29:653] [0000.892] Overriding pmu board id with proc board id␍␊

[21:56:29:659] [0000.897] Display board id is not available ␍␊

[21:56:29:685] [0000.925] Verifying SC7EntryFw in OdmNonSecureSBK mode␍␊

[21:56:29:739] [0000.977] /bpmp deleted␍␊

[21:56:29:739] [0000.979] SC7EntryFw header found loaded at 0xff700000␍␊

[21:56:29:935] [0001.169] OVR2 PMIC␍␊

[21:56:29:935] [0001.171] Bpmp FW successfully loaded␍␊

[21:56:29:945] [0001.175] WB0 init successfully at 0xff780000␍␊

[21:56:29:945] [0001.179] Set NvDecSticky Bits␍␊

[21:56:29:957] [0001.183] GSC2 address ff53fffc value c0edbbcc␍␊

[21:56:29:957] [0001.189] GSC MC Settings done␍␊

[21:56:29:970] [0001.193] TOS Image length 53680␍␊

[21:56:29:970] [0001.196] Monitor size 53680␍␊

[21:56:29:970] [0001.198] OS size 0␍␊

[21:56:29:984] [0001.205] Secure Os AES-CMAC Verification Success!␍␊

[21:56:29:984] [0001.210] TOS image cipher info: plaintext␍␊

[21:56:29:984] [0001.214] Loading and Validation of Secure OS Successful␍␊

[21:56:29:997] [0001.230] SC7 Entry Firmware - 0xff700000, 0x4000␍␊

[21:56:30:002] [0001.234] NvTbootPackSdramParams: start. ␍␊

[21:56:30:011] [0001.239] NvTbootPackSdramParams: done. ␍␊

[21:56:30:011] [0001.243] Tegraboot started after 87446 us␍␊

[21:56:30:017] [0001.247] Basic modules init took 836195 us␍␊

[21:56:30:022] [0001.251] Sec Bootdevice Read Time = 12 ms, Read Size = 65 KB␍␊

[21:56:30:026] [0001.257] Sec Bootdevice Write Time = 0 ms, Write Size = 0 KB␍␊

[21:56:30:031] [0001.262] Storage Device Read Time = 107 ms, Read Size = 2241 KB␍␊

[21:56:30:038] [0001.268] Storage Device Write Time = 0 ms, Write Size = 0 KB␍␊

[21:56:30:043] [0001.273] Next stage binary read took 24204 us␍␊

[21:56:30:048] [0001.278] Carveout took -35888 us␍␊

[21:56:30:048] [0001.281] CPU initialization took 361510 us␍␊

[21:56:30:053] [0001.285] Total time taken by TegraBoot 1186021 us␍␊

[21:56:30:062] ␍␊

[21:56:30:062] [0001.290] Starting CPU & Halting co-processor ␍␊

[21:56:30:067] ␍␊

[21:56:30:067] 64NOTICE: BL31: v1.3(release):fe06da916␍␊

[21:56:30:076] NOTICE: BL31: Built : 18:04:17, Apr 8 2020␍␊

[21:56:30:076] ERROR: Error initializing runtime service trusty_fast␍␊

[21:56:30:184] [0001.412] RamCode = 2␍␊

[21:56:30:184] [0001.414] get_emc_table_offset: Can’t find emc-table node␍␊

[21:56:30:193] [0001.419] LPDDR4 Training: Can’t find emc-table node␍␊

[21:56:30:205] [0001.462] ␍␊

[21:56:30:205] [0001.463] Debug Init done␍␊

[21:56:30:205] [0001.466] Marked DTB cacheable␍␊

[21:56:30:218] [0001.469] Bootloader DTB loaded at 0x83000000␍␊

[21:56:30:218] [0001.473] Marked DTB cacheable␍␊

[21:56:30:218] [0001.476] Kernel DTB loaded at 0x83100000␍␊

[21:56:30:218] [0001.480] DeviceTree Init done␍␊

[21:56:30:239] [0001.496] Pinmux applied successfully␍␊

[21:56:30:239] [0001.500] gicd_base: 0x50041000␍␊

[21:56:30:245] [0001.503] gicc_base: 0x50042000␍␊

[21:56:30:245] [0001.506] Interrupts Init done␍␊

[21:56:30:252] [0001.511] Using base:0x60005090 & irq:208 for tick-timer␍␊

[21:56:30:257] [0001.516] Using base:0x60005098 for delay-timer␍␊

[21:56:30:257] [0001.520] platform_init_timer: DONE␍␊

[21:56:30:262] [0001.524] Timer(tick) Init done␍␊

[21:56:30:267] [0001.527] osc freq = 38400 khz␍␊

[21:56:30:274] [0001.532] ␍␊

[21:56:30:274] [0001.533] Welcome to L4T Cboot␍␊

[21:56:30:274] [0001.536] ␍␊

[21:56:30:274] [0001.537] Cboot Version: 00.00.2018.01-t210-40c3ff9c␍␊

[21:56:30:278] [0001.542] calling constructors␍␊

[21:56:30:283] [0001.545] initializing heap␍␊

[21:56:30:287] [0001.547] initializing threads␍␊

[21:56:30:287] [0001.550] initializing timers␍␊

[21:56:30:292] [0001.553] creating bootstrap completion thread␍␊

[21:56:30:296] [0001.558] top of bootstrap2()␍␊

[21:56:30:300] [0001.560] CPU: ARM Cortex A57␍␊

[21:56:30:304] [0001.563] CPU: MIDR: 0x411FD071, MPIDR: 0x80000000␍␊

[21:56:30:304] [0001.568] initializing platform␍␊

[21:56:30:314] [0001.576] Manufacturer: MF = 0xc2, ID MSB = 0x25␍␊

[21:56:30:318] [0001.580] ID LSB = 0x36, ID-CFI len = 194 bytes␍␊

[21:56:30:323] [0001.585] Macronix QSPI chip present␍␊

[21:56:30:327] [0001.588] SPI device register␍␊

[21:56:30:331] [0001.591] init boot device␍␊

[21:56:30:331] [0001.594] allocating memory for boot device(SPI)␍␊

[21:56:30:336] [0001.598] registering boot device␍␊

[21:56:30:346] [0001.608] sdmmc node status = okay␍␊

[21:56:30:348] [0001.611] sdcard instance = 0␍␊

[21:56:30:353] [0001.614] sdcard gpio handle 0x56␍␊

[21:56:30:357] [0001.617] sdcard gpio pin 0xc9␍␊

[21:56:30:357] [0001.620] sdcard gpio flags 0x0␍␊

[21:56:30:361] [0001.623] vmmc-supply 0x99␍␊

[21:56:30:366] [0001.626] Instance: 0␍␊

[21:56:30:366] [0001.628] Allocating memory for context␍␊

[21:56:30:370] [0001.631] enabling clock␍␊

[21:56:30:377] [0001.634] sd card init␍␊

[21:56:30:377] [0001.636] Check card present and stable␍␊

[21:56:30:381] [0001.640] Send command 0␍␊

[21:56:30:404] [0001.664] Send command 3␍␊

[21:56:30:407] [0001.669] Set RCA for the card␍␊

[21:56:30:410] [0001.672] Query card specific data by command 9␍␊

[21:56:30:419] [0001.678] Parse CSD data␍␊

[21:56:30:419] [0001.680] Send command 7␍␊

[21:56:30:429] [0001.691] Calling sd device register␍␊

[21:56:30:432] [0001.694] Init sdcard␍␊

[21:56:30:432] [0001.696] Allocating memory for boot device␍␊

[21:56:30:443] [0001.701] Registering user device␍␊

[21:56:30:452] [0001.714] Enable APE clock␍␊

[21:56:30:452] [0001.716] Un-powergate APE partition␍␊

[21:56:30:459] [0001.720] of_register: registering tegra_udc to of_hal␍␊

[21:56:30:463] [0001.725] of_register: registering inv20628-driver to of_hal␍␊

[21:56:30:467] [0001.731] of_register: registering ads1015-driver to of_hal␍␊

[21:56:30:476] [0001.736] of_register: registering lp8557-bl-driver to of_hal␍␊

[21:56:30:480] [0001.742] of_register: registering bq2419x_charger to of_hal␍␊

[21:56:30:484] [0001.748] of_register: registering bq27441_fuel_gauge to of_hal␍␊

[21:56:30:497] [0001.759] gpio framework initialized␍␊

[21:56:30:500] [0001.763] of_register: registering tca9539_gpio to of_hal␍␊

[21:56:30:508] [0001.768] of_register: registering tca9539_gpio to of_hal␍␊

[21:56:30:512] [0001.773] of_register: registering i2c_bus_driver to of_hal␍␊

[21:56:30:516] [0001.779] of_register: registering i2c_bus_driver to of_hal␍␊

[21:56:30:520] [0001.784] of_register: registering i2c_bus_driver to of_hal␍␊

[21:56:30:529] [0001.790] pmic framework initialized␍␊

[21:56:30:533] [0001.793] of_register: registering max77620_pmic to of_hal␍␊

[21:56:30:537] [0001.799] regulator framework initialized␍␊

[21:56:30:542] [0001.803] of_register: registering tps65132_bl_driver to of_hal␍␊

[21:56:30:546] [0001.809] initializing target␍␊

[21:56:30:555] [0001.815] gpio_driver_register: register ‘tegra_gpio_driver’ driver␍␊

[21:56:30:563] [0001.823] board ID = D78, board SKU = 0␍␊

[21:56:30:567] [0001.826] Skipping Z3!␍␊

[21:56:30:575] [0001.831] fixed regulator driver initialized␍␊

[21:56:30:587] [0001.849] initializing OF layer␍␊

[21:56:30:590] [0001.852] NCK carveout not present␍␊

[21:56:30:593] [0001.855] Skipping dts_overrides␍␊

[21:56:30:597] [0001.859] of_children_init: Ops found for compatible string nvidia,tegra210-i2c␍␊

[21:56:30:614] [0001.876] I2C Bus Init done␍␊

[21:56:30:614] [0001.879] of_children_init: Ops found for compatible string nvidia,tegra210-i2c␍␊

[21:56:30:628] [0001.889] I2C Bus Init done␍␊

[21:56:30:628] [0001.892] of_children_init: Ops found for compatible string nvidia,tegra210-i2c␍␊

[21:56:30:643] [0001.902] I2C Bus Init done␍␊

[21:56:30:643] [0001.905] of_children_init: Ops found for compatible string nvidia,tegra210-i2c␍␊

[21:56:30:655] [0001.915] I2C Bus Init done␍␊

[21:56:30:655] [0001.918] of_children_init: Ops found for compatible string nvidia,tegra210-i2c␍␊

[21:56:30:666] [0001.928] I2C Bus Init done␍␊

[21:56:30:666] [0001.931] of_children_init: Ops found for compatible string maxim,max77620␍␊

[21:56:30:681] [0001.941] max77620_init using irq 118␍␊

[21:56:30:685] [0001.946] register ‘maxim,max77620’ pmic␍␊

[21:56:30:689] [0001.950] gpio_driver_register: register ‘max77620-gpio’ driver␍␊

[21:56:30:693] [0001.956] of_children_init: Ops found for compatible string nvidia,tegra210-i2c␍␊

[21:56:30:706] [0001.967] I2C Bus Init done␍␊

[21:56:30:706] [0001.970] NCK carveout not present␍␊

[21:56:30:718] [0001.980] Find /i2c@7000c000’s alias i2c0␍␊

[21:56:30:721] [0001.984] get eeprom at 1-a0, size 256, type 0␍␊

[21:56:30:731] [0001.993] Find /i2c@7000c500’s alias i2c2␍␊

[21:56:30:734] [0001.997] get eeprom at 3-a0, size 256, type 0␍␊

[21:56:30:737] [0002.001] get eeprom at 3-ae, size 256, type 0␍␊

[21:56:30:743] [0002.006] pm_ids_update: Updating 1,a0, size 256, type 0␍␊

[21:56:30:749] [0002.011] I2C slave not started␍␊

[21:56:30:753] [0002.014] I2C write failed␍␊

[21:56:30:756] [0002.017] Writing offset failed␍␊

[21:56:30:759] [0002.020] eeprom_init: EEPROM read failed␍␊

[21:56:30:762] [0002.024] pm_ids_update: eeprom init failed␍␊

[21:56:30:766] [0002.028] pm_ids_update: Updating 3,a0, size 256, type 0␍␊

[21:56:32:796] [0004.058] I2C transfer timeout␍␊

[21:56:32:804] [0004.061] I2C read failed␍␊

[21:56:32:804] [0004.063] I2c Read failed␍␊

[21:56:32:804] [0004.066] Slave: 0xa0, Register 0x0 Instance 3, Buffer Size: 0␍␊

[21:56:32:810] [0004.072] eeprom_init: EEPROM read failed␍␊

[21:56:32:817] [0004.076] pm_ids_update: eeprom init failed␍␊

[21:56:32:817] [0004.080] pm_ids_update: Updating 3,ae, size 256, type 0␍␊

[21:56:34:848] [0006.110] I2C transfer timeout␍␊

[21:56:34:856] [0006.113] I2C read failed␍␊

[21:56:34:856] [0006.115] I2c Read failed␍␊

[21:56:34:856] [0006.118] Slave: 0xae, Register 0x0 Instance 3, Buffer Size: 0␍␊

[21:56:34:861] [0006.124] eeprom_init: EEPROM read failed␍␊

[21:56:34:869] [0006.128] pm_ids_update: eeprom init failed␍␊

[21:56:36:895] [0008.157] I2C transfer timeout␍␊

[21:56:36:902] [0008.160] I2C read failed␍␊

[21:56:36:902] [0008.162] I2c Read failed␍␊

[21:56:36:902] [0008.165] Slave: 0xa0, Register 0x0 Instance 3, Buffer Size: 0␍␊

[21:56:36:908] [0008.170] eeprom_init: EEPROM read failed␍␊

[21:56:36:915] [0008.174] Plugin Manager: Parse ODM data 0x00094000␍␊

[21:56:36:926] [0008.185] shim_cmdline_install: /chosen/bootargs: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 ␍␊

[21:56:36:945] [0008.206] Find /i2c@7000c000’s alias i2c0␍␊

[21:56:36:950] [0008.210] get eeprom at 1-a0, size 256, type 0␍␊

[21:56:36:962] [0008.219] Find /i2c@7000c500’s alias i2c2␍␊

[21:56:36:962] [0008.223] get eeprom at 3-a0, size 256, type 0␍␊

[21:56:36:968] [0008.227] get eeprom at 3-ae, size 256, type 0␍␊

[21:56:36:973] [0008.231] pm_ids_update: Updating 1,a0, size 256, type 0␍␊

[21:56:36:979] [0008.237] I2C slave not started␍␊

[21:56:36:979] [0008.240] I2C write failed␍␊

[21:56:36:987] [0008.242] Writing offset failed␍␊

[21:56:36:987] [0008.245] eeprom_init: EEPROM read failed␍␊

[21:56:36:987] [0008.249] pm_ids_update: eeprom init failed␍␊

[21:56:36:993] [0008.253] pm_ids_update: Updating 3,a0, size 256, type 0␍␊

[21:56:39:022] [0010.284] I2C transfer timeout␍␊

[21:56:39:029] [0010.287] I2C read failed␍␊

[21:56:39:029] [0010.289] I2c Read failed␍␊

[21:56:39:029] [0010.292] Slave: 0xa0, Register 0x0 Instance 3, Buffer Size: 0␍␊

[21:56:39:035] [0010.297] eeprom_init: EEPROM read failed␍␊

[21:56:39:042] [0010.301] pm_ids_update: eeprom init failed␍␊

[21:56:39:042] [0010.305] pm_ids_update: Updating 3,ae, size 256, type 0␍␊

[21:56:41:074] [0012.336] I2C transfer timeout␍␊

[21:56:41:081] [0012.339] I2C read failed␍␊

[21:56:41:081] [0012.341] I2c Read failed␍␊

[21:56:41:081] [0012.344] Slave: 0xae, Register 0x0 Instance 3, Buffer Size: 0␍␊

[21:56:41:087] [0012.349] eeprom_init: EEPROM read failed␍␊

[21:56:41:094] [0012.353] pm_ids_update: eeprom init failed␍␊

[21:56:43:121] [0014.382] I2C transfer timeout␍␊

[21:56:43:128] [0014.385] I2C read failed␍␊

[21:56:43:128] [0014.388] I2c Read failed␍␊

[21:56:43:128] [0014.390] Slave: 0xa0, Register 0x0 Instance 3, Buffer Size: 0␍␊

[21:56:43:134] [0014.396] eeprom_init: EEPROM read failed␍␊

[21:56:43:141] [0014.400] shim_get_serial_num:EEPROM read failed␍␊

[21:56:43:141] [0014.405] Reading Serial number from with NCT/FCT␍␊

[21:56:43:147] [0014.409] No serial number in NCT/EEPROM. Using fused IDs␍␊

[21:56:43:152] [0014.415] Chip UID is 00000001644495091400000011048300␍␊

[21:56:43:165] [0014.420] Add serial number:00830411000000140995 as DT property␍␊

[21:56:43:171] [0014.428] Applying platform configs␍␊

[21:56:43:176] [0014.435] platform-init is not present. Skipping␍␊

[21:56:43:176] [0014.439] calling apps_init()␍␊

[21:56:43:203] [0014.465] Found 14 GPT partitions in "sd0"␍␊

[21:56:43:206] [0014.469] Proceeding to Cold Boot␍␊

[21:56:43:210] [0014.472] starting app android_boot_app␍␊

[21:56:43:216] [0014.476] Device state: unlocked␍␊

[21:56:43:216] [0014.479] display console init␍␊

[21:56:43:228] [0014.488] could not find regulator␍␊

[21:56:43:234] [0014.491] hdmi cable connected␍␊

[21:56:43:265] [0014.527] DT entry for leds-pwm not found␍␊

[21:56:45:239] [0016.501] I2C transfer timeout␍␊

[21:56:45:247] [0016.504] I2C write failed␍␊

[21:56:45:247] [0016.507] Writing offset failed␍␊

[21:56:45:252] [0016.510] could not read edid␍␊

[21:56:45:252] [0016.514] tmds-config node not found␍␊

[21:56:45:260] [0016.518] pmc_set_io_pad_voltage: Error -2 retrieving platform-io-pad-voltagepropsetting ‘avdd-io-hdmi-dp’ regulator to 1050000 micro volts␍␊

[21:56:45:277] [0016.533] setting ‘vdd-1v8’ regulator to 1800000 micro volts␍␊

[21:56:45:284] [0016.541] could not find regulator␍␊

[21:56:45:284] [0016.544] could not find regulator␍␊

[21:56:45:290] [0016.547] could not find regulator␍␊

[21:56:45:314] [0016.576] using default cmu settings␍␊

[21:56:45:317] [0016.579] dc_hdmi_enable, starting HDMI initialisation␍␊

[21:56:45:327] [0016.586] dc_hdmi_enable, HDMI initialisation complete␍␊

[21:56:45:327] [0016.591] list and configure display window␍␊

[21:56:45:338] [0016.595] display console init completed␍␊

[21:56:45:346] [0016.603] subnode volume_up is not found !␍␊

[21:56:45:346] [0016.607] subnode back is not found !␍␊

[21:56:45:351] [0016.610] subnode volume_down is not found !␍␊

[21:56:45:357] [0016.614] subnode menu is not found !␍␊

[21:56:45:357] [0016.618] Gpio keyboard init success␍␊

[21:56:45:400] [0016.662] found decompressor handler: lz4-legacy␍␊

[21:56:45:414] [0016.676] decompressing blob (type 1)…␍␊

[21:56:45:448] [0016.710] load_bmp_blob: panelresolution=480 type=0␍␊

[21:56:45:499] [0016.760] decompressor handler not found␍␊

[21:56:45:508] [0016.764] load_firmware_blob: Firmware blob loaded, entries=2␍␊

[21:56:45:508] [0016.770] -------> se_aes_verify_sbk_clear: 747␍␊

[21:56:45:520] [0016.774] se_aes_verify_sbk_clear: Error␍␊

[21:56:45:520] [0016.778] bl_battery_charging: connected to external power supply␍␊

[21:56:45:533] [0016.786] xusb is supported␍␊

[21:56:45:533] [0016.792] error while finding nvidia,portmap␍␊

[21:56:46:034] [0017.296] xusb blob version 0 size 124416␍␊

[21:56:46:042] [0017.300] firmware size 124416␍␊

[21:56:46:045] [0017.305] Firmware timestamp: 0x5da88fc3, Version: 50.25 release␍␊

[21:56:46:055] [0017.313] xhci0: 64 bytes context size, 32-bit DMA␍␊

[21:56:46:092] [0017.353] usbus0: 5.0Gbps Super Speed USB v3.0␍␊

[21:56:46:112] [0017.373] uhub0: <Nvidia XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0␍␊

[21:56:46:762] [0018.023] uhub0: 9 ports with 9 removable, self powered␍␊

[21:56:47:762] [0019.023] failed to get HID devices␍␊

[21:56:47:769] [0019.027] failed to init xhci or no usb device attached␍␊

[21:56:47:775] [0019.037] device_query_partition_size: failed to open partition sd0:MSC !␍␊

[21:56:47:782] [0019.044] MSC Partition not found␍␊

[21:56:47:793] [0019.050] device_query_partition_size: failed to open partition sd0:USP !␍␊

[21:56:47:799] [0019.057] USP partition read failed!␍␊

[21:56:47:799] [0019.060] blob_init: blob-partition USP header read failed␍␊

[21:56:47:806] [0019.066] android_boot Unable to update recovery partition␍␊

[21:56:47:812] [0019.071] kfs_getpartname: name = LNX␍␊

[21:56:47:812] [0019.075] Loading kernel from LNX␍␊

[21:56:47:911] [0019.173] load kernel from storage␍␊

[21:56:47:933] [0019.185] decompressor handler not found␍␊

[21:56:47:980] [0019.242] Successfully loaded kernel and ramdisk images␍␊

[21:56:47:989] [0019.248] load_bmp_blob: panelresolution=480 type=0␍␊

[21:56:48:060] [0019.322] display bmp image done␍␊

[21:56:48:069] [0019.325] NCK carveout not present␍␊

[21:56:48:069] [0019.328] Skipping dts_overrides␍␊

[21:56:48:069] [0019.331] NCK carveout not present␍␊

[21:56:48:084] [0019.341] Find /i2c@7000c000’s alias i2c0␍␊

[21:56:48:084] [0019.345] get eeprom at 1-a0, size 256, type 0␍␊

[21:56:48:098] [0019.354] Find /i2c@7000c500’s alias i2c2␍␊

[21:56:48:098] [0019.358] get eeprom at 3-a0, size 256, type 0␍␊

[21:56:48:112] [0019.362] get eeprom at 3-ae, size 256, type 0␍␊

[21:56:48:112] [0019.367] pm_ids_update: Updating 1,a0, size 256, type 0␍␊

[21:56:48:112] [0019.372] I2C slave not started␍␊

[21:56:48:123] [0019.375] I2C write failed␍␊

[21:56:48:123] [0019.378] Writing offset failed␍␊

[21:56:48:123] [0019.381] eeprom_init: EEPROM read failed␍␊

[21:56:48:123] [0019.385] pm_ids_update: eeprom init failed␍␊

[21:56:48:133] [0019.389] pm_ids_update: Updating 3,a0, size 256, type 0␍␊

[21:56:50:157] [0021.419] I2C transfer timeout␍␊

[21:56:50:164] [0021.422] I2C read failed␍␊

[21:56:50:164] [0021.424] I2c Read failed␍␊

[21:56:50:164] [0021.427] Slave: 0xa0, Register 0x0 Instance 3, Buffer Size: 0␍␊

[21:56:50:170] [0021.433] eeprom_init: EEPROM read failed␍␊

[21:56:50:178] [0021.437] pm_ids_update: eeprom init failed␍␊

[21:56:50:178] [0021.441] pm_ids_update: Updating 3,ae, size 256, type 0␍␊

[21:56:52:209] [0023.471] I2C transfer timeout␍␊

[21:56:52:216] [0023.474] I2C read failed␍␊

[21:56:52:216] [0023.476] I2c Read failed␍␊

[21:56:52:216] [0023.479] Slave: 0xae, Register 0x0 Instance 3, Buffer Size: 0␍␊

[21:56:52:222] [0023.485] eeprom_init: EEPROM read failed␍␊

[21:56:52:230] [0023.489] pm_ids_update: eeprom init failed␍␊

[21:56:54:256] [0025.518] I2C transfer timeout␍␊

[21:56:54:263] [0025.521] I2C read failed␍␊

[21:56:54:263] [0025.523] I2c Read failed␍␊

[21:56:54:263] [0025.526] Slave: 0xa0, Register 0x0 Instance 3, Buffer Size: 0␍␊

[21:56:54:270] [0025.531] eeprom_init: EEPROM read failed␍␊

[21:56:54:277] [0025.535] Plugin Manager: Parse ODM data 0x00094000␍␊

[21:56:54:288] [0025.546] shim_cmdline_install: /chosen/bootargs: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 ␍␊

[21:56:54:301] [0025.560] Add serial number:00830411000000140995 as DT property␍␊

[21:56:54:312] [0025.570] “bpmp” doesn’t exist, creating ␍␊

[21:56:54:317] [0025.575] Updated bpmp info to DTB␍␊

[21:56:54:317] [0025.580] Updated initrd info to DTB␍␊

[21:56:54:325] [0025.584] “proc-board” doesn’t exist, creating ␍␊

[21:56:54:331] [0025.589] Updated board info to DTB␍␊

[21:56:54:331] [0025.593] “pmu-board” doesn’t exist, creating ␍␊

[21:56:54:337] [0025.598] Updated board info to DTB␍␊

[21:56:54:343] [0025.602] “display-board” doesn’t exist, creating ␍␊

[21:56:54:343] [0025.607] Updated board info to DTB␍␊

[21:56:54:351] [0025.611] “reset” doesn’t exist, creating ␍␊

[21:56:54:357] [0025.615] Updated reset info to DTB␍␊

[21:56:54:357] [0025.619] Cmdline: tegraid=21.1.2.0.0 ddr_die=4096M@2048M section=512M memtype=0 vpr_resize usb_port_owner_info=0 lane_owner_info=0 emc_max_dvfs=0 touch_id=0@63 video=tegrafb no_console_suspend=1 console=ttyS0,115200n8 debug_uartport=lsport,2 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=0x1000@0xff780000 core_edp_mv=1075 core_edp_ma=4000 tegra_fbmem=0x140000@0x92cb4000 is_hdmi_initialised=1 ␍␊

[21:56:54:398] [0025.657] DTB cmdline: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 ␍␊

[21:56:54:411] [0025.670] boot image cmdline: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 ␍␊

[21:56:54:424] [0025.683] Updated bootarg info to DTB␍␊

[21:56:54:429] [0025.687] Adding uuid 00000001644495091400000011048300 to DT␍␊

[21:56:54:433] [0025.692] Adding eks info 0 to DT␍␊

[21:56:54:436] [0025.698] WARNING: Failed to pass NS DRAM ranges to TOS, err: -7␍␊

[21:56:54:444] [0025.704] Updated memory info to DTB␍␊

[21:56:54:450] [0025.709] add_lp0_disable: Unable to find plugin-manager ids under chosen node! (FDT_ERR_NOTFOUND)␍␊

[21:56:54:461] [0025.721] set vdd_core voltage to 1075 mv␍␊

[21:56:54:465] [0025.725] setting ‘vdd-core’ regulator to 1075000 micro volts␍␊

[21:56:54:482] [0025.743] Found secure-pmc; disable BPMP␍␊

[21:56:54:540] ␍␊

[21:56:54:540] ␍␊

[21:56:54:540] U-Boot 2016.07-g45dfa3dff4 (Apr 08 2020 - 18:04:08 -0700)␍␊

[21:56:54:543] ␍␊

[21:56:54:548] TEGRA210␍␊

[21:56:54:548] Model: NVIDIA P3450-Porg␍␊

[21:56:54:548] Board: NVIDIA P3450-PORG␍␊

[21:56:54:548] DRAM: 4 GiB␍␊

[21:56:54:845] MMC: Tegra SD/MMC: 0, Tegra SD/MMC: 1␍␊

[21:56:54:854] SF: Detected MX25U3235F with page size 256 Bytes, erase size 4 KiB, total 4 MiB␍␊

[21:56:54:876] *** Warning - bad CRC, using default environment␍␊

[21:56:54:887] ␍␊

[21:56:54:887] In: serial␍␊

[21:56:54:887] Out: serial␍␊

[21:56:54:887] Err: serial␍␊

[21:56:54:887] Can’t find nvidia,ethernet-mac property in CBoot DTB␍␊

[21:56:54:887] Net: No ethernet found.␍␊

[21:56:55:078] Hit any key to stop autoboot: 1 <0x08><0x08><0x08> 0 ␍␊

[21:56:56:126] switch to partitions #0, OK␍␊

[21:56:56:126] mmc1 is current device␍␊

[21:56:56:943] Scanning mmc 1:1…␍␊

[21:56:57:521] Found /boot/extlinux/extlinux.conf␍␊

[21:56:57:527] Retrieving file: /boot/extlinux/extlinux.conf␍␊

[21:56:57:685] 795 bytes read in 143 ms (4.9 KiB/s)␍␊

[21:56:57:694] 1:⇥ primary kernel␍␊

[21:56:57:694] Retrieving file: /boot/initrd␍␊

[21:56:58:004] 5487746 bytes read in 297 ms (17.6 MiB/s)␍␊

[21:56:58:011] Retrieving file: /boot/Image␍␊

[21:56:59:557] 34265096 bytes read in 1533 ms (21.3 MiB/s)␍␊

[21:56:59:564] append: tegraid=21.1.2.0.0 ddr_die=4096M@2048M section=512M memtype=0 vpr_resize usb_port_owner_info=0 lane_owner_info=0 emc_max_dvfs=0 touch_id=0@63 video=tegrafb no_console_suspend=1 console=ttyS0,115200n8 debug_uartport=lsport,2 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=0x1000@0xff780000 core_edp_mv=1075 core_edp_ma=4000 tegra_fbmem=0x140000@0x92cb4000 is_hdmi_initialised=1 root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 fbcon=map:0 net.ifnames=0 rootfstype=ext4 console=none keep_bootcon␍␊

[21:56:59:626] ## Flattened Device Tree blob at 83100000␍␊

[21:56:59:631] Booting using the fdt blob at 0x83100000␍␊

[21:56:59:631] reserving fdt memory region: addr=80000000 size=20000␍␊

[21:56:59:637] Using Device Tree in place at 0000000083100000, end 00000000831775f7␍␊

[21:56:59:650] ␍␊

[21:56:59:650] Starting kernel …␍␊

[21:56:59:650] ␍␊

and the nano core model is : P3448 A02 with 64G sd card
and the carry board is: P3450 ( the old version, just one camera interface)
it work fine in the carryboard
I create the Image with JetPack 4.3 R32
cmd like this :tools/jetson-disk-image-creator.sh -o $path/$SD_IMAGE -b jetson-nano -r 100

Hi,

Sorry that I should notice this earlier…

We don’t support sdcard module to work on custom carrier board. All the documents on the download center is for emmc production module…

oh,sad.
We want a board can replace raspberrypi. for education tool, emmc may not be a good choice.

Hi,

I think devkit itself could be a education tool. Any concern about it?

emmm does b01 can flash by window,boot from sd-card, without SDKmanager?

Hi,

The devkit is using sdcard and does not need sdkmanager.

emmc module requires the sdkmanager.

thanks, that is the problem, most of us dont want to use SDKmanager.