Flash error using Jetson TX2 with orbitty carrier

Hello, everyone

I am working with a Jetson TX2 with orbitty carrier and struggling to solve the following error.


Error: Return value 3
Command tegrarcm_v2 --chip 0x18 --rcm rcm_list_signed.xml --skipuid
Reading board information failed.

I tried using both 16.04 LTS and 14.04 LTS (both not VM), but ended up with no success. Only the version later than Jetpack 3.1 brings the above error. I could flash Jetpack 3.0 using either Ubuntu 16.04 LTS or Ubuntu 14.04 LTS.

Is there anyone who resolved this error?

For all flash issues, please

  1. dump the full log from flash.sh on your host.
  2. dump the full log from tegra device through UART.

The log of (2) is the most important one to find out root cause.

In the below, I attached logs obtained by using both Ubuntu 14.04 LTS and Ubuntu 16.04 LTS.


[CASE1: Ubuntu 14.04 LTS]

reputer@reputer:~/JETPACK_3_1/64_TX2/Linux_for_Tegra_tx2$ sudo ./flash.sh orbitty mmcblk0p1
[sudo] password for reputer:
./tegraflash.py --chip 0x18 --applet “/home/reputer/JETPACK_3_1/64_TX2/Linux_for_Tegra_tx2/bootloader/mb1_recovery_prod.bin” --cmd “dump eeprom boardinfo cvm.bin” --skipuid
Welcome to Tegra Flash
version 1.0.0
Type ? or help for help and q or quit to exit
Use ! to execute system commands

[ 0.0027 ] Generating RCM messages
[ 0.0036 ] tegrarcm_v2 --listrcm rcm_list.xml --chip 0x18 --download rcm /home/reputer/JETPACK_3_1/64_TX2/Linux_for_Tegra_tx2/bootloader/mb1_recovery_prod.bin 0 0
[ 0.0045 ] RCM 0 is saved as rcm_0.rcm
[ 0.0059 ] RCM 1 is saved as rcm_1.rcm
[ 0.0059 ] List of rcm files are saved in rcm_list.xml
[ 0.0059 ]
[ 0.0059 ] Signing RCM messages
[ 0.0081 ] tegrasign_v2 --key None --list rcm_list.xml --pubkeyhash pub_key.key
[ 0.0088 ] Assuming zero filled SBK key
[ 0.0133 ]
[ 0.0134 ] Copying signature to RCM mesages
[ 0.0141 ] tegrarcm_v2 --chip 0x18 --updatesig rcm_list_signed.xml
[ 0.0152 ]
[ 0.0152 ] Boot Rom communication
[ 0.0160 ] tegrarcm_v2 --chip 0x18 --rcm rcm_list_signed.xml --skipuid
[ 0.0178 ] RCM version 0X180001
[ 0.0187 ] Boot Rom communication completed
[ 1.0255 ]
[ 1.0285 ] tegrarcm_v2 --isapplet
[ 1.0311 ] Applet version 01.00.0000
[ 1.0464 ]
[ 1.0493 ] Retrieving EEPROM data
[ 1.0496 ] tegrarcm_v2 --oem platformdetails eeprom cvm /home/reputer/JETPACK_3_1/64_TX2/Linux_for_Tegra_tx2/bootloader/cvm.bin
[ 1.0523 ] Applet version 01.00.0000
[ 1.0786 ] Saved platform info in /home/reputer/JETPACK_3_1/64_TX2/Linux_for_Tegra_tx2/bootloader/cvm.bin
[ 1.1560 ]
Parsing board information failed.

At this time, if I re-try flash, I get following error message.

reputer@reputer:~/JETPACK_3_1/64_TX2/Linux_for_Tegra_tx2$ sudo ./flash.sh orbitty mmcblk0p1
./tegraflash.py --chip 0x18 --applet “/home/reputer/JETPACK_3_1/64_TX2/Linux_for_Tegra_tx2/bootloader/mb1_recovery_prod.bin” --cmd “dump eeprom boardinfo cvm.bin” --skipuid
Welcome to Tegra Flash
version 1.0.0
Type ? or help for help and q or quit to exit
Use ! to execute system commands

[ 0.0033 ] Generating RCM messages
[ 0.0051 ] tegrarcm_v2 --listrcm rcm_list.xml --chip 0x18 --download rcm /home/reputer/JETPACK_3_1/64_TX2/Linux_for_Tegra_tx2/bootloader/mb1_recovery_prod.bin 0 0
[ 0.0062 ] RCM 0 is saved as rcm_0.rcm
[ 0.0067 ] RCM 1 is saved as rcm_1.rcm
[ 0.0067 ] List of rcm files are saved in rcm_list.xml
[ 0.0067 ]
[ 0.0067 ] Signing RCM messages
[ 0.0076 ] tegrasign_v2 --key None --list rcm_list.xml --pubkeyhash pub_key.key
[ 0.0084 ] Assuming zero filled SBK key
[ 0.0125 ]
[ 0.0125 ] Copying signature to RCM mesages
[ 0.0141 ] tegrarcm_v2 --chip 0x18 --updatesig rcm_list_signed.xml
[ 0.0159 ]
[ 0.0159 ] Boot Rom communication
[ 0.0169 ] tegrarcm_v2 --chip 0x18 --rcm rcm_list_signed.xml --skipuid
[ 0.0179 ] Boot Rom communication failed
[ 3.0155 ]
Error: Return value 3
Command tegrarcm_v2 --chip 0x18 --rcm rcm_list_signed.xml --skipuid
Reading board information failed.

[CASE2: Ubuntu 16.04 LTS]

bigs@bigs:~/JETPACK_3_1/64_TX2/Linux_for_Tegra_tx2$ sudo ./flash.sh orbitty mmcblk0p1
[sudo] password for bigs:
./tegraflash.py --chip 0x18 --applet “/home/bigs/JETPACK_3_1/64_TX2/Linux_for_Tegra_tx2/bootloader/mb1_recovery_prod.bin” --cmd “dump eeprom boardinfo cvm.bin” --skipuid
Welcome to Tegra Flash
version 1.0.0
Type ? or help for help and q or quit to exit
Use ! to execute system commands

[ 0.0225 ] Generating RCM messages
[ 0.0237 ] tegrarcm_v2 --listrcm rcm_list.xml --chip 0x18 --download rcm /home/bigs/JETPACK_3_1/64_TX2/Linux_for_Tegra_tx2/bootloader/mb1_recovery_prod.bin 0 0
[ 0.0244 ] RCM 0 is saved as rcm_0.rcm
[ 0.0502 ] RCM 1 is saved as rcm_1.rcm
[ 0.0503 ] List of rcm files are saved in rcm_list.xml
[ 0.0503 ]
[ 0.0503 ] Signing RCM messages
[ 0.0806 ] tegrasign_v2 --key None --list rcm_list.xml --pubkeyhash pub_key.key
[ 0.0818 ] Assuming zero filled SBK key
[ 0.0853 ]
[ 0.0853 ] Copying signature to RCM mesages
[ 0.0862 ] tegrarcm_v2 --chip 0x18 --updatesig rcm_list_signed.xml
[ 0.0872 ]
[ 0.0872 ] Boot Rom communication
[ 0.0878 ] tegrarcm_v2 --chip 0x18 --rcm rcm_list_signed.xml --skipuid
[ 0.0885 ] RCM version 0X180001
[ 0.0893 ] Boot Rom communication completed
[ 1.0957 ]
[ 1.0981 ] tegrarcm_v2 --isapplet
[ 1.1000 ] Applet version 01.00.0000
[ 1.1161 ]
[ 1.1174 ] Retrieving EEPROM data
[ 1.1176 ] tegrarcm_v2 --oem platformdetails eeprom cvm /home/bigs/JETPACK_3_1/64_TX2/Linux_for_Tegra_tx2/bootloader/cvm.bin
[ 1.1185 ] Applet version 01.00.0000
[ 1.1558 ] Saved platform info in /home/bigs/JETPACK_3_1/64_TX2/Linux_for_Tegra_tx2/bootloader/cvm.bin
[ 1.2331 ]
Parsing board information failed.

At this time, if I re-try flash, I get following error message.

bigs@bigs:~/JETPACK_3_1/64_TX2/Linux_for_Tegra_tx2$ sudo ./flash.sh orbitty mmcblk0p1
./tegraflash.py --chip 0x18 --applet “/home/bigs/JETPACK_3_1/64_TX2/Linux_for_Tegra_tx2/bootloader/mb1_recovery_prod.bin” --cmd “dump eeprom boardinfo cvm.bin” --skipuid
Welcome to Tegra Flash
version 1.0.0
Type ? or help for help and q or quit to exit
Use ! to execute system commands

[ 0.0011 ] Generating RCM messages
[ 0.0019 ] tegrarcm_v2 --listrcm rcm_list.xml --chip 0x18 --download rcm /home/bigs/JETPACK_3_1/64_TX2/Linux_for_Tegra_tx2/bootloader/mb1_recovery_prod.bin 0 0
[ 0.0025 ] RCM 0 is saved as rcm_0.rcm
[ 0.0029 ] RCM 1 is saved as rcm_1.rcm
[ 0.0029 ] List of rcm files are saved in rcm_list.xml
[ 0.0029 ]
[ 0.0030 ] Signing RCM messages
[ 0.0037 ] tegrasign_v2 --key None --list rcm_list.xml --pubkeyhash pub_key.key
[ 0.0043 ] Assuming zero filled SBK key
[ 0.0077 ]
[ 0.0077 ] Copying signature to RCM mesages
[ 0.0086 ] tegrarcm_v2 --chip 0x18 --updatesig rcm_list_signed.xml
[ 0.0096 ]
[ 0.0097 ] Boot Rom communication
[ 0.0104 ] tegrarcm_v2 --chip 0x18 --rcm rcm_list_signed.xml --skipuid
[ 0.0110 ] Boot Rom communication failed
[ 3.0159 ]
Error: Return value 3
Command tegrarcm_v2 --chip 0x18 --rcm rcm_list_signed.xml --skipuid
Reading board information failed.

Lastly, could you explain how to get the full log from tegra device through UART?

Thank you very much for your help.

The log in comment #3 only provides little help.

Please dump the log from uart as below link:

Using Ubuntu 16.04 LTS host pc and the following commands,

(stty raw; cat > received.log) < /dev/ttyUSB0

sudo -H putty /dev/ttyUSB0 -serial -sercfg 115200,8,n,1,N

I could achieve the following raw serial data of the fault Jetson tx2.
Also, please refer to the test setup in the attached picture.


\00
\9F\F9\BD\BDѵA5A\A5B\B2\95\C9ͥ\BD\B9\E9\82\8Ar\82\82r\8A\B2\82ʊ\9Aj\A2\C5²jjՂ\82r\82\82jj\BD\89\A5\B1\95\B52\D1ђ\92ʊJj\A4\FC[0000.331] I> Default Heap @ [0xd486400 - 0xd488400]
[0000.336] I> DMA Heap @ [0x84900000 - 0x85300000]
[0000.340] I> bit @ 0xd480000
[0000.343] I> BR-BCT relocated to 0xf7f20000
[0000.347] I> Boot-device: eMMC
[0000.353] I> pmic: reset reason (nverc) : 0x50
[0000.357] I> Reading GPT from 512 for device 00000003
[0000.362] I> Reading GPT from 8388096 for device 00000003
[0000.369] I> Found 6 partitions in 00000003 device
[0000.373] I> Reading GPT from 512 for device 00010003
[0000.379] I> Found 17 partitions in 00010003 device
[0000.385] W> No valid slot number is found in scratch register
[0000.390] W> Return default slot: _a
[0000.394] I> A/B: bin_type (16) slot 0
[0000.397] I> Select partition: bpmp-fw
[0000.401] I> Loading partition bpmp-fw at 0xf7600000
[0000.406] I> Reading two headers - addr:0xf7600000 blocks:1
[0000.411] I> Addr: 0xf7600000, start-block: 58739717, num_blocks: 1
[0000.427] I> Binary(16) of size 524480 is loaded @ 0xf7600000
[0000.433] W> No valid slot number is found in scratch register
[0000.438] W> Return default slot: _a
[0000.442] I> A/B: bin_type (17) slot 0
[0000.445] I> Select partition: bpmp-fw-dtb
[0000.449] I> Loading partition bpmp-fw-dtb at 0xf77f0000
[0000.455] I> Reading two headers - addr:0xf77f0000 blocks:1
[0000.460] I> Addr: 0xf77f0000, start-block: 58740925, num_blocks: 1
[0000.473] I> Binary(17) of size 326672 is loaded @ 0xf77b0200
[0000.600] I> BPMP-FW load address = 0xf7600000
[0000.605] I> BPMP-FW DTB load address = 0x501b0200
[0000.610] I> Loading SCE-FW …
[0000.613] W> No valid slot number is found in scratch register
[0000.618] W> Return default slot: _a
[0000.622] I> A/B: bin_type (12) slot 0
[0000.625] I> Select partition: sce-fw
[0000.629] I> Loading partition sce-fw at 0xf7800000
[0000.633] I> Reading two headers - addr:0xf7800000 blocks:1
[0000.639] I> Addr: 0xf7800000, start-block: 58741925, num_blocks: 1
[0000.648] I> Binary(12) of size 65088 is loaded @ 0xf7800000
[0000.654] I> Init SCE
[0000.656] I> Copy BTCM section
[0000.659] W> No valid slot number is found in scratch register
[0000.665] W> Return default slot: _a
[0000.668] I> A/B: bin_type (13) slot 0
[0000.672] I> Select partition: cpu-bootloader
[0000.676] I> Loading partition cpu-bootloader at 0x96000000
[0000.681] I> Reading two headers - addr:0x96000000 blocks:1
[0000.687] I> Addr: 0x96000000, start-block: 58732545, num_blocks: 1
[0000.698] I> Binary(13) of size 195776 is loaded @ 0x96000000
[0000.703] W> No valid slot number is found in scratch register
[0000.709] W> Return default slot: _a
[0000.713] I> A/B: bin_type (20) slot 0
[0000.716] I> Select partition: bootloader-dtb
[0000.720] I> Loading partition bootloader-dtb at 0x85300000
[0000.726] I> Reading two headers - addr:0x85300000 blocks:1
[0000.731] I> Addr: 0x85300000, start-block: 58733057, num_blocks: 1
[0000.742] I> Binary(20) of size 191712 is loaded @ 0x85300000
[0000.748] I> MB2-params @ 0xf7f00000
[0000.751] I> CPUBL-params @ 0xf7f00000
[0000.755] I> CPU-BL loaded at : 0x96000000
[0000.759] I> Loading TOS …
[0000.762] W> No valid slot number is found in scratch register
[0000.767] W> Return default slot: _a
[0000.771] I> A/B: bin_type (14) slot 0
[0000.774] I> Select partition: secure-os
[0000.778] I> Loading partition secure-os at 0x8490f400
[0000.783] I> Reading two headers - addr:0x8490f400 blocks:1
[0000.789] I> Addr: 0x8490f400, start-block: 58733569, num_blocks: 1
[0000.798] I> Binary(14) of size 54384 is loaded @ 0x8490f400
[0000.803] I> Copying Monitor (length: 0xd270) from 0x8490f600 to 0x40000000
[0000.810] I> Erasing Monitor @ 0x8490f600
[0000.815] I> Unhalting SCE
[0000.819] I> Waypoint2-ACK: 0x5200b8d0
[0000.822] I> MB2(TBoot-BPMP) done

NOTICE: BL31: v1.2(release):ff7a644
NOTICE: BL31: Built : 21:06:35, Mar 1 2017
NOTICE: Trusty image missing.
ERROR: Error initializing runtime service trusty_fast
[0001.068] I> Welcome to Cboot
[0001.070] I> Cboot Version: 00.00.2014.50-t186-fabbc56c
[0001.075] I> CPU-BL Params @ 0xf7f00000
[0001.079] I> 0) Base:0x00000000 Size:0x00000000
[0001.083] I> 1) Base:0xf7e00000 Size:0x00100000
[0001.088] I> 2) Base:0xf7d00000 Size:0x00100000
[0001.092] I> 3) Base:0xf7c00000 Size:0x00100000
[0001.097] I> 4) Base:0xf7b00000 Size:0x00100000
[0001.101] I> 5) Base:0xf7a00000 Size:0x00100000
[0001.106] I> 6) Base:0xf7600000 Size:0x00200000
[0001.110] I> 7) Base:0xf7000000 Size:0x00400000
[0001.114] I> 8) Base:0xf7900000 Size:0x00100000
[0001.119] I> 9) Base:0xf7800000 Size:0x00100000
[0001.123] I> 10) Base:0xf6800000 Size:0x00800000
[0001.128] I> 11) Base:0x30000000 Size:0x00040000
[0001.132] I> 12) Base:0xf7500000 Size:0x00100000
[0001.137] I> 13) Base:0x30040000 Size:0x00001000
[0001.141] I> 14) Base:0x30048000 Size:0x00001000
[0001.145] I> 15) Base:0x30049000 Size:0x00001000
[0001.150] I> 16) Base:0x3004a000 Size:0x00001000
[0001.154] I> 17) Base:0x3004b000 Size:0x00001000
[0001.159] I> 18) Base:0x3004c000 Size:0x00001000
[0001.163] I> 19) Base:0x3004d000 Size:0x00001000
[0001.168] I> 20) Base:0x3004e000 Size:0x00001000
[0001.172] I> 21) Base:0x3004f000 Size:0x00001000
[0001.176] I> 22) Base:0x00000000 Size:0x00000000
[0001.181] I> 23) Base:0xf7ff0000 Size:0x00010000
[0001.185] I> 24) Base:0x00000000 Size:0x00000000
[0001.190] I> 25) Base:0x00000000 Size:0x00000000
[0001.194] I> 26) Base:0x00000000 Size:0x00000000
[0001.199] I> 27) Base:0x00000000 Size:0x00000000
[0001.203] I> 28) Base:0x84400000 Size:0x00400000
[0001.207] I> 29) Base:0x30000000 Size:0x00010000
[0001.212] I> 30) Base:0xf8000000 Size:0x08000000
[0001.216] I> 31) Base:0x00000000 Size:0x00000000
[0001.221] I> 32) Base:0xf6000000 Size:0x00600000
[0001.225] I> 33) Base:0x80000000 Size:0x76000000
[0001.230] I> 34) Base:0x100000000 Size:0x180000000
[0001.234] I> 35) Base:0x00000000 Size:0x00000000
[0001.239] I> 36) Base:0x00000000 Size:0x00000000
[0001.243] I> 37) Base:0xf7fc0000 Size:0x00020000
[0001.248] I> 38) Base:0x84000000 Size:0x00400000
[0001.252] I> 39) Base:0x96000000 Size:0x02000000
[0001.256] I> 40) Base:0x84800000 Size:0x00b00000
[0001.261] I> 41) Base:0xf7f00000 Size:0x00080000
[0001.265] I> 42) Base:0x00000000 Size:0x00000000
[0001.270] I> 43) Base:0x00000000 Size:0x00000000
[0001.274] platform_init_interrupts-121, 1*

[0001.278] Interrupts Init done

[0001.282] calling constructors

[0001.285] initializing heap
[0001.287] initializing threads

[0001.291] initializing timers

[0001.294] creating bootstrap completion thread

[0001.298] top of bootstrap2()

[0001.302] CPU: ARM Cortex A57

[0001.305] CPU: MIDR: 0x411FD073, MPIDR: 0x80000100

[0001.310] initializing platform

