GTKTERM different behavior between Xavier and Laptop

Hello,

I am trying to connect a GPS to Xavier through Serial, I tried to connect the serial pins directly but I failed so I tried another approach till someone reply to my other topic regarding serial communication problem.

I used a rs232 converter to usb and plugged it to Xavier, made sure of the correct usb /dev/ttyUSB0 then used gtkterm >> sudo gtkterm -b 8 -t 1 -s 115200 -p /dev/ttyUSB0

it didn’t receive any meaningful data, it received as follows:

I connected the cable instead to my laptop which is ubuntu based as well and used the same command and it received the data correctly as follows:

What is the difference between the laptop and Xavier?, Why i am not getting meaningful data on Xavier?.

I would say that in theory it should be working.

I doubt this is the issue, but there are times when terminal programs appear to be failing in one case, but working in another case, simply because the bytes transferred are using different character encodings. Terminals convert bytes to characters before displaying, and different encodings display the same data differently. Not likely, but in both cases of working and not working, what do you see from “echo $LANG”?

Also, in the error case, if you run “dmesg --follow” prior to connecting the USB serial UART, what do you see upon connection? Does any sort of error show up during actual data transfer? Are you certain CTS/RTS flow control is off in all cases, or perhaps they differ between laptop and Jetson?

Do you have any way to have the GPS output a test pattern? If a single character or phrase can be output over and over, then you might see a repeating pattern even if the original characters are not what you see.

Is any part of the wiring long or unshielded? I am thinking about background noise interfering.

if i run dmesg --follow:

I get this >>