[0001.313] I> Boot-device: eMMC
[0001.318] I> odm data is 1090000
[0001.321] I> Reading GPT from 512 for device 00000003
[0001.327] I> Reading GPT from 8388096 for device 00000003
[0001.332] I> Found 6 partitions in 00000003 device
[0001.337] I> Reading GPT from 512 for device 00010003
[0001.342] I> Found 17 partitions in 00010003 device
[0001.347] W> No valid slot number is found in scratch register
[0001.353] W> Return default slot: _a
[0001.356] I> A/B: bin_type (1) slot 0
[0001.359] I> Select partition: kernel-dtb
[0001.363] I> Loading partition kernel-dtb at 0x92000000
[0001.373] I> Kernel_dtb @0x92000000
[0001.377] I> Bl_dtb @0x85300000
[0001.380] I> gpio framework initialized
[0001.383] I> tegrabl_gpio_driver_register: register ‘tegra_gpio_main_driver’ driver
[0001.391] I> tegrabl_gpio_driver_register: register ‘tegra_gpio_aon_driver’ driver
[0001.398] I> tegrabl_tca9539_init: i2c bus: 0, slave addr: 0xee
[0001.407] E> tca9539_device_init: failed to write polar reg
[0001.413] E> tegrabl_tca9539_init: failed to init device!
[0001.418] E> GPIO TCA9539 driver init failed
[0001.423] E> tegrabl_blob_init: BMP partition does not have valid Blob
[0001.429] E> tegrabl_load_bmp_blob: BMP blob initialization failed
[0001.435] W> Loading bmp blob to memory failed
[0001.442] I> Find /i2c@c250000’s alias i2c7
[0001.446] I> Reading eeprom i2c=7 address=0x50
[0001.476] I> Eeprom read failed 0x1a8d801c
[0001.480] I> Reading eeprom i2c=7 address=0x57
[0001.487] I> Eeprom read failed 0x1a800027
[0001.491] I> Find /i2c@c240000’s alias i2c1
[0001.495] I> Reading eeprom i2c=1 address=0x51
[0001.503] I> Eeprom read failed 0x1a800027
[0001.507] I> Find /i2c@3160000’s alias i2c0
[0001.511] I> Reading eeprom i2c=0 address=0x50
[0001.518] I> Eeprom read failed 0x1a800027
[0001.523] I> Find /i2c@3180000’s alias i2c2
[0001.527] I> Reading eeprom i2c=2 address=0x54
[0001.531] I> Enabling gpio chip_id = 2, gpio pin = 9
[0001.536] C> GPIO driver for chip_id 0x2 could not be found
[0001.541] E> cam_eeprom_read: Can’t get gpio driver
[0001.546] I> Eeprom read failed 0x2693400d
[0001.550] initializing target

[0001.553] calling apps_init()

[0001.556] starting app android_boot_app

[0001.560] I> Gpio keyboard init success
[0001.563] I> Kernel type = Normal
[0001.567] I> Loading kernel/boot.img …
[0001.570] W> No valid slot number is found in scratch register
[0001.576] W> Return default slot: _a
[0001.579] I> A/B: bin_type (0) slot 0
[0001.583] I> Select partition: kernel
[0001.586] I> Loading partition kernel at 0xa8000000
[0001.670] W> No valid slot number is found in scratch register
[0001.676] W> Return default slot: _a
[0001.679] I> A/B: bin_type (1) slot 0
[0001.683] I> Select partition: kernel-dtb
[0001.687] I> Loading partition kernel-dtb at 0x92000000
[0001.695] I> Kernel DTB @ 0x92000000
[0001.698] I> Verified boot state = Orange
[0001.702] E> tegrabl_display_clear: display is not initialized
[0001.708] I> Checking boot.img header magic … [0001.712] I> [OK]
[0001.714] I> Valid boot.img @ 0xa8000000
[0001.718] I> decompressor handler not found
[0001.722] I> Copying kernel image (462634 bytes) from 0xa8000800 to 0x80080000 … [0001.729] I> Done
[0001.731] I> Move ramdisk (len: 6252235) from 0xa8071800 to 0x98000000
[0001.745] I> Updated bpmp info to DTB
[0001.750] I> Ramdisk: Base: 0x98000000; Size: 0x5f66cb
[0001.755] I> Updated initrd info to DTB
[0001.759] I> disabled_core_mask: 0xffffff0c
[0001.763] I> Kernel type = Normal
[0001.766] E> Error 445464577: Failed to read CVM EEPROM
[0001.771] E> Failed to get board info. Booting w/o Serial Number
[0001.777] W> No valid slot number is found in scratch register
[0001.783] W> Return default slot: _a
[0001.786] I> Linux Cmdline: root=/dev/mmcblk0p1 rw rootwait fbcon=map:0 net.ifnames=0 console=tty0 OS=l4t console=ttyS0,115200n8 memtype=0 video=tegrafb no_console_suspend=1 earlycon=uart8250,mmio32,0x03100000 nvdumper_reserved=0xf7fc0000 gpt androidboot.secureos=none tegraid=18.1.2.0.0 tegra_keep_boot_clocks maxcpus=6 android.kerneltype=normal androidboot.security=non-secure vpr_resize sdhci_tegra.en_boot_part_access=1
[0001.823] I> Updated bootarg info to DTB
[0001.828] E> Error 445464577: Failed to get CVM EEPROM contents
[0001.834] E> Booting w/o MAC ddresses for WIFI, Bluetooth & Ethernet
[0001.840] E> Failed to get WIFI MAC address
[0001.844] E> “ids” doesn’t exist, creating
[0001.848] E> “connection” doesn’t exist, creating
[0001.853] E> “configs” doesn’t exist, creating
[0001.860] E> “chip-id” doesn’t exist, creating
[0001.864] I> Adding plugin-manager/chip-id/A02P
[0001.870] I> Updated memory info to DTB
[0001.875] E> “reset” doesn’t exist, creating
[0001.879] E> “pmc-reset-reason” doesn’t exist, creating
[0001.885] E> “pmic-reset-reason” doesn’t exist, creating
[0001.890] I> disabled_core_mask: 0xffffff0c
[0001.898] I> tegrabl_load_kernel_and_dtb: Done

U-Boot 2016.07-g5971907 (Mar 01 2017 - 21:06:45 -0800)

TEGRA186
Model: NVIDIA P2771-0000-500
DRAM: 7.8 GiB
MMC: Tegra SD/MMC: 0, Tegra SD/MMC: 1
*** Warning - bad CRC, using default environment

In: serial
Out: serial
Err: serial
Can’t find nvidia,ether-mac property in nvtboot DTB
Net:
Error: ethernet@2490000 address not set.
No ethernet found.
Hit any key to stop autoboot: 2 1 0
switch to partitions #0, OK
mmc1 is current device
Scanning mmc 1:1…
switch to partitions #0, OK
mmc0(part 0) is current device
Scanning mmc 0:1…
Found /boot/extlinux/extlinux.conf
Retrieving file: /boot/extlinux/extlinux.conf
506 bytes read in 81 ms (5.9 KiB/s)
astro eMMC boot options
1: primary kernel
Enter choice: 1: primary kernel
Retrieving file: /boot/Image
18945456 bytes read in 510 ms (35.4 MiB/s)
append: fbcon=map:0 net.ifnames=0 console=tty0 OS=l4t console=ttyS0,115200n8 memtype=0 video=tegrafb no_console_suspend=1 earlycon=uart8250,mmio32,0x03100000 gpt tegraid=18.1.2.0.0 tegra_keep_boot_clocks maxcpus=6 android.kerneltype=normal androidboot.serialno=0335115020673 vpr_resize root=/dev/mmcblk0p1 rw rootwait
Retrieving file: /boot/tegra186-tx2-cti-ASG001-base.dtb
191571 bytes read in 67 ms (2.7 MiB/s)

Flattened Device Tree blob at 82000000

Booting using the fdt blob at 0x82000000
reserving fdt memory region: addr=80000000 size=10000
Using Device Tree in place at 0000000082000000, end 0000000082031c52
ERROR: DT property /chosen/nvidia,bluetooth-mac missing in source; can’t copy

at /dvs/git/dirty/git-master_linux/3rdparty/u-boot/arch/arm/mach-tegra/dt-edit.c:156/fdt_iter_copy_prop()

Starting kernel …

[ 0.000000] Booting Linux on physical CPU 0x100
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.4.15+ (root@TX1-DEV) (gcc version 4.8.4 (Ubuntu/Linaro 4.8.4-2ubuntu1~14.04.1) ) #1 SMP PREEMPT Thu Jun 1 11:35:05 EDT 2017
[ 0.000000] Boot CPU: AArch64 Processor [411fd073]
[ 0.000000] earlycon: Early serial console at MMIO32 0x3100000 (options ‘’)
[ 0.000000] bootconsole [uart0] enabled
[ 0.000000] Reserved memory: initialized node vpr-carveout, compatible id nvidia,vpr-carveout
[ 0.000000] Reserved memory: initialized node ramoops_carveout, compatible id nvidia,ramoops
[ 0.000000] cma: Reserved 64 MiB at 0x00000000f2000000
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.0 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] PERCPU: Embedded 17 pages/cpu @ffffffc1ffd14000 s31104 r8192 d30336 u69632
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2019520
[ 0.000000] Kernel command line: fbcon=map:0 net.ifnames=0 console=tty0 OS=l4t console=ttyS0,115200n8 memtype=0 video=tegrafb no_console_suspend=1 earlycon=uart8250,mmio32,0x03100000 gpt tegraid=18.1.2.0.0 tegra_keep_boot_clocks maxcpus=6 android.kerneltype=normal androidboot.serialno=0335115020673 vpr_resize root=/dev/mmcblk0p1 rw rootwait
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.000000] Memory: 7286812K/8206336K available (10140K kernel code, 1653K rwdata, 5448K rodata, 1132K init, 679K bss, 165860K reserved, 753664K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vmalloc : 0xffffff8000000000 - 0xffffffbdbfff0000 ( 246 GB)
[ 0.000000] vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000 ( 8 GB maximum)
[ 0.000000] 0xffffffbdc2000000 - 0xffffffbdca000000 ( 128 MB actual)
[ 0.000000] fixed : 0xffffffbffa7fd000 - 0xffffffbffac00000 ( 4108 KB)
[ 0.000000] PCI I/O : 0xffffffbffae00000 - 0xffffffbffbe00000 ( 16 MB)
[ 0.000000] modules : 0xffffffbffc000000 - 0xffffffc000000000 ( 64 MB)
[ 0.000000] memory : 0xffffffc000000000 - 0xffffffc200000000 ( 8192 MB)
[ 0.000000] .init : 0xffffffc000fba000 - 0xffffffc0010d5000 ( 1132 KB)
[ 0.000000] .text : 0xffffffc000080000 - 0xffffffc000fba000 ( 15592 KB)
[ 0.000000] .data : 0xffffffc0010f4000 - 0xffffffc0012915b0 ( 1654 KB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=6.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=6
[ 0.000000] NR_IRQS:64 nr_irqs:64 0
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] Architected cp15 timer(s) running at 31.25MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns
[ 0.000004] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[ 0.008914] tegra-id: chipid=21817.
[ 0.012751] tegra-id: opt_subrevision=1.
[ 0.017583] Console: colour dummy device 80x25
[ 0.022578] console [tty0] enabled
[ 0.026144] kmemleak: Kernel memory leak detector disabled
[ 0.031884] Calibrating delay loop (skipped), value calculated using timer frequency… 62.50 BogoMIPS (lpj=125000)
[ 0.042705] pid_max: default: 32768 minimum: 301
[ 0.047600] Security Framework initialized
[ 0.051935] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.059120] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.067515] Initializing cgroup subsys freezer
[ 0.072194] Initializing cgroup subsys debug
[ 0.077026] CPU0 ipc=752
[ 0.079705] CPU1 ipc=1024
[ 0.082446] CPU2 ipc=1024
[ 0.085186] CPU3 ipc=752
[ 0.087831] CPU4 ipc=752
[ 0.090481] CPU5 ipc=752
[ 0.093213] ASID allocator initialised with 65536 entries
[ 0.141236] CPU1: Booted secondary processor [4e0f0030]
[ 0.154455] CPU2: Booted secondary processor [4e0f0030]
[ 0.166298] CPU3: Booted secondary processor [411fd073]
[ 0.178222] CPU4: Booted secondary processor [411fd073]
[ 0.190242] CPU5: Booted secondary processor [411fd073]
[ 0.190313] Brought up 6 CPUs
[ 0.220722] SMP: Total of 6 processors activated.
[ 0.225638] CPU: All CPU(s) started at EL2
[ 0.230893] devtmpfs: initialized
[ 0.256136] Initilizing CustomIPI irq domain
[ 0.261295] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.285085] pinctrl core: initialized pinctrl subsystem
[ 0.291344] OS set in device tree is L4T.
[ 0.296268] regulator-dummy: no parameters
[ 0.300918] Initializing plugin-manager
[ 0.305207] Plugin module not found
[ 0.309380] node /plugin-manager/soc-prod-a02-fragment match with chip-id A02P
[ 0.317696] node /plugin-manager/fragement@0 match with odm-data enable-tegra-wdt
[ 0.325992] node /plugin-manager/fragement@4 match with odm-data enable-tegra-wdt
[ 0.338553] Adding domain adsp-pd to PM domain ape-pd
[ 0.349097] NET: Registered protocol family 16
[ 0.356105] console [pstore-1] enabled
[ 0.360096] pstore: Registered ramoops as persistent store backend
[ 0.366591] ramoops: attached 0x200000@0x100000000, ecc: 0/0
[ 0.378496] cpuidle: using governor ladder
[ 0.390513] cpuidle: using governor menu
[ 0.397166] bpmp: waiting for handshake
[ 0.401230] bpmp: handshake completed
[ 0.405161] bpmp: synchronizing channels
[ 0.409359] bpmp: channels synchronized
[ 0.413433] bpmp: connect returned 0
[ 0.418037] tegra186-pmc device create success
[ 0.422755] scratch reg offset dts data not present
[ 0.428041] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[ 0.435628] PMC: configuring io pad defaults
[ 0.440169] T186 pmc padctrl driver initialized
[ 0.444930] ### PMC reset source: Power on reset
[ 0.449771] ### PMC reset level: L0
[ 0.453437] ### PMC reset status reg: 0x0
[ 0.458554] vdso: 2 pages (1 code @ ffffffc0010f9000, 1 data @ ffffffc0010f8000)
[ 0.466524] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.476530] atomic_pool_init():526: DMA: preallocated 1024 KiB pool for atomic allocations
[ 0.488118] tegra_powergate_init: DONE
[ 0.492386] DTS File Name: /usr/parker/linux4tegra/branches/27.1/Linux_for_Tegra_tx2/sources/kernel_source/kernel-4.4/arch/arm64/boot/dts/…/…/…/…/…/…/hardware/nvidia/platform/t18x/quill/kernel-dts/tegra186-tx2-cti-ASG001-base.dts
[ 0.514236] DTB Build time:
[ 0.520437] Tegra reboot handler registered.
[ 0.527471] Registering Tegra186 clocks (this may take a while)…done
[ 0.537139] arm-smmu 12000000.iommu: probing hardware configuration…
[ 0.544053] arm-smmu 12000000.iommu: SMMUv2 with:
[ 0.548995] arm-smmu 12000000.iommu: stage 1 translation
[ 0.554654] arm-smmu 12000000.iommu: stage 2 translation
[ 0.560343] arm-smmu 12000000.iommu: nested translation
[ 0.565919] arm-smmu 12000000.iommu: stream matching with 128 register groups, mask 0x7f80
[ 0.574667] arm-smmu 12000000.iommu: SMMU address space size (0x800000) differs from mapped region size (0x1000000)!
[ 0.585986] arm-smmu 12000000.iommu: 64 context banks (0 stage-2 only)
[ 0.592919] arm-smmu 12000000.iommu: Stage-1: 39-bit VA → 48-bit IPA
[ 0.599798] arm-smmu 12000000.iommu: Stage-2: 39-bit IPA → 48-bit PA
[ 0.646809] arm-smmu 12000000.iommu: registered 66 master devices
[ 0.658712] iommu: Adding device 3460000.sdhci to group 0
[ 0.665305] iommu: Adding device 3400000.sdhci to group 1
[ 0.674622] iommu: Adding device 3507000.ahci-sata to group 2
[ 0.681193] iommu: Adding device 3160000.i2c to group 3
[ 0.687175] iommu: Adding device c240000.i2c to group 4
[ 0.693021] iommu: Adding device 3180000.i2c to group 5
[ 0.698859] iommu: Adding device 3190000.i2c to group 6
[ 0.704917] iommu: Adding device 31b0000.i2c to group 7
[ 0.710805] iommu: Adding device 31c0000.i2c to group 8
[ 0.716612] iommu: Adding device c250000.i2c to group 9
[ 0.722496] iommu: Adding device 31e0000.i2c to group 10
[ 0.730330] iommu: Adding device 3210000.spi to group 11
[ 0.736360] iommu: Adding device c260000.spi to group 12
[ 0.742346] iommu: Adding device 3240000.spi to group 13
[ 0.748761] iommu: Adding device 3100000.serial to group 14
[ 0.755164] iommu: Adding device 3110000.serial to group 15
[ 0.761402] iommu: Adding device c280000.serial to group 16
[ 0.767670] iommu: Adding device 3130000.serial to group 17
[ 0.774709] iommu: Adding device 2490000.ether_qos to group 18
[ 0.781430] iommu: Adding device b000000.rtcpu to group 19
[ 0.788136] Wake73 for irq=42
[ 0.791711] iommu: Adding device smmu_test to group 20
[ 0.797866] mc: mapped MMIO address: 0xffffff8000560000 → 0x2c10000
[ 0.804553] mc: mapped MMIO address: 0xffffff8000640000 → 0x2c20000
[ 0.811235] mc: mapped MMIO address: 0xffffff8000660000 → 0x2c30000
[ 0.817951] mc: mapped MMIO address: 0xffffff8000fa0000 → 0x2c40000
[ 0.824629] mc: mapped MMIO address: 0xffffff8000fc0000 → 0x2c50000
[ 0.831344] mc-err: Set intmask: 0xf3140
[ 0.835813] dram-ecc: DRAM ECC disabled-MC_ECC_CONTROL:0x0000000c
[ 0.843039] Wake76 for irq=199
[ 0.846246] Wake77 for irq=199
[ 0.849445] Wake78 for irq=199
[ 0.852646] Wake79 for irq=199
[ 0.855849] Wake80 for irq=199
[ 0.859048] Wake81 for irq=199
[ 0.862293] Wake82 for irq=199
[ 0.865695] iommu: Adding device 3530000.xhci to group 21
[ 0.871963] iommu: Adding device 3550000.xudc to group 22
[ 0.878767] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CTRL_0 = 3
[ 0.884977] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_24(PMU_INT) = 320
[ 0.893026] iommu: Adding device 13e10000.host1x to group 23
[ 0.899303] iommu: Adding device 13e10000.host1x:ctx0 to group 24
[ 0.905978] iommu: Adding device 13e10000.host1x:ctx1 to group 25
[ 0.912700] iommu: Adding device 13e10000.host1x:ctx2 to group 26
[ 0.919395] iommu: Adding device 13e10000.host1x:ctx3 to group 27
[ 0.926052] iommu: Adding device 13e10000.host1x:ctx4 to group 28
[ 0.932770] iommu: Adding device 13e10000.host1x:ctx5 to group 29
[ 0.939525] iommu: Adding device 13e10000.host1x:ctx6 to group 30
[ 0.946283] iommu: Adding device 13e10000.host1x:ctx7 to group 31
[ 0.953458] iommu: Adding device 150c0000.nvcsi to group 32
[ 0.959958] iommu: Adding device 15700000.vi to group 33
[ 0.965895] iommu: Adding device 15600000.isp to group 34
[ 0.971970] iommu: Adding device 15210000.nvdisplay to group 35
[ 0.978412] iommu: Adding device 15340000.vic to group 36
[ 0.984316] iommu: Adding device 154c0000.nvenc to group 37
[ 0.990387] iommu: Adding device 15480000.nvdec to group 38
[ 0.996658] iommu: Adding device 15380000.nvjpg to group 39
[ 1.002749] iommu: Adding device 15500000.tsec to group 40
[ 1.008722] iommu: Adding device 15100000.tsecb to group 41
[ 1.015251] iommu: Adding device 15810000.se to group 42
[ 1.021157] iommu: Adding device 15820000.se to group 43
[ 1.027022] iommu: Adding device 15830000.se to group 44
[ 1.032824] iommu: Adding device 15840000.se to group 45
[ 1.039098] iommu: Adding device 17000000.gp10b to group 46
[ 1.046687] tegra-reset 5000000.clock: registered 193 resets.
[ 1.054293] iommu: Adding device d000000.bpmp to group 47
[ 1.060342] bpmp: ping status is 0
[ 1.064305] bpmp d000000.bpmp: firmware tag is c11dd04ae487c849cc552f8f702ed830
[ 1.074970] iommu: Adding device 2600000.dma to group 48
[ 1.081518] GPIO line 461 (cam0-rst) hogged as output/low
[ 1.087246] GPIO line 456 (cam0-pwdn) hogged as output/low
[ 1.093062] GPIO line 424 (wifi-enable) hogged as output/high
[ 1.099225] gpiochip_add_data: registered GPIOs 320 to 511 on device: tegra-gpio
[ 1.109003] GPIO line 315 (wifi-wake-ap) hogged as input
[ 1.114727] gpiochip_add_data: registered GPIOs 256 to 319 on device: tegra-gpio-aon
[ 1.123798] iommu: Adding device 10003000.pcie-controller to group 49
[ 1.130939] iommu: Adding device sound to group 50
[ 1.137789] iommu: Adding device 3510000.hda to group 51
[ 1.144601] iommu: Adding device adsp_audio to group 52
[ 1.151522] iommu: Adding device 2993000.adsp to group 53
[ 1.165739] iommu: Adding device c160000.aon to group 54
[ 1.173849] vdd-ac-bat: 5000 mV
[ 1.179430] vdd-1v8-ap: 1800 mV
[ 1.184131] gpio tegra-gpio-aon wake30 for gpio=60(FF:4)
[ 1.190027] gpio tegra-gpio-aon wake69 for gpio=59(FF:3)
[ 1.214862] SCSI subsystem initialized
[ 1.219346] usbcore: registered new interface driver usbfs
[ 1.225193] usbcore: registered new interface driver hub
[ 1.230925] usbcore: registered new device driver usb
[ 1.240639] tegra-i2c 3160000.i2c: no acknowledge from address 0x74
[ 1.248120] pca953x 0-0074: failed reading register
[ 1.253352] pca953x: probe of 0-0074 failed with error -121
[ 1.259548] tegra-i2c 3160000.i2c: no acknowledge from address 0x77
[ 1.266985] pca953x 0-0077: failed reading register
[ 1.272452] pca953x: probe of 0-0077 failed with error -121
[ 1.278706] tps65132 0-003e: No active discharge gpio for regulator tps65132-outp
[ 1.286765] tegra-i2c 3160000.i2c: no acknowledge from address 0x3e
[ 1.294363] tegra-i2c 3160000.i2c: no acknowledge from address 0x3e
[ 1.301714] outp: 4000 <–> 6000 mV
[ 1.305558] tps65132 0-003e: No active discharge gpio for regulator tps65132-outn
[ 1.313576] tegra-i2c 3160000.i2c: no acknowledge from address 0x3e
[ 1.321080] tegra-i2c 3160000.i2c: no acknowledge from address 0x3e
[ 1.328421] outn: 4000 <–> 6000 mV
[ 1.351921] media: Linux media interface: v0.10
[ 1.356783] Linux video capture interface: v2.00
[ 1.367312] pps_core: LinuxPPS API ver. 1 registered
[ 1.372558] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 1.382167] PTP clock support registered
[ 1.389665] Tegra WDT setup timeout = 120 seconds.
[ 1.394760] tegra_wdt_t18x 30c0000.watchdog: tegra_wdt_t18x_probe done
[ 1.404414] max77620 4-003c: PMIC Version OTP:0x45 and ES:0x8
[ 1.413379] GPIO line 253 (spmic_gpio_input_5) hogged as input
[ 1.419744] GPIO line 254 (spmic_gpio_input_6) hogged as input
[ 1.426054] gpiochip_add_data: registered GPIOs 248 to 255 on device: max77620-gpio
[ 1.442726] vddio-ddr: at 1125 mV
[ 1.450480] avdd_dsi_csi: 1200 mV
[ 1.458478] vdd-1v8: 1800 mV
[ 1.466480] vdd-3v3-sys: 3300 mV
[ 1.471249] spmic-ldo0: at 1800 mV
[ 1.476067] spmic-ldo1: at 800 mV
[ 1.482481] vddio-3v3: 3300 mV
[ 1.486720] vddio-sdmmc1: 1800 <–> 3300 mV at 3300 mV
[ 1.498479] vdd-rtc: 1000 mV
[ 1.502723] avdd-ts-hv: 1800 <–> 3300 mV at 1800 mV
[ 1.508935] spmic-ldo6: at 1500 mV
[ 1.513948] vdd-pex-1v05: 1050 mV
[ 1.518412] spmic-ldo8: at 1000 mV
[ 1.522639] max77620 4-003c: max77620 probe successful
[ 1.528714] Advanced Linux Sound Architecture Driver Initialized.
[ 1.537677] en-vdd-sd: 3300 mV
[ 1.541775] vdd-usb0-5v: 5000 mV
[ 1.545550] vdd-usb1-5v: 5000 mV
[ 1.549697] vdd-3v3: 3300 mV
[ 1.553125] en-vdd-vcm-2v8: 2800 mV
[ 1.557123] vdd-sys-bl: 3300 mV
[ 1.562317] gpio tegra-gpio wake53 for gpio=159(X:5)
[ 1.570366] extcon-gpio-states external-connection:extcon@1: Cable state 1
[ 1.578317] clocksource: Switched to clocksource arch_sys_counter
[ 1.627610] nvmap_heap_init: nvmap_heap_init: created heap block cache
[ 1.635360] dma_declare_coherent_resizable_cma_memory:288: resizable heap=vpr, base=0x00000000ae000000, size=0x2a000000
[ 1.646887] cma: enabled page replacement for spfn=ae000, epfn=d8000
[ 1.649085] Wake76 for irq=199
[ 1.649088] Wake77 for irq=199
[ 1.649095] Wake78 for irq=199
[ 1.649096] Wake79 for irq=199
[ 1.649100] Wake80 for irq=199
[ 1.649102] Wake81 for irq=199
[ 1.649104] Wake82 for irq=199
[ 1.651650] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type BCPU-therm
[ 1.651900] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type MCPU-therm
[ 1.652042] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type GPU-therm
[ 1.652233] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[ 1.652674] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type AO-therm
[ 1.652848] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type Tboard_tegra
[ 1.653028] thermal thermal_zone6: Registering thermal zone thermal_zone6 for type Tdiode_tegra
[ 1.653262] thermal thermal_zone7: Registering thermal zone thermal_zone7 for type PMIC-Die
[ 1.653317] isomgr_init(): iso emc max clk=0KHz
[ 1.653322] isomgr_init(): max_iso_bw=0KB
[ 1.653760] tegra186-pmc-iopower pmc-iopower: Rail iopower-sys is having fixed voltage 1800000
[ 1.653846] tegra186-pmc-iopower pmc-iopower: Rail iopower-uart is having fixed voltage 1800000
[ 1.653938] tegra186-pmc-iopower pmc-iopower: Rail iopower-conn is having fixed voltage 1800000
[ 1.654013] tegra186-pmc-iopower pmc-iopower: Rail iopower-edp is having fixed voltage 1800000
[ 1.654097] tegra186-pmc-iopower pmc-iopower: Rail iopower-pex-ctrl-audio is having fixed voltage 1800000
[ 1.654177] tegra186-pmc-iopower pmc-iopower: Rail iopower-ufs is having fixed voltage 1800000
[ 1.654411] tegra186-pmc-iopower pmc-iopower: Rail iopower-ddr0 is having fixed voltage 0
[ 1.654467] tegra186-pmc-iopower pmc-iopower: Rail iopower-ddr1 is having fixed voltage 0
[ 1.654549] tegra186-pmc-iopower pmc-iopower: Rail iopower-csi-dsi is having fixed voltage 1200000
[ 1.654629] tegra186-pmc-iopower pmc-iopower: Rail iopower-cam is having fixed voltage 1800000
[ 1.654697] tegra186-pmc-iopower pmc-iopower: Rail iopower-sdmmc4 is having fixed voltage 1800000
[ 1.654772] tegra186-pmc-iopower pmc-iopower: Rail iopower-sdmmc1-hv is having voltages: 1800000:3300000
[ 1.654857] tegra186-pmc-iopower pmc-iopower: Rail iopower-audio-hv is having fixed voltage 1800000
[ 1.654925] tegra186-pmc-iopower pmc-iopower: Rail iopower-dbg is having fixed voltage 1800000
[ 1.655009] tegra186-pmc-iopower pmc-iopower: Rail iopower-spi is having fixed voltage 1800000
[ 1.655082] tegra186-pmc-iopower pmc-iopower: Rail iopower-ao is having fixed voltage 1800000
[ 1.655151] tegra186-pmc-iopower pmc-iopower: Rail iopower-ao-hv is having fixed voltage 3300000
[ 1.655233] tegra186-pmc-iopower pmc-iopower: Rail iopower-dmic-hv is having fixed voltage 1800000
[ 1.655322] tegra186-pmc-iopower pmc-iopower: Rail iopower-sdmmc2-hv is having fixed voltage 3300000
[ 1.655386] tegra186-pmc-iopower pmc-iopower: Rail iopower-sdmmc3-hv is having voltages: 1800000:3300000
[ 1.655398] tegra186-pmc-iopower pmc-iopower: NO_IO_POWER setting 0x00000000
[ 1.655926] NET: Registered protocol family 2
[ 1.656847] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 1.657803] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 1.659375] TCP: Hash tables configured (established 65536 bind 65536)
[ 1.659535] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 1.659848] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 1.660404] NET: Registered protocol family 1
[ 1.661142] RPC: Registered named UNIX socket transport module.
[ 1.661146] RPC: Registered udp transport module.
[ 1.661148] RPC: Registered tcp transport module.
[ 1.661150] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.687302] host1x 13e10000.host1x: initialized
[ 1.693816] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[ 1.695256] futex hash table entries: 2048 (order: 6, 262144 bytes)
[ 1.695560] audit: initializing netlink subsys (disabled)
[ 1.695644] audit: type=2000 audit(1.656:1): initialized
[ 1.706960] io scheduler noop registered (default)
[ 1.718810] Adding domain tsec-pd to PM domain host-pd
[ 1.723786] tsec 15500000.tsec: initialized
[ 1.726377] tsec 15100000.tsecb: initialized
[ 1.726923] Adding domain nvdec-pd to PM domain host-pd
[ 1.730427] nvdec 15480000.nvdec: initialized
[ 1.731132] Adding domain vic03-pd to PM domain host-pd
[ 1.731157] Adding domain msenc-pd to PM domain host-pd
[ 1.731180] Adding domain nvjpg-pd to PM domain host-pd
[ 1.737147] falcon 15340000.vic: initialized
[ 1.739515] falcon 154c0000.nvenc: initialized
[ 1.741805] falcon 15380000.nvjpg: initialized
[ 1.743736] iommu_context_dev 13e10000.host1x:ctx0: initialized (streamid=56)
[ 1.745165] iommu_context_dev 13e10000.host1x:ctx1: initialized (streamid=57)
[ 1.746576] iommu_context_dev 13e10000.host1x:ctx2: initialized (streamid=58)
[ 1.747898] iommu_context_dev 13e10000.host1x:ctx3: initialized (streamid=59)
[ 1.749353] iommu_context_dev 13e10000.host1x:ctx4: initialized (streamid=60)
[ 1.750875] iommu_context_dev 13e10000.host1x:ctx5: initialized (streamid=61)
[ 1.752286] iommu_context_dev 13e10000.host1x:ctx6: initialized (streamid=62)
[ 1.753648] iommu_context_dev 13e10000.host1x:ctx7: initialized (streamid=63)
[ 1.755723] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[ 1.755917] misc tegra_camera_ctrl: tegra_camera_isomgr_register: some fields not in DT.
[ 1.755926] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=0, vi_iso_bw=1500000, max_bw=1500000
[ 1.756060] max_iso_bw is relaxed to 1500000KB from 0KB
[ 1.756062] ------------[ cut here ]------------
[ 1.756066] WARNING: at ffffffc0007bf03c [verbose debug info unavailable]
[ 1.756073] Modules linked in:
[ 1.756076]
[ 1.756095] CPU: 2 PID: 1 Comm: swapper/0 Not tainted 4.4.15+ #1
[ 1.756099] Hardware name: quill (DT)
[ 1.756104] task: ffffffc1f6870000 ti: ffffffc1f6878000 task.ti: ffffffc1f6878000
[ 1.756133] PC is at __tegra_isomgr_register+0x310/0x4d8
[ 1.756138] LR is at __tegra_isomgr_register+0x310/0x4d8
[ 1.756157] pc : [] lr : [] pstate: 80000045
[ 1.756172] sp : ffffffc1f687bb30
[ 1.756181] tegradc 15210000.nvdisplay: Display dc.15210000 registered with id=0
[ 1.756212] x29: ffffffc1f687bb30
[ 1.756213] DC OR NODE connected to /host1x/sor1
[ 1.756226] x28: 0000000000000380
[ 1.756240] x27: ffffffc001320000 x26: ffffffc001260000
[ 1.756246] x25: ffffffc000b45000 x24: 0000000000000000
[ 1.756252] x23: 0000000000000000 x22: 0000000000000008
[ 1.756258] x21: 000000000016e360 x20: ffffffc001320c40
[ 1.756266] x19: ffffffc001321020 x18: ffffffc000a67a80
[ 1.756274] x17: ffffffc000a67a80 x16: ffffffc000a67a80
[ 1.756291] x15: ffffffc000a67a80 x14: 73695f6976202c30
[ 1.756315] x13: 3d77625f6f73695f x12: 7073692072657473
[ 1.756315] parse_tmds_config: No tmds-config node
[ 1.756322]
[ 1.756373] x11: 696765725f72676d x10: ffffffc0012bae88
[ 1.756385] x9 : ffffffc1f687ba80 x8 : 206d6f726620424b
[ 1.756394] x7 : 3030303030353120 x6 : ffffffc0012bb838
[ 1.756400] x5 : 00000000033d0235 x4 : 0000000000000000
[ 1.756404] x3 : 0000000000000000 x2 : 0000000000000000
[ 1.756409] x1 : 0000000000000000 x0 : 000000000000002b
[ 1.756411]
[ 1.756427] tegradc 15210000.nvdisplay: DT parsed successfully
[ 1.756440] —[ end trace f5f68b42530cdec1 ]—
[ 1.756446] Call trace:
[ 1.756452] [] __tegra_isomgr_register+0x310/0x4d8
[ 1.756458] [] tegra_isomgr_register+0x1c/0x2c
[ 1.756483] [] tegra_camera_probe+0x270/0x3d8
[ 1.756502] [] platform_drv_probe+0x50/0xbc
[ 1.756509] [] driver_probe_device+0xcc/0x414
[ 1.756514] [] __driver_attach+0x9c/0xa0
[ 1.756524] [] bus_for_each_dev+0x58/0x98
[ 1.756530] [] driver_attach+0x20/0x28
[ 1.756580] [] bus_add_driver+0x1f0/0x294
[ 1.756586] [] driver_register+0x68/0x108
[ 1.756591] [] __platform_driver_register+0x54/0x5c
[ 1.756597] [] tegra_camera_init+0x18/0x20
[ 1.756612] [] do_one_initcall+0xc8/0x1c4
[ 1.756633] [] kernel_init_freeable+0x1cc/0x270
[ 1.756654] [] kernel_init+0x10/0xdc
[ 1.756667] [] ret_from_fork+0x10/0x40
[ 1.756671] __tegra_isomgr_register(): ISO BW usage:
[ 1.756674] __tegra_isomgr_register(): client=disp_0, iso dedi bw=0KB
[ 1.756678] __tegra_isomgr_register(): client=disp_1, iso dedi bw=0KB
[ 1.756682] __tegra_isomgr_register(): client=disp_2, iso dedi bw=0KB
[ 1.756685] __tegra_isomgr_register(): client=isp_a, iso dedi bw=0KB
[ 1.756689] __tegra_isomgr_register(): client=tegra_camera_ctrl, iso dedi bw=1500000KB
[ 1.756691] __tegra_isomgr_register(): client=ape_adma, iso dedi bw=0KB
[ 1.756695] __tegra_isomgr_register(): client=eqos, iso dedi bw=0KB
[ 1.756697] __tegra_isomgr_register(): revisit BW usage of iso clients
[ 1.770513] tegradc 15210000.nvdisplay: vblank syncpt # 7 for dc 1
[ 1.770518] tegradc 15210000.nvdisplay: vpulse3 syncpt # 8 for dc 1
[ 1.774241] tegra-adma 2930000.adma: Tegra ADMA driver register 10 channels
[ 1.775253] PD DISP0 index2 UP
[ 1.775299] tegra-fuse-burn 3820000.efuse:efuse-burn: Fuse burn driver initialized
[ 1.775861] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 1.775932] PD DISP1 index3 UP
[ 1.776111] PD DISP2 index4 UP
[ 1.777581] tegra-i2c 3190000.i2c: no acknowledge from address 0x50
[ 1.780650] console [ttyS0] disabled
[ 1.780730] PD DISP2 index4 DOWN
[ 1.780940] PD DISP1 index3 DOWN
[ 1.781118] PD DISP0 index2 DOWN
[ 1.783810] tegradc 15210000.nvdisplay: probed
[ 2.600097] dma_declare_coherent_resizable_cma_memory:335: resizable cma heap=vpr create successful
[ 2.600098] nvmap_page_pool_init: Total RAM pages: 2010119
[ 2.600102] nvmap_page_pool_init: nvmap page pool size: 251264 pages (981 MB)
[ 2.623183] nvmap_background_zero_thread: PP zeroing thread starting.
[ 2.623283] 3100000.serial: ttyS0 at MMIO 0x3100000 (irq = 36, base_baud = 25500000) is a Tegra
[ 2.624778] misc nvmap: created heap vpr base 0x00000000ae000000 size (688128KiB)
[ 2.625565] Console: switching to colour frame buffer device 80x30
[ 2.687424] tegradc 15210000.nvdisplay: fb registered
[ 2.687424] tegradc 15210000.nvdisplay: fb registered
[ 2.688059] gpio tegra-gpio wake21 for gpio=121(P:2)
[ 2.688059] gpio tegra-gpio wake21 for gpio=121(P:2)
[ 2.718322] console [ttyS0] enabled
[ 2.718322] console [ttyS0] enabled
[ 2.730365] bootconsole [uart0] disabled
[ 2.730365] bootconsole [uart0] disabled
[ 2.747085] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 37, base_baud = 0) is a TEGRA_UART
[ 2.763326] c280000.serial: ttyTHS2 at MMIO 0xc280000 (irq = 38, base_baud = 0) is a TEGRA_UART
[ 2.774701] serial-tegra 3130000.serial: RX in PIO mode
[ 2.782931] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 39, base_baud = 0) is a TEGRA_UART
[ 2.797260] gpio tegra-gpio-aon wake35 for gpio=16(V:2)
[ 2.803718] nct1008_nct72 7-004c: find device tree node, parsing dt
[ 2.811059] nct1008_nct72 7-004c: starting parse dt
[ 2.817105] nct1008_nct72 7-004c: success parsing dt
[ 2.823397] nct1008_nct72 7-004c: success in enabling tmp451 VDD rail
[ 2.866544] tmp451: Enabled overheat logging at 104.00C
[ 2.873090] gpio tegra-gpio-aon wake35 for gpio=16(V:2)
[ 2.879336] nct1008_nct72 7-004c: nct1008_probe: initialized
[ 2.889938] THERMAL EST: found 3 subdevs
[ 2.894805] THERMAL EST num_resources: 0
[ 2.899622] [THERMAL EST subdev 0]
[ 2.903914] [THERMAL EST subdev 1]
[ 2.908124] [THERMAL EST subdev 2]
[ 2.912785] thermal thermal_zone8: Registering thermal zone thermal_zone8 for type thermal-fan-est
[ 2.923343] THERMAL EST: thz register success.
[ 2.928988] THERMAL EST: end of probe, return err: 0
[ 2.935287] tegra_profiler: Branch: Dev
[ 2.939926] tegra_profiler: Version: 1.109
[ 2.944775] tegra_profiler: Samples version: 37
[ 2.950030] tegra_profiler: IO version: 20
[ 2.954816] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.959891] armv8_pmu: arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0
[ 2.967192] armv8_pmu: imp: 0x4e, idcode: 0x1
[ 2.972203] armv8_pmu: arch: AA64 PmuV3 NVIDIA (Denver), type: 6, ver: 2
[ 2.979570] armv8_pmu: imp: 0x4e, idcode: 0x1
[ 2.984577] armv8_pmu: arch: AA64 PmuV3 NVIDIA (Denver), type: 6, ver: 2
[ 2.991953] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.996972] armv8_pmu: arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0
[ 3.004276] armv8_pmu: imp: 0x41, idcode: 0x1
[ 3.009305] armv8_pmu: arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0
[ 3.016609] armv8_pmu: imp: 0x41, idcode: 0x1
[ 3.021648] armv8_pmu: arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0
[ 3.029714] tegra_profiler: auth: init
[ 3.040628] tegra-ahci 3507000.ahci-sata: AHCI 0001.0301 32 slots 2 ports 3 Gbps 0x1 impl platform mode
[ 3.051651] tegra-ahci 3507000.ahci-sata: flags: 64bit ncq sntf pm led pmp pio slum part deso sadm apst
[ 3.064211] scsi host0: tegra_ahci
[ 3.069016] scsi host1: tegra_ahci
[ 3.073373] ata1: SATA max UDMA/133 mmio [mem 0x03507000-0x03508fff] port 0x100 irq 24
[ 3.082813] ata2: DUMMY
[ 3.087659] spi-tegra114 3210000.spi: Static pin configuration used
[ 3.095514] spi-tegra114 c260000.spi: Static pin configuration used
[ 3.103190] spi-tegra114 3240000.spi: Static pin configuration used
[ 3.111349] tun: Universal TUN/TAP device driver, 1.6
[ 3.117209] tun: (C) 1999-2004 Max Krasnyansky maxk@qualcomm.com
[ 3.124428] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 3.131076] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 3.137940] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.3.0-k
[ 3.145718] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 3.152405] PPP generic driver version 2.4.2
[ 3.157733] PPP BSD Compression module registered
[ 3.163246] PPP Deflate Compression module registered
[ 3.169161] PPP MPPE Compression module registered
[ 3.174741] NET: Registered protocol family 24
[ 3.180079] usbcore: registered new interface driver asix
[ 3.186285] usbcore: registered new interface driver ax88179_178a
[ 3.193174] usbcore: registered new interface driver cdc_ether
[ 3.199809] usbcore: registered new interface driver smsc95xx
[ 3.206351] usbcore: registered new interface driver net1080
[ 3.212700] usbcore: registered new interface driver cdc_subset
[ 3.219361] usbcore: registered new interface driver zaurus
[ 3.225644] usbcore: registered new interface driver cdc_ncm
[ 3.232529] usbcore: registered new interface driver usb-storage
[ 3.239239] usbcore: registered new interface driver usbserial
[ 3.245694] usbcore: registered new interface driver ftdi_sio
[ 3.252021] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 3.260501] usbcore: registered new interface driver option
[ 3.266705] usbserial: USB Serial support registered for GSM modem (1-port)
[ 3.274424] usbcore: registered new interface driver pl2303
[ 3.280657] usbserial: USB Serial support registered for pl2303
[ 3.287729] tegra-usb-cd usb_cd: otg phy is not available yet
[ 3.297881] tegra-xudc-new 3550000.xudc: usb2 phy is not available yet
[ 3.406341] ata1: SATA link down (SStatus 0 SControl 300)
[ 3.439364] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[ 3.457910] tegra_rtc c2a0000.rtc: rtc core: registered c2a0000.rtc as rtc1
[ 3.468906] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[ 3.479804] i2c /dev entries driver
[ 3.489193] [OV5693]: probing v4l2 sensor.
[ 3.513739] tegra-i2c 3160000.i2c: no acknowledge from address 0x36
[ 3.525414] regmap_util_write_table_8:regmap_util_write_table:-121
[ 3.531503] ov5693 0-0036: could not read otp bank
[ 3.549415] ov5693 0-0036: Error -121 reading otp data
[ 3.560193] ov5693: probe of 0-0036 failed with error -121
[ 3.571290] gspca_main: v2.14.0 registered
[ 3.576449] usbcore: registered new interface driver gspca_zc3xx
[ 3.584023] max77620-power max77620-power: Event recorder REG_NVERC : 0x0
[ 3.594864] FAN dev name: pwm-fan
[ 3.599250] FAN:gpio request success.
[ 3.604012] FAN: can’t find tach_gpio
[ 3.608715] pwm_fan_driver pwm-fan: cap state:7, cap pwm:255
[ 3.615765] pwm_fan_driver pwm-fan: unable to request PWM, trying legacy API
[ 3.623752] pwm_fan_driver pwm-fan: got pwm for fan
[ 3.629546] pwm_fan_driver pwm-fan: tach period: 1000
[ 3.636177] pwm_fan_driver pwm-fan: index 0: pwm=0, rpm=0, rru=40, rrd=40, state:2
[ 3.648603] pwm_fan_driver pwm-fan: index 1: pwm=80, rpm=1000, rru=2, rrd=2, state:2
[ 3.661564] pwm_fan_driver pwm-fan: index 2: pwm=120, rpm=2000, rru=1, rrd=1, state:2
[ 3.671194] pwm_fan_driver pwm-fan: index 3: pwm=160, rpm=3000, rru=1, rrd=1, state:2
[ 3.680915] pwm_fan_driver pwm-fan: index 4: pwm=255, rpm=4000, rru=1, rrd=1, state:3
[ 3.690685] pwm_fan_driver pwm-fan: index 5: pwm=255, rpm=5000, rru=1, rrd=1, state:3
[ 3.700597] pwm_fan_driver pwm-fan: index 6: pwm=255, rpm=6000, rru=1, rrd=1, state:3
[ 3.710553] pwm_fan_driver pwm-fan: index 7: pwm=255, rpm=7000, rru=1, rrd=1, state:4
[ 3.720542] pwm_fan_driver pwm-fan: index 8: pwm=255, rpm=10000, rru=1, rrd=1, state:4
[ 3.730656] pwm_fan_driver pwm-fan: index 9: pwm=255, rpm=11000, rru=1, rrd=1, state:4
[ 3.742194] device-mapper: uevent: version 1.0.3
[ 3.748441] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[ 3.759735] sdhci: Secure Digital Host Controller Interface driver
[ 3.767219] sdhci: Copyright(c) Pierre Ossman
[ 3.772834] sdhci-pltfm: SDHCI platform and OF driver helper
[ 3.780294] sdhci-tegra 3460000.sdhci: Parent select= pll_p rate=408000000
[ 3.794589] sdhci-tegra 3460000.sdhci: Parent select= pll_c4_out0 rate=196249804
[ 3.815535] tegra-se-elp 3ad0000.se_elp: tegra_se_elp_probe: complete
[ 3.815965] sdhci-tegra 3460000.sdhci: Client registration for eMC Successful
[ 3.818690] sdhci-tegra 3460000.sdhci: voltage switch failed in probe, err: -524
[ 3.841775] hidraw: raw HID events driver (C) Jiri Kosina
[ 3.850335] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit with 64 bit addr
[ 3.850767] usbcore: registered new interface driver usbhid
[ 3.850770] usbhid: USB HID core driver
[ 3.893811] sdhci-tegra 3440000.sdhci: Parent select= pll_p rate=408000000
[ 3.906740] tegra-i2c 3160000.i2c: no acknowledge from address 0x42
[ 3.919430] ina3221x 0-0042: ina3221 reset failure status: 0xffffff87
[ 3.919708] sdhci-tegra 3440000.sdhci: Client registration for eMC Successful
[ 3.922788] sdhci-tegra 3440000.sdhci: voltage switch failed in probe, err: -524
[ 3.952946] pad_id 28: PMC_IMPL_E_33V_PWR_0 = [0x39]
[ 3.952947] mmc0: MAN_BKOPS_EN bit is not set
[ 3.963532] mmc0: Skipping tuning since strobe enabled
[ 3.966420] mmc1: SDHCI controller on 3440000.sdhci [3440000.sdhci] using ADMA 64-bit with 64 bit addr
[ 3.967016] sdhci-tegra 3400000.sdhci: Got CD GPIO
[ 3.967074] sdhci-tegra 3400000.sdhci: Got WP GPIO
[ 3.967167] sdhci-tegra 3400000.sdhci: Parent select= pll_p rate=408000000
[ 3.969529] sdhci-tegra 3400000.sdhci: Client registration for eMC Successful
[ 3.972232] sdhci-tegra 3400000.sdhci: voltage switch failed in probe, err: -524
[ 3.973294] mmc0: periodic cache flush enabled
[ 3.973310] mmc0: new HS400 MMC card at address 0001
[ 3.973949] mmcblk0: mmc0:0001 DG4032 29.1 GiB
[ 3.974325] mmcblk0rpmb: mmc0:0001 DG4032 partition 3 4.00 MiB
[ 3.976078] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17
[ 4.010935] pad_id 28: PMC_IMPL_E_33V_PWR_0 = [0x39]
[ 4.010936] mmc1: queuing unknown CIS tuple 0x80 (5 bytes)
[ 4.014535] mmc2: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit with 64 bit addr
[ 4.168829] ina3221x: probe of 0-0042 failed with error -121
[ 4.176808] tegra-i2c 3160000.i2c: no acknowledge from address 0x43
[ 4.184910] ina3221x 0-0043: ina3221 reset failure status: 0xffffff87
[ 4.192549] ina3221x: probe of 0-0043 failed with error -121
[ 4.200044] nvadsp 2993000.adsp: in probe()…
[ 4.207536] nvadsp 2993000.adsp: Registering AMC Error Interrupt
[ 4.211866] mmc1 tuning done saved tap delay=63
[ 4.211870] mmc1: hw tuning done …
[ 4.211879] mmc1: tuning_window[0]: 0xffffffff
[ 4.211886] mmc1: tuning_window[1]: 0xfffff9ff
[ 4.211892] mmc1: tuning_window[2]: 0xff1fffff
[ 4.211899] mmc1: tuning_window[3]: 0x7fffffff
[ 4.211904] mmc1: tuning_window[4]: 0x0
[ 4.211910] mmc1: tuning_window[5]: 0x0
[ 4.211915] mmc1: tuning_window[6]: 0x0
[ 4.211963] mmc1: tuning_window[7]: 0x0
[ 4.211966] sdhci: Tap value: 63 | Trim value: 5
[ 4.211971] sdhci: SDMMC_VENDOR_INTR_STATUS[0x108]: 0x40000
[ 4.223120] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
[ 4.223202] mmc1: new ultra high speed SDR104 SDIO card at address 0001
[ 4.288906] nvadsp 2993000.adsp: AMC/ARAM initialized.
[ 4.295167] nvadsp 2993000.adsp: nvadsp_app_module_probe
[ 4.302475] tegra_central_actmon d230000.actmon: in probe()…
[ 4.309955] tegra_central_actmon d230000.actmon: initialization Completed for the device mc_all
[ 4.321230] kfuse 3830000.kfuse: initialized
[ 4.326715] Denver: backdoor interface is NOT available.
[ 4.334769] coresight-tmc 8030000.etf: TMC initialized
[ 4.341552] coresight-tpiu 8060000.tpiu: TPIU initialized
[ 4.348636] coresight-funnel 9010000.funnel_bccplex: FUNNEL initialized
[ 4.356996] coresight-funnel 8010000.funnel_major: FUNNEL initialized
[ 4.364837] coresight-replicator 8040000.replicator: REPLICATOR initialized
[ 4.373514] coresight-etm4x 9840000.ptm: ETM 4.0 initialized
[ 4.381040] coresight-etm4x 9940000.ptm: ETM 4.0 initialized
[ 4.388278] coresight-etm4x 9a40000.ptm: ETM 4.0 initialized
[ 4.395738] coresight-etm4x 9b40000.ptm: ETM 4.0 initialized
[ 4.402181] Module initialized successfully
[ 4.413555] camchar: rtcpu character device driver loaded
[ 4.424525] tegra186-aondbg aondbg: aondbg driver probe() OK
[ 4.431661] register_ari_mca_banks: Registered MCA ROC:IOB
[ 4.438406] register_ari_mca_banks: Registered MCA ROC:CCE
[ 4.446392] tegra18_a57_serr_init: on CPU 1 a Denver Core
[ 4.452769] parse_throttle_dt_data: Num cap clks = 4
[ 4.458516] parse_throttle_dt_data: clk=mcpu type=1
[ 4.464130] parse_throttle_dt_data: clk=bcpu type=2
[ 4.469723] parse_throttle_dt_data: clk=gpu type=4
[ 4.475223] parse_throttle_dt_data: clk=emc type=3
[ 4.481635] tegra_throttle_probe: probe successful. #cdevs=4
[ 4.488796] hw perfevents: enabled with denver15_uncore_pmu PMU driver, 3 counters available
[ 4.499416] Adding domain se-pd to PM domain host-pd
[ 4.508634] tegra-se-nvhost 15810000.se: initialized
[ 4.515617] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[ 4.523270] tegra-se-nvhost 15820000.se: initialized
[ 4.529927] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[ 4.537563] tegra-se-nvhost 15830000.se: initialized
[ 4.544311] tegra-se-nvhost 15830000.se: tegra_se_probe: complete
[ 4.553068] tegra-se-nvhost 15840000.se: initialized
[ 4.559593] tegra-se-nvhost 15840000.se: tegra_se_probe: complete
[ 4.573636] tegra-gpcdma 2600000.dma: GPC DMA driver register 32 channels
[ 4.586722] cpufreq: platform driver Initialization: pass
[ 4.593526] tegra186-padctl 3520000.pinctrl: padctl mmio start 0x0000000003520000 end 0x0000000003520fff
[ 4.604040] tegra186-padctl 3520000.pinctrl: ao mmio start 0x0000000003540000 end 0x0000000003540fff
[ 4.614278] tegra186-padctl 3520000.pinctrl: FUSE_SKU_USB_CALIB_0 0x2ec897
[ 4.621729] tegra186-padctl 3520000.pinctrl: FUSE_USB_CALIB_EXT_0 0x8
[ 4.631480] tegra186-padctl 3520000.pinctrl: using UTMI port 0 for otg
[ 4.640937] tegra-bpmp-thermal d000000.bpmp:bpmpthermal: zone 0 not supported
[ 4.652880] cpuidle: Initializing cpuidle driver init for Denver cluster
[ 4.657515] eqos_get_mac_address_dtb: bad mac address at /chosen/nvidia,ether-mac: null.
[ 4.657521] ether-mac read from DT failed -99
[ 4.658237] libphy: dwc_phy: probed
[ 4.679261] cpuidle: Initializing cpuidle driver init for A57 cluster
[ 4.688619] tachometer tegra-tachometer: Tachometer driver tegra-tachometer registered
[ 4.697858] Tachometer driver initialized with pulse_per_rev: 1 and win_len: 1
[ 4.714356] tegra210_adsp_audio_platform_probe: platform probe started
[ 4.723602] gpio tegra-gpio wake18 for gpio=101(M:3)
[ 4.723612] tegra210-adsp adsp_audio: Default param-type to BYTE for mp3-dec1
[ 4.724147] tegra210-adsp adsp_audio: Default param-type to BYTE for spkprot
[ 4.726943] tegra210-adsp adsp_audio: Default param-type to BYTE for src
[ 4.727534] tegra210-adsp adsp_audio: Default param-type to BYTE for aac-dec1
[ 4.727708] input: tegra-hda HDMI/DP,pcm=3 as /devices/3510000.hda/sound/card0/input0
[ 4.727987] input: tegra-hda HDMI/DP,pcm=7 as /devices/3510000.hda/sound/card0/input1
[ 4.728985] tegra210-adsp adsp_audio: Default param-type to BYTE for aec
[ 4.728996] tegra210-adsp adsp_audio: adma channel page address dt entry not found
[ 4.728999] tegra210-adsp adsp_audio: using adma channel page 0
[ 4.733266] tegra210_adsp_audio_platform_probe probe successfull.max_iso_bw is relaxed to 1524576KB from 1500000KB
[ 4.733267] ------------[ cut here ]------------
[ 4.733270] WARNING: at ffffffc0007bf03c [verbose debug info unavailable]
[ 4.733276] Modules linked in:
[ 4.733277]
[ 4.733297] CPU: 2 PID: 1 Comm: swapper/0 Tainted: G W 4.4.15+ #1
[ 4.733300] Hardware name: quill (DT)
[ 4.733303] task: ffffffc1f6870000 ti: ffffffc1f6878000 task.ti: ffffffc1f6878000
[ 4.733338] PC is at __tegra_isomgr_register+0x310/0x4d8
[ 4.733342] LR is at __tegra_isomgr_register+0x310/0x4d8
[ 4.733349] pc : [] lr : [] pstate: 80000045
[ 4.733351] sp : ffffffc1f687b7a0
[ 4.733357] x29: ffffffc1f687b7a0 x28: 00000000000003f0
[ 4.733363] x27: ffffffc001320000 x26: ffffffc001260000
[ 4.733367] x25: ffffffc000b45000 x24: ffffffc1f5315800
[ 4.733371] x23: ffffffc0008c2a0c x22: 0000000000000009
[ 4.733376] x21: 0000000000006000 x20: ffffffc001320c40
[ 4.733381] x19: ffffffc001321090 x18: ffffffc000a67a80
[ 4.733384] x17: ffffffc000a67a80 x16: ffffffc000a67a80
[ 4.733388] x15: 00000000fa83b2da x14: 00007700000009e0
[ 4.733393] x13: 00000001000009d4 x12: 0000000000000020
[ 4.733398] x11: 0101010101010101 x10: ffffffc0012bae88
[ 4.733407] x9 : ffffffc1f687b6f0 x8 : 206d6f726620424b
[ 4.733411] x7 : 3637353432353120 x6 : ffffffc0012bb838
[ 4.733415] x5 : 0000000000000066 x4 : 0000000000000000
[ 4.733418] x3 : 0000000000000000 x2 : 0000000000000000
[ 4.733422] x1 : 0000000000000000 x0 : 0000000000000031
[ 4.733423]
[ 4.733426] —[ end trace f5f68b42530cdec2 ]—
[ 4.733432] Call trace:
[ 4.733437] [] __tegra_isomgr_register+0x310/0x4d8
[ 4.733441] [] tegra_isomgr_register+0x1c/0x2c
[ 4.733460] [] tegra_isomgr_adma_register+0x8c/0xf4
[ 4.733471] [] tegra210_admaif_probe+0x138/0x450
[ 4.733512] [] platform_drv_probe+0x50/0xbc
[ 4.733518] [] driver_probe_device+0xcc/0x414
[ 4.733562] [] __device_attach_driver+0x8c/0xb0
[ 4.733568] [] bus_for_each_drv+0x54/0x94
[ 4.733572] [] __device_attach+0xc0/0x150
[ 4.733575] [] device_initial_probe+0x10/0x18
[ 4.733579] [] bus_probe_device+0x90/0x98
[ 4.733585] [] device_add+0x3ac/0x584
[ 4.733600] [] of_device_add+0x50/0x5c
[ 4.733605] [] of_platform_device_create_pdata+0x90/0xe8
[ 4.733610] [] of_platform_bus_create+0xe0/0x3c0
[ 4.733613] [] of_platform_populate+0x48/0xac
[ 4.733623] [] tegra186_xbar_registration+0x7c/0x110
[ 4.733629] [] tegra210_xbar_probe+0x280/0x3e8
[ 4.733633] [] platform_drv_probe+0x50/0xbc
[ 4.733636] [] driver_probe_device+0xcc/0x414
[ 4.733639] [] __driver_attach+0x9c/0xa0
[ 4.733644] [] bus_for_each_dev+0x58/0x98
[ 4.733647] [] driver_attach+0x20/0x28
[ 4.733650] [] bus_add_driver+0x1f0/0x294
[ 4.733654] [] driver_register+0x68/0x108
[ 4.733658] [] __platform_driver_register+0x54/0x5c
[ 4.733672] [] tegra210_xbar_driver_init+0x18/0x20
[ 4.733687] [] do_one_initcall+0xc8/0x1c4
[ 4.733701] [] kernel_init_freeable+0x1cc/0x270
[ 4.733719] [] kernel_init+0x10/0xdc
[ 4.733726] [] ret_from_fork+0x10/0x40
[ 4.733730] __tegra_isomgr_register(): ISO BW usage:
[ 4.733733] __tegra_isomgr_register(): client=disp_0, iso dedi bw=0KB
[ 4.733736] __tegra_isomgr_register(): client=disp_1, iso dedi bw=0KB
[ 4.733738] __tegra_isomgr_register(): client=disp_2, iso dedi bw=0KB
[ 4.733741] __tegra_isomgr_register(): client=isp_a, iso dedi bw=0KB
[ 4.733745] __tegra_isomgr_register(): client=tegra_camera_ctrl, iso dedi bw=1500000KB
[ 4.733747] __tegra_isomgr_register(): client=ape_adma, iso dedi bw=24576KB
[ 4.733750] __tegra_isomgr_register(): client=eqos, iso dedi bw=0KB
[ 4.733752] __tegra_isomgr_register(): revisit BW usage of iso clients
[ 4.746557] OPE platform probe
[ 4.746786] OPE platform probe successful
[ 4.771396] tegra-snd-t186ref-mobile-rt565x sound: Failed to get HP Det GPIO, should be handled by codec
[ 4.860832] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF1 <-> ADMAIF1 mapping ok
[ 4.861015] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF2 <-> ADMAIF2 mapping ok
[ 4.861246] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF3 <-> ADMAIF3 mapping ok
[ 4.861500] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF4 <-> ADMAIF4 mapping ok
[ 4.861692] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF5 <-> ADMAIF5 mapping ok
[ 4.861884] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF6 <-> ADMAIF6 mapping ok
[ 4.862055] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF7 <-> ADMAIF7 mapping ok
[ 4.862232] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF8 <-> ADMAIF8 mapping ok
[ 4.862508] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF9 <-> ADMAIF9 mapping ok
[ 4.862699] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF10 <-> ADMAIF10 mapping ok
[ 4.862887] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF11 <-> ADMAIF11 mapping ok
[ 4.863064] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF12 <-> ADMAIF12 mapping ok
[ 4.863242] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF13 <-> ADMAIF13 mapping ok
[ 4.863430] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF14 <-> ADMAIF14 mapping ok
[ 4.863645] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF15 <-> ADMAIF15 mapping ok
[ 4.863824] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF16 <-> ADMAIF16 mapping ok
[ 4.864005] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF17 <-> ADMAIF17 mapping ok
[ 4.864207] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF18 <-> ADMAIF18 mapping ok
[ 4.864386] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF19 <-> ADMAIF19 mapping ok
[ 4.864597] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF20 <-> ADMAIF20 mapping ok
[ 4.866734] tegra-snd-t186ref-mobile-rt565x sound: ADSP-FE1 <-> ADSP PCM1 mapping ok
[ 4.866925] tegra-snd-t186ref-mobile-rt565x sound: ADSP-FE2 <-> ADSP PCM2 mapping ok
[ 4.866970] compress asoc: ADSP-FE3 <-> ADSP COMPR1 mapping ok
[ 4.867015] compress asoc: ADSP-FE4 <-> ADSP COMPR2 mapping ok
[ 4.926578] input: tegra-snd-t186ref-mobile-rt565x Headphone Jack as /devices/sound/sound/card1/input2
[ 4.928881] tegra-snd-t186ref-mobile-rt565x sound: codec-dai “dit-hifi” registered
[ 4.928886] tegra-snd-t186ref-mobile-rt565x sound: This is a dummy codec
[ 4.930089] GACT probability NOT on
[ 4.930114] Mirror/redirect action on
[ 4.930130] u32 classifier
[ 4.930132] Actions configured
[ 4.930162] nf_con