[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.9.140-tegra (leopard@ubuntu) (gcc version 7.3.1 20180425 [linaro-7.3-2018.05 revision d29120a424ecfbc167ef90065c0eeb7f91977701] (Linaro GCC 7.3-2018.05) ) #86 SMP PREEMPT Thu Apr 2 12:30:42 CST 2020
[ 0.000000] Boot CPU: AArch64 Processor [4e0f0040]
[ 0.000000] OF: fdt:memory scan node memory, reg size 48,
[ 0.000000] OF: fdt: - 80000000 , 2c000000
[ 0.000000] OF: fdt: - ac200000 , 44600000
[ 0.000000] OF: fdt: - 100000000 , 380000000
[ 0.000000] earlycon: tegra_comb_uart0 at MMIO32 0x000000000c168000 (options ‘’)
[ 0.000000] bootconsole [tegra_comb_uart0] enabled
[ 0.000000] Found tegra_fbmem: 00140000@a069b000
[ 0.000000] Found lut_mem: 00002008@a0695000
[ 0.000000] OF: fdt:Reserved memory: failed to reserve memory for node ‘fb1_carveout’: base 0x0000000000000000, size 0 MiB
[ 0.000000] OF: fdt:Reserved memory: failed to reserve memory for node ‘fb1_carveout’: base 0x0000000000000000, size 0 MiB
[ 0.000000] OF: fdt:Reserved memory: failed to reserve memory for node ‘fb2_carveout’: base 0x0000000000000000, size 0 MiB
[ 0.000000] OF: fdt:Reserved memory: failed to reserve memory for node ‘fb2_carveout’: base 0x0000000000000000, size 0 MiB
[ 0.000000] OF: fdt:Reserved memory: failed to reserve memory for node ‘fb3_carveout’: base 0x0000000000000000, size 0 MiB
[ 0.000000] OF: fdt:Reserved memory: failed to reserve memory for node ‘fb3_carveout’: base 0x0000000000000000, size 0 MiB
[ 0.000000] OF: reserved mem: initialized node ramoops_carveout, compatible id nvidia,ramoops
[ 0.000000] OF: reserved mem: initialized node vpr-carveout, compatible id nvidia,vpr-carveout
[ 0.000000] OF: reserved mem: initialized node grid-of-semaphores, compatible id nvidia,gosmem
[ 0.000000] cma: Reserved 64 MiB at 0x00000000c2000000
[ 0.000000] On node 0 totalpages: 4129469
[ 0.000000] DMA zone: 7179 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 459453 pages, LIFO batch:31
[ 0.000000] Normal zone: 57344 pages used for memmap
[ 0.000000] Normal zone: 3670016 pages, LIFO batch:31
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.0 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] psci: SMC Calling Convention v1.1
[ 0.000000] percpu: Embedded 25 pages/cpu @ffffffc3ffcbb000 s61592 r8192 d32616 u102400
[ 0.000000] pcpu-alloc: s61592 r8192 d32616 u102400 alloc=25*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7
[ 0.000000] Speculative Store Bypass Disable mitigation not required
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4064946
[ 0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyTCU0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 rootfstype=ext4 video=tegrafb no_console_suspend=1 earlycon=tegra_comb_uart,mmio32,0x0c168000 gpt tegra_fbmem=0x140000@0xa069b000 lut_mem=0x2008@0xa0695000 usbcore.old_scheme_first=1 tegraid=19.1.2.0.0 maxcpus=8 boot.slot_suffix= boot.ratchetvalues=0.4.2 vpr_resize sdhci_tegra.en_boot_part_access=1 quiet
[ 0.000000] log_buf_len individual max cpu contribution: 32768 bytes
[ 0.000000] log_buf_len total cpu_extra contributions: 229376 bytes
[ 0.000000] log_buf_len min size: 32768 bytes
[ 0.000000] log_buf_len: 262144 bytes
[ 0.000000] early log buf free: 29184(89%)
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[ 0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.000000] Memory: 15434044K/16517876K available (15230K kernel code, 2928K rwdata, 6652K rodata, 8576K init, 611K bss, 330168K reserved, 753664K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] modules : 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB)
[ 0.000000] vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB)
[ 0.000000] .text : 0xffffff8008080000 - 0xffffff8008f60000 ( 15232 KB)
[ 0.000000] .rodata : 0xffffff8008f60000 - 0xffffff80095f0000 ( 6720 KB)
[ 0.000000] .init : 0xffffff80095f0000 - 0xffffff8009e50000 ( 8576 KB)
[ 0.000000] .data : 0xffffff8009e50000 - 0xffffff800a12c008 ( 2929 KB)
[ 0.000000] .bss : 0xffffff800a12c008 - 0xffffff800a1c4dbc ( 612 KB)
[ 0.000000] fixed : 0xffffffbefe7fd000 - 0xffffffbefec00000 ( 4108 KB)
[ 0.000000] PCI I/O : 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB)
[ 0.000000] vmemmap : 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum)
[ 0.000000] 0xffffffbf00000000 - 0xffffffbf10000000 ( 256 MB actual)
[ 0.000000] memory : 0xffffffc000000000 - 0xffffffc400000000 ( 16384 MB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, 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=8.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
[ 0.000000] NR_IRQS:64 nr_irqs:64 0
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] arm_arch_timer: 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.000006] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[ 0.000636] Console: colour dummy device 80x25
[ 0.000652] console [tty0] enabled
[ 0.000693] bootconsole [tegra_comb_uart0] disabled
[ 0.000711] kmemleak: Kernel memory leak detector disabled
[ 0.000762] Calibrating delay loop (skipped), value calculated using timer frequency… 62.50 BogoMIPS (lpj=125000)
[ 0.000805] pid_max: default: 32768 minimum: 301
[ 0.002194] Security Framework initialized
[ 0.002935] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.002972] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.005257] ftrace: allocating 47027 entries in 184 pages
[ 0.469201] sched-energy: Sched-energy-costs installed from DT
[ 0.469253] ASID allocator initialised with 65536 entries
[ 0.508954] tegra-id: chipid=21917.
[ 0.508970] tegra-id: opt_subrevision=0.
[ 0.509003] Tegra Revision: A02 SKU: 0xd0 CPU Process: 0 SoC Process: 0
[ 0.509050] DTS File Name: /home/leopard/32.3.1source-code/ar0231----/orig/kernel/kernel-4.9/arch/arm64/boot/dts/…/…/…/…/…/…/hardware/nvidia/platform/t19x/galen/kernel-dts/common/tegra194-p2888-0001-p2822-0000-common.dtsi
[ 0.509089] DTB Build time: Apr 2 2020 12:31:32
[ 0.558809] CPU1: Booted secondary processor [4e0f0040]
[ 0.591160] CPU2: Booted secondary processor [4e0f0040]
[ 0.623517] CPU3: Booted secondary processor [4e0f0040]
[ 0.655586] CPU4: Booted secondary processor [4e0f0040]
[ 0.687743] CPU5: Booted secondary processor [4e0f0040]
[ 0.720086] CPU6: Booted secondary processor [4e0f0040]
[ 0.752335] CPU7: Booted secondary processor [4e0f0040]
[ 0.752674] Brought up 8 CPUs
[ 0.752728] SMP: Total of 8 processors activated.
[ 0.752748] CPU features: detected feature: Privileged Access Never
[ 0.752757] CPU features: detected feature: LSE atomic instructions
[ 0.752767] CPU features: detected feature: User Access Override
[ 0.752801] CPU features: detected feature: 32-bit EL0 Support
[ 0.755320] CPU: All CPU(s) started at EL2
[ 0.755425] alternatives: patching kernel code
[ 0.764975] devtmpfs: initialized
[ 0.820260] Initilizing CustomIPI irq domain
[ 0.820585] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.820604] futex hash table entries: 2048 (order: 5, 131072 bytes)
[ 0.838902] pinctrl core: initialized pinctrl subsystem
[ 0.839203] OS set in device tree is not L4T.
[ 0.839587] regulator-dummy: no parameters
[ 0.839924] Initializing plugin-manager
[ 0.839976] Plugin module not found
[ 0.840019] Plugin-manager status disabled
[ 0.841464] NET: Registered protocol family 16
[ 0.843403] pstore: using zlib compression
[ 0.843437] console [pstore-1] enabled
[ 0.843446] pstore: Registered ramoops as persistent store backend
[ 0.843484] ramoops: attached 0x200000@0xf0600000, ecc: 0/0
[ 0.861503] cpuidle: using governor menu
[ 0.862577] bpmp: waiting for handshake
[ 0.862586] bpmp: handshake completed
[ 0.862605] bpmp: synchronizing channels
[ 0.862617] bpmp: channels synchronized
[ 0.862627] bpmp: mail init ok
[ 0.865768] t19x-arm-smmu 12000000.iommu: found 3 SMMUs and ISO SMMU id is 2
[ 0.866047] t19x-arm-smmu 12000000.iommu: probing hardware configuration…
[ 0.866059] t19x-arm-smmu 12000000.iommu: SMMUv2 with:
[ 0.866071] t19x-arm-smmu 12000000.iommu: stage 1 translation
[ 0.866081] t19x-arm-smmu 12000000.iommu: stage 2 translation
[ 0.866091] t19x-arm-smmu 12000000.iommu: nested translation
[ 0.866106] t19x-arm-smmu 12000000.iommu: stream matching with 128 register groups, mask 0x7f80
[ 0.866120] t19x-arm-smmu 12000000.iommu: SMMU address space size (0x800000) differs from mapped region size (0x1000000)!
[ 0.866132] t19x-arm-smmu 12000000.iommu: 64 context banks (0 stage-2 only)
[ 0.866145] t19x-arm-smmu 12000000.iommu: Stage-1: 39-bit VA → 48-bit IPA
[ 0.866157] t19x-arm-smmu 12000000.iommu: Stage-2: 39-bit IPA → 48-bit PA
[ 0.870070] vdso: 2 pages (1 code @ ffffff8008f67000, 1 data @ ffffff8009e54000)
[ 0.870258] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.874789] atomic_pool_init():622: DMA: preallocated 1024 KiB pool for atomic allocations
[ 0.875924] Registering BPMP clocks…
[ 0.876040] tegra_bpmp_clk_init: clock init ok (400 clks)
[ 0.876952] tegra_powergate_init: DONE
[ 0.877079] DTS File Name: /home/leopard/32.3.1source-code/ar0231----/orig/kernel/kernel-4.9/arch/arm64/boot/dts/…/…/…/…/…/…/hardware/nvidia/platform/t19x/galen/kernel-dts/common/tegra194-p2888-0001-p2822-0000-common.dtsi
[ 0.877093] DTB Build time: Apr 2 2020 12:31:32
[ 0.880508] Tegra reboot handler registered.
[ 0.889115] iommu: Adding device 14180000.pcie to group 0
[ 0.889970] iommu: Adding device 14100000.pcie to group 1
[ 0.890784] iommu: Adding device 14140000.pcie to group 2
[ 0.891587] iommu: Adding device 141a0000.pcie to group 3
[ 0.893214] iommu: Adding device 2490000.ether_qos to group 4
[ 0.893813] iommu: Adding device 3100000.serial to group 5
[ 0.894495] iommu: Adding device 3110000.serial to group 6
[ 0.894949] iommu: Adding device 3140000.serial to group 7
[ 0.895688] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[ 0.895863] tegra-pmc: get_secure_pmc_setting: done secure_pmc=0
[ 0.895897] tegra-pmc: ### PMC reset source: TEGRA_SOFTWARE_RESET
[ 0.895905] tegra-pmc: ### PMC reset level: TEGRA_RESET_LEVEL_L1
[ 0.895914] tegra-pmc: ### PMC reset status reg: 0x2d
[ 0.895964] tegra-pmc: PMC Prod config success
[ 0.896265] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[ 0.896285] tegra-pmc c360000.pmc: IO padctrl driver initialized
[ 0.896665] iommu: Adding device 3460000.sdhci to group 8
[ 0.897361] iommu: Adding device 3400000.sdhci to group 9
[ 0.898194] iommu: Adding device 2450000.ufshci to group 10
[ 0.898876] iommu: Adding device 3210000.spi to group 11
[ 0.900458] iommu: Adding device 3160000.i2c to group 12
[ 0.900925] iommu: Adding device c240000.i2c to group 13
[ 0.901412] iommu: Adding device 3180000.i2c to group 14
[ 0.901948] iommu: Adding device 3190000.i2c to group 15
[ 0.902591] iommu: Adding device 31b0000.i2c to group 16
[ 0.903026] iommu: Adding device 31c0000.i2c to group 17
[ 0.903462] iommu: Adding device c250000.i2c to group 18
[ 0.903919] iommu: Adding device 31e0000.i2c to group 19
[ 0.904830] iommu: Adding device sound to group 20
[ 0.905410] iommu: Adding device 3510000.hda to group 21
[ 0.906134] iommu: Adding device bc00000.rtcpu to group 22
[ 0.908208] iommu: Adding device 13e10000.host1x to group 23
[ 0.908687] iommu: Adding device 13e10000.host1x:ctx0 to group 24
[ 0.909215] iommu: Adding device 13e10000.host1x:ctx1 to group 25
[ 0.909659] iommu: Adding device 13e10000.host1x:ctx2 to group 26
[ 0.910123] iommu: Adding device 13e10000.host1x:ctx3 to group 27
[ 0.910607] iommu: Adding device 13e10000.host1x:ctx4 to group 28
[ 0.911044] iommu: Adding device 13e10000.host1x:ctx5 to group 29
[ 0.911524] iommu: Adding device 13e10000.host1x:ctx6 to group 30
[ 0.911967] iommu: Adding device 13e10000.host1x:ctx7 to group 31
[ 0.912617] iommu: Adding device 15340000.vic to group 32
[ 0.913072] iommu: Adding device 15380000.nvjpg to group 33
[ 0.913384] iommu: Adding device 15500000.tsec to group 34
[ 0.913744] iommu: Adding device 15100000.tsecb to group 35
[ 0.914083] iommu: Adding device 15480000.nvdec to group 36
[ 0.914404] iommu: Adding device 15140000.nvdec1 to group 37
[ 0.914736] iommu: Adding device 154c0000.nvenc to group 38
[ 0.915041] iommu: Adding device 15a80000.nvenc1 to group 39
[ 0.915468] iommu: Adding device 15880000.nvdla0 to group 40
[ 0.915957] iommu: Adding device 158c0000.nvdla1 to group 41
[ 0.916582] iommu: Adding device 15200000.nvdisplay to group 42
[ 0.916869] platform 15200000.nvdisplay: IOVA linear map 0x00000000a069b000(140000)
[ 0.916885] platform 15200000.nvdisplay: IOVA linear map 0x00000000a0695000(3000)
[ 0.923022] platform 15200000.nvdisplay: IOVA linear map 0x00000000c6000000(2a000000)
[ 0.923041] t19x-arm-smmu: Adding 15200000.nvdisplay to ISO SMMU client
[ 0.923559] iommu: Adding device 15210000.nvdisplay to group 43
[ 0.923624] t19x-arm-smmu: Adding 15210000.nvdisplay to ISO SMMU client
[ 0.924069] iommu: Adding device 15220000.nvdisplay to group 44
[ 0.924136] t19x-arm-smmu: Adding 15220000.nvdisplay to ISO SMMU client
[ 0.926363] iommu: Adding device 15c10000.vi to group 45
[ 0.926624] t19x-arm-smmu: Adding 15c10000.vi to ISO SMMU client
[ 0.927028] iommu: Adding device 14800000.isp to group 46
[ 0.928078] iommu: Adding device 16000000.pva0 to group 47
[ 0.928825] iommu: Adding device 16800000.pva1 to group 48
[ 0.929307] iommu: Adding device 15810000.se to group 49
[ 0.929852] iommu: Adding device 15820000.se to group 50
[ 0.930173] iommu: Adding device 15830000.se to group 51
[ 0.930513] iommu: Adding device 15840000.se to group 52
[ 0.930871] iommu: Adding device c1a0000.aon to group 53
[ 0.932639] iommu: Adding device d000000.bpmp to group 54
[ 0.933086] bpmp: ping status is 0
[ 0.933239] bpmp d000000.bpmp: firmware tag is c1b4e372932429f2737cf722e1219e71
[ 0.936685] bpmp d000000.bpmp: probe ok
[ 0.938294] tegra-reset 0.bpmp_reset: registered 186 resets.
[ 0.938797] iommu: Adding device smmu_test to group 55
[ 0.940048] mc: mapped MMIO address: 0xffffff800a590000 → 0x2c10000
[ 0.940090] mc: mapped MMIO address: 0xffffff800a5b0000 → 0x2c20000
[ 0.940127] mc: mapped MMIO address: 0xffffff800a5d0000 → 0x2c30000
[ 0.940164] mc: mapped MMIO address: 0xffffff800a7b0000 → 0x2c40000
[ 0.940217] mc: mapped MMIO address: 0xffffff800a7d0000 → 0x2c50000
[ 0.940263] mc: mapped MMIO address: 0xffffff800b010000 → 0x2b80000
[ 0.940296] mc: mapped MMIO address: 0xffffff800b030000 → 0x2b90000
[ 0.940345] mc: mapped MMIO address: 0xffffff800b050000 → 0x2ba0000
[ 0.940377] mc: mapped MMIO address: 0xffffff800b070000 → 0x2bb0000
[ 0.940412] mc: mapped MMIO address: 0xffffff800b090000 → 0x1700000
[ 0.940439] mc: mapped MMIO address: 0xffffff800b0b0000 → 0x1710000
[ 0.940466] mc: mapped MMIO address: 0xffffff800b0d0000 → 0x1720000
[ 0.940492] mc: mapped MMIO address: 0xffffff800b0f0000 → 0x1730000
[ 0.940518] mc: mapped MMIO address: 0xffffff800b110000 → 0x1740000
[ 0.940544] mc: mapped MMIO address: 0xffffff800b130000 → 0x1750000
[ 0.940573] mc: mapped MMIO address: 0xffffff800b150000 → 0x1760000
[ 0.940599] mc: mapped MMIO address: 0xffffff800b170000 → 0x1770000
[ 0.940708] mc-err: mcerr ops are set to t19x
[ 0.947228] iommu: Adding device 2600000.dma to group 56
[ 0.953183] GPIO line 490 (pcie-reg-enable) hogged as output/high
[ 0.953230] GPIO line 289 (pcie-reg-enable) hogged as output/high
[ 0.953277] GPIO line 339 (wifi-enable) hogged as output/high
[ 0.953321] GPIO line 347 (camera-control-output-low) hogged as output/low
[ 0.953363] GPIO line 350 (camera-control-output-low) hogged as output/low
[ 0.953659] gpiochip_setup_dev: registered GPIOs 288 to 511 on device: gpiochip0 (tegra-gpio)
[ 0.960220] GPIO line 253 (pex-refclk-sel-low) hogged as output/low
[ 0.960563] gpiochip_setup_dev: registered GPIOs 248 to 287 on device: gpiochip1 (tegra-gpio-aon)
[ 0.962752] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CTRL_0 = 3
[ 0.962769] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_24(PMU_INT) = 256
[ 0.963476] iommu: Adding device 3550000.xudc to group 57
[ 0.964256] iommu: Adding device 3610000.xhci to group 58
[ 0.966701] arm64_ras arm64_ras: probed
[ 0.967207] ras_fhi_enable: FHI 476 enabled on CPU0
[ 0.967276] ras_fhi_enable: FHI 477 enabled on CPU1
[ 0.967419] ras_fhi_enable: FHI 478 enabled on CPU2
[ 0.967513] ras_fhi_enable: FHI 479 enabled on CPU3
[ 0.967586] ras_fhi_enable: FHI 480 enabled on CPU4
[ 0.967733] ras_fhi_enable: FHI 481 enabled on CPU5
[ 0.967833] ras_fhi_enable: FHI 482 enabled on CPU6
[ 0.967911] ras_fhi_enable: FHI 483 enabled on CPU7
[ 0.968187] carmel_ras_enable: RAS enabled on cpu0
[ 0.968455] carmel_ras_enable: RAS enabled on cpu1
[ 0.968716] carmel_ras_enable: RAS enabled on cpu2
[ 0.968941] carmel_ras_enable: RAS enabled on cpu3
[ 0.969191] carmel_ras_enable: RAS enabled on cpu4
[ 0.969439] carmel_ras_enable: RAS enabled on cpu5
[ 0.969692] carmel_ras_enable: RAS enabled on cpu6
[ 0.969954] carmel_ras_enable: RAS enabled on cpu7
[ 0.970058] carmel_ras carmel_ras: probed
[ 0.971453] tegra-cbb 2300000.cbb-noc: noc_secure_irq = 485, noc_nonsecure_irq = 484>
[ 0.972053] tegra-cbb c600000.aon-noc: noc_secure_irq = 487, noc_nonsecure_irq = 486>
[ 0.973003] tegra-cbb d600000.bpmp-noc: noc_secure_irq = 489, noc_nonsecure_irq = 488>
[ 0.973959] tegra-cbb be00000.rce-noc: noc_secure_irq = 491, noc_nonsecure_irq = 490>
[ 0.974874] tegra-cbb b600000.sce-noc: noc_secure_irq = 493, noc_nonsecure_irq = 492>
[ 0.975263] tegra-cbb 14040000.cv-noc: defer probe as CV-NOC not probed yet
[ 0.978123] vdd-3v3-cvb: 3300 mV
[ 0.978445] vdd-1v8-cvb: 1800 mV
[ 0.978889] vdd-1v8-sd: 1800 mV
[ 0.979279] vdd-epb-1v0: supplied by vdd-3v3-cvb
[ 0.979334] vdd-epb-1v0: 1000 mV
[ 0.979732] vdd-sdmmc1-sw: 3300 mV
[ 0.980099] avdd-cam-2v8: 2800 mV
[ 0.980400] vdd-sata-1v5: 1500 mV
[ 0.980700] vdd-1v8-slt: 1800 mV
[ 0.981008] vdd-3v3-slt: 3300 mV
[ 0.981311] vdd-fan: 5000 mV
[ 0.981672] vdd-hdmi-5v0: 5000 mV
[ 0.982066] vdd_sys_en: 1200 mV
[ 0.982487] vdd-5v-sata: 5000 mV
[ 0.982841] vdd-ac-bat: 5000 mV
[ 0.983044] vdd-5v-sata: supplied by vdd-ac-bat
[ 1.019472] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 1.024789] eventlib_kernel: keventlib is initialized, test id: 0
[ 1.025193] SCSI subsystem initialized
[ 1.025706] libata version 3.00 loaded.
[ 1.025973] usbcore: registered new interface driver usbfs
[ 1.026028] usbcore: registered new interface driver hub
[ 1.026122] usbcore: registered new device driver usb
[ 1.038398] tegra-i2c 31e0000.i2c: could not find pctldev for node /host1x/dpaux@155F0000/pinmux@0, deferring probe
[ 1.041421] max77620 4-003c: PMIC Version OTP:0x51 and ES:0x1
[ 1.046851] vdd-1v0: at 1000 mV
[ 1.050865] vdd-1v8-hs: at 1800 mV
[ 1.054896] vdd-1v8-ls: at 1800 mV
[ 1.058938] vdd-1v8-ao: at 1800 mV
[ 1.062988] vddio-ddr-1v1: at 1100 mV
[ 1.066776] vdd-rtc: at 800 mV
[ 1.068066] spmic-ldo1: at 2375 mV
[ 1.074886] vdd-ao-3v3: at 3300 mV
[ 1.082904] vddio-emmc-3v3: at 3300 mV
[ 1.084060] spmic-ldo4: at 1587 mV
[ 1.091000] vdd-usb-3v3: at 3300 mV
[ 1.099036] vddio-sdmmc1-3v3: at 3300 mV
[ 1.103106] vdd-csi-1v2: at 1200 mV
[ 1.104278] spmic-ldo8: at 1800 mV
[ 1.108711] GPIO line 246 (gpio_default) hogged as output/high
[ 1.109758] GPIO line 247 (gpio_default) hogged as output/high
[ 1.110247] gpiochip_setup_dev: registered GPIOs 240 to 247 on device: gpiochip2 (max77620-gpio)
[ 1.110671] max77620 4-003c: max77620 probe successful
[ 1.111320] media: Linux media interface: v0.10
[ 1.111356] Linux video capture interface: v2.00
[ 1.112901] pps_core: LinuxPPS API ver. 1 registered
[ 1.112911] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 1.112945] PTP clock support registered
[ 1.113585] tegra_wdt_t18x 30c0000.watchdog: Tegra WDT init timeout = 120 sec
[ 1.113663] tegra_wdt_t18x 30c0000.watchdog: Registered successfully
[ 1.114804] tegra_fiq_debugger_init: found FIQ source (IRQ 468)
[ 1.118191] trusty trusty: trusty version: Built: 22:43:40 Dec 9 2019
[ 1.118270] trusty trusty: selected api version: 3 (requested 3)
[ 1.119501] Advanced Linux Sound Architecture Driver Initialized.
[ 1.120076] Bluetooth: Core ver 2.22
[ 1.120120] NET: Registered protocol family 31
[ 1.120129] Bluetooth: HCI device and connection manager initialized
[ 1.120143] Bluetooth: HCI socket layer initialized
[ 1.120154] Bluetooth: L2CAP socket layer initialized
[ 1.120187] Bluetooth: SCO socket layer initialized
[ 1.122832] camchar: rtcpu character device driver loaded
[ 1.125076] clocksource: Switched to clocksource arch_sys_counter
[ 1.175380] VFS: Disk quotas dquot_6.6.0
[ 1.175478] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.175833] nvmap_heap_init: nvmap_heap_init: created heap block cache
[ 1.177668] tegra-carveouts tegra-carveouts: assigned reserved memory node grid-of-semaphores
[ 1.177746] dma_declare_coherent_resizable_cma_memory:324: resizable heap=vpr, base=0x00000000c6000000, size=0x2a000000
[ 1.177971] cma: enabled page replacement for spfn=c6000, epfn=f0000
[ 1.177981] dma_declare_coherent_resizable_cma_memory:373: resizable cma heap=vpr create successful
[ 1.177999] nvmap: nvmap_select_cache_ops() nvmap cache ops set to scf
[ 1.178010] nvmap_page_pool_init: Total RAM pages: 4046927
[ 1.178020] nvmap_page_pool_init: nvmap page pool size: 505865 pages (1976 MB)
[ 1.178404] nvmap_background_zero_thread: PP zeroing thread starting.
[ 1.178909] misc nvmap: created heap vpr base 0x00000000c6000000 size (688128KiB)
[ 1.179832] tegra-gpcdma 2600000.dma: GPC DMA driver register 31 channels
[ 1.195474] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type CPU-therm
[ 1.195678] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type GPU-therm
[ 1.195866] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type AUX-therm
[ 1.196056] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type AO-therm
[ 1.196245] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type PMIC-Die
[ 1.196389] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type Tboard_tegra
[ 1.196530] thermal thermal_zone6: Registering thermal zone thermal_zone6 for type Tdiode_tegra
[ 1.198069] la/ptsa driver initialized.
[ 1.198355] NET: Registered protocol family 2
[ 1.199296] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 1.200133] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 1.200899] TCP: Hash tables configured (established 131072 bind 65536)
[ 1.200963] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[ 1.201318] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[ 1.201897] NET: Registered protocol family 1
[ 1.202520] RPC: Registered named UNIX socket transport module.
[ 1.202529] RPC: Registered udp transport module.
[ 1.202537] RPC: Registered tcp transport module.
[ 1.202545] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.202559] PCI: CLS 0 bytes, default 64
[ 1.202855] Trying to unpack rootfs image as initramfs…
[ 1.451586] Freeing initrd memory: 5432K
[ 1.472024] host1x 13e10000.host1x: initialized
[ 1.475351] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[ 1.481625] audit: initializing netlink subsys (disabled)
[ 1.481675] audit: type=2000 audit(1.048:1): initialized
[ 1.482581] workingset: timestamp_bits=46 max_order=22 bucket_order=0
[ 1.491086] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 1.492250] ntfs: driver 2.1.32 [Flags: R/W].
[ 1.492884] 9p: Installing v9fs 9p2000 file system support
[ 1.498753] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240)
[ 1.498985] io scheduler noop registered
[ 1.499185] io scheduler cfq registered (default)
[ 1.502797] gic 2a41000.agic-controller: GIC IRQ controller registered
[ 1.504122] random: fast init done
[ 1.541199] iommu: Adding device 2993000.adsp to group 59
[ 1.662181] iommu: Adding device aconnect@2a41000:adsp_audio to group 60
[ 1.663224] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered
[ 1.677729] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[ 1.678268] tegra-pwm c340000.pwm: PWM clk can sleep in ops
[ 1.678880] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops
[ 1.679395] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops
[ 1.682614] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[ 1.682855] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=4687500, vi_iso_bw=6000000, max_bw=6000000
[ 1.686552] tsec 15500000.tsec: initialized
[ 1.688948] tsec 15100000.tsecb: initialized
[ 1.693983] nvdec 15480000.nvdec: initialized
[ 1.697774] nvdec 15140000.nvdec1: initialized
[ 1.704833] falcon 15340000.vic: initialized
[ 1.707363] falcon 15380000.nvjpg: initialized
[ 1.709927] falcon 154c0000.nvenc: initialized
[ 1.712379] falcon 15a80000.nvenc1: initialized
[ 1.716682] iommu_context_dev 13e10000.host1x:ctx0: initialized (streamid=56)
[ 1.720515] iommu_context_dev 13e10000.host1x:ctx1: initialized (streamid=57)
[ 1.724362] iommu_context_dev 13e10000.host1x:ctx2: initialized (streamid=58)
[ 1.727769] iommu_context_dev 13e10000.host1x:ctx3: initialized (streamid=59)
[ 1.729642] iommu_context_dev 13e10000.host1x:ctx4: initialized (streamid=60)
[ 1.731357] iommu_context_dev 13e10000.host1x:ctx5: initialized (streamid=61)
[ 1.733126] iommu_context_dev 13e10000.host1x:ctx6: initialized (streamid=62)
[ 1.734853] iommu_context_dev 13e10000.host1x:ctx7: initialized (streamid=63)
[ 1.738853] t194-nvcsi 15a00000.nvcsi: initialized
[ 1.744973] scare-pigeon 13e10000.host1x:vi-thi@15f00000: initialized
[ 1.745486] scare-pigeon 14b00000.isp-thi: initialized
[ 1.755743] pva 16000000.pva0: initialized
[ 1.787218] pva 16800000.pva1: initialized
[ 1.818009] nvdla 15880000.nvdla0: initialized
[ 1.848349] nvdla 158c0000.nvdla1: initialized
[ 1.849849] tegradccommon 15200000.dc_common: host1x channel mapped
[ 1.849866] tegradccommon 15200000.dc_common: dc_common syncpt # 1 allocated
[ 1.849935] tegradccommon 15200000.dc_common: dma mapping done
[ 1.850919] tegradc 15200000.nvdisplay: disp0 connected to head0->/host1x/sor2
[ 1.850960] generic_infoframe_type: 0x87
[ 1.851045] tegradc 15200000.nvdisplay: DT parsed successfully
[ 1.851107] tegradc 15200000.nvdisplay: Display dc.ffffff800bca0000 registered with id=0
[ 1.856316] tegra_nvdisp_bandwidth_register_max_config: max config iso bw = 15681600 KB/s
[ 1.856328] tegra_nvdisp_bandwidth_register_max_config: max config EMC floor = 1066500000 Hz
[ 1.856336] tegra_nvdisp_bandwidth_register_max_config: max config hubclk = 358400000 Hz
[ 1.856675] tegradc 15200000.nvdisplay: vblank syncpt # 8 for dc 0
[ 1.856688] tegradc 15200000.nvdisplay: vpulse3 syncpt # 9 for dc 0
[ 1.857846] tegradc 15200000.nvdisplay: Bootloader disp_param detected. Detected mode: 640x480 (on 0x0mm) pclk=50347983
[ 1.860636] tegradc 15200000.nvdisplay: hdmi: invalid prod list prod_list_hdmi_board
[ 1.860648] tegradc 15200000.nvdisplay: hdmi: tegra_hdmi_tmds_range_read(bd) failed
[ 1.864759] tegradc 15200000.nvdisplay: probed
[ 1.914029] Console: switching to colour frame buffer device 80x30
[ 1.914137] tegradc 15200000.nvdisplay: fb registered
[ 1.914598] gpio tegra-gpio wake71 for gpio=98(M:2)
[ 1.915406] tegra_nvdisp_handle_pd_enable: Unpowergated Head0 pd
[ 1.915533] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
[ 1.930421] Parent Clock set for DC plld3
[ 1.993009] tegradc 15200000.nvdisplay: hdmi: tmds rate:50349K prod-setting:prod_c_hdmi_0m_54m
[ 1.993717] tegradc 15200000.nvdisplay: hdmi: get RGB quant from REG programmed by BL.
[ 1.993734] tegradc 15200000.nvdisplay: hdmi: BL set VIC 0
[ 1.993744] tegradc 15200000.nvdisplay: hdmi: get YCC quant from REG programmed by BL.
[ 2.007487] extcon-disp-state external-connection:disp-state: cable 48 state 1
[ 2.007497] Extcon AUX2(HDMI) enable
[ 2.008079] Could not get extcon-dev /host1x/nvdisplay@15210000:typec0(0)
[ 2.008473] Could not get extcon-dev /host1x/nvdisplay@15220000:typec1(1)
[ 2.008731] tegra_cec 3960000.tegra_cec: dt=1 start=0x03960000 end=0x03960FFF irq=83
[ 2.008743] tegra_cec 3960000.tegra_cec: Unpowergate DISP: 0.
[ 2.009026] tegra_cec 3960000.tegra_cec: Enable clock result: 0.
[ 2.009252] tegra_cec 3960000.tegra_cec: tegra_cec_init started
[ 2.009418] tegra_cec 3960000.tegra_cec: cec_add_sysfs ret=0
[ 2.009427] tegra_cec 3960000.tegra_cec: probed
[ 2.019157] tegra-adma 2930000.adma: Tegra210 ADMA driver registered 32 channels
[ 2.019872] tegra-fuse-burn 3820000.efuse:efuse-burn: Fuse burn driver initialized
[ 2.020299] kfuse 3830000.kfuse: initialized
[ 2.027265] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 2.029948] 3100000.serial: ttyTHS0 at MMIO 0x3100000 (irq = 50, base_baud = 0) is a TEGRA_UART
[ 2.031037] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 51, base_baud = 0) is a TEGRA_UART
[ 2.032054] 3140000.serial: ttyTHS4 at MMIO 0x3140000 (irq = 52, base_baud = 0) is a TEGRA_UART
[ 2.033333] console [ttyTCU0] enabled
[ 2.033614] [drm] Initialized
[ 2.047770] brd: module loaded
[ 2.053549] loop: module loaded
[ 2.053654] tegra_profiler: version: 1.139, samples/io: 47/27
[ 2.053809] tegra_profiler: auth: init
[ 2.054250] nct1008_nct72 4-004c: starting parse dt
[ 2.054361] nct1008_nct72 4-004c: !!!Found deprecated property!!!
[ 2.054375] nct1008_nct72 4-004c: success parsing dt
[ 2.054493] nct1008_nct72 4-004c: success in enabling tmp451 VDD rail
[ 2.054580] THERMAL EST: found 3 subdevs
[ 2.054591] THERMAL EST num_resources: 0
[ 2.054601] [THERMAL EST subdev 0]
[ 2.054610] [THERMAL EST subdev 1]
[ 2.054618] [THERMAL EST subdev 2]
[ 2.054631] THERMAL EST: Found 2 profiles, default profile is quiet
[ 2.054935] thermal thermal_zone7: Registering thermal zone thermal_zone7 for type thermal-fan-est
[ 2.054942] THERMAL EST: thz register success.
[ 2.055170] THERMAL EST: end of probe, return err: 0
[ 2.056014] ufs_tegra 2450000.ufshci: freq-table-hz property not specified
[ 2.056029] ufs_tegra 2450000.ufshci: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
[ 2.056741] ufs_tegra 2450000.ufshci: wakeup init done, cdirq 458
[ 2.056757] gpio tegra-gpio-aon wake25 for gpio=32(EE:0)
[ 2.069874] hisi_sas: driver version v1.6
[ 2.074702] libphy: Fixed MDIO Bus: probed
[ 2.075253] tun: Universal TUN/TAP device driver, 1.6
[ 2.075261] tun: (C) 1999-2004 Max Krasnyansky maxk@qualcomm.com
[ 2.075976] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 2.075985] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 2.076022] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[ 2.076028] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 2.076079] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[ 2.076086] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 2.076135] Intel(R) 10GbE PCI Express Linux Network Driver - version 4.6.4
[ 2.076142] Copyright(c) 1999 - 2017 Intel Corporation.
[ 2.087439] nct1008_nct72 4-004c: LOC shutdown limit 107
[ 2.088949] nct1008_nct72 4-004c: EXT shutdown limit 109
[ 2.089012] eqos 2490000.ether_qos: Setting local MAC: 0 4 4b cc 21 a2
[ 2.089156] libphy: dwc_phy: probed
[ 2.091371] PPP generic driver version 2.4.2
[ 2.091639] PPP BSD Compression module registered
[ 2.091648] PPP Deflate Compression module registered
[ 2.091701] PPP MPPE Compression module registered
[ 2.091711] NET: Registered protocol family 24
[ 2.091776] usbcore: registered new interface driver r8152
[ 2.091859] usbcore: registered new interface driver asix
[ 2.091940] usbcore: registered new interface driver ax88179_178a
[ 2.092014] usbcore: registered new interface driver cdc_ether
[ 2.092057] usbcore: registered new interface driver net1080
[ 2.092098] usbcore: registered new interface driver cdc_subset
[ 2.092130] usbcore: registered new interface driver zaurus
[ 2.092175] usbcore: registered new interface driver cdc_ncm
[ 2.092511] VFIO - User Level meta-driver version: 0.3
[ 2.093727] ehci_hcd: USB 2.0 ‘Enhanced’ Host Controller (EHCI) Driver
[ 2.093749] ehci-pci: EHCI PCI platform driver
[ 2.093805] ohci_hcd: USB 1.1 ‘Open’ Host Controller (OHCI) Driver
[ 2.093819] ohci-pci: OHCI PCI platform driver
[ 2.093882] ohci-platform: OHCI generic platform driver
[ 2.100583] tegra-xusb 3610000.xhci: USB2 port 0 has OTG_CAP
[ 2.100595] tegra-xusb 3610000.xhci: USB3 port 2 has OTG_CAP
[ 2.103788] Could not get extcon-dev /xhci@3610000:id(0)
[ 2.107202] usbcore: registered new interface driver uas
[ 2.107294] usbcore: registered new interface driver usb-storage
[ 2.107472] usbcore: registered new interface driver usbserial
[ 2.110588] tegra-xudc-new 3550000.xudc: PMQOS CPU boost enabled
[ 2.110639] Could not get extcon-dev /xudc@3550000:vbus(0)
[ 2.114001] ucsi_ccg 1-0008: FW1 Version: gn v12.06, [Base 3.1.2.1487]
[ 2.114030] ucsi_ccg 1-0008: FW2 Version: gn v12.06, [Base 3.1.2.1487]
[ 2.115167] ucsi_ccg 1-0008: fw_mode: 2
[ 2.115177] ucsi_ccg 1-0008: fw1_invalid: 0
[ 2.115186] ucsi_ccg 1-0008: fw2_invalid: 0
[ 2.115195] ucsi_ccg 1-0008: silicon_id: 0x1f00
[ 2.115444] ucsi_ccg 1-0008: typec-port0 extcon dev created
[ 2.115580] ucsi_ccg 1-0008: typec-port1 extcon dev created
[ 2.115774] ucsi_ccg 1-0008: typec-pd extcon dev created
[ 2.115942] gpio tegra-gpio-aon wake48 for gpio=10(BB:2)
[ 2.121662] ucsi_ccg 1-0008: HPI Command Success.
[ 2.122447] nct1008_nct72 4-004c: initial LOC temp: 36000
[ 2.123014] nct1008_nct72 4-004c: initial EXT temp: 38250
[ 2.124105] nct1008_nct72 4-004c: hi_b:-10, lo_b:128
[ 2.124283] ucsi_ccg 1-0008: HPI Command Success.
[ 2.124349] ucsi_ccg 1-0008: ucsi_ccg_init: complete
[ 2.124959] tegradc 15200000.nvdisplay: blank - powerdown
[ 2.125021] mousedev: PS/2 mouse device common for all mice
[ 2.125190] usbcore: registered new interface driver xpad
[ 2.125240] nct1008_nct72 4-004c: nct1008_probe: initialized
[ 2.160362] extcon-disp-state external-connection:disp-state: cable 48 state 0
[ 2.160368] Extcon AUX2(HDMI) disable
[ 2.187153] tegra_nvdisp_handle_pd_disable: Powergated Head1 pd
[ 2.188389] tegra_nvdisp_handle_pd_disable: Powergated Head0 pd
[ 2.241014] tegradc 15200000.nvdisplay: unblank
[ 2.242951] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[ 2.243185] tegra_nvdisp_handle_pd_enable: Unpowergated Head0 pd
[ 2.243551] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
[ 2.247220] Wake73 for irq=42
[ 2.249038] rtc rtc1: alarm rtc device
[ 2.249122] tegra_rtc c2a0000.rtc: rtc core: registered c2a0000.rtc as rtc1
[ 2.249177] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[ 2.249551] i2c /dev entries driver
[ 2.253486] pca954x 2-0070: vcc-pullup regulator not found
[ 2.253514] pca954x 2-0070: pca954x_probe: forcing device bus number, start 30.
[ 2.253519] pca954x 2-0070: device detect skipped.
[ 2.254427] i2c i2c-2: Added multiplexed i2c bus 30
[ 2.255386] i2c i2c-2: Added multiplexed i2c bus 31
[ 2.256039] i2c i2c-2: Added multiplexed i2c bus 32
[ 2.256658] i2c i2c-2: Added multiplexed i2c bus 33
[ 2.256667] pca954x 2-0070: registered 4 multiplexed busses for I2C switch pca9546
[ 2.257939] ar0231 30-0011: probing v4l2 sensor.
[ 2.260053] ar0231 30-0011: tegracam sensor driver:ar0231_v2.0.6
[ 2.261061] Parent Clock set for DC plld3
[ 2.265796] tegradc 15200000.nvdisplay: hdmi: tmds rate:154000K prod-setting:prod_c_hdmi_111m_223m
[ 2.590402] ar0231 30-0011: Detected AR0231 sensor
[ 2.590459] ar0231 30-0012: probing v4l2 sensor.
[ 2.590974] ar0231 30-0012: couldn’t create debugfs
[ 2.590984] ar0231 30-0012: tegracam sensor driver:ar0231_v2.0.6
[ 2.921342] ar0231 30-0012: Detected AR0231 sensor
[ 2.921420] ar0231 31-0011: probing v4l2 sensor.
[ 2.921876] ar0231 31-0011: tegracam sensor driver:ar0231_v2.0.6
[ 3.021178] tegra_cec 3960000.tegra_cec: physical address: 00:00.
[ 3.085726] tegra_cec 3960000.tegra_cec: Sent res: -113.
[ 3.085733] tegra_cec 3960000.tegra_cec: tegra_cec_init Done.
[ 3.252214] ar0231 31-0011: Detected AR0231 sensor
[ 3.252282] ar0231 31-0012: probing v4l2 sensor.
[ 3.252682] ar0231 31-0012: couldn’t create debugfs
[ 3.252690] ar0231 31-0012: tegracam sensor driver:ar0231_v2.0.6
[ 3.583073] ar0231 31-0012: Detected AR0231 sensor
[ 3.583158] ar0231 32-0011: probing v4l2 sensor.
[ 3.583602] ar0231 32-0011: tegracam sensor driver:ar0231_v2.0.6
[ 3.913834] ar0231 32-0011: Detected AR0231 sensor
[ 3.913888] ar0231 32-0012: probing v4l2 sensor.
[ 3.914335] ar0231 32-0012: couldn’t create debugfs
[ 3.914344] ar0231 32-0012: tegracam sensor driver:ar0231_v2.0.6
[ 4.244573] ar0231 32-0012: Detected AR0231 sensor
[ 4.244613] ar0231 33-0011: probing v4l2 sensor.
[ 4.245061] ar0231 33-0011: tegracam sensor driver:ar0231_v2.0.6
[ 4.310729] extcon-disp-state external-connection:disp-state: cable 51 state 1
[ 4.310737] Extcon HDMI: HPD enabled
[ 4.310771] tegradc 15200000.nvdisplay: hdmi: plugged
[ 4.575503] ar0231 33-0011: Detected AR0231 sensor
[ 4.575590] ar0231 33-0012: probing v4l2 sensor.
[ 4.576074] ar0231 33-0012: couldn’t create debugfs
[ 4.576272] ar0231 33-0012: tegracam sensor driver:ar0231_v2.0.6
[ 4.906570] ar0231 33-0012: Detected AR0231 sensor
[ 4.907332] max77620-power max20024-power: Event recorder REG_NVERC : 0x0
[ 4.916043] tegra-thermal-throttle bthrot_cdev: clk:cpu max:2265600000, min:115200000 steps:28
[ 4.970982] tegra-thermal-throttle bthrot_cdev: clk:gpu max:1377000000, min:114750000 steps:13
[ 4.971047] tegra-thermal-throttle bthrot_cdev: cdev:skin-balanced clk:0:cpu off:0 slope-adj:200
[ 4.971058] tegra-thermal-throttle bthrot_cdev: cdev:skin-balanced clk:1:gpu off:0 slope-adj:400
[ 4.971279] tegra-thermal-throttle bthrot_cdev: cdev:skin-balanced max_state:56 cutoff:0
[ 4.971341] tegra-thermal-throttle bthrot_cdev: cdev:gpu-balanced clk:0:cpu off:0 slope-adj:400
[ 4.971350] tegra-thermal-throttle bthrot_cdev: cdev:gpu-balanced clk:1:gpu off:0 slope-adj:400
[ 4.971820] tegra-thermal-throttle bthrot_cdev: cdev:gpu-balanced max_state:52 cutoff:1
[ 4.971889] tegra-thermal-throttle bthrot_cdev: cdev:cpu-balanced clk:0:cpu off:0 slope-adj:200
[ 4.971925] tegra-thermal-throttle bthrot_cdev: cdev:cpu-balanced clk:1:gpu off:365500000 slope-adj:300
[ 4.972256] tegra-thermal-throttle bthrot_cdev: cdev:cpu-balanced max_state:56 cutoff:0
[ 4.972312] tegra-thermal-throttle bthrot_cdev: cdev:emergency-balanced clk:0:cpu off:38400000 slope-adj:10
[ 4.972321] tegra-thermal-throttle bthrot_cdev: cdev:emergency-balanced clk:1:gpu off:25500000 slope-adj:10
[ 4.972802] tegra-thermal-throttle bthrot_cdev: cdev:emergency-balanced max_state:2 cutoff:0
[ 4.972872] tegra-thermal-throttle bthrot_cdev: cdev:aux-balanced clk:0:cpu off:0 slope-adj:400
[ 4.972908] tegra-thermal-throttle bthrot_cdev: cdev:aux-balanced clk:1:gpu off:0 slope-adj:400
[ 4.973272] tegra-thermal-throttle bthrot_cdev: cdev:aux-balanced max_state:52 cutoff:1
[ 4.973924] FAN dev name: pwm-fan
[ 4.973983] FAN:gpio request success.
[ 4.973996] FAN: can’t find tach_gpio
[ 4.974009] pwm_fan_driver pwm-fan: Found 2 profiles, default profile is quiet
[ 4.974071] pwm_fan_driver pwm-fan: cap state:4, cap pwm:255
[ 4.974384] pwm_fan_driver pwm-fan: got pwm for fan. polarity is normal
[ 4.974395] pwm_fan_driver pwm-fan: tach period: 1000
[ 4.974720] pwm_fan_driver pwm-fan: index 0: pwm=0, rpm=0, rru=40, rrd=40, state:2
[ 4.974731] pwm_fan_driver pwm-fan: index 1: pwm=77, rpm=1000, rru=2, rrd=2, state:2
[ 4.974740] pwm_fan_driver pwm-fan: index 2: pwm=120, rpm=2000, rru=1, rrd=1, state:2
[ 4.974749] pwm_fan_driver pwm-fan: index 3: pwm=160, rpm=3000, rru=1, rrd=1, state:2
[ 4.974758] pwm_fan_driver pwm-fan: index 4: pwm=255, rpm=4000, rru=1, rrd=1, state:3
[ 4.974767] pwm_fan_driver pwm-fan: index 5: pwm=255, rpm=5000, rru=1, rrd=1, state:3
[ 4.974776] pwm_fan_driver pwm-fan: index 6: pwm=255, rpm=6000, rru=1, rrd=1, state:3
[ 4.974785] pwm_fan_driver pwm-fan: index 7: pwm=255, rpm=7000, rru=1, rrd=1, state:4
[ 4.974795] pwm_fan_driver pwm-fan: index 8: pwm=255, rpm=10000, rru=1, rrd=1, state:4
[ 4.974805] pwm_fan_driver pwm-fan: index 9: pwm=255, rpm=11000, rru=1, rrd=1, state:4
[ 4.975704] device-mapper: uevent: version 1.0.3
[ 4.976189] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[ 4.979775] tegra194_cpufreq_probe: platform driver Initialization: pass
[ 4.980890] cpuidle: Initializing cpuidle driver
[ 4.981822] sdhci: Secure Digital Host Controller Interface driver
[ 4.981827] sdhci: Copyright(c) Pierre Ossman
[ 4.981845] sdhci-pltfm: SDHCI platform and OF driver helper
[ 4.983161] sdhci-tegra 3460000.sdhci: Client registration for eMC Successful
[ 4.985571] CMDQ: cmdq_platfm_init successful
[ 4.985954] sdhci-tegra 3400000.sdhci: Got CD GPIO
[ 4.987565] sdhci-tegra 3400000.sdhci: Client registration for eMC Successful
[ 4.989021] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 253
[ 4.992819] tegra-se-elp 3ad0000.se_elp: tegra_se_elp_probe: complete
[ 4.993742] tegra-se-nvhost 15810000.se: initialized
[ 4.994614] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[ 4.995141] tegra-se-nvhost 15820000.se: initialized
[ 4.996068] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[ 4.996626] tegra-se-nvhost 15830000.se: initialized
[ 4.997219] tegra-se-nvhost 15830000.se: tegra_se_probe: complete
[ 4.997696] tegra-se-nvhost 15840000.se: initialized
[ 4.998483] tegra-se-nvhost 15840000.se: tegra_se_probe: complete
[ 4.998686] hidraw: raw HID events driver (C) Jiri Kosina
[ 4.999819] usbcore: registered new interface driver usbhid
[ 4.999822] usbhid: USB HID core driver
[ 5.005910] tegra186-cam-rtcpu bc00000.rtcpu: deferring, 14800000.isp is not probed
[ 5.006843] tegra_aon c1a0000.aon: tegra aon driver probe OK
[ 5.007197] tegra186-aondbg aondbg: aondbg driver probe() OK
[ 5.007606] denver_knobs_init:MTS_VERSION:45309758
[ 5.007739] tegra19x_actmon d230000.actmon: in actmon_register()…
[ 5.008246] tegra19x_actmon d230000.actmon: initialization Completed for the device mc_all
[ 5.008559] t19x_cache tegra-cache: probed
[ 5.014874] misc nvmap: cvsram :dma coherent mem declare 0x0000000050000000,4194304
[ 5.014881] misc nvmap: created heap cvsram base 0x0000000050000000 size (4096KiB)
[ 5.015253] carmel-pmu-drv carmel-pmu: Registered Carmel PMU
[ 5.025109] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit with 64 bit addr
[ 5.033190] gpio tegra-gpio wake8 for gpio=55(G:7)
[ 5.033255] mmc1: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit with 64 bit addr
[ 5.036789] nvpmodel: initialized successfully
[ 5.037776] trusty-virtio trusty:virtio: initializing
[ 5.037955] trusty_ipc virtio0: vring0: va¶ ffffffc3d9674000(0) qsz 32 notifyid 1
[ 5.037964] trusty_ipc virtio0: vring1: va¶ ffffffc3d9676000(0) qsz 32 notifyid 2
[ 5.038074] trusty-virtio trusty:virtio: initializing done
[ 5.038257] trusty_ipc virtio0: is online
[ 5.038663] tegra-hda 3510000.hda: Override SDO lines to 4
[ 5.039023] usbcore: registered new interface driver snd-usb-audio
[ 5.050948] input: tegra-hda-galen-t194 HDMI/DP,pcm=3 as /devices/3510000.hda/sound/card0/input0
[ 5.051081] input: tegra-hda-galen-t194 HDMI/DP,pcm=7 as /devices/3510000.hda/sound/card0/input1
[ 5.051219] input: tegra-hda-galen-t194 HDMI/DP,pcm=8 as /devices/3510000.hda/sound/card0/input2
[ 5.051329] input: tegra-hda-galen-t194 HDMI/DP,pcm=9 as /devices/3510000.hda/sound/card0/input3
[ 5.110997] mmc0: mmc_decode_ext_csd: CMDQ supported: depth: 31, cmdq_support: 1
[ 5.124006] mmc0: periodic cache flush enabled
[ 5.124043] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[ 5.124466] mmcblk0: mmc0:0001 HBG4a2 29.1 GiB
[ 5.124693] mmcblk0boot0: mmc0:0001 HBG4a2 partition 1 8.00 MiB
[ 5.124886] mmcblk0boot1: mmc0:0001 HBG4a2 partition 2 8.00 MiB
[ 5.125151] mmcblk0rpmb: mmc0:0001 HBG4a2 partition 3 4.00 MiB
[ 5.127937] 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 p30 p31 p32 p33 p34 p35 p36 p37 p38 p39 p40 p41 p42
[ 6.838427] gpio tegra-gpio wake12 for gpio=149(S:5)
[ 6.943048] OPE platform probe
[ 6.943188] OPE platform probe successful
[ 7.073481] tegra-asoc: sound: ADMAIF1 <-> ADMAIF1 mapping ok
[ 7.073597] tegra-asoc: sound: ADMAIF2 <-> ADMAIF2 mapping ok
[ 7.073686] tegra-asoc: sound: ADMAIF3 <-> ADMAIF3 mapping ok
[ 7.073775] tegra-asoc: sound: ADMAIF4 <-> ADMAIF4 mapping ok
[ 7.073877] tegra-asoc: sound: ADMAIF5 <-> ADMAIF5 mapping ok
[ 7.073980] tegra-asoc: sound: ADMAIF6 <-> ADMAIF6 mapping ok
[ 7.074067] tegra-asoc: sound: ADMAIF7 <-> ADMAIF7 mapping ok
[ 7.074165] tegra-asoc: sound: ADMAIF8 <-> ADMAIF8 mapping ok
[ 7.074270] tegra-asoc: sound: ADMAIF9 <-> ADMAIF9 mapping ok
[ 7.074372] tegra-asoc: sound: ADMAIF10 <-> ADMAIF10 mapping ok
[ 7.074452] tegra-asoc: sound: ADMAIF11 <-> ADMAIF11 mapping ok
[ 7.074542] tegra-asoc: sound: ADMAIF12 <-> ADMAIF12 mapping ok
[ 7.074604] tegra-asoc: sound: ADMAIF13 <-> ADMAIF13 mapping ok
[ 7.074709] tegra-asoc: sound: ADMAIF14 <-> ADMAIF14 mapping ok
[ 7.074773] tegra-asoc: sound: ADMAIF15 <-> ADMAIF15 mapping ok
[ 7.074853] tegra-asoc: sound: ADMAIF16 <-> ADMAIF16 mapping ok
[ 7.074948] tegra-asoc: sound: ADMAIF17 <-> ADMAIF17 mapping ok
[ 7.075017] tegra-asoc: sound: ADMAIF18 <-> ADMAIF18 mapping ok
[ 7.075100] tegra-asoc: sound: ADMAIF19 <-> ADMAIF19 mapping ok
[ 7.075193] tegra-asoc: sound: ADMAIF20 <-> ADMAIF20 mapping ok
[ 7.104214] input: tegra-snd-t19x-mobile-rt565x Headset Jack as /devices/sound/sound/card1/input4
[ 7.105322] u32 classifier
[ 7.105328] Actions configured
[ 7.105389] Initializing XFRM netlink socket
[ 7.105759] NET: Registered protocol family 10
[ 7.106314] NET: Registered protocol family 17
[ 7.106324] NET: Registered protocol family 15
[ 7.106360] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 7.106431] Bluetooth: RFCOMM socket layer initialized
[ 7.106450] Bluetooth: RFCOMM ver 1.11
[ 7.106455] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 7.106461] Bluetooth: HIDP socket layer initialized
[ 7.106475] 9pnet: Installing 9P2000 support
[ 7.106505] Key type dns_resolver registered
[ 7.106733] Registered cp15_barrier emulation handler
[ 7.106754] Registered setend emulation handler
[ 7.108356] registered taskstats version 1
[ 7.108812] tegra-pcie-dw 14180000.pcie: Setting init speed to max speed
[ 7.109937] OF: PCI: host bridge /pcie@14180000 ranges:
[ 7.109967] OF: PCI: IO 0x38100000…0x381fffff → 0x38100000
[ 7.109979] OF: PCI: MEM 0x1b40000000…0x1bffffffff → 0x40000000
[ 7.109984] OF: PCI: MEM 0x1800000000…0x1b3fffffff → 0x1800000000
[ 7.217141] tegra-pcie-dw 14180000.pcie: link is up
[ 7.217416] tegra-pcie-dw 14180000.pcie: PCI host bridge to bus 0000:00
[ 7.217424] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 7.217430] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0x38100000-0x381fffff])
[ 7.217437] pci_bus 0000:00: root bus resource [mem 0x1b40000000-0x1bffffffff] (bus address [0x40000000-0xffffffff])
[ 7.217444] pci_bus 0000:00: root bus resource [mem 0x1800000000-0x1b3fffffff pref]
[ 7.217483] pci 0000:00:00.0: [10de:1ad0] type 01 class 0x060400
[ 7.217610] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[ 7.217824] iommu: Adding device 0000:00:00.0 to group 61
[ 7.218214] pci 0000:01:00.0: [144d:a808] type 00 class 0x010802
[ 7.218333] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
[ 7.219337] iommu: Adding device 0000:01:00.0 to group 62
[ 7.230044] pci 0000:00:00.0: BAR 14: assigned [mem 0x1b40000000-0x1b400fffff]
[ 7.230053] pci 0000:01:00.0: BAR 0: assigned [mem 0x1b40000000-0x1b40003fff 64bit]
[ 7.230128] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[ 7.230135] pci 0000:00:00.0: bridge window [mem 0x1b40000000-0x1b400fffff]
[ 7.230166] pci 0000:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512
[ 7.230210] pci 0000:01:00.0: Max Payload Size set to 256/ 256 (was 128), Max Read Rq 512
[ 7.230500] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt
[ 7.230506] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[ 7.230512] pcie_pme 0000:00:00.0:pcie001: service driver pcie_pme loaded
[ 7.230630] aer 0000:00:00.0:pcie002: service driver aer loaded
[ 7.230994] nvme nvme0: pci function 0000:01:00.0
[ 7.231107] nvme 0000:01:00.0: enabling device (0000 → 0002)
[ 7.231232] tegra-pcie-dw 14100000.pcie: Setting init speed to max speed
[ 7.232002] OF: PCI: host bridge /pcie@14100000 ranges:
[ 7.232024] OF: PCI: IO 0x30100000…0x301fffff → 0x30100000
[ 7.232034] OF: PCI: MEM 0x1230000000…0x123fffffff → 0x40000000
[ 7.232055] OF: PCI: MEM 0x1200000000…0x122fffffff → 0x1200000000
[ 7.341156] tegra-pcie-dw 14100000.pcie: link is up
[ 7.341418] tegra-pcie-dw 14100000.pcie: PCI host bridge to bus 0001:00
[ 7.341425] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 7.341431] pci_bus 0001:00: root bus resource [io 0x100000-0x1fffff] (bus address [0x30100000-0x301fffff])
[ 7.341436] pci_bus 0001:00: root bus resource [mem 0x1230000000-0x123fffffff] (bus address [0x40000000-0x4fffffff])
[ 7.341454] pci_bus 0001:00: root bus resource [mem 0x1200000000-0x122fffffff pref]
[ 7.341477] pci 0001:00:00.0: [10de:1ad2] type 01 class 0x060400
[ 7.341629] pci 0001:00:00.0: PME# supported from D0 D3hot D3cold
[ 7.341806] iommu: Adding device 0001:00:00.0 to group 63
[ 7.342145] pci 0001:01:00.0: [1b4b:9171] type 00 class 0x010601
[ 7.342251] pci 0001:01:00.0: reg 0x10: [io 0x8000-0x8007]
[ 7.342330] pci 0001:01:00.0: reg 0x14: [io 0x8040-0x8043]
[ 7.342393] pci 0001:01:00.0: reg 0x18: [io 0x8100-0x8107]
[ 7.342455] pci 0001:01:00.0: reg 0x1c: [io 0x8140-0x8143]
[ 7.342517] pci 0001:01:00.0: reg 0x20: [io 0x800000-0x80000f]
[ 7.342579] pci 0001:01:00.0: reg 0x24: [mem 0x00900000-0x009001ff]
[ 7.342660] pci 0001:01:00.0: reg 0x30: [mem 0xd0000000-0xd000ffff pref]
[ 7.343007] pci 0001:01:00.0: PME# supported from D3hot
[ 7.343203] iommu: Adding device 0001:01:00.0 to group 64
[ 7.347046] nvme0n1:
[ 7.354157] pci 0001:00:00.0: BAR 14: assigned [mem 0x1230000000-0x12300fffff]
[ 7.354178] pci 0001:00:00.0: BAR 13: assigned [io 0x100000-0x100fff]
[ 7.354184] pci 0001:01:00.0: BAR 6: assigned [mem 0x1230000000-0x123000ffff pref]
[ 7.354201] pci 0001:01:00.0: BAR 5: assigned [mem 0x1230010000-0x12300101ff]
[ 7.354266] pci 0001:01:00.0: BAR 4: assigned [io 0x100000-0x10000f]
[ 7.354327] pci 0001:01:00.0: BAR 0: assigned [io 0x100010-0x100017]
[ 7.354408] pci 0001:01:00.0: BAR 2: assigned [io 0x100018-0x10001f]
[ 7.354473] pci 0001:01:00.0: BAR 1: assigned [io 0x100020-0x100023]
[ 7.354538] pci 0001:01:00.0: BAR 3: assigned [io 0x100024-0x100027]
[ 7.354599] pci 0001:00:00.0: PCI bridge to [bus 01-ff]
[ 7.354604] pci 0001:00:00.0: bridge window [io 0x100000-0x100fff]
[ 7.354611] pci 0001:00:00.0: bridge window [mem 0x1230000000-0x12300fffff]
[ 7.354631] pci 0001:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512
[ 7.354765] pci 0001:01:00.0: Max Payload Size set to 256/ 512 (was 128), Max Read Rq 512
[ 7.355098] pcieport 0001:00:00.0: Signaling PME through PCIe PME interrupt
[ 7.355103] pci 0001:01:00.0: Signaling PME through PCIe PME interrupt
[ 7.355109] pcie_pme 0001:00:00.0:pcie001: service driver pcie_pme loaded
[ 7.355230] aer 0001:00:00.0:pcie002: service driver aer loaded
[ 7.355645] ahci 0001:01:00.0: version 3.0
[ 7.356146] ahci 0001:01:00.0: AHCI 0001.0000 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[ 7.356153] ahci 0001:01:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs
[ 7.356827] scsi host1: ahci
[ 7.357043] ata1: SATA max UDMA/133 abar m512@0x1230010000 port 0x1230010100 irq 818
[ 7.357204] tegra-pcie-dw 14140000.pcie: Setting init speed to max speed
[ 7.358120] OF: PCI: host bridge /pcie@14140000 ranges:
[ 7.358139] OF: PCI: IO 0x34100000…0x341fffff → 0x34100000
[ 7.358147] OF: PCI: MEM 0x12b0000000…0x12bfffffff → 0x40000000
[ 7.358154] OF: PCI: MEM 0x1280000000…0x12afffffff → 0x1280000000
[ 7.465113] tegra-pcie-dw 14140000.pcie: link is up
[ 7.465398] tegra-pcie-dw 14140000.pcie: PCI host bridge to bus 0003:00
[ 7.465427] pci_bus 0003:00: root bus resource [bus 00-ff]
[ 7.465433] pci_bus 0003:00: root bus resource [io 0x200000-0x2fffff] (bus address [0x34100000-0x341fffff])
[ 7.465438] pci_bus 0003:00: root bus resource [mem 0x12b0000000-0x12bfffffff] (bus address [0x40000000-0x4fffffff])
[ 7.465456] pci_bus 0003:00: root bus resource [mem 0x1280000000-0x12afffffff pref]
[ 7.465498] pci 0003:00:00.0: [10de:1ad2] type 01 class 0x060400
[ 7.465658] pci 0003:00:00.0: PME# supported from D0 D3hot D3cold
[ 7.465835] iommu: Adding device 0003:00:00.0 to group 65
[ 7.466205] pci 0003:01:00.0: [8086:24fd] type 00 class 0x028000
[ 7.466359] pci 0003:01:00.0: reg 0x10: [mem 0x00000000-0x00001fff 64bit]
[ 7.467154] pci 0003:01:00.0: PME# supported from D0 D3hot D3cold
[ 7.467453] iommu: Adding device 0003:01:00.0 to group 66
[ 7.478339] pci 0003:00:00.0: BAR 14: assigned [mem 0x12b0000000-0x12b00fffff]
[ 7.478348] pci 0003:01:00.0: BAR 0: assigned [mem 0x12b0000000-0x12b0001fff 64bit]
[ 7.478440] pci 0003:00:00.0: PCI bridge to [bus 01-ff]
[ 7.478448] pci 0003:00:00.0: bridge window [mem 0x12b0000000-0x12b00fffff]
[ 7.478477] pci 0003:00:00.0: Max Payload Size set to 128/ 256 (was 256), Max Read Rq 512
[ 7.478535] pci 0003:01:00.0: Max Payload Size set to 128/ 128 (was 128), Max Read Rq 128
[ 7.478869] pcieport 0003:00:00.0: Signaling PME through PCIe PME interrupt
[ 7.478876] pci 0003:01:00.0: Signaling PME through PCIe PME interrupt
[ 7.478882] pcie_pme 0003:00:00.0:pcie001: service driver pcie_pme loaded
[ 7.478984] aer 0003:00:00.0:pcie002: service driver aer loaded
[ 7.479498] tegra-pcie-dw 141a0000.pcie: Setting init speed to max speed
[ 7.480499] OF: PCI: host bridge /pcie@141a0000 ranges:
[ 7.480545] OF: PCI: IO 0x3a100000…0x3a1fffff → 0x3a100000
[ 7.480555] OF: PCI: MEM 0x1f40000000…0x1fffffffff → 0x40000000
[ 7.480560] OF: PCI: MEM 0x1c00000000…0x1f3fffffff → 0x1c00000000
[ 7.672609] ata1: SATA link down (SStatus 0 SControl 300)
[ 7.977265] tegra-pcie-dw 141a0000.pcie: link is down
[ 7.977480] tegra-pcie-dw 141a0000.pcie: PCI host bridge to bus 0005:00
[ 7.977488] pci_bus 0005:00: root bus resource [bus 00-ff]
[ 7.977495] pci_bus 0005:00: root bus resource [io 0x300000-0x3fffff] (bus address [0x3a100000-0x3a1fffff])
[ 7.977518] pci_bus 0005:00: root bus resource [mem 0x1f40000000-0x1fffffffff] (bus address [0x40000000-0xffffffff])
[ 7.977523] pci_bus 0005:00: root bus resource [mem 0x1c00000000-0x1f3fffffff pref]
[ 7.977570] pci 0005:00:00.0: [10de:1ad0] type 01 class 0x060400
[ 7.977738] pci 0005:00:00.0: PME# supported from D0 D3hot D3cold
[ 7.977938] iommu: Adding device 0005:00:00.0 to group 67
[ 7.978239] pci 0005:00:00.0: PCI bridge to [bus 01-ff]
[ 7.978259] pci 0005:00:00.0: Max Payload Size set to 256/ 256 (was 256), Max Read Rq 512
[ 7.978466] pcieport 0005:00:00.0: Signaling PME through PCIe PME interrupt
[ 7.978472] pcie_pme 0005:00:00.0:pcie001: service driver pcie_pme loaded
[ 7.978609] aer 0005:00:00.0:pcie002: service driver aer loaded
[ 7.978759] pcie_pme 0005:00:00.0:pcie001: unloading service driver pcie_pme
[ 7.978804] aer 0005:00:00.0:pcie002: unloading service driver aer
[ 7.978886] pci_bus 0005:01: busn_res: [bus 01-ff] is released
[ 7.978965] iommu: Removing device 0005:00:00.0 from group 67
[ 7.979026] pci_bus 0005:00: busn_res: [bus 00-ff] is released
[ 7.980180] tegra-pcie-dw 141a0000.pcie: PCIe link is not up…!
[ 7.992057] tegra-cbb 14040000.cv-noc: noc_secure_irq = 97, noc_nonsecure_irq = 96>
[ 7.997471] tegra194-isp5 14800000.isp: initialized
[ 8.005657] tegra194-vi5 15c10000.vi: initialized
[ 8.011203] tegra194-vi5 15c10000.vi: subdev ar0231 30-0011 bound
[ 8.011220] tegra194-vi5 15c10000.vi: subdev 15a00000.nvcsi–8 bound
[ 8.011803] tegra194-vi5 15c10000.vi: subdev ar0231 30-0012 bound
[ 8.011808] tegra194-vi5 15c10000.vi: subdev 15a00000.nvcsi–7 bound
[ 8.012321] tegra194-vi5 15c10000.vi: subdev ar0231 31-0011 bound
[ 8.012327] tegra194-vi5 15c10000.vi: subdev 15a00000.nvcsi–6 bound
[ 8.012892] tegra194-vi5 15c10000.vi: subdev ar0231 31-0012 bound
[ 8.012899] tegra194-vi5 15c10000.vi: subdev 15a00000.nvcsi–5 bound
[ 8.013476] tegra194-vi5 15c10000.vi: subdev ar0231 32-0011 bound
[ 8.013482] tegra194-vi5 15c10000.vi: subdev 15a00000.nvcsi–4 bound
[ 8.014035] tegra194-vi5 15c10000.vi: subdev ar0231 32-0012 bound
[ 8.014041] tegra194-vi5 15c10000.vi: subdev 15a00000.nvcsi–3 bound
[ 8.014605] tegra194-vi5 15c10000.vi: subdev ar0231 33-0011 bound
[ 8.014611] tegra194-vi5 15c10000.vi: subdev 15a00000.nvcsi–2 bound
[ 8.015182] tegra194-vi5 15c10000.vi: subdev ar0231 33-0012 bound
[ 8.015188] tegra194-vi5 15c10000.vi: subdev 15a00000.nvcsi–1 bound
[ 8.016483] tegradc 15210000.nvdisplay: disp1 connected to head1->/host1x/sor
[ 8.016516] tegradc 15210000.nvdisplay: parse_dp_settings: No dp-lt-settings node
[ 8.016778] tegradc 15210000.nvdisplay: DT parsed successfully
[ 8.016819] tegradc 15210000.nvdisplay: Display dc.ffffff800fd50000 registered with id=1
[ 8.017136] tegradc 15210000.nvdisplay: vblank syncpt # 15 for dc 1
[ 8.017141] tegradc 15210000.nvdisplay: vpulse3 syncpt # 16 for dc 1
[ 8.018669] tegra-xusb 3610000.xhci: USB2 port 0 has OTG_CAP
[ 8.018674] tegra-xusb 3610000.xhci: USB3 port 2 has OTG_CAP
[ 8.021687] tegra-xusb 3610000.xhci: extcon 0: ffffffc3d9a8c400 id
[ 8.022183] tegra-xudc-new 3550000.xudc: PMQOS CPU boost enabled
[ 8.022208] tegra-xudc-new 3550000.xudc: device count: 1
[ 8.023031] tegra-xudc-new 3550000.xudc: vbus state: 0
[ 8.023036] tegra-xudc-new 3550000.xudc: Initialize boost_cpufreq work
[ 8.023618] tegra186-cam-rtcpu bc00000.rtcpu: Trace buffer configured at IOVA=0xbff00000
[ 8.023970] tegra-xudc-new 3550000.xudc: entering ELPG
[ 8.024439] tegra-xudc-new 3550000.xudc: entering ELPG done
[ 8.024493] tegra-xusb 3610000.xhci: Firmware timestamp: 2019-07-24 05:47:34 UTC, Version: 60.06 release
[ 8.024567] tegra-xusb 3610000.xhci: xHCI Host Controller
[ 8.024578] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 1
[ 8.025224] tegra-xusb 3610000.xhci: hcc params 0x0184ff25 hci version 0x110 quirks 0x00050810
[ 8.025245] tegra-xusb 3610000.xhci: irq 471, io mem 0x03610000
[ 8.025374] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 8.025394] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 8.025397] usb usb1: Product: xHCI Host Controller
[ 8.025401] usb usb1: Manufacturer: Linux 4.9.140-tegra xhci-hcd
[ 8.025404] usb usb1: SerialNumber: 3610000.xhci
[ 8.025718] hub 1-0:1.0: USB hub found
[ 8.025750] hub 1-0:1.0: 4 ports detected
[ 8.025979] tegra-xusb 3610000.xhci: xHCI Host Controller
[ 8.025986] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 2
[ 8.025992] tegra-xusb 3610000.xhci: Host supports USB 3.1 Enhanced SuperSpeed
[ 8.026099] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 8.026104] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 8.026108] usb usb2: Product: xHCI Host Controller
[ 8.026111] usb usb2: Manufacturer: Linux 4.9.140-tegra xhci-hcd
[ 8.026114] usb usb2: SerialNumber: 3610000.xhci
[ 8.026370] hub 2-0:1.0: USB hub found
[ 8.026390] hub 2-0:1.0: 4 ports detected
[ 8.027103] tegradc 15210000.nvdisplay: probed
[ 8.027389] tegradc 15210000.nvdisplay: fb registered
[ 8.031076] hpd: state 7 (Takeover from bootloader), hpd 0, pending_hpd_evt 1
[ 8.031081] hpd: switching from state 7 (Takeover from bootloader) to state 0 (Reset)
[ 8.031108] hpd: state 0 (Reset), hpd 0, pending_hpd_evt 0
[ 8.031115] tegradc 15210000.nvdisplay: blank - powerdown
[ 8.031124] extcon-disp-state external-connection:disp-state: cable 44 state 0 already set.
[ 8.031128] Extcon DP: HPD disabled
[ 8.031130] hpd: hpd_switch 0
[ 8.031133] hpd: switching from state 0 (Reset) to state 1 (Check Plug)
[ 8.031156] hpd: state 1 (Check Plug), hpd 0, pending_hpd_evt 0
[ 8.031162] hpd: switching from state 1 (Check Plug) to state 3 (Disabled)
[ 8.031315] tegradc 15220000.nvdisplay: disp2 connected to head2->/host1x/sor1
[ 8.031337] tegradc 15220000.nvdisplay: parse_dp_settings: No dp-lt-settings node
[ 8.031408] tegradc 15220000.nvdisplay: DT parsed successfully
[ 8.031434] tegradc 15220000.nvdisplay: Display dc.ffffff800ffd0000 registered with id=2
[ 8.031581] tegradc 15220000.nvdisplay: vblank syncpt # 17 for dc 2
[ 8.031603] tegradc 15220000.nvdisplay: vpulse3 syncpt # 18 for dc 2
[ 8.038854] tegradc 15220000.nvdisplay: probed
[ 8.039060] tegradc 15220000.nvdisplay: fb registered
[ 8.042324] hpd: state 7 (Takeover from bootloader), hpd 0, pending_hpd_evt 1
[ 8.042329] hpd: switching from state 7 (Takeover from bootloader) to state 0 (Reset)
[ 8.042353] hpd: state 0 (Reset), hpd 0, pending_hpd_evt 0
[ 8.042360] tegradc 15220000.nvdisplay: blank - powerdown
[ 8.042368] extcon-disp-state external-connection:disp-state: cable 44 state 0 already set.
[ 8.042372] Extcon DP: HPD disabled
[ 8.042374] hpd: hpd_switch 0
[ 8.042393] hpd: switching from state 0 (Reset) to state 1 (Check Plug)
[ 8.042400] hpd: state 1 (Check Plug), hpd 0, pending_hpd_evt 0
[ 8.042405] hpd: switching from state 1 (Check Plug) to state 3 (Disabled)
[ 8.098767] tegra-ivc ivc-bc00000.rtcpu: region 0: iova=0xbfee0000-0xbfefffff size=131072
[ 8.099076] tegra-ivc ivc-bc00000.rtcpu:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900
[ 8.099247] tegra-ivc ivc-bc00000.rtcpu:dbg@1: dbg: ver=0 grp=1 RX[1x384]=0x1900-0x1b00 TX[1x384]=0x1b00-0x1d00
[ 8.099370] tegra-ivc ivc-bc00000.rtcpu:dbg@2: dbg: ver=0 grp=1 RX[1x8192]=0x1d00-0x3d80 TX[1x8192]=0x3d80-0x5e00
[ 8.099627] tegra-ivc ivc-bc00000.rtcpu:ivccontrol@3: ivccontrol: ver=0 grp=1 RX[64x320]=0x5e00-0xae80 TX[64x320]=0xae80-0xff00
[ 8.099681] tegra-ivc ivc-bc00000.rtcpu:ivccapture@4: ivccapture: ver=0 grp=1 RX[512x64]=0xff00-0x17f80 TX[512x64]=0x17f80-0x20000
[ 8.099890] tegra186-cam-rtcpu bc00000.rtcpu: using cam RTCPU IRQ (69)
[ 8.099894] tegra186-cam-rtcpu bc00000.rtcpu: tegra_camrtc_mon_create is successful
[ 8.100911] tegra186-cam-rtcpu bc00000.rtcpu: firmware version cpu=rce cmd=5 sha1=cf2bef3ad10e437272857b76308abef8ffb80bda
[ 8.101328] gpio tegra-gpio wake67 for gpio=48(G:0)
[ 8.101407] gpio tegra-gpio-aon wake29 for gpio=36(EE:4)
[ 8.101518] input: gpio-keys as /devices/gpio-keys/input/input5
[ 8.134255] tegra_rtc c2a0000.rtc: setting system clock to 2020-06-30 07:46:24 UTC (1593503184)
[ 8.134654] mmcblk mmc0:0001: Card claimed for testing.
[ 8.171625] bpmp: mounted debugfs mirror
[ 8.177466] vdd-1v8-sd: disabling
[ 8.177471] vdd-epb-1v0: disabling
[ 8.177474] avdd-cam-2v8: disabling
[ 8.177477] vdd-sata-1v5: disabling
[ 8.177480] vdd-3v3-slt: disabling
[ 8.177483] vdd-fan: disabling
[ 8.177487] vdd_sys_en: disabling
[ 8.177494] ALSA device list:
[ 8.177497] #0: tegra-hda-galen-t194 at 0x3518000 irq 68
[ 8.177500] #1: tegra-snd-t19x-mobile-rt565x
[ 8.178694] Freeing unused kernel memory: 8576K
[ 8.208591] Root device found: mmcblk0p1
[ 8.209652] Found dev node: /dev/mmcblk0p1
[ 8.234245] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[ 8.235142] Rootfs mounted over mmcblk0p1
[ 8.252418] Switching from initrd to actual rootfs
[ 8.353158] usb 1-4: new high-speed USB device number 2 using tegra-xusb
[ 8.386026] usb 1-4: New USB device found, idVendor=0bda, idProduct=5411
[ 8.386032] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 8.386036] usb 1-4: Product: 4-Port USB 2.0 Hub
[ 8.386055] usb 1-4: Manufacturer: Generic
[ 8.387100] hub 1-4:1.0: USB hub found
[ 8.387905] hub 1-4:1.0: 4 ports detected
[ 8.397160] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 8.400181] cgroup: cgroup2: unknown option “nsdelegate”
[ 8.408051] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[ 8.408594] systemd[1]: Detected architecture arm64.
[ 8.414298] systemd[1]: Set hostname to .
[ 8.496520] systemd[1]: File /lib/systemd/system/systemd-journald.service:36 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
[ 8.496531] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[ 8.635319] random: systemd: uninitialized urandom read (16 bytes read)
[ 8.635349] systemd[1]: Reached target Swap.
[ 8.635513] random: systemd: uninitialized urandom read (16 bytes read)
[ 8.638055] systemd[1]: Created slice User and Session Slice.
[ 8.638251] random: systemd: uninitialized urandom read (16 bytes read)
[ 8.638818] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 8.639742] systemd[1]: Created slice System Slice.
[ 8.640117] systemd[1]: Listening on Journal Audit Socket.
[ 8.668836] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
[ 8.681117] usb 1-4.1: new full-speed USB device number 3 using tegra-xusb
[ 8.688558] gpio tegra-gpio wake44 for gpio=192(Y:0)
[ 8.706120] usb 1-4.1: New USB device found, idVendor=1a86, idProduct=7523
[ 8.706127] usb 1-4.1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[ 8.706131] usb 1-4.1: Product: USB2.0-Ser!
[ 8.752832] nvgpu: 17000000.gv11b nvgpu_nvhost_syncpt_init:291 [INFO] syncpt_unit_base 60000000 syncpt_unit_size 400000 size 1000