On the other hand, using Ubuntu 16.04 LTS and the well-working Jetson TX2 module, I achieved the following serial data.
Also, please refer to the test setup in the attached picture.


\00\FF\F8\81\B7~\80\D4\FE\FE\FE\FC\FE\FF\CD\00\80\C0\80\80\80\80\F8nd 13 partitions in 00000003 device
[0000.336] I> Reading GPT from 512 for device 00010003
[0000.342] I> Found 29 partitions in 00010003 device
[0000.347] W> No valid slot number is found in scratch register
[0000.353] W> Return default slot: _a
[0000.356] I> A/B: bin_type (16) slot 0
[0000.360] I> Loading partition bpmp-fw at 0xd7800000
[0000.365] I> Reading two headers - addr:0xd7800000 blocks:1
[0000.370] I> Addr: 0xd7800000, start-block: 58761217, num_blocks: 1
[0000.386] I> Binary(16) of size 529040 is loaded @ 0xd7800000
[0000.392] W> No valid slot number is found in scratch register
[0000.398] W> Return default slot: _a
[0000.401] I> A/B: bin_type (17) slot 0
[0000.405] I> Loading partition bpmp-fw-dtb at 0xd79f0000
[0000.410] I> Reading two headers - addr:0xd79f0000 blocks:1
[0000.415] I> Addr: 0xd79f0000, start-block: 58763633, num_blocks: 1
[0000.430] I> Binary(17) of size 465760 is loaded @ 0xd798e200
[0000.608] I> BPMP-FW load address = 0xd7800000
[0000.612] I> BPMP-FW DTB load address = 0x5018e200
[0000.617] I> Loading SCE-FW …
[0000.620] W> No valid slot number is found in scratch register
[0000.626] W> Return default slot: _a
[0000.629] I> A/B: bin_type (12) slot 0
[0000.633] I> Loading partition sce-fw at 0xd7300000
[0000.637] I> Reading two headers - addr:0xd7300000 blocks:1
[0000.643] I> Addr: 0xd7300000, start-block: 58765633, num_blocks: 1
[0000.652] I> Binary(12) of size 76592 is loaded @ 0xd7300000
[0000.658] I> Init SCE
[0000.660] I> Copy BTCM section
[0000.663] W> No valid slot number is found in scratch register
[0000.669] W> Return default slot: _a
[0000.672] I> A/B: bin_type (13) slot 0
[0000.676] I> Loading partition cpu-bootloader at 0x96000000
[0000.681] I> Reading two headers - addr:0x96000000 blocks:1
[0000.687] I> Addr: 0x96000000, start-block: 58740737, num_blocks: 1
[0000.699] I> Binary(13) of size 282736 is loaded @ 0x96000000
[0000.705] W> No valid slot number is found in scratch register
[0000.711] W> Return default slot: _a
[0000.714] I> A/B: bin_type (20) slot 0
[0000.718] I> Loading partition bootloader-dtb at 0x8520f400
[0000.723] I> Reading two headers - addr:0x8520f400 blocks:1
[0000.728] I> Addr: 0x8520f400, start-block: 58742785, num_blocks: 1
[0000.740] I> Binary(20) of size 210880 is loaded @ 0x8520f400
[0000.746] I> MB2-params(VA) @ 0xd7000000
[0000.749] I> CPUBL-params(VA) @ 0xd7000000
[0000.753] I> CPUBL-params¶ @ 0x277000000
[0000.757] I> CPU-BL loaded @ PA 0x96000000
[0000.761] I> Loading TOS …
[0000.764] W> No valid slot number is found in scratch register
[0000.770] W> Return default slot: _a
[0000.773] I> A/B: bin_type (14) slot 0
[0000.777] I> Loading partition secure-os at 0x8530f600
[0000.782] I> Reading two headers - addr:0x8530f600 blocks:1
[0000.787] I> Addr: 0x8530f600, start-block: 58744833, num_blocks: 1
[0000.797] I> Binary(14) of size 62576 is loaded @ 0x8530f600
[0000.802] I> Copying Monitor (length: 0xf270) from 0x8530f800 to 0x40000000
[0000.809] I> Erasing Monitor @ 0x8530f800
[0000.814] I> Unhalting SCE
[0000.816] I> Primary Memory Start:80000000 Size:70000000
[0000.822] I> Extended Memory Start:f0110000 Size:185ef0000
[0000.828] I> Waypoint2-ACK: 0x52012714
[0000.832] I> MB2(TBoot-BPMP) done

NOTICE: BL31: v1.2(release):e1e4477
NOTICE: BL31: Built : 00:08:30, May 17 2018
NOTICE: Trusty image missing.
ERROR: Error initializing runtime service trusty_fast
[0001.193] I> Welcome to Cboot
[0001.195] I> Cboot Version: 00.00.2014.50-t186-0c600f85
[0001.200] I> CPU-BL Params @ 0x277000000
[0001.204] I> 0) Base:0x00000000 Size:0x00000000
[0001.209] I> 1) Base:0x277f00000 Size:0x00100000
[0001.213] I> 2) Base:0x277e00000 Size:0x00100000
[0001.218] I> 3) Base:0x277d00000 Size:0x00100000
[0001.222] I> 4) Base:0x277c00000 Size:0x00100000
[0001.227] I> 5) Base:0x277b00000 Size:0x00100000
[0001.231] I> 6) Base:0x277800000 Size:0x00200000
[0001.236] I> 7) Base:0x277400000 Size:0x00400000
[0001.240] I> 8) Base:0x277a00000 Size:0x00100000
[0001.245] I> 9) Base:0x277300000 Size:0x00100000
[0001.249] I> 10) Base:0x276800000 Size:0x00800000
[0001.254] I> 11) Base:0x30000000 Size:0x00040000
[0001.258] I> 12) Base:0xf0000000 Size:0x00100000
[0001.263] I> 13) Base:0x30040000 Size:0x00001000
[0001.267] I> 14) Base:0x30048000 Size:0x00001000
[0001.272] I> 15) Base:0x30049000 Size:0x00001000
[0001.276] I> 16) Base:0x3004a000 Size:0x00001000
[0001.280] I> 17) Base:0x3004b000 Size:0x00001000
[0001.285] I> 18) Base:0x3004c000 Size:0x00001000
[0001.289] I> 19) Base:0x3004d000 Size:0x00001000
[0001.294] I> 20) Base:0x3004e000 Size:0x00001000
[0001.298] I> 21) Base:0x3004f000 Size:0x00001000
[0001.303] I> 22) Base:0x00000000 Size:0x00000000
[0001.307] I> 23) Base:0xf0100000 Size:0x00010000
[0001.311] I> 24) Base:0x00000000 Size:0x00000000
[0001.316] I> 25) Base:0x00000000 Size:0x00000000
[0001.320] I> 26) Base:0x00000000 Size:0x00000000
[0001.325] I> 27) Base:0x00000000 Size:0x00000000
[0001.329] I> 28) Base:0x84400000 Size:0x00400000
[0001.334] I> 29) Base:0x30000000 Size:0x00010000
[0001.338] I> 30) Base:0x278000000 Size:0x08000000
[0001.343] I> 31) Base:0x00000000 Size:0x00000000
[0001.347] I> 32) Base:0x276000000 Size:0x00600000
[0001.351] I> 33) Base:0x80000000 Size:0x70000000
[0001.356] I> 34) Base:0xf0110000 Size:0x185ef0000
[0001.360] I> 35) Base:0x00000000 Size:0x00000000
[0001.365] I> 36) Base:0x00000000 Size:0x00000000
[0001.369] I> 37) Base:0x2772e0000 Size:0x00020000
[0001.374] I> 38) Base:0x84000000 Size:0x00400000
[0001.378] I> 39) Base:0x96000000 Size:0x02400000
[0001.383] I> 40) Base:0x85000000 Size:0x01200000
[0001.387] I> 41) Base:0x277000000 Size:0x00280000
[0001.392] I> 42) Base:0x00000000 Size:0x00000000
[0001.396] I> 43) Base:0x00000000 Size:0x00000000
[0001.400] GIC-SPI Target CPU: 4

[0001.404] Interrupts Init done

[0001.407] calling constructors

[0001.410] initializing heap
[0001.413] initializing threads

[0001.416] initializing timers

[0001.419] creating bootstrap completion thread

[0001.424] top of bootstrap2()

[0001.427] CPU: ARM Cortex A57

[0001.430] CPU: MIDR: 0x411FD073, MPIDR: 0x80000100

[0001.435] initializing platform

[0001.438] I> Boot-device: eMMC
[0001.443] I> sdmmc bdev is already initialized
[0001.448] I> Reading GPT from 512 for device 00000003
[0001.453] I> Reading GPT from 8388096 for device 00000003
[0001.459] I> Found 13 partitions in 00000003 device
[0001.464] I> Reading GPT from 512 for device 00010003
[0001.469] I> Found 29 partitions in 00010003 device
[0001.474] W> opt-in fuse is not set, skip fuse_burning
[0001.479] I> Bl_dtb @0x8520f400
[0001.482] I> gpio framework initialized
[0001.486] I> tegrabl_gpio_driver_register: register ‘tegra_gpio_main_driver’ driver
[0001.493] I> tegrabl_gpio_driver_register: register ‘tegra_gpio_aon_driver’ driver
[0001.500] I> tegrabl_tca9539_init: i2c bus: 0, slave addr: 0xee
[0001.508] E> i2c dev write failed
[0001.511] E> tca9539_device_init: failed to write polar reg
[0001.516] E> tegrabl_tca9539_init: failed to init device!
[0001.521] E> GPIO TCA9539 driver init failed
[0001.638] I> decompressor handler not found
[0001.644] I> fixed regulator driver initialized
[0001.673] I> register ‘maxim’ power off handle
[0001.678] I> virtual i2c enabled
[0001.681] I> registered ‘maxim,max77620’ pmic
[0001.686] I> tegrabl_gpio_driver_register: register ‘max77620-gpio’ driver
[0001.695] I> Find /i2c@c250000’s alias i2c7
[0001.699] I> Reading eeprom i2c=7 address=0x50
[0001.729] I> Device at /i2c@c250000:0x50
[0001.733] I> Reading eeprom i2c=7 address=0x57
[0001.737] E> i2c dev read failed
[0001.741] E> eeprom: Failed to read I2C slave device
[0001.745] I> Eeprom read failed 0x1a89800d
[0001.750] I> Find /i2c@c240000’s alias i2c1
[0001.754] I> Reading eeprom i2c=1 address=0x51
[0001.759] E> i2c dev read failed
[0001.762] E> eeprom: Retry to read I2C slave device.
[0001.768] E> i2c dev read failed
[0001.771] E> eeprom: Failed to read I2C slave device
[0001.776] I> Eeprom read failed 0x1a89800d
[0001.780] I> Find /i2c@3160000’s alias i2c0
[0001.784] I> Reading eeprom i2c=0 address=0x50
[0001.789] E> i2c dev read failed
[0001.792] E> eeprom: Failed to read I2C slave device
[0001.797] I> Eeprom read failed 0x1a89800d
[0001.801] I> Find /i2c@3180000’s alias i2c2
[0001.805] I> Reading eeprom i2c=2 address=0x54
[0001.810] I> Enabling gpio chip_id = 2, gpio pin = 9
[0001.814] C> GPIO driver for chip_id 0x2 could not be found
[0001.820] E> cam_eeprom_read: Can’t get gpio driver
[0001.824] I> Eeprom read failed 0x2693400d
[0001.828] I> create_pm_ids: id: 3310-1000-D00-E, len: 15
[0001.833] I> config: mem-type:00,power-config:00,misc-config:00,modem-config:00,touch-config:00,display-config:00, len: 93
[0001.847] I> found one nvdisp nodes at offset = 72344
[0001.852] I> found one nvdisp nodes at offset = 73260
[0001.861] E> could not find regulator
[0001.864] I> found one nvdisp nodes at offset = 74064
[0001.869] I> no valid display unit config found in dtb
[0001.874] W> display init failed
[0001.877] initializing target

[0001.880] calling apps_init()

[0001.883] starting app android_boot_app