[ 8.785147] usb 1-4.4: new full-speed USB device number 4 using tegra-xusb
[ 8.809556] usb 1-4.4: New USB device found, idVendor=09da, idProduct=2403
[ 8.809564] usb 1-4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 8.809567] usb 1-4.4: Product: 2.4G Device
[ 8.809571] usb 1-4.4: Manufacturer: COMPANY
[ 8.812178] input: COMPANY 2.4G Device as /devices/3610000.xhci/usb1/1-4/1-4.4/1-4.4:1.0/0003:09DA:2403.0001/input/input6
[ 8.873841] hid-generic 0003:09DA:2403.0001: input,hidraw0: USB HID v1.11 Keyboard [COMPANY 2.4G Device] on usb-3610000.xhci-4.4/input0
[ 8.877705] input: COMPANY 2.4G Device as /devices/3610000.xhci/usb1/1-4/1-4.4/1-4.4:1.1/0003:09DA:2403.0002/input/input7
[ 8.937661] hid-generic 0003:09DA:2403.0002: input,hidraw1: USB HID v1.11 Mouse [COMPANY 2.4G Device] on usb-3610000.xhci-4.4/input1
[ 9.014541] systemd-journald[2458]: Received request to flush runtime journal from PID 1
[ 9.552312] Intel(R) Wireless WiFi driver for Linux
[ 9.552317] Copyright(c) 2003- 2015 Intel Corporation
[ 9.552792] iwlwifi 0003:01:00.0: enabling device (0000 → 0002)
[ 9.563976] iwlwifi 0003:01:00.0: Direct firmware load for iwlwifi-8265-26.ucode failed with error -2
[ 9.564205] iwlwifi 0003:01:00.0: Falling back to user helper
[ 9.763997] random: crng init done
[ 9.764117] random: 7 urandom warning(s) missed due to ratelimiting
[ 9.788399] using random self ethernet address
[ 9.788409] using random host ethernet address
[ 10.466739] nvgpu: 17000000.gv11b tpc_pg_mask_store:843 [INFO] no value change, same mask already set
[ 10.481679] iwlwifi 0003:01:00.0: Direct firmware load for iwlwifi-8265-25.ucode failed with error -2
[ 10.481682] iwlwifi 0003:01:00.0: Falling back to user helper
[ 10.523060] Mass Storage Function, version: 2009/09/11
[ 10.523065] LUN: removable file: (no medium)
[ 10.529881] using random self ethernet address
[ 10.529885] using random host ethernet address
[ 10.564342] rndis0: HOST MAC aa:4c:fa:14:e3:58
[ 10.564628] rndis0: MAC aa:4c:fa:14:e3:59
[ 10.567424] usb0: HOST MAC aa:4c:fa:14:e3:5a
[ 10.567453] usb0: MAC aa:4c:fa:14:e3:5b
[ 10.567472] tegra-xudc-new 3550000.xudc: exiting ELPG
[ 10.575197] tegra-xudc-new 3550000.xudc: exiting ELPG done
[ 10.575234] tegra-xudc-new 3550000.xudc: ep 0 (type: 0, dir: out) enabled
[ 10.575767] tegra-xudc-new 3550000.xudc: entering ELPG
[ 10.575966] tegra-xudc-new 3550000.xudc: entering ELPG done
[ 10.576004] tegra-xudc-new 3550000.xudc: exiting ELPG
[ 10.576458] tegra-xudc-new 3550000.xudc: exiting ELPG done
[ 10.576480] tegra-xudc-new 3550000.xudc: entering ELPG
[ 10.576661] tegra-xudc-new 3550000.xudc: entering ELPG done
[ 10.580492] l4tbr0: port 1(rndis0) entered blocking state
[ 10.580495] l4tbr0: port 1(rndis0) entered disabled state
[ 10.580633] device rndis0 entered promiscuous mode
[ 10.585156] IPv6: ADDRCONF(NETDEV_UP): rndis0: link is not ready
[ 10.588993] l4tbr0: port 2(usb0) entered blocking state
[ 10.588996] l4tbr0: port 2(usb0) entered disabled state
[ 10.589191] device usb0 entered promiscuous mode
[ 10.594195] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
[ 10.629179] usb 1-3: new full-speed USB device number 5 using tegra-xusb
[ 10.651154] usb 1-3: New USB device found, idVendor=8087, idProduct=0a2b
[ 10.651158] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 10.670177] iwlwifi 0003:01:00.0: Direct firmware load for iwlwifi-8265-24.ucode failed with error -2
[ 10.670181] iwlwifi 0003:01:00.0: Falling back to user helper
[ 10.742138] iwlwifi 0003:01:00.0: Direct firmware load for iwlwifi-8265-23.ucode failed with error -2
[ 10.742145] iwlwifi 0003:01:00.0: Falling back to user helper
[ 10.783031] iwlwifi 0003:01:00.0: loaded firmware version 22.391740.0 op_mode iwlmvm
[ 10.832345] iwlwifi 0003:01:00.0: Detected Intel(R) Dual Band Wireless AC 8265, REV=0x230
[ 10.834435] iwlwifi 0003:01:00.0: L1 Disabled - LTR Enabled
[ 10.835080] iwlwifi 0003:01:00.0: L1 Disabled - LTR Enabled
[ 10.951538] ieee80211 phy0: Selected rate control algorithm ‘iwl-mvm-rs’
[ 10.952161] thermal thermal_zone8: failed to read out thermal zone (-5)
[ 10.952164] thermal thermal_zone8: Registering thermal zone thermal_zone8 for type iwlwifi
[ 11.219752] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 11.298130] gpio tegra-gpio wake20 for gpio=52(G:4)
[ 11.304249] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 11.347577] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 11.349145] iwlwifi 0003:01:00.0: L1 Disabled - LTR Enabled
[ 11.349440] iwlwifi 0003:01:00.0: L1 Disabled - LTR Enabled
[ 11.466203] iwlwifi 0003:01:00.0: L1 Disabled - LTR Enabled
[ 11.466506] iwlwifi 0003:01:00.0: L1 Disabled - LTR Enabled
[ 11.521359] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 11.616963] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 12.191572] Wake76 for irq=199
[ 12.191576] Wake77 for irq=199
[ 12.191579] Wake78 for irq=199
[ 12.191582] Wake79 for irq=199
[ 12.191585] Wake80 for irq=199
[ 12.191588] Wake81 for irq=199
[ 12.191591] Wake82 for irq=199
[ 12.191652] tegra-xusb 3610000.xhci: Upgrade port 0 to USB3.0
[ 12.191656] tegra-xusb 3610000.xhci: Upgrade port 1 to USB3.0
[ 12.220040] usbcore: registered new interface driver ch341
[ 12.220199] usbserial: USB Serial support registered for ch341-uart
[ 12.220255] ch341 1-4.1:1.0: ch341-uart converter detected
[ 12.222786] usb 1-4.1: ch341-uart converter now attached to ttyUSB0
[ 12.329436] usbcore: registered new interface driver btusb
[ 12.329967] Bluetooth: hci0: Bootloader revision 0.0 build 26 week 38 2015
[ 12.330968] Bluetooth: hci0: Device revision is 16
[ 12.330970] Bluetooth: hci0: Secure boot is enabled
[ 12.330972] Bluetooth: hci0: OTP lock is enabled
[ 12.330974] Bluetooth: hci0: API lock is enabled
[ 12.330976] Bluetooth: hci0: Debug lock is disabled
[ 12.330978] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[ 12.336312] Bluetooth: hci0: Found device firmware: intel/ibt-12-16.sfi
[ 12.517858] usb 2-4: new SuperSpeed USB device number 2 using tegra-xusb
[ 12.551446] usb 2-4: New USB device found, idVendor=0bda, idProduct=0411
[ 12.551453] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 12.551457] usb 2-4: Product: 4-Port USB 3.0 Hub
[ 12.551461] usb 2-4: Manufacturer: Generic
[ 12.559460] hub 2-4:1.0: USB hub found
[ 12.562177] hub 2-4:1.0: 4 ports detected
[ 12.725114] usb 2-4: usb_suspend_both: status 0
[ 12.725334] usb usb2: usb_suspend_both: status 0
[ 13.955684] Bluetooth: hci0: Waiting for firmware download to complete
[ 13.955946] Bluetooth: hci0: Firmware loaded in 1588514 usecs
[ 13.956157] Bluetooth: hci0: Waiting for device to boot
[ 13.967947] Bluetooth: hci0: Device booted in 11557 usecs
[ 13.970667] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-12-16.ddc
[ 13.973949] Bluetooth: hci0: Applying Intel DDC parameters completed
[ 14.673236] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 14.673248] Bluetooth: BNEP socket layer initialized
[ 14.675184] zram: Added device: zram0
[ 14.677580] zram: Added device: zram1
[ 14.678170] zram: Added device: zram2
[ 14.679118] zram: Added device: zram3
[ 14.679584] zram: Added device: zram4
[ 14.679961] zram: Added device: zram5
[ 14.684935] zram: Added device: zram6
[ 14.685393] zram: Added device: zram7
[ 14.700199] zram0: detected capacity change from 0 to 1036910592
[ 14.720813] Adding 1012604k swap on /dev/zram0. Priority:5 extents:1 across:1012604k SS
[ 14.726973] zram1: detected capacity change from 0 to 1036910592
[ 14.735872] Adding 1012604k swap on /dev/zram1. Priority:5 extents:1 across:1012604k SS
[ 14.737998] zram2: detected capacity change from 0 to 1036910592
[ 14.747881] Adding 1012604k swap on /dev/zram2. Priority:5 extents:1 across:1012604k SS
[ 14.751266] zram3: detected capacity change from 0 to 1036910592
[ 14.762691] Adding 1012604k swap on /dev/zram3. Priority:5 extents:1 across:1012604k SS
[ 14.765396] zram4: detected capacity change from 0 to 1036910592
[ 14.774600] Adding 1012604k swap on /dev/zram4. Priority:5 extents:1 across:1012604k SS
[ 14.776813] zram5: detected capacity change from 0 to 1036910592
[ 14.786694] Adding 1012604k swap on /dev/zram5. Priority:5 extents:1 across:1012604k SS
[ 14.789228] zram6: detected capacity change from 0 to 1036910592
[ 14.798427] Adding 1012604k swap on /dev/zram6. Priority:5 extents:1 across:1012604k SS
[ 14.800801] zram7: detected capacity change from 0 to 1036910592
[ 14.810384] Adding 1012604k swap on /dev/zram7. Priority:5 extents:1 across:1012604k SS
[ 15.119605] wlan0: authenticate with 6e:c7:ec:d5:4b:73
[ 15.130838] wlan0: send auth to 6e:c7:ec:d5:4b:73 (try 1/3)
[ 15.138837] wlan0: authenticated
[ 15.141131] wlan0: associate with 6e:c7:ec:d5:4b:73 (try 1/3)
[ 15.145406] wlan0: RX AssocResp from 6e:c7:ec:d5:4b:73 (capab=0x431 status=0 aid=1)
[ 15.147420] wlan0: associated
[ 15.174719] wlan0: Limiting TX power to 20 (20 - 0) dBm as advertised by 6e:c7:ec:d5:4b:73
[ 15.347031] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 15.583810] tegradc 15200000.nvdisplay: blank - powerdown
[ 15.645198] extcon-disp-state external-connection:disp-state: cable 48 state 0 already set.
[ 15.645202] Extcon AUX2(HDMI) disable
[ 15.672780] tegra_nvdisp_handle_pd_disable: Powergated Head1 pd
[ 15.674083] tegra_nvdisp_handle_pd_disable: Powergated Head0 pd
[ 15.674433] tegradc 15200000.nvdisplay: unblank
[ 15.675332] tegra_nvdisp_handle_pd_enable: Unpowergated Head0 pd
[ 15.676013] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
[ 15.686985] Parent Clock set for DC plld3
[ 15.692377] tegradc 15200000.nvdisplay: hdmi: tmds rate:154000K prod-setting:prod_c_hdmi_111m_223m
[ 15.715010] tegradc 15200000.nvdisplay: unblank
[ 15.715021] tegradc 15210000.nvdisplay: blank - powerdown
[ 15.715028] tegradc 15220000.nvdisplay: blank - powerdown
[ 18.342728] fuse init (API version 7.26)
[ 18.833139] tegradc 15200000.nvdisplay: unblank
[ 18.833151] tegradc 15210000.nvdisplay: blank - powerdown
[ 18.833157] tegradc 15220000.nvdisplay: blank - powerdown

I doubted it was the language issue as well, I see after i do echo $LANG

en_US.UTF-8

The GPS keeps outputting continuous data like the one sent in the screen >> continuous phrases bestposaA etc …

I doubted the connections as well but the same configuration works on laptop but not on Jetson; I just changed the usb port from laptop to Jetson.

The flow control is none in all cases, I just use the default configuration for both.

No errors, when I change to Hexa format in both laptop and jetson, I see that the data isn’t the same.

I went to this solution as I had issues get the serial working on Jetson

everything related to serial isn’t working correctly in the KIT, it is really frustrating, tried multiple workarounds and still same result

tried to use pyserial from the kit and the laptop and still kit sends strange characters even though the baud rate is correct.

It is definitely connection, wiring cable or level shifting.

pin 8 of Xavier Tx goes to Rx.
pin 10 of Xavier RX goes to Tx.
and common ground through pin 9.

the cable is ok, it is working between gps and pc.

I don’t know about level shifting but i assume that rs232 works from 3.3 and Xavier has level shifters from 3.3 as well.

so why the interpretation of the data either sent or received is wrong?, i even tried to send from Xavier a text and still not receiving it correctly from the other side on the laptop.

The pin 8/10 should be correct, but perhaps something is also using this. On the Xavier serial console goes instead through the micro-USB, but on other platforms pin 8/10 are serial console. Assuming we are talking about the full Xavier (not NX), then those pins should be free to use as you are currently using them.

Assuming /dev/ttyTHS0 has just your traffic running on it, what happens if you use loopback with gtkterm? Directly short pins 8 and 10 (TX to self RX, self RX to TX), and run:
sudo gtkterm -b 8 -t 1 -s 115200 -p /dev/ttyTHS0
…and then if you type text, does it echo correctly?

If not, then also loopback connect the CTS to RTS, and try again.

If loopback succeeds, then you know the 115200 8N1 is valid and working, and the perhaps wiring/noise is at issue. If this fails, then you know the issue is local to the Jetson.

FYI, I have seen wireless hardware near the wiring of serial UARTs cause havoc to data.