[0001.888] I> Gpio keyboard init success
[0001.891] I> Kernel type = Normal
[0001.894] I> Loading kernel/boot.img from storage …
[0001.899] W> No valid slot number is found in scratch register
[0001.905] W> Return default slot: _a
[0001.908] I> A/B: bin_type (0) slot 0
[0001.912] I> Loading partition kernel at 0xa8000000
[0002.663] I> tegrabl_auth_payload: partition kernel (bin_type 0)
[0002.670] W> No valid slot number is found in scratch register
[0002.676] W> Return default slot: _a
[0002.679] I> A/B: bin_type (1) slot 0
[0002.682] I> Loading partition kernel-dtb at 0x92000000
[0002.695] I> tegrabl_auth_payload: partition kernel-dtb (bin_type 1)
[0002.701] I> Kernel DTB @ 0x92000000
[0002.705] I> Checking boot.img header magic … [0002.709] I> [OK]
[0002.711] I> Valid boot.img @ 0xa8000000
[0002.714] I> decompressor handler not found
[0002.718] I> Copying kernel image (488466 bytes) from 0xa8000800 to 0x80080000 … [0002.726] I> Done
[0002.727] I> Move ramdisk (len: 0) from 0xa8078000 to 0x9d000000
[0002.734] I> Updated bpmp info to DTB
[0002.739] I> Ramdisk: Base: 0x9d000000; Size: 0x0
[0002.744] I> Updated initrd info to DTB
[0002.747] E> tegrabl_linuxboot_add_disp_param, du 0 failed to get display params
[0002.755] E> tegrabl_linuxboot_add_disp_param, du 0 failed to get display params
[0002.762] E> tegrabl_linuxboot_add_disp_param, du 0 failed to get display params
[0002.769] I> disabled_core_mask: 0xffffff0c
[0002.773] W> No valid slot number is found in scratch register
[0002.779] W> Return default slot: _a
[0002.782] I> Active slot suffix:
[0002.785] I> add_boot_slot_suffix: slot_suffix =
[0002.790] I> add_serialno: Serial Num = 0420419045770
[0002.795] I> Linux Cmdline: root=/dev/mmcblk0p1 rw rootwait console=ttyS0,115200n8 console=tty0 OS=l4t fbcon=map:0 net.ifnames=0 memtype=0 video=tegrafb no_console_suspend=1 earlycon=uart8250,mmio32,0x03100000 nvdumper_reserved=0x2772e0000 gpt tegraid=18.1.2.0.0 tegra_keep_boot_clocks maxcpus=6 boot.slot_suffix= boot.ratchetvalues=0.2.1 androidboot.serialno=0420419045770 bl_prof_dataptr=0x10000@0x277040000 sdhci_tegra.en_boot_part_access=1
[0002.833] I> Updated bootarg info to DTB
[0002.837] E> “plugin-manager” doesn’t exist, creating
[0002.842] E> “odm-data” doesn’t exist, creating
[0002.848] I> eeprom_get_mac_addr: MAC (type: 0): 00:04:4b:dd:4b:77
[0002.854] I> eeprom_get_mac_addr: MAC (type: 1): 00:04:4b:dd:4b:78
[0002.860] I> eeprom_get_mac_addr: MAC (type: 2): 00:04:4b:dd:4b:79
[0002.866] E> “ids” doesn’t exist, creating
[0002.870] E> “connection” doesn’t exist, creating
[0002.875] E> “configs” doesn’t exist, creating
[0002.879] I> create_pm_ids: id: 3310-1000-D00-E, len: 15
[0002.884] I> config: mem-type:00,power-config:00,misc-config:00,modem-config:00,touch-config:00,display-config:00, len: 93
[0002.895] I> Adding plugin-manager/ids/3310-1000-D00=/i2c@c250000:module@0x50
[0002.902] E> “i2c@c250000” doesn’t exist, creating
[0002.907] E> “module@0x50” doesn’t exist, creating
[0002.913] I> Adding plugin-manager/ids/3310-1000-D00-E
[0002.919] I> Adding plugin-manager/configs/3310-mem-type 00
[0002.925] I> Adding plugin-manager/configs/3310-power-config 00
[0002.930] I> Adding plugin-manager/configs/3310-misc-config 00
[0002.936] I> Adding plugin-manager/configs/3310-modem-config 00
[0002.942] I> Adding plugin-manager/configs/3310-touch-config 00
[0002.948] I> Adding plugin-manager/configs/3310-display-config 00
[0002.954] E> “chip-id” doesn’t exist, creating
[0002.958] I> Adding plugin-manager/chip-id/A02P
[0002.964] I> added [base:0x80000000, size:0x70000000] to /memory
[0002.970] I> added [base:0xf0200000, size:0x185e00000] to /memory
[0002.976] I> added [base:0x276600000, size:0x200000] to /memory
[0002.981] E> WARNING: Failed to pass NS DRAM ranges to TOS
[0002.987] I> Updated memory info to DTB
[0002.992] E> “reset” doesn’t exist, creating
[0002.996] E> “pmc-reset-reason” doesn’t exist, creating
[0003.001] E> “pmic-reset-reason” doesn’t exist, creating
[0003.006] I> disabled_core_mask: 0xffffff0c
[0003.016] I> Add serial number as DT property
[0003.020] I> tegrabl_load_kernel_and_dtb: Done
[0003.025] E> tegrabl_display_clear: display is not initialized
[0003.030] W> Boot logo display failed…

U-Boot 2016.07-g9c3b9a4 (May 17 2018 - 00:08:48 -0700)

TEGRA186
Model: NVIDIA P2771-0000-500
DRAM: 7.8 GiB
MMC: Tegra SD/MMC: 0, Tegra SD/MMC: 1
*** Warning - bad CRC, using default environment

In: serial
Out: serial
Err: serial
Net: eth0: ethernet@2490000
Hit any key to stop autoboot: 2 1 0
switch to partitions #0, OK
mmc1 is current device
Scanning mmc 1:1…
switch to partitions #0, OK
mmc0(part 0) is current device
Scanning mmc 0:1…
Found /boot/extlinux/extlinux.conf
Retrieving file: /boot/extlinux/extlinux.conf
213 bytes read in 72 ms (2 KiB/s)
p2771-0000 eMMC boot options
1: primary kernel
Enter choice: 1: primary kernel
Retrieving file: /boot/Image
20591744 bytes read in 540 ms (36.4 MiB/s)
append: root=/dev/mmcblk0p1 rw rootwait console=ttyS0,115200n8 console=tty0 OS=l4t fbcon=map:0 net.ifnames=0 memtype=0 video=tegrafb no_console_suspend=1 earlycon=uart8250,mmio32,0x03100000 nvdumper_reserved=0x2772e0000 gpt tegraid=18.1.2.0.0 tegra_keep_boot_clocks maxcpus=6 boot.slot_suffix= boot.ratchetvalues=0.2.1 androidboot.serialno=0420419045770 bl_prof_dataptr=0x10000@0x277040000 sdhci_tegra.en_boot_part_access=1 root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4

Flattened Device Tree blob at 92000000

Booting using the fdt blob at 0x92000000
reserving fdt memory region: addr=80000000 size=10000
Using Device Tree in place at 0000000092000000, end 000000009203875b

Starting kernel …

[ 0.000000] Booting Linux on physical CPU 0x100
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.4.38-tegra (root@TX1-DEV2) (gcc version 4.8.5 (GCC) ) #8 SMP PREEMPT Fri Nov 9 13:01:46 CST 2018
[ 0.000000] Boot CPU: AArch64 Processor [411fd073]
[ 0.000000] earlycon: Early serial console at MMIO32 0x3100000 (options ‘’)
[ 0.000000] bootconsole [uart0] enabled
[ 0.000000] Reserved memory: initialized node ramoops_carveout, compatible id nvidia,ramoops
[ 0.000000] cma: Reserved 64 MiB at 0x00000000fc000000
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.0 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] PERCPU: Embedded 17 pages/cpu @ffffffc1f6666000 s31360 r8192 d30080 u69632
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2019936
[ 0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait console=ttyS0,115200n8 console=tty0 OS=l4t fbcon=map:0 net.ifnames=0 memtype=0 video=tegrafb no_console_suspend=1 earlycon=uart8250,mmio32,0x03100000 nvdumper_reserved=0x2772e0000 gpt tegraid=18.1.2.0.0 tegra_keep_boot_clocks maxcpus=6 boot.slot_suffix= boot.ratchetvalues=0.2.1 androidboot.serialno=0420419045770 bl_prof_dataptr=0x10000@0x277040000 sdhci_tegra.en_boot_part_access=1 root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.000000] Memory: 7976688K/8208384K available (11196K kernel code, 1817K rwdata, 5792K rodata, 1164K init, 691K bss, 166160K reserved, 65536K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vmalloc : 0xffffff8000000000 - 0xffffffbdbfff0000 ( 246 GB)
[ 0.000000] vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000 ( 8 GB maximum)
[ 0.000000] 0xffffffbdc2000000 - 0xffffffbdc9da0000 ( 125 MB actual)
[ 0.000000] fixed : 0xffffffbffa7fd000 - 0xffffffbffac00000 ( 4108 KB)
[ 0.000000] PCI I/O : 0xffffffbffae00000 - 0xffffffbffbe00000 ( 16 MB)
[ 0.000000] modules : 0xffffffbffc000000 - 0xffffffc000000000 ( 64 MB)
[ 0.000000] memory : 0xffffffc000000000 - 0xffffffc1f6800000 ( 8040 MB)
[ 0.000000] .init : 0xffffffc001118000 - 0xffffffc00123b000 ( 1164 KB)
[ 0.000000] .text : 0xffffffc000080000 - 0xffffffc001118000 ( 16992 KB)
[ 0.000000] .data : 0xffffffc00125d000 - 0xffffffc001423480 ( 1818 KB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=6.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=6
[ 0.000000] NR_IRQS:64 nr_irqs:64 0
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] Architected cp15 timer(s) running at 31.25MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns
[ 0.000002] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[ 0.009490] Console: colour dummy device 80x25
[ 0.014150] console [tty0] enabled
[ 0.017708] bootconsole [uart0] disabled
[ 0.000000] Booting Linux on physical CPU 0x100
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.4.38-tegra (root@TX1-DEV2) (gcc version 4.8.5 (GCC) ) #8 SMP PREEMPT Fri Nov 9 13:01:46 CST 2018
[ 0.000000] Boot CPU: AArch64 Processor [411fd073]
[ 0.000000] earlycon: Early serial console at MMIO32 0x3100000 (options ‘’)
[ 0.000000] bootconsole [uart0] enabled
[ 0.000000] Reserved memory: initialized node ramoops_carveout, compatible id nvidia,ramoops
[ 0.000000] cma: Reserved 64 MiB at 0x00000000fc000000
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.0 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] PERCPU: Embedded 17 pages/cpu @ffffffc1f6666000 s31360 r8192 d30080 u69632
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2019936
[ 0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait console=ttyS0,115200n8 console=tty0 OS=l4t fbcon=map:0 net.ifnames=0 memtype=0 video=tegrafb no_console_suspend=1 earlycon=uart8250,mmio32,0x03100000 nvdumper_reserved=0x2772e0000 gpt tegraid=18.1.2.0.0 tegra_keep_boot_clocks maxcpus=6 boot.slot_suffix= boot.ratchetvalues=0.2.1 androidboot.serialno=0420419045770 bl_prof_dataptr=0x10000@0x277040000 sdhci_tegra.en_boot_part_access=1 root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.000000] Memory: 7976688K/8208384K available (11196K kernel code, 1817K rwdata, 5792K rodata, 1164K init, 691K bss, 166160K reserved, 65536K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vmalloc : 0xffffff8000000000 - 0xffffffbdbfff0000 ( 246 GB)
[ 0.000000] vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000 ( 8 GB maximum)
[ 0.000000] 0xffffffbdc2000000 - 0xffffffbdc9da0000 ( 125 MB actual)
[ 0.000000] fixed : 0xffffffbffa7fd000 - 0xffffffbffac00000 ( 4108 KB)
[ 0.000000] PCI I/O : 0xffffffbffae00000 - 0xffffffbffbe00000 ( 16 MB)
[ 0.000000] modules : 0xffffffbffc000000 - 0xffffffc000000000 ( 64 MB)
[ 0.000000] memory : 0xffffffc000000000 - 0xffffffc1f6800000 ( 8040 MB)
[ 0.000000] .init : 0xffffffc001118000 - 0xffffffc00123b000 ( 1164 KB)
[ 0.000000] .text : 0xffffffc000080000 - 0xffffffc001118000 ( 16992 KB)
[ 0.000000] .data : 0xffffffc00125d000 - 0xffffffc001423480 ( 1818 KB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=6.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=6
[ 0.000000] NR_IRQS:64 nr_irqs:64 0
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] Architected cp15 timer(s) running at 31.25MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns
[ 0.000002] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[ 0.009490] Console: colour dummy device 80x25
[ 0.014150] console [tty0] enabled
[ 0.017708] bootconsole [uart0] disabled
[ 0.021813] kmemleak: Kernel memory leak detector disabled
[ 0.021828] Calibrating delay loop (skipped), value calculated using timer frequency… 62.50 BogoMIPS (lpj=125000)
[ 0.021841] pid_max: default: 32768 minimum: 301
[ 0.021892] Security Framework initialized
[ 0.021931] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.021941] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.022345] Initializing cgroup subsys io
[ 0.022359] Initializing cgroup subsys memory
[ 0.022377] Initializing cgroup subsys devices
[ 0.022389] Initializing cgroup subsys freezer
[ 0.022398] Initializing cgroup subsys net_cls
[ 0.022410] Initializing cgroup subsys perf_event
[ 0.022420] Initializing cgroup subsys net_prio
[ 0.022431] Initializing cgroup subsys pids
[ 0.022440] Initializing cgroup subsys debug
[ 0.022588] CPU0 ipc=752
[ 0.022599] CPU1 ipc=1024
[ 0.022608] CPU2 ipc=1024
[ 0.022618] CPU3 ipc=752
[ 0.022629] CPU4 ipc=752
[ 0.022639] CPU5 ipc=752
[ 0.022686] ASID allocator initialised with 65536 entries
[ 0.045037] tegra-id: chipid=21817.
[ 0.045057] tegra-id: opt_subrevision=1.
[ 0.045071] Tegra Revision: A02p SKU: 0xdc CPU Process: 0 SoC Process: 0
[ 0.045547] DTS File Name: tegra186-tx2-cti-ASG001-USB3.dts
[ 0.045565] DTB Build time: Jun 26 2018 14:03:53
[ 0.062588] CPU1: Booted secondary processor [4e0f0030]
[ 0.074103] CPU2: Booted secondary processor [4e0f0030]
[ 0.085721] CPU3: Booted secondary processor [411fd073]
[ 0.097729] CPU4: Booted secondary processor [411fd073]
[ 0.109713] CPU5: Booted secondary processor [411fd073]
[ 0.109785] Brought up 6 CPUs
[ 0.109843] SMP: Total of 6 processors activated.
[ 0.109856] CPU: All CPU(s) started at EL2
[ 0.110329] devtmpfs: initialized
[ 0.129590] Initilizing CustomIPI irq domain
[ 0.129794] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.130664] pinctrl core: initialized pinctrl subsystem
[ 0.130839] OS set in device tree is not L4T.
[ 0.131048] regulator-dummy: no parameters
[ 0.131164] Initializing plugin-manager
[ 0.131226] Plugin module not found
[ 0.131618] node /plugin-manager/soc-prod-a02-fragment match with chip-id A02P
[ 0.131945] node /plugin-manager/fragement@0 match with odm-data enable-denver-wdt
[ 0.132532] node /plugin-manager/fragement@4 match with odm-data enable-denver-wdt
[ 0.133667] node /plugin-manager/fragment-sdwake-p3310-1000-300 match with board >=3310-1000-300
[ 0.134015] node /plugin-manager/fragement-pmon-p3310-1000-300 match with board >=3310-1000-300
[ 0.134273] node /plugin-manager/fragement-pmon-p3310-1000-800 match with board >=3310-1000-800
[ 0.134485] node /plugin-manager/fragment-devslp@0 match with board >=3310-1000-200
[ 0.135056] node /plugin-manager/fragment-p3310-c00-comm match with board >=3310-1000-800
[ 0.135293] node /plugin-manager/fragment-p3310-c00-pmic match with board >=3310-1000-800
[ 0.135503] node /plugin-manager/fragment-p3310-c01 match with board >=3310-1000-900
[ 0.135748] node /plugin-manager/fragment-p3310-c03 match with board >=3310-1000-B00
[ 0.137074] Adding domain adsp-pd to PM domain ape-pd
[ 0.138832] NET: Registered protocol family 16
[ 0.139687] console [pstore-1] enabled
[ 0.139701] pstore: Registered ramoops as persistent store backend
[ 0.139715] ramoops: attached 0x200000@0x277080000, ecc: 0/0
[ 0.149207] cpuidle: using governor ladder
[ 0.153719] cpuidle: using governor menu
[ 0.154698] bpmp: waiting for handshake
[ 0.154714] bpmp: handshake completed
[ 0.154756] bpmp: synchronizing channels
[ 0.154783] bpmp: channels synchronized
[ 0.154795] bpmp: mail init ok
[ 0.155143] vdso: 2 pages (1 code @ ffffffc001265000, 1 data @ ffffffc001264000)
[ 0.155181] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.156127] atomic_pool_init():526: DMA: preallocated 1024 KiB pool for atomic allocations
[ 0.157628] tegra_powergate_init: DONE
[ 0.157653] DTS File Name: tegra186-tx2-cti-ASG001-USB3.dts
[ 0.157669] DTB Build time: Jun 26 2018 14:03:53
[ 0.158663] Tegra reboot handler registered.
[ 0.159410] Registering Tegra186 clocks (this may take a while)…done
[ 0.160775] arm-smmu 12000000.iommu: probing hardware configuration…
[ 0.160796] arm-smmu 12000000.iommu: SMMUv2 with:
[ 0.160810] arm-smmu 12000000.iommu: stage 1 translation
[ 0.160823] arm-smmu 12000000.iommu: stage 2 translation
[ 0.160836] arm-smmu 12000000.iommu: nested translation
[ 0.160851] arm-smmu 12000000.iommu: stream matching with 128 register groups, mask 0x7f80
[ 0.160870] arm-smmu 12000000.iommu: SMMU address space size (0x800000) differs from mapped region size (0x1000000)!
[ 0.160890] arm-smmu 12000000.iommu: 64 context banks (0 stage-2 only)
[ 0.160904] arm-smmu 12000000.iommu: Stage-1: 39-bit VA → 48-bit IPA
[ 0.160917] arm-smmu 12000000.iommu: Stage-2: 39-bit IPA → 48-bit PA
[ 0.196267] arm-smmu 12000000.iommu: registered 67 master devices
[ 0.198725] iommu: Adding device 3460000.sdhci to group 0
[ 0.199179] iommu: Adding device 3400000.sdhci to group 1
[ 0.200623] iommu: Adding device 3507000.ahci-sata to group 2
[ 0.200899] iommu: Adding device 3160000.i2c to group 3
[ 0.201149] iommu: Adding device c240000.i2c to group 4
[ 0.201371] iommu: Adding device 3180000.i2c to group 5
[ 0.201586] iommu: Adding device 3190000.i2c to group 6
[ 0.201903] iommu: Adding device 31b0000.i2c to group 7
[ 0.202119] iommu: Adding device 31c0000.i2c to group 8
[ 0.202335] iommu: Adding device c250000.i2c to group 9
[ 0.202543] iommu: Adding device 31e0000.i2c to group 10
[ 0.205633] iommu: Adding device 3210000.spi to group 11
[ 0.206215] iommu: Adding device c260000.spi to group 12
[ 0.206700] iommu: Adding device 3240000.spi to group 13
[ 0.207745] iommu: Adding device 3100000.serial to group 14
[ 0.208206] iommu: Adding device 3110000.serial to group 15
[ 0.208608] iommu: Adding device c280000.serial to group 16
[ 0.209096] iommu: Adding device 3130000.serial to group 17
[ 0.210941] iommu: Adding device 2490000.ether_qos to group 18
[ 0.211716] iommu: Adding device b000000.rtcpu to group 19
[ 0.212245] iommu: Adding device c1a0000.aon to group 20
[ 0.213362] Wake73 for irq=42
[ 0.213696] iommu: Adding device smmu_test to group 21
[ 0.214340] mc: mapped MMIO address: 0xffffff8000560000 → 0x2c10000
[ 0.214383] mc: mapped MMIO address: 0xffffff8000640000 → 0x2c20000
[ 0.214421] mc: mapped MMIO address: 0xffffff8000660000 → 0x2c30000
[ 0.214459] mc: mapped MMIO address: 0xffffff8000fa0000 → 0x2c40000
[ 0.214521] mc: mapped MMIO address: 0xffffff8000fc0000 → 0x2c50000
[ 0.214556] mc-err: Set intmask: 0xf3140
[ 0.214768] ecc-err: dram ecc disabled-MC_ECC_CONTROL:0x0000000c
[ 0.215550] Wake76 for irq=199
[ 0.215574] Wake77 for irq=199
[ 0.215616] Wake78 for irq=199
[ 0.215637] Wake79 for irq=199
[ 0.215657] Wake80 for irq=199
[ 0.215677] Wake81 for irq=199
[ 0.215697] Wake82 for irq=199
[ 0.215840] iommu: Adding device 3530000.xhci to group 22
[ 0.216209] iommu: Adding device 3550000.xudc to group 23
[ 0.217039] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[ 0.217072] tegra-pmc: ### PMC reset source: Power on reset
[ 0.217099] tegra-pmc: ### PMC reset level: L0
[ 0.217146] tegra-pmc: ### PMC reset status reg: 0x0
[ 0.217412] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[ 0.217452] tegra-pmc c360000.pmc: IO padctrl driver initialized
[ 0.217653] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CTRL_0 = 3
[ 0.217684] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_24(PMU_INT) = 320
[ 0.218168] iommu: Adding device 13e10000.host1x to group 24
[ 0.218405] iommu: Adding device 13e10000.host1x:ctx0 to group 25
[ 0.218684] iommu: Adding device 13e10000.host1x:ctx1 to group 26
[ 0.218965] iommu: Adding device 13e10000.host1x:ctx2 to group 27
[ 0.219177] iommu: Adding device 13e10000.host1x:ctx3 to group 28
[ 0.219438] iommu: Adding device 13e10000.host1x:ctx4 to group 29
[ 0.219652] iommu: Adding device 13e10000.host1x:ctx5 to group 30
[ 0.219899] iommu: Adding device 13e10000.host1x:ctx6 to group 31
[ 0.220153] iommu: Adding device 13e10000.host1x:ctx7 to group 32
[ 0.220589] iommu: Adding device 150c0000.nvcsi to group 33
[ 0.221120] iommu: Adding device 15700000.vi to group 34
[ 0.221417] iommu: Adding device 15600000.isp to group 35
[ 0.221756] iommu: Adding device 15210000.nvdisplay to group 36
[ 0.221961] iommu: Adding device 15340000.vic to group 37
[ 0.222243] iommu: Adding device 154c0000.nvenc to group 38
[ 0.222457] iommu: Adding device 15480000.nvdec to group 39
[ 0.222918] iommu: Adding device 15380000.nvjpg to group 40
[ 0.223189] iommu: Adding device 15500000.tsec to group 41
[ 0.223402] iommu: Adding device 15100000.tsecb to group 42
[ 0.224222] iommu: Adding device 15810000.se to group 43
[ 0.224433] iommu: Adding device 15820000.se to group 44
[ 0.224653] iommu: Adding device 15830000.se to group 45
[ 0.224836] iommu: Adding device 15840000.se to group 46
[ 0.225370] iommu: Adding device 17000000.gp10b to group 47
[ 0.227078] tegra-reset 5000000.clock: registered 193 resets.
[ 0.229076] iommu: Adding device d000000.bpmp to group 48
[ 0.229337] bpmp: ping status is 0
[ 0.229546] bpmp d000000.bpmp: firmware tag is 83385b61e34297b2f37e76e0cd1ff81e
[ 0.229933] bpmp d000000.bpmp: probe ok
[ 0.232377] iommu: Adding device 2600000.dma to group 49
[ 0.233237] GPIO line 334 (e3325-sdio-rst) hogged as output/high
[ 0.233295] GPIO line 332 (e3325-lane0-mux) hogged as output/low
[ 0.233346] GPIO line 424 (wifi-enable) hogged as output/high
[ 0.233421] GPIO line 445 (sdmmc-wake-input) hogged as input
[ 0.233472] GPIO line 446 (sdmmc-wake-output) hogged as output/low
[ 0.233549] GPIO line 461 (cam0-rst) hogged as output/low
[ 0.233601] GPIO line 456 (cam0-pwdn) hogged as output/low
[ 0.233715] gpiochip_add_data: registered GPIOs 320 to 511 on device: tegra-gpio
[ 0.235577] GPIO line 315 (wifi-wake-ap) hogged as input
[ 0.235679] gpiochip_add_data: registered GPIOs 256 to 319 on device: tegra-gpio-aon
[ 0.236560] iommu: Adding device 10003000.pcie-controller to group 50
[ 0.236811] iommu: Adding device sound to group 51
[ 0.238531] iommu: Adding device 3510000.hda to group 52
[ 0.239622] iommu: Adding device adsp_audio to group 53
[ 0.240949] iommu: Adding device 2993000.adsp to group 54
[ 0.250208] vdd-ac-bat: 5000 mV
[ 0.252529] vdd-1v8-ap: 1800 mV
[ 0.272980] SCSI subsystem initialized
[ 0.273496] usbcore: registered new interface driver usbfs
[ 0.273570] usbcore: registered new interface driver hub
[ 0.273700] usbcore: registered new device driver usb
[ 0.286736] media: Linux media interface: v0.10
[ 0.286819] Linux video capture interface: v2.00
[ 0.290880] pps_core: LinuxPPS API ver. 1 registered
[ 0.290923] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 0.290984] PTP clock support registered
[ 0.292011] tegra_wdt_t18x 30c0000.watchdog: Tegra WDT init timeout = 120 sec
[ 0.292068] tegra_wdt_t18x 30c0000.watchdog: Registered successfully
[ 0.293614] max77620 4-003c: PMIC Version OTP:0x45 and ES:0x8
[ 0.295813] GPIO line 253 (spmic_gpio_input_5) hogged as input
[ 0.296011] GPIO line 254 (spmic_gpio_input_6) hogged as input
[ 0.296133] gpiochip_add_data: registered GPIOs 248 to 255 on device: max77620-gpio
[ 0.302268] vddio-ddr: at 1125 mV
[ 0.306104] avdd_dsi_csi: 1200 mV
[ 0.310103] vdd-1v8: 1800 mV
[ 0.314102] vdd-3v3-sys: 3300 mV
[ 0.315247] spmic-ldo0: at 1800 mV
[ 0.316051] spmic-ldo1: at 800 mV
[ 0.318116] vddio-3v3: 3300 mV
[ 0.318787] vddio-sdmmc1: 1800 <–> 3300 mV at 3300 mV
[ 0.322112] vdd-rtc: at 800 mV
[ 0.323006] avdd-ts-hv: 1800 <–> 3300 mV at 1800 mV
[ 0.325737] spmic-ldo6: at 1500 mV
[ 0.329733] vdd-pex-1v05: 1000 mV
[ 0.330295] dvdd-pex: 1000 mV
[ 0.330582] max77620 4-003c: max77620 probe successful
[ 0.330858] Advanced Linux Sound Architecture Driver Initialized.
[ 0.331956] en-vdd-sd: 3300 mV
[ 0.332094] en-vdd-cam: 1800 mV
[ 0.332218] vdd-hdmi: 5000 mV
[ 0.332417] vdd-usb0-5v: 5000 mV
[ 0.332594] vdd-usb1-5v: 5000 mV
[ 0.332715] en-vdd-ts-1v8: 1800 mV
[ 0.332835] en-vdd-ts-hv-3v3: 3300 mV
[ 0.332950] en-vdd-disp-3v3: 3300 mV
[ 0.333063] en-mdm-pwr-3v7: 3700 mV
[ 0.333201] en-vdd-disp-1v8: 1800 mV
[ 0.333325] en-vdd-cam-hv-2v8: 2800 mV
[ 0.333443] en-vdd-cam-1v2: 1200 mV
[ 0.333558] vdd-fan: 5000 mV
[ 0.333670] vdd-3v3: 3300 mV
[ 0.333814] dis-vdd-1v2: 1200 mV
[ 0.333929] en-vdd-vcm-2v8: 2800 mV
[ 0.334036] vdd-usb2-5v: 5000 mV
[ 0.334153] vdd-sys-bl: 3300 mV
[ 0.334272] en-vdd-sys: 1200 mV
[ 0.337695] extcon-gpio-states external-connection:extcon@1: Cable state 0
[ 0.338113] clocksource: Switched to clocksource arch_sys_counter
[ 0.375468] tegra-pcie 10003000.pcie-controller: 2x1, 1x1, 1x1 configuration
[ 0.376061] nvmap_heap_init: nvmap_heap_init: created heap block cache
[ 0.376284] nvmap: nvmap_override_cache_ops() set roc flush ops to replace cache ops by set/ways
[ 0.376706] nvmap_page_pool_init: Total RAM pages: 2010556
[ 0.376725] nvmap_page_pool_init: nvmap page pool size: 251319 pages (981 MB)
[ 0.376807] nvmap_background_zero_thread: PP zeroing thread starting.
[ 0.377671] tegra-pcie 10003000.pcie-controller: PCIE: Enable power rails
[ 0.378348] tegra-pcie 10003000.pcie-controller: probing port 0, using 2 lanes
[ 0.380578] tegra-pcie 10003000.pcie-controller: probing port 2, using 1 lanes
[ 0.387032] Wake76 for irq=199
[ 0.387071] Wake77 for irq=199
[ 0.387101] Wake78 for irq=199
[ 0.387127] Wake79 for irq=199
[ 0.387152] Wake80 for irq=199
[ 0.387177] Wake81 for irq=199
[ 0.387202] Wake82 for irq=199
[ 0.388524] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type BCPU-therm
[ 0.388821] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type MCPU-therm
[ 0.389284] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type GPU-therm
[ 0.389402] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[ 0.389666] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type Tboard_tegra
[ 0.389884] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type Tdiode_tegra
[ 0.390089] thermal thermal_zone6: Registering thermal zone thermal_zone6 for type PMIC-Die
[ 0.390488] isomgr_init(): iso emc max clk=1866000KHz
[ 0.390514] isomgr_init(): max_iso_bw=26870400KB
[ 0.390696] NET: Registered protocol family 2
[ 0.391356] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.392216] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.393501] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.393576] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.393741] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.394231] NET: Registered protocol family 1
[ 0.394595] RPC: Registered named UNIX socket transport module.
[ 0.394623] RPC: Registered udp transport module.
[ 0.394645] RPC: Registered tcp transport module.
[ 0.394667] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.395019] Trying to unpack rootfs image as initramfs…
[ 0.413368] host1x 13e10000.host1x: initialized
[ 0.415205] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[ 0.418268] futex hash table entries: 2048 (order: 6, 262144 bytes)
[ 0.418427] audit: initializing netlink subsys (disabled)
[ 0.418481] audit: type=2000 audit(0.408:1): initialized
[ 0.424748] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.427558] io scheduler noop registered
[ 0.427728] io scheduler cfq registered (default)
[ 0.431262] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[ 0.432821] tegra-pwm 3290000.pwm: PWM clk can sleep in ops
[ 0.434191] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[ 0.435490] tegra-pwm c340000.pwm: PWM clk can sleep in ops
[ 0.439599] tsec 15500000.tsec: initialized
[ 0.441174] tsec 15100000.tsecb: initialized
[ 0.443419] nvdec 15480000.nvdec: initialized
[ 0.446788] falcon 15340000.vic: initialized
[ 0.448029] falcon 154c0000.nvenc: initialized
[ 0.449237] falcon 15380000.nvjpg: initialized
[ 0.450311] iommu_context_dev 13e10000.host1x:ctx0: initialized (streamid=56)
[ 0.451112] iommu_context_dev 13e10000.host1x:ctx1: initialized (streamid=57)
[ 0.451938] iommu_context_dev 13e10000.host1x:ctx2: initialized (streamid=58)
[ 0.452735] iommu_context_dev 13e10000.host1x:ctx3: initialized (streamid=59)
[ 0.453505] iommu_context_dev 13e10000.host1x:ctx4: initialized (streamid=60)
[ 0.454317] iommu_context_dev 13e10000.host1x:ctx5: initialized (streamid=61)
[ 0.455125] iommu_context_dev 13e10000.host1x:ctx6: initialized (streamid=62)
[ 0.455896] iommu_context_dev 13e10000.host1x:ctx7: initialized (streamid=63)
[ 0.457498] DC OR NODE connected to /host1x/sor1
[ 0.457667] generic_infoframe_type: 0x87
[ 0.457681] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[ 0.457783] tegradc 15210000.nvdisplay: DT parsed successfully
[ 0.457795] misc tegra_camera_ctrl: tegra_camera_isomgr_register tpg_max_iso = 3916800KBs
[ 0.457804] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=1000000, vi_iso_bw=1500000, max_bw=3916800
[ 0.457867] tegradc 15210000.nvdisplay: Display dc.ffffff8002320000 registered with id=0
[ 0.466094] tegra_nvdisp_bandwidth_register_max_config: max config iso bw = 16727000 KB/s
[ 0.466129] tegra_nvdisp_bandwidth_register_max_config: max config EMC floor = 665600000 Hz
[ 0.466146] tegra_nvdisp_bandwidth_register_max_config: max config hubclk = 357620000 Hz
[ 0.466197] tegradc 15210000.nvdisplay: vblank syncpt # 7 for dc 1
[ 0.466214] tegradc 15210000.nvdisplay: vpulse3 syncpt # 8 for dc 1
[ 0.467366] tegra-adma 2930000.adma: Tegra ADMA driver register 10 channels
[ 0.468458] tegradc 15210000.nvdisplay: hdmi: no prod_list_hdmi_board, use default range
[ 0.468480] tegradc 15210000.nvdisplay: hdmi: No useable modes found for monitor, falling back to VGA
[ 0.469255] tegra-fuse-burn 3820000.efuse:efuse-burn: Fuse burn driver initialized
[ 0.469662] kfuse 3830000.kfuse: initialized
[ 0.469683] tegradc 15210000.nvdisplay: probed
[ 0.471088] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0
[ 0.471626] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.474353] console [ttyS0] disabled
[ 0.474443] 3100000.serial: ttyS0 at MMIO 0x3100000 (irq = 37, base_baud = 25500000) is a Tegra
[ 0.809448] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[ 1.216222] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[ 1.622629] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[ 1.624659] tegra-pcie 10003000.pcie-controller: link 0 down, ignoring
[ 2.029562] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[ 2.436657] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[ 2.547057] console [ttyS0] enabled
[ 2.548816] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 38, base_baud = 0) is a TEGRA_UART
[ 2.549302] Console: switching to colour frame buffer device 80x30
[ 2.549780] c280000.serial: ttyTHS2 at MMIO 0xc280000 (irq = 39, base_baud = 0) is a TEGRA_UART
[ 2.549967] serial-tegra 3130000.serial: RX in PIO mode
[ 2.550787] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 40, base_baud = 0) is a TEGRA_UART
[ 2.575735] brd: module loaded
[ 2.579002] gk20a 17000000.gp10b: failed to allocate secure buffer -12
[ 2.583891] loop: module loaded
[ 2.584192] nct1008_nct72 7-004c: find device tree node, parsing dt
[ 2.584197] nct1008_nct72 7-004c: starting parse dt
[ 2.584281] nct1008_nct72 7-004c: success parsing dt
[ 2.584393] nct1008_nct72 7-004c: success in enabling tmp451 VDD rail
[ 2.620916] tmp451: Enabled overheat logging at 104.00C
[ 2.621070] nct1008_nct72 7-004c: nct1008_probe: initialized
[ 2.623110] THERMAL EST: found 3 subdevs
[ 2.623114] THERMAL EST num_resources: 0
[ 2.623118] [THERMAL EST subdev 0]
[ 2.623123] [THERMAL EST subdev 1]
[ 2.623127] [THERMAL EST subdev 2]
[ 2.623373] thermal thermal_zone7: Registering thermal zone thermal_zone7 for type thermal-fan-est
[ 2.623376] THERMAL EST: thz register success.
[ 2.623548] THERMAL EST: end of probe, return err: 0
[ 2.623592] tegra_profiler: Branch: Dev
[ 2.623595] tegra_profiler: Version: 1.117
[ 2.623597] tegra_profiler: Samples version: 41
[ 2.623600] tegra_profiler: IO version: 22
[ 2.623607] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.623612] armv8_pmu: [0] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0, pmu ver: 0x1
[ 2.623617] armv8_pmu: imp: 0x4e, idcode: 0x1
[ 2.623624] armv8_pmu: [1] arch: AA64 PmuV3 NVIDIA (Denver), type: 6, ver: 2, pmu ver: 0x1
[ 2.623628] armv8_pmu: imp: 0x4e, idcode: 0x1
[ 2.623631] armv8_pmu: [2] arch: AA64 PmuV3 NVIDIA (Denver), type: 6, ver: 2, pmu ver: 0x1
[ 2.623635] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.623670] armv8_pmu: [3] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0, pmu ver: 0x1
[ 2.623673] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.623676] armv8_pmu: [4] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0, pmu ver: 0x1
[ 2.623680] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.623683] armv8_pmu: [5] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0, pmu ver: 0x1
[ 2.623857] tegra_profiler: auth: init
[ 2.626944] tegra-ahci 3507000.ahci-sata: AHCI 0001.0301 32 slots 2 ports 3 Gbps 0x1 impl platform mode
[ 2.626956] tegra-ahci 3507000.ahci-sata: flags: 64bit ncq sntf pm led pmp pio slum part deso sadm apst
[ 2.627775] scsi host0: tegra_ahci
[ 2.628103] scsi host1: tegra_ahci
[ 2.628230] ata1: SATA max UDMA/133 mmio [mem 0x03507000-0x03508fff] port 0x100 irq 25
[ 2.628233] ata2: DUMMY
[ 2.629007] spi-tegra114 3210000.spi: Static pin configuration used
[ 2.629425] spi-tegra114 c260000.spi: Static pin configuration used
[ 2.629789] spi-tegra114 3240000.spi: Static pin configuration used
[ 2.630498] tun: Universal TUN/TAP device driver, 1.6
[ 2.630501] tun: (C) 1999-2004 Max Krasnyansky maxk@qualcomm.com
[ 2.630670] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 2.630672] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 2.630708] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.3.0-k
[ 2.630710] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 2.631573] PPP generic driver version 2.4.2
[ 2.631699] PPP BSD Compression module registered
[ 2.631707] PPP Deflate Compression module registered
[ 2.631728] PPP MPPE Compression module registered
[ 2.631739] NET: Registered protocol family 24
[ 2.631794] usbcore: registered new interface driver r8152
[ 2.631859] usbcore: registered new interface driver asix
[ 2.631884] usbcore: registered new interface driver ax88179_178a
[ 2.631908] usbcore: registered new interface driver cdc_ether
[ 2.631938] usbcore: registered new interface driver smsc75xx
[ 2.631964] usbcore: registered new interface driver net1080
[ 2.631988] usbcore: registered new interface driver cdc_subset
[ 2.632011] usbcore: registered new interface driver zaurus
[ 2.632054] usbcore: registered new interface driver cdc_ncm
[ 2.632286] Wake76 for irq=199
[ 2.632289] Wake77 for irq=199
[ 2.632291] Wake78 for irq=199
[ 2.632292] Wake79 for irq=199
[ 2.632294] Wake80 for irq=199
[ 2.632296] Wake81 for irq=199
[ 2.632298] Wake82 for irq=199
[ 2.632365] tegra-xotg xotg: usb2 phy is not available yet
[ 2.632930] usbcore: registered new interface driver cdc_acm
[ 2.632933] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 2.632972] usbcore: registered new interface driver usb-storage
[ 2.633036] usbcore: registered new interface driver usbserial
[ 2.633058] usbcore: registered new interface driver cp210x
[ 2.633080] usbserial: USB Serial support registered for cp210x
[ 2.633103] usbcore: registered new interface driver ftdi_sio
[ 2.633118] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 2.633141] usbcore: registered new interface driver option
[ 2.633156] usbserial: USB Serial support registered for GSM modem (1-port)
[ 2.633180] usbcore: registered new interface driver pl2303
[ 2.633194] usbserial: USB Serial support registered for pl2303
[ 2.633387] tegra-usb-cd usb_cd: otg phy is not available yet
[ 2.634792] eqos 2490000.ether_qos: Setting local MAC: 0 4 4b dd 4b 79
[ 2.635317] libphy: dwc_phy: probed
[ 2.635825] tegra-xudc-new 3550000.xudc: usb2 phy is not available yet
[ 2.699300] bcm54xx_low_power_mode(): put phy in iddq-lp mode
[ 2.767997] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[ 2.770277] tegra_rtc c2a0000.rtc: rtc core: registered c2a0000.rtc as rtc1
[ 2.770294] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[ 2.770468] i2c /dev entries driver
[ 2.771241] [OV5693]: probing v4l2 sensor.
[ 2.776433] tegra-i2c 3160000.i2c: no acknowledge from address 0x36
[ 2.776598] ov5693_write_reg:i2c write failed, 100 = 1
[ 2.776738] tegra-i2c 3160000.i2c: no acknowledge from address 0x36
[ 2.776881] ov5693_write_reg:i2c write failed, 100 = 0
[ 2.822391] tegra-i2c 3160000.i2c: no acknowledge from address 0x36
[ 2.822549] regmap_util_write_table_8:regmap_util_write_table:-121
[ 2.822549] ov5693 0-0036: could not read otp bank
[ 2.824708] ov5693 0-0036: Error -121 reading otp data
[ 2.824784] ov5693: probe of 0-0036 failed with error -121
[ 2.824888] gspca_main: v2.14.0 registered
[ 2.824941] usbcore: registered new interface driver gspca_zc3xx
[ 2.825264] max77620-power max77620-power: Event recorder REG_NVERC : 0x0
[ 2.827187] FAN dev name: pwm-fan
[ 2.827232] FAN:gpio request success.
[ 2.827239] FAN: can’t find tach_gpio
[ 2.827260] pwm_fan_driver pwm-fan: cap state:7, cap pwm:255
[ 2.827432] pwm_fan_driver pwm-fan: got pwm for fan
[ 2.827436] pwm_fan_driver pwm-fan: tach period: 1000
[ 2.827722] pwm_fan_driver pwm-fan: index 0: pwm=0, rpm=0, rru=40, rrd=40, state:2
[ 2.827726] pwm_fan_driver pwm-fan: index 1: pwm=80, rpm=1000, rru=2, rrd=2, state:2
[ 2.827729] pwm_fan_driver pwm-fan: index 2: pwm=120, rpm=2000, rru=1, rrd=1, state:2
[ 2.827732] pwm_fan_driver pwm-fan: index 3: pwm=160, rpm=3000, rru=1, rrd=1, state:2
[ 2.827736] pwm_fan_driver pwm-fan: index 4: pwm=255, rpm=4000, rru=1, rrd=1, state:3
[ 2.827739] pwm_fan_driver pwm-fan: index 5: pwm=255, rpm=5000, rru=1, rrd=1, state:3
[ 2.827742] pwm_fan_driver pwm-fan: index 6: pwm=255, rpm=6000, rru=1, rrd=1, state:3
[ 2.827745] pwm_fan_driver pwm-fan: index 7: pwm=255, rpm=7000, rru=1, rrd=1, state:4
[ 2.827749] pwm_fan_driver pwm-fan: index 8: pwm=255, rpm=10000, rru=1, rrd=1, state:4
[ 2.827752] pwm_fan_driver pwm-fan: index 9: pwm=255, rpm=11000, rru=1, rrd=1, state:4
[ 2.828540] device-mapper: uevent: version 1.0.3
[ 2.828740] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[ 2.829145] sdhci: Secure Digital Host Controller Interface driver
[ 2.829147] sdhci: Copyright(c) Pierre Ossman
[ 2.829150] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.829421] sdhci-tegra 3460000.sdhci: Parent select= pll_p rate=408000000
[ 2.829681] sdhci-tegra 3460000.sdhci: Parent select= pll_c4_out0 rate=196249804
[ 2.829913] sdhci-tegra 3460000.sdhci: Client registration for eMC Successful
[ 2.832434] tegra-se-elp 3ad0000.se_elp: tegra_se_elp_probe: complete
[ 2.832609] hidraw: raw HID events driver (C) Jiri Kosina
[ 2.834268] usbcore: registered new interface driver usbhid
[ 2.834270] usbhid: USB HID core driver
[ 2.837320] nvadsp 2993000.adsp: in probe()…
[ 2.838582] nvadsp 2993000.adsp: Registering AMC Error Interrupt
[ 2.838619] nvadsp 2993000.adsp: AMC/ARAM initialized.
[ 2.838867] nvadsp 2993000.adsp: nvadsp_app_module_probe
[ 2.844435] Denver: backdoor interface is NOT available.
[ 2.846598] coresight-tmc 8030000.etf: TMC initialized
[ 2.850652] coresight-tmc 8050000.etr: TMC initialized
[ 2.851153] coresight-tpiu 8060000.tpiu: TPIU initialized
[ 2.851775] coresight-funnel 9010000.funnel_bccplex: FUNNEL initialized
[ 2.852279] coresight-funnel 8010000.funnel_major: FUNNEL initialized
[ 2.852794] coresight-funnel 8820000.funnel_minor: FUNNEL initialized
[ 2.853287] coresight-replicator 8040000.replicator: REPLICATOR initialized
[ 2.854005] coresight-etm4x 9840000.ptm: ETM 4.0 initialized
[ 2.854638] coresight-etm4x 9940000.ptm: ETM 4.0 initialized
[ 2.855277] coresight-etm4x 9a40000.ptm: ETM 4.0 initialized
[ 2.855909] coresight-etm4x 9b40000.ptm: ETM 4.0 initialized
[ 2.855944] Module initialized successfully
[ 2.859739] tegra186-cam-rtcpu b000000.rtcpu: Trace buffer configured at IOVA=0xa0000000
[ 2.861366] tegra186-cam-rtcpu b000000.rtcpu: already unhalted
[ 2.861623] tegra-ivc ivc-b000000.rtcpu: region 0: iova=0xa0110000-0xa011957f size=38272
[ 2.861992] tegra-ivc ivc-b000000.rtcpu:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900
[ 2.862041] tegra-ivc ivc-b000000.rtcpu:vinotify@12c0: vinotify: ver=0 grp=1 RX[64x128]=0x1900-0x3980 TX[64x128]=0x3980-0x5a00
[ 2.862080] tegra-ivc ivc-b000000.rtcpu:mods@32c0: mods: ver=0 grp=1 RX[1x64]=0x5a00-0x5ac0 TX[1x64]=0x5ac0-0x5b80
[ 2.862178] tegra-ivc ivc-b000000.rtcpu:ivccontrol@52c0: ivccontrol: ver=0 grp=1 RX[16x320]=0x5b80-0x7000 TX[16x320]=0x7000-0x8480
[ 2.862225] tegra-ivc ivc-b000000.rtcpu:ivccapture@72c0: ivccapture: ver=0 grp=1 RX[16x64]=0x8480-0x8900 TX[16x64]=0x8900-0x8d80
[ 2.862265] tegra-ivc ivc-b000000.rtcpu:dbg@7c00: dbg: ver=0 grp=1 RX[1x384]=0x8d80-0x8f80 TX[1x384]=0x8f80-0x9180
[ 2.862303] tegra-ivc ivc-b000000.rtcpu:dbg@7e00: dbg: ver=0 grp=1 RX[1x384]=0x9180-0x9380 TX[1x384]=0x9380-0x9580
[ 2.862449] tegra186-cam-rtcpu b000000.rtcpu: using cam RTCPU IRQ (52)
[ 2.862453] tegra186-cam-rtcpu b000000.rtcpu: tegra_camrtc_mon_create is successful
[ 2.863085] tegra-ivc ivc-b000000.rtcpu:echo@0: ivc channel driver missing
[ 2.863088] tegra-ivc ivc-b000000.rtcpu:vinotify@12c0: ivc channel driver missing
[ 2.863090] tegra-ivc ivc-b000000.rtcpu:mods@32c0: ivc channel driver missing
[ 2.863093] tegra-ivc ivc-b000000.rtcpu:ivccontrol@52c0: ivc channel driver missing
[ 2.863095] tegra-ivc ivc-b000000.rtcpu:ivccapture@72c0: ivc channel driver missing
[ 2.863098] tegra-ivc ivc-b000000.rtcpu:dbg@7c00: ivc channel driver missing
[ 2.863100] tegra-ivc ivc-b000000.rtcpu:dbg@7e00: ivc channel driver missing
[ 2.863132] tegra186-cam-rtcpu b000000.rtcpu: firmware version cpu=sce cmd=4 sha1=a8b1ecdd9615cd817a56df035be363fce3b0b88f
[ 2.867706] tegra-ivc-cdev ivc-b000000.rtcpu:echo@0: probing /dev/camchar-echo
[ 2.868568] tegra-ivc-cdev ivc-b000000.rtcpu:dbg@7c00: probing /dev/camchar-dbg
[ 2.868691] camchar: rtcpu character device driver loaded
[ 2.870149] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit with 64 bit addr
[ 2.870757] sdhci-tegra 3440000.sdhci: Parent select= pll_p rate=408000000
[ 2.871178] sdhci-tegra 3440000.sdhci: Client registration for eMC Successful
[ 2.873781] tegra186-aondbg aondbg: aondbg driver probe() OK
[ 2.874192] register_ari_mca_banks: Registered MCA ROC:IOB
[ 2.874422] register_ari_mca_banks: Registered MCA ROC:CCE
[ 2.874938] tegra18-bridge 2390000.axi2apb: bridge probed OK
[ 2.874969] tegra18-bridge 23a0000.axi2apb: bridge probed OK
[ 2.875017] tegra18-bridge 23b0000.axi2apb: bridge probed OK
[ 2.875048] tegra18-bridge 23c0000.axi2apb: bridge probed OK
[ 2.875078] tegra18-bridge 23d0000.axi2apb: bridge probed OK
[ 2.875108] tegra18-bridge 2100000.axip2p: bridge probed OK
[ 2.875136] tegra18-bridge 2110000.axip2p: bridge probed OK
[ 2.875168] tegra18-bridge 2120000.axip2p: bridge probed OK
[ 2.875196] tegra18-bridge 2130000.axip2p: bridge probed OK
[ 2.875222] tegra18-bridge 2140000.axip2p: bridge probed OK
[ 2.875249] tegra18-bridge 2150000.axip2p: bridge probed OK
[ 2.875278] tegra18-bridge 2160000.axip2p: bridge probed OK
[ 2.875311] tegra18-bridge 2170000.axip2p: bridge probed OK
[ 2.875338] tegra18-bridge 2180000.axip2p: bridge probed OK
[ 2.875387] tegra18-bridge 2190000.axip2p: bridge probed OK
[ 2.875441] **** A57 ECC: Enabled
[ 2.875443] tegra18_a57_serr_init: on CPU 4 a A57 Core
[ 2.875608] parse_throttle_dt_data: Num cap clks = 4
[ 2.875610] parse_throttle_dt_data: clk=mcpu type=1
[ 2.875612] parse_throttle_dt_data: clk=bcpu type=2
[ 2.875620] parse_throttle_dt_data: clk=gpu type=4
[ 2.875622] parse_throttle_dt_data: clk=emc type=3
[ 2.876292] tegra_throttle_probe: probe successful. #cdevs=4
[ 2.876427] tegra18x_actmon d230000.actmon: in actmon_register()…
[ 2.876550] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[ 2.878589] tegra-pcie 10003000.pcie-controller: link 2 down, ignoring
[ 2.878601] tegra-pcie 10003000.pcie-controller: PCIE: no end points detected
[ 2.879686] tegra18x_actmon d230000.actmon: initialization Completed for the device mc_all
[ 2.880051] hw perfevents: enabled with denver15_uncore_pmu PMU driver, 3 counters available
[ 2.908637] mmc0: MAN_BKOPS_EN bit is not set
[ 2.910131] mmc1: SDHCI controller on 3440000.sdhci [3440000.sdhci] using ADMA 64-bit with 64 bit addr
[ 2.910380] sdhci-tegra 3400000.sdhci: Got CD GPIO
[ 2.910430] sdhci-tegra 3400000.sdhci: Got WP GPIO
[ 2.910507] sdhci-tegra 3400000.sdhci: Parent select= pll_p rate=408000000
[ 2.910534] sdhci-tegra 3400000.sdhci: wakeup init done, cd_irq: 256
[ 2.910774] sdhci-tegra 3400000.sdhci: Client registration for eMC Successful
[ 2.918228] mmc0: Skipping tuning since strobe enabled
[ 2.926314] mmc0: periodic cache flush enabled
[ 2.926323] mmc0: new HS400 MMC card at address 0001
[ 2.926694] mmcblk0: mmc0:0001 DG4032 29.1 GiB
[ 2.926899] mmcblk0boot0: mmc0:0001 DG4032 partition 1 4.00 MiB
[ 2.927069] mmcblk0boot1: mmc0:0001 DG4032 partition 2 4.00 MiB
[ 2.927222] mmcblk0rpmb: mmc0:0001 DG4032 partition 3 4.00 MiB
[ 2.928668] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 p26 p27 p28 p29
[ 2.942148] ata1: SATA link down (SStatus 0 SControl 300)
[ 2.954230] mmc2: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit with 64 bit addr
[ 2.966627] mmc1: queuing unknown CIS tuple 0x80 (5 bytes)
[ 3.166034] mmc1 tuning done saved tap delay=21
[ 3.166038] mmc1: hw tuning done …
[ 3.166046] mmc1: tuning_window[0]: 0xffffffff
[ 3.166052] mmc1: tuning_window[1]: 0xffffc7ff
[ 3.166057] mmc1: tuning_window[2]: 0xf1ffffff
[ 3.166063] mmc1: tuning_window[3]: 0x7fffffff
[ 3.166102] mmc1: tuning_window[4]: 0x0
[ 3.166107] mmc1: tuning_window[5]: 0x0
[ 3.166112] mmc1: tuning_window[6]: 0x0
[ 3.166117] mmc1: tuning_window[7]: 0x0
[ 3.166122] sdhci: Tap value: 21 | Trim value: 5
[ 3.166125] sdhci: SDMMC_VENDOR_INTR_STATUS[0x108]: 0x40000
[ 3.172666] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
[ 3.172717] mmc1: new ultra high speed SDR104 SDIO card at address 0001
[ 3.368996] mmc2 tuning done saved tap delay=73
[ 3.368999] mmc2: hw tuning done …
[ 3.369006] mmc2: tuning_window[0]: 0xffffff01
[ 3.369012] mmc2: tuning_window[1]: 0xffc07fff
[ 3.369022] mmc2: tuning_window[2]: 0x3fffffff
[ 3.369027] mmc2: tuning_window[3]: 0x7ffffff0
[ 3.369033] mmc2: tuning_window[4]: 0x0
[ 3.369038] mmc2: tuning_window[5]: 0x0
[ 3.369044] mmc2: tuning_window[6]: 0x0
[ 3.369049] mmc2: tuning_window[7]: 0x0
[ 3.369053] sdhci: Tap value: 73 | Trim value: 5
[ 3.369056] sdhci: SDMMC_VENDOR_INTR_STATUS[0x108]: 0x40000
[ 3.369107] mmc2: new ultra high speed SDR104 SDHC card at address 0001
[ 3.369661] mmcblk1: mmc2:0001 BB1QT 29.8 GiB
[ 3.370812] mmcblk1: p1
[ 4.307026] tegradc 15210000.nvdisplay: fb registered
[ 4.313783] tegra-se-nvhost 15810000.se: initialized
[ 4.319890] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[ 4.327020] tegra-se-nvhost 15820000.se: initialized
[ 4.333163] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[ 4.340294] tegra-se-nvhost 15830000.se: initialized
[ 4.346100] tegra-se-nvhost 15830000.se: tegra_se_probe: complete
[ 4.353190] tegra-se-nvhost 15840000.se: initialized
[ 4.359267] tegra-se-nvhost 15840000.se: tegra_se_probe: complete
[ 4.370098] tegra-gpcdma 2600000.dma: GPC DMA driver register 32 channels
[ 4.380825] cpufreq: platform driver Initialization: pass
[ 4.386944] tegra_cluster_clk e090000.cluster_clk_priv: in probe()…
[ 4.393972] tegra_cluster_clk e090000.cluster_clk_priv: passed
[ 4.400523] tegra186-padctl 3520000.pinctrl: padctl mmio start 0x0000000003520000 end 0x0000000003520fff
[ 4.411201] tegra186-padctl 3520000.pinctrl: ao mmio start 0x0000000003540000 end 0x0000000003540fff
[ 4.421267] tegra186-padctl 3520000.pinctrl: FUSE_SKU_USB_CALIB_0 0x32b096
[ 4.428617] tegra186-padctl 3520000.pinctrl: FUSE_USB_CALIB_EXT_0 0x8
[ 4.436977] tegra186-padctl 3520000.pinctrl: using UTMI port 0 for otg
[ 4.444705] tegra186-padctl 3520000.pinctrl: Missing OC pin 0 pinctrl state vbus_en0_sfio_tristate: -19
[ 4.455890] tegra-bpmp-thermal d000000.bpmp:bpmpthermal: zone 0 not supported
[ 4.463954] tegra-bpmp-thermal d000000.bpmp:bpmpthermal: zone 3 not supported
[ 4.473387] cpuidle: Initializing cpuidle driver init for Denver cluster
[ 4.480729] cpuidle: Initializing cpuidle driver init for A57 cluster
[ 4.488884] tachometer tegra-tachometer: Tachometer driver tegra-tachometer registered
[ 4.497757] Tachometer driver initialized with pulse_per_rev: 2 and win_len: 2
[ 4.509742] tegra-i2c c240000.i2c: no acknowledge from address 0xa
[ 4.516816] sgtl5000: probe of 1-000a failed with error -121
[ 4.527632] tegra210_adsp_audio_platform_probe: platform probe started
[ 4.527927] input: tegra-hda HDMI/DP,pcm=3 as /devices/3510000.hda/sound/card0/input0
[ 4.528076] input: tegra-hda HDMI/DP,pcm=7 as /devices/3510000.hda/sound/card0/input1
[ 4.553730] tegra210-adsp adsp_audio: Default param-type to BYTE for mp3-dec1
[ 4.562102] tegra210-adsp adsp_audio: Default param-type to BYTE for spkprot
[ 4.570315] tegra210-adsp adsp_audio: Default param-type to BYTE for src
[ 4.577960] tegra210-adsp adsp_audio: Default param-type to BYTE for aac-dec1
[ 4.586102] tegra210-adsp adsp_audio: Default param-type to BYTE for aec
[ 4.593318] tegra210-adsp adsp_audio: adma channel page address dt entry not found
[ 4.601866] tegra210-adsp adsp_audio: using adma channel page 0
[ 4.608385] tegra210_adsp_audio_platform_probe probe successfull.
[ 4.626520] OPE platform probe
[ 4.630933] OPE platform probe successful
[ 4.653528] tegra-snd-t186ref-mobile-rt565x sound: ASoC: CODEC DAI sgtl5000 not registered
[ 4.663309] tegra-snd-t186ref-mobile-rt565x sound: snd_soc_register_card failed (-517)
[ 4.672975] GACT probability NOT on
[ 4.677002] Mirror/redirect action on
[ 4.681176] u32 classifier
[ 4.684385] Actions configured
[ 4.688289] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[ 4.695607] IPVS: Registered protocols ()
[ 4.700191] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
[ 4.708546] IPVS: Creating netns size=1424 id=0
[ 4.713586] IPVS: ipvs loaded.
[ 4.717086] IPVS: [rr] scheduler registered.
[ 4.721923] ipip: IPv4 over IPv4 tunneling driver
[ 4.727446] Initializing XFRM netlink socket
[ 4.732473] NET: Registered protocol family 10
[ 4.738149] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 4.744123] NET: Registered protocol family 17
[ 4.749053] NET: Registered protocol family 15
[ 4.753989] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[ 4.767515] 8021q: 802.1Q VLAN Support v1.8
[ 4.772529] Registered cp15_barrier emulation handler
[ 4.778070] Registered setend emulation handler
[

Hi Sunghun,

Sorry for late reply. Honestly, I think your log does not match your topic.
You said there is flash error. However, your log seems a boot up log with error.

Please clarify what is your problem exactly.

  1. If you want to know why it cannot be flashed, please share the uart log “when you are doing flash process with flash.sh script”.

  2. If you want to know why it has boot up failure, please help answer below questions.

  • Does only one module have this problem?
  • Does only one module have this problem when it is put on nvidia devkit?
  • Does orbitty carrier board provide their own device tree (dtb) file?

Hello,

Thanks for your help.
However, since there were no responses for the past several days, I started RMA service through NVIDIA customer care.
The faulty TX2 module already left me for the RMA service and so I couldn’t share the UART log anymore.

The above faulty TX2 was replaced with a new one through the RMA service and now I can flash it without error.
So far so good!