Got crash when run python kivy sample code

Hi,

I just tried to run the kivy sample code with python2 and python3 in my Xavier, I got the single error message “Fatal Python error: (pygame parachute) Segmentation Fault” which I can’t solve it.

But I run the same code on my PC with new installed Ubuntu 18.04 is work fine.

My python code is (the sample from the kivy official site):

import kivy
kivy.require('1.0.6') # replace with your current kivy version !

from kivy.app import App
from kivy.uix.label import Label


class MyApp(App):

    def build(self):
        return Label(text='Hello world')


if __name__ == '__main__':
    MyApp().run()

Here is the full log shown:

nvidia@jetson:~$ python test.py 
[INFO   ] [Logger      ] Record log in /home/nvidia/.kivy/logs/kivy_18-11-01_13.txt
[INFO   ] [Kivy        ] v1.10.1
[INFO   ] [Python      ] v2.7.15rc1 (default, Apr 15 2018, 21:51:34) 
[GCC 7.3.0]
[INFO   ] [Factory     ] 194 symbols loaded
[INFO   ] [Image       ] Providers: img_tex, img_dds, img_pygame, img_pil, img_gif (img_ffpyplayer ignored)
[INFO   ] [Text        ] Provider: pygame
[INFO   ] [Window      ] Provider: pygame(['window_egl_rpi'] ignored)
Fatal Python error: (pygame parachute) Segmentation Fault
Aborted (core dumped)

Any suggestion?
thx.

Hi,

Could you share dmesg log with us?
Reboot → run the sample → $ dmesg

Thanks.

Thanks for your reply.

I just tried resetting my Xavier and update everything by apt-get.

Then I used the apt-get install some package:

sudo apt-get install cython python-pygame python-kivy

After the installation I run the kivy sample code, the log show:

nvidia@jetson:~$ python t.py 
[INFO   ] [Logger      ] Record log in /home/nvidia/.kivy/logs/kivy_18-11-03_1.txt
[INFO   ] [Kivy        ] v1.9.1
[INFO   ] [Python      ] v2.7.15rc1 (default, Apr 15 2018, 21:51:34) 
[GCC 7.3.0]
[INFO   ] [Factory     ] 179 symbols loaded
[INFO   ] [Image       ] Providers: img_tex, img_dds, img_gif, img_sdl2 (img_pil, img_ffpyplayer ignored)
[INFO   ] [Text        ] Provider: sdl2
[INFO   ] [OSC         ] using <multiprocessing> for socket
[INFO   ] [Window      ] Provider: sdl2(['window_egl_rpi'] ignored)
dbus[7825]: arguments to dbus_message_new_method_call() were incorrect, assertion "path != NULL" failed in file ../../../dbus/dbus-message.c line 1362.
This is normally a bug in some application using the D-Bus library.

  D-Bus not built with -rdynamic so unable to print a backtrace
Aborted (core dumped)
nvidia@jetson:~$

Here is my dmesg log

nvidia@jetson:~$ dmesg 
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.9.108-tegra (buildbrain@mobile-u64-2536) (gcc version 6.4.1 20170707 (Linaro GCC 6.4-2017.08) ) #1 SMP PREEMPT Fri Sep 28 22:03:31 PDT 2018
[    0.000000] Boot CPU: AArch64 Processor [4e0f0040]
[    0.000000] OF: fdt:memory scan node memory, reg size 48,
[    0.000000] OF: fdt: - 80000000 ,  11000000
[    0.000000] OF: fdt: - 91200000 ,  5fa00000
[    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: 00800000@96183000
[    0.000000] Found lut_mem: 00002008@9607f000
[    0.000000] OF: reserved mem: initialized node ramoops_carveout, compatible id nvidia,ramoops
[    0.000000] OF: reserved mem: initialized node grid-of-semaphores, compatible id nvidia,gosmem
[    0.000000] cma: Reserved 64 MiB at 0x00000000ec800000
[    0.000000] On node 0 totalpages: 4130816
[    0.000000]   DMA zone: 7200 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 460800 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 23 pages/cpu @ffffffc3ffdc0000 s54296 r8192 d31720 u94208
[    0.000000] pcpu-alloc: s54296 r8192 d31720 u94208 alloc=23*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 4066272
[    0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait console=ttyTCU0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 rootfstype=ext4 OS=l4t memtype=0 video=tegrafb no_console_suspend=1 earlycon=tegra_comb_uart,mmio32,0x0c168000 gpt tegra_fbmem=0x800000@0x96183000 lut_mem=0x2008@0x9607f000 usbcore.old_scheme_first=1 tegraid=19.1.2.0.0 tegra_keep_boot_clocks maxcpus=8 boot.slot_suffix= boot.ratchetvalues=0.2.2 sdhci_tegra.en_boot_part_access=1  
[    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: 16124884K/16523264K available (15358K kernel code, 2942K rwdata, 6716K rodata, 8512K init, 1623K bss, 332844K reserved, 65536K 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 - 0xffffff8008f80000   ( 15360 KB)
[    0.000000]     .rodata : 0xffffff8008f80000 - 0xffffff8009620000   (  6784 KB)
[    0.000000]       .init : 0xffffff8009620000 - 0xffffff8009e70000   (  8512 KB)
[    0.000000]       .data : 0xffffff8009e70000 - 0xffffff800a14f808   (  2943 KB)
[    0.000000]        .bss : 0xffffff800a14f808 - 0xffffff800a2e5504   (  1624 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] **********************************************************
[    0.000000] **   NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE   **
[    0.000000] **                                                      **
[    0.000000] ** trace_printk() being used. Allocating extra memory.  **
[    0.000000] **                                                      **
[    0.000000] ** This means that this is a DEBUG kernel and it is     **
[    0.000000] ** unsafe for production use.                           **
[    0.000000] **                                                      **
[    0.000000] ** If you see this message and you are not debugging    **
[    0.000000] ** the kernel, report this immediately to your vendor!  **
[    0.000000] **                                                      **
[    0.000000] **   NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE   **
[    0.000000] **********************************************************
[    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.000012] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[    0.009595] Console: colour dummy device 80x25
[    0.012603] console [tty0] enabled
[    0.016052] bootconsole [tegra_comb_uart0] disabled
[    0.020816] kmemleak: Kernel memory leak detector disabled
[    0.020972] Calibrating delay loop (skipped), value calculated using timer frequency.. 62.50 BogoMIPS (lpj=125000)
[    0.021033] pid_max: default: 32768 minimum: 301
[    0.023008] Security Framework initialized
[    0.024068] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.024114] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.028341] ftrace: allocating 47977 entries in 188 pages
[    0.548536] sched-energy: Sched-energy-costs installed from DT
[    0.548612] ASID allocator initialised with 65536 entries
[    0.587599] tegra-id: chipid=21917.
[    0.587675] tegra-id: opt_subrevision=0.
[    0.587922] Tegra Revision: A02 SKU: 0xd0 CPU Process: 0 SoC Process: 0
[    0.587984] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/kernel-4.9/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t19x/galen/kernel-dts/tegra194-p2888-0001-p2822-0000.dts
[    0.588048] DTB Build time: Sep 28 2018 22:05:53
[    0.589238] tegra-roc-flush: DT required.
[    0.642924] CPU1: Booted secondary processor [4e0f0040]
[    0.676404] CPU2: Booted secondary processor [4e0f0040]
[    0.708878] CPU3: Booted secondary processor [4e0f0040]
[    0.740114] CPU4: Booted secondary processor [4e0f0040]
[    0.772359] CPU5: Booted secondary processor [4e0f0040]
[    0.804649] CPU6: Booted secondary processor [4e0f0040]
[    0.837105] CPU7: Booted secondary processor [4e0f0040]
[    0.839016] Brought up 8 CPUs
[    0.839610] SMP: Total of 8 processors activated.
[    0.839653] CPU features: detected feature: Privileged Access Never
[    0.839688] CPU features: detected feature: LSE atomic instructions
[    0.839744] CPU features: detected feature: User Access Override
[    0.839778] CPU features: detected feature: 32-bit EL0 Support
[    0.844620] CPU: All CPU(s) started at EL2
[    0.844787] alternatives: patching kernel code
[    0.862585] devtmpfs: initialized
[    0.927775] Initilizing CustomIPI irq domain
[    0.928690] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.928742] futex hash table entries: 2048 (order: 6, 262144 bytes)
[    0.931732] pinctrl core: initialized pinctrl subsystem
[    0.932182] OS set in device tree is not L4T.
[    0.932707] regulator-dummy: no parameters
[    0.933149] Initializing plugin-manager
[    0.933311] Plugin module not found
[    0.933390] Plugin-manager status disabled
[    0.935028] NET: Registered protocol family 16
[    0.947400] pstore: using zlib compression
[    0.948816] console [pstore-1] enabled
[    0.948837] pstore: Registered ramoops as persistent store backend
[    0.948866] ramoops: attached 0x200000@0xf0a00000, ecc: 0/0
[    0.966772] cpuidle: using governor menu
[    0.968274] bpmp: waiting for handshake
[    0.968306] bpmp: handshake completed
[    0.968392] bpmp: synchronizing channels
[    0.968420] bpmp: channels synchronized
[    0.968458] bpmp: mail init ok
[    0.972283] t19x-arm-smmu 12000000.iommu: found 3 SMMUs and ISO SMMU id is 2
[    0.973370] t19x-arm-smmu 12000000.iommu: probing hardware configuration...
[    0.973407] t19x-arm-smmu 12000000.iommu: SMMUv2 with:
[    0.973477] t19x-arm-smmu 12000000.iommu: 	stage 1 translation
[    0.973499] t19x-arm-smmu 12000000.iommu: 	stage 2 translation
[    0.973520] t19x-arm-smmu 12000000.iommu: 	nested translation
[    0.973549] t19x-arm-smmu 12000000.iommu: 	stream matching with 128 register groups, mask 0x7f80
[    0.973591] t19x-arm-smmu 12000000.iommu: SMMU address space size (0x800000) differs from mapped region size (0x1000000)!
[    0.973624] t19x-arm-smmu 12000000.iommu: 	64 context banks (0 stage-2 only)
[    0.973647] t19x-arm-smmu 12000000.iommu: 	Stage-1: 39-bit VA -> 48-bit IPA
[    0.973670] t19x-arm-smmu 12000000.iommu: 	Stage-2: 39-bit IPA -> 48-bit PA
[    0.978930] vdso: 2 pages (1 code @ ffffff8008f87000, 1 data @ ffffff8009e74000)
[    0.979190] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.983348] atomic_pool_init():622: DMA: preallocated 2048 KiB pool for atomic allocations
[    0.984796] Registering BPMP clocks...
[    0.984994] tegra_bpmp_clk_init: clock init ok (395 clks)
[    0.985633] tegra_bpmp_of_clk_init: EMC proxy not found.
[    0.986169] tegra_powergate_init: DONE
[    0.986551] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/kernel-4.9/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t19x/galen/kernel-dts/tegra194-p2888-0001-p2822-0000.dts
[    0.986622] DTB Build time: Sep 28 2018 22:05:53
[    0.990668] tegra_debug_uart_syscore_init: stdout-path property missing
[    0.990747] Tegra reboot handler registered.
[    0.999467] iommu: Adding device 14180000.pcie to group 0
[    1.000400] iommu: Adding device 14100000.pcie to group 1
[    1.001194] iommu: Adding device 14140000.pcie to group 2
[    1.002120] iommu: Adding device 141a0000.pcie to group 3
[    1.004015] iommu: Adding device 2490000.ether_qos to group 4
[    1.004680] iommu: Adding device 3100000.serial to group 5
[    1.005647] iommu: Adding device 3110000.serial to group 6
[    1.006122] iommu: Adding device 3140000.serial to group 7
[    1.006794] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[    1.007123] tegra-pmc: get_secure_pmc_setting: done secure_pmc=0
[    1.007245] tegra-pmc: ### PMC reset source: TEGRA_SOFTWARE_RESET
[    1.007267] tegra-pmc: ### PMC reset level: TEGRA_RESET_LEVEL_L1
[    1.007286] tegra-pmc: ### PMC reset status reg: 0x2d
[    1.007425] tegra-pmc: PMC Prod config success
[    1.007765] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[    1.007827] tegra-pmc c360000.pmc: IO padctrl driver initialized
[    1.008769] iommu: Adding device 3460000.sdhci to group 8
[    1.009543] iommu: Adding device 3400000.sdhci to group 9
[    1.010301] iommu: Adding device 2450000.ufshci to group 10
[    1.010985] iommu: Adding device c260000.spi to group 11
[    1.011956] iommu: Adding device 3160000.i2c to group 12
[    1.012426] iommu: Adding device c240000.i2c to group 13
[    1.012943] iommu: Adding device 3180000.i2c to group 14
[    1.013676] iommu: Adding device 3190000.i2c to group 15
[    1.014253] iommu: Adding device 31b0000.i2c to group 16
[    1.014836] iommu: Adding device 31c0000.i2c to group 17
[    1.015305] iommu: Adding device c250000.i2c to group 18
[    1.015840] iommu: Adding device 31e0000.i2c to group 19
[    1.016725] iommu: Adding device sound to group 20
[    1.017379] iommu: Adding device 3510000.hda to group 21
[    1.018078] iommu: Adding device bc00000.rtcpu to group 22
[    1.021471] iommu: Adding device 13e10000.host1x to group 23
[    1.022015] iommu: Adding device 13e10000.host1x:ctx0 to group 24
[    1.023123] iommu: Adding device 13e10000.host1x:ctx1 to group 25
[    1.024541] iommu: Adding device 13e10000.host1x:ctx2 to group 26
[    1.025655] iommu: Adding device 13e10000.host1x:ctx3 to group 27
[    1.026789] iommu: Adding device 13e10000.host1x:ctx4 to group 28
[    1.027929] iommu: Adding device 13e10000.host1x:ctx5 to group 29
[    1.029249] iommu: Adding device 13e10000.host1x:ctx6 to group 30
[    1.030308] iommu: Adding device 13e10000.host1x:ctx7 to group 31
[    1.031709] iommu: Adding device 15340000.vic to group 32
[    1.032769] iommu: Adding device 15380000.nvjpg to group 33
[    1.033110] iommu: Adding device 15500000.tsec to group 34
[    1.033535] iommu: Adding device 15100000.tsecb to group 35
[    1.033911] iommu: Adding device 15480000.nvdec to group 36
[    1.034347] iommu: Adding device 15140000.nvdec1 to group 37
[    1.034766] iommu: Adding device 154c0000.nvenc to group 38
[    1.035096] iommu: Adding device 15a80000.nvenc1 to group 39
[    1.035678] iommu: Adding device 15880000.nvdla0 to group 40
[    1.036285] iommu: Adding device 158c0000.nvdla1 to group 41
[    1.036931] iommu: Adding device 15200000.nvdisplay to group 42
[    1.037338] platform 15200000.nvdisplay: IOVA linear map 0x0000000096183000(800000)
[    1.037380] platform 15200000.nvdisplay: IOVA linear map 0x000000009607f000(3000)
[    1.037408] t19x-arm-smmu: Adding 15200000.nvdisplay to ISO SMMU client
[    1.037967] iommu: Adding device 15210000.nvdisplay to group 43
[    1.038058] t19x-arm-smmu: Adding 15210000.nvdisplay to ISO SMMU client
[    1.038528] iommu: Adding device 15220000.nvdisplay to group 44
[    1.038617] t19x-arm-smmu: Adding 15220000.nvdisplay to ISO SMMU client
[    1.040962] iommu: Adding device 15c10000.vi to group 45
[    1.041231] t19x-arm-smmu: Adding 15c10000.vi to ISO SMMU client
[    1.041728] iommu: Adding device 14800000.isp to group 46
[    1.043237] iommu: Adding device 16000000.pva0 to group 47
[    1.044004] iommu: Adding device 16800000.pva1 to group 48
[    1.044483] iommu: Adding device 15810000.se to group 49
[    1.044997] iommu: Adding device 15820000.se to group 50
[    1.045313] iommu: Adding device 15830000.se to group 51
[    1.045742] iommu: Adding device 15840000.se to group 52
[    1.046108] iommu: Adding device c1a0000.aon to group 53
[    1.047687] iommu: Adding device d000000.bpmp to group 54
[    1.048185] bpmp: ping status is 0
[    1.048363] bpmp d000000.bpmp: firmware tag is c7f86d897ec2fb70801ff7f71431fa97
[    1.052325] bpmp d000000.bpmp: probe ok
[    1.054161] tegra-reset 0.bpmp_reset: registered 186 resets.
[    1.055168] iommu: Adding device smmu_test to group 55
[    1.056304] mc: mapped MMIO address: 0xffffff800a6c0000 -> 0x2c10000
[    1.056451] mc: mapped MMIO address: 0xffffff800a6e0000 -> 0x2c20000
[    1.056553] mc: mapped MMIO address: 0xffffff800a7b0000 -> 0x2c30000
[    1.056651] mc: mapped MMIO address: 0xffffff800a7d0000 -> 0x2c40000
[    1.056750] mc: mapped MMIO address: 0xffffff800b210000 -> 0x2c50000
[    1.056846] mc: mapped MMIO address: 0xffffff800b230000 -> 0x2b80000
[    1.056974] mc: mapped MMIO address: 0xffffff800b250000 -> 0x2b90000
[    1.057097] mc: mapped MMIO address: 0xffffff800b270000 -> 0x2ba0000
[    1.057221] mc: mapped MMIO address: 0xffffff800b290000 -> 0x2bb0000
[    1.057353] mc: mapped MMIO address: 0xffffff800b2b0000 -> 0x1700000
[    1.057486] mc: mapped MMIO address: 0xffffff800b2d0000 -> 0x1710000
[    1.057613] mc: mapped MMIO address: 0xffffff800b2f0000 -> 0x1720000
[    1.057740] mc: mapped MMIO address: 0xffffff800b310000 -> 0x1730000
[    1.057865] mc: mapped MMIO address: 0xffffff800b330000 -> 0x1740000
[    1.058002] mc: mapped MMIO address: 0xffffff800b350000 -> 0x1750000
[    1.058152] mc: mapped MMIO address: 0xffffff800b370000 -> 0x1760000
[    1.058273] mc: mapped MMIO address: 0xffffff800b390000 -> 0x1770000
[    1.058456] mc-err: mcerr ops are set to t19x
[    1.065484] iommu: Adding device 2600000.dma to group 56
[    1.072432] GPIO line 339 (wifi-enable) hogged as output/high
[    1.073033] gpiochip_setup_dev: registered GPIOs 288 to 511 on device: gpiochip0 (tegra-gpio)
[    1.079263] GPIO line 253 (pex-refclk-sel-low) hogged as output/low
[    1.080040] gpiochip_setup_dev: registered GPIOs 248 to 287 on device: gpiochip1 (tegra-gpio-aon)
[    1.082081] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CTRL_0 = 3
[    1.082116] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_24(PMU_INT) = 256
[    1.083262] iommu: Adding device 3550000.xudc to group 57
[    1.084298] iommu: Adding device 3610000.xhci to group 58
[    1.085756] arm64_ras arm64_ras: RAS driver enabled
[    1.086460] carmel_ras_enable:RAS enabled on cpu0
[    1.086755] carmel_ras_enable:RAS enabled on cpu1
[    1.087092] carmel_ras_enable:RAS enabled on cpu2
[    1.087422] carmel_ras_enable:RAS enabled on cpu3
[    1.087807] carmel_ras_enable:RAS enabled on cpu4
[    1.088097] carmel_ras_enable:RAS enabled on cpu5
[    1.088423] carmel_ras_enable:RAS enabled on cpu6
[    1.088763] carmel_ras_enable:RAS enabled on cpu7
[    1.089038] carmel_ras_enable:RAS enabled on cpu0
[    1.089270] carmel_ras_enable:RAS enabled on cpu1
[    1.089533] carmel_ras_enable:RAS enabled on cpu2
[    1.089820] carmel_ras_enable:RAS enabled on cpu3
[    1.090062] carmel_ras_enable:RAS enabled on cpu4
[    1.090276] carmel_ras_enable:RAS enabled on cpu5
[    1.090552] carmel_ras_enable:RAS enabled on cpu6
[    1.090884] carmel_ras_enable:RAS enabled on cpu7
[    1.090975] carmel_ras carmel_ras: probed
[    1.092778] tegra-cbb 2300000.cbb-noc: noc_secure_irq = 479, noc_nonsecure_irq = 478>
[    1.093645] tegra-cbb c600000.aon-noc: noc_secure_irq = 481, noc_nonsecure_irq = 480>
[    1.095221] tegra-cbb d600000.bpmp-noc: noc_secure_irq = 483, noc_nonsecure_irq = 482>
[    1.096565] tegra-cbb be00000.rce-noc: noc_secure_irq = 485, noc_nonsecure_irq = 484>
[    1.097699] tegra-cbb b600000.sce-noc: noc_secure_irq = 487, noc_nonsecure_irq = 486>
[    1.098225] tegra-cbb 14040000.cv-noc: defer probe as CV-NOC not probed yet
[    1.100637] vdd-3v3-cvb: 3300 mV 
[    1.101030] vdd-1v8-cvb: 1800 mV 
[    1.101720] vdd-1v8-sd: 1800 mV 
[    1.102765] vdd-epb-1v0: supplied by vdd-3v3-cvb
[    1.102851] vdd-epb-1v0: 1000 mV 
[    1.103754] vdd-sdmmc1-sw: 3300 mV 
[    1.104189] avdd-cam-2v8: 2800 mV 
[    1.104602] vdd-sata-1v5: 1500 mV 
[    1.104959] vdd-1v8-slt: 1800 mV 
[    1.105486] vdd-3v3-slt: 3300 mV 
[    1.105864] vdd-fan: 5000 mV 
[    1.106762] vdd-hdmi-5v0: 5000 mV 
[    1.107254] vdd_sys_en: 1200 mV 
[    1.107978] vdd-5v-sata: 5000 mV 
[    1.108804] vdd-ac-bat: 5000 mV 
[    1.109207] vdd-5v-sata: supplied by vdd-ac-bat
[    1.146757] eventlib_kernel: keventlib is initialized, test id: 0
[    1.147290] SCSI subsystem initialized
[    1.147691] libata version 3.00 loaded.
[    1.147980] usbcore: registered new interface driver usbfs
[    1.148176] usbcore: registered new interface driver hub
[    1.148532] usbcore: registered new device driver usb
[    1.164367] tegra-i2c 31e0000.i2c: could not find pctldev for node /host1x/dpaux@155F0000/pinmux@0, deferring probe
[    1.167491] max77620 4-003c: PMIC Version OTP:0x51 and ES:0x1
[    1.178223] vdd-1v0: at 1000 mV 
[    1.186254] vdd-1v8-hs: at 1800 mV 
[    1.190310] vdd-1v8-ls: at 1800 mV 
[    1.194361] vdd-1v8-ao: at 1800 mV 
[    1.198345] vddio-ddr-1v1: at 1100 mV 
[    1.202147] vdd-rtc: at 800 mV 
[    1.203271] spmic-ldo1: at 2375 mV 
[    1.210254] vdd-ao-3v3: at 3300 mV 
[    1.218234] vddio-emmc-3v3: at 3300 mV 
[    1.219428] spmic-ldo4: at 1587 mV 
[    1.226273] vdd-usb-3v3: at 3300 mV 
[    1.238357] vddio-sdmmc1-3v3: at 3300 mV 
[    1.242383] vdd-csi-1v2: at 1200 mV 
[    1.243525] spmic-ldo8: at 1800 mV 
[    1.245064] GPIO line 246 (gpio_default) hogged as output/high
[    1.246189] GPIO line 247 (gpio_default) hogged as output/high
[    1.246672] gpiochip_setup_dev: registered GPIOs 240 to 247 on device: gpiochip2 (max77620-gpio)
[    1.250475] max77620 4-003c: max77620 probe successful
[    1.251392] media: Linux media interface: v0.10
[    1.251593] Linux video capture interface: v2.00
[    1.253628] pps_core: LinuxPPS API ver. 1 registered
[    1.253659] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.253854] PTP clock support registered
[    1.255048] tegra_wdt_t18x 30c0000.watchdog: Tegra WDT init timeout = 120 sec
[    1.255150] tegra_wdt_t18x 30c0000.watchdog: Registered successfully
[    1.256843] tegra_fiq_debugger_init: found FIQ source (IRQ 469)
[    1.258601] Advanced Linux Sound Architecture Driver Initialized.
[    1.259286] Bluetooth: Core ver 2.22
[    1.259365] NET: Registered protocol family 31
[    1.259389] Bluetooth: HCI device and connection manager initialized
[    1.259441] Bluetooth: HCI socket layer initialized
[    1.259485] Bluetooth: L2CAP socket layer initialized
[    1.259532] Bluetooth: SCO socket layer initialized
[    1.262966] camchar: rtcpu character device driver loaded
[    1.264253] clocksource: Switched to clocksource arch_sys_counter
[    1.306718] VFS: Disk quotas dquot_6.6.0
[    1.306875] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.307182] nvmap_heap_init: nvmap_heap_init: created heap block cache
[    1.310236] tegra-carveouts tegra-carveouts: assigned reserved memory node grid-of-semaphores
[    1.310385] nvmap: nvmap_select_cache_ops() nvmap cache ops set to scf
[    1.310418] nvmap_page_pool_init: Total RAM pages: 4047605
[    1.310441] nvmap_page_pool_init: nvmap page pool size: 505950 pages (1976 MB)
[    1.311125] nvmap_background_zero_thread: PP zeroing thread starting.
[    1.312488] tegra-gpcdma 2600000.dma: GPC DMA driver register 31 channels
[    1.331286] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type CPU-therm
[    1.331810] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type GPU-therm
[    1.332289] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type AUX-therm
[    1.332732] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type AO-therm
[    1.333308] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type Tdiode_tegra
[    1.333934] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type PMIC-Die
[    1.334091] thermal thermal_zone6: Registering thermal zone thermal_zone6 for type Tboard_tegra
[    1.349635] la/ptsa driver initialized.
[    1.349994] NET: Registered protocol family 2
[    1.351156] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    1.352100] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.353059] TCP: Hash tables configured (established 131072 bind 65536)
[    1.353145] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    1.353546] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    1.354309] NET: Registered protocol family 1
[    1.355393] RPC: Registered named UNIX socket transport module.
[    1.355465] RPC: Registered udp transport module.
[    1.355484] RPC: Registered tcp transport module.
[    1.355501] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.355527] PCI: CLS 0 bytes, default 128
[    1.355783] Trying to unpack rootfs image as initramfs...
[    1.374344] host1x 13e10000.host1x: initialized
[    1.376323] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    1.382646] audit: initializing netlink subsys (disabled)
[    1.382765] audit: type=2000 audit(0.880:1): initialized
[    1.383613] workingset: timestamp_bits=46 max_order=22 bucket_order=0
[    1.390271] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.391455] ntfs: driver 2.1.32 [Flags: R/W].
[    1.392021] 9p: Installing v9fs 9p2000 file system support
[    1.398511] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240)
[    1.398785] io scheduler noop registered
[    1.398984] io scheduler cfq registered (default)
[    1.403281] gic 2a41000.agic-controller: GIC IRQ controller registered
[    1.404655] random: fast init done
[    1.443554] iommu: Adding device 2993000.adsp to group 59
[    1.547574] iommu: Adding device aconnect@2a41000:adsp_audio to group 60
[    1.548774] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered
[    1.563886] tegra-pwm c340000.pwm: PWM clk can sleep in ops
[    1.564678] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops
[    1.565282] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops
[    1.568608] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[    1.569104] misc tegra_camera_ctrl: tegra_camera_isomgr_register tpg_max_iso = 3916800KBs
[    1.569142] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=4687500, vi_iso_bw=1500000, max_bw=4687500
[    1.573610] tsec 15500000.tsec: initialized
[    1.576527] tsec 15100000.tsecb: initialized
[    1.582179] nvdec 15480000.nvdec: initialized
[    1.585498] nvdec 15140000.nvdec1: initialized
[    1.592477] falcon 15340000.vic: initialized
[    1.595232] falcon 15380000.nvjpg: initialized
[    1.597604] falcon 154c0000.nvenc: initialized
[    1.599990] falcon 15a80000.nvenc1: initialized
[    1.603299] iommu_context_dev 13e10000.host1x:ctx0: initialized (streamid=56)
[    1.605794] iommu_context_dev 13e10000.host1x:ctx1: initialized (streamid=57)
[    1.607838] iommu_context_dev 13e10000.host1x:ctx2: initialized (streamid=58)
[    1.609984] iommu_context_dev 13e10000.host1x:ctx3: initialized (streamid=59)
[    1.611855] iommu_context_dev 13e10000.host1x:ctx4: initialized (streamid=60)
[    1.613961] iommu_context_dev 13e10000.host1x:ctx5: initialized (streamid=61)
[    1.615866] iommu_context_dev 13e10000.host1x:ctx6: initialized (streamid=62)
[    1.617666] iommu_context_dev 13e10000.host1x:ctx7: initialized (streamid=63)
[    1.622259] t194-nvcsi 15a00000.nvcsi: initialized
[    1.628550] scare-pigeon 13e10000.host1x:vi-thi@15f00000: initialized
[    1.629038] scare-pigeon 14b00000.isp-thi: initialized
[    1.639613] pva 16000000.pva0: initialized
[    1.671555] pva 16800000.pva1: initialized
[    1.702642] nvdla 15880000.nvdla0: initialized
[    1.733659] nvdla 158c0000.nvdla1: initialized
[    1.737649] tegra-slvs-ec 15ac0000.slvs-ec: initialized
[    1.737783] tegra-slvs-ec 15ac0000.slvs-ec: no streams defined
[    1.737826] tegra-slvs-ec 15ac0000.slvs-ec: failed to init SLVS media controller (-19)
[    1.737854] tegra-slvs-ec 15ac0000.slvs-ec: probed
[    1.739758] tegradccommon 15200000.dc_common: host1x channel mapped
[    1.739832] tegradccommon 15200000.dc_common: dc_common syncpt # 1 allocated
[    1.739931] tegradccommon 15200000.dc_common: dma mapping done
[    1.741477] tegradc 15200000.nvdisplay: disp0 connected to head0->/host1x/sor2
[    1.741674] generic_infoframe_type: 0x87
[    1.741840] tegradc 15200000.nvdisplay: DT parsed successfully
[    1.741991] tegradc 15200000.nvdisplay: Display dc.ffffff800bf90000 registered with id=0
[    1.749424] tegra_nvdisp_bandwidth_register_max_config: max config iso bw = 15681600 KB/s
[    1.749505] tegra_nvdisp_bandwidth_register_max_config: max config EMC floor = 1066500000 Hz
[    1.749533] tegra_nvdisp_bandwidth_register_max_config: max config hubclk = 358400000 Hz
[    1.749879] tegradc 15200000.nvdisplay: vblank syncpt # 8 for dc 0
[    1.749918] tegradc 15200000.nvdisplay: vpulse3 syncpt # 9 for dc 0
[    1.750174] tegra-adma 2930000.adma: Tegra210 ADMA driver registered 16 channels
[    1.751712] tegradc 15200000.nvdisplay: Bootloader disp_param detected. Detected mode: 1920x1080 (on 0x0mm) pclk=148350937
[    1.751974] tegra-fuse-burn 3820000.efuse:efuse-burn: Fuse burn driver initialized
[    1.753146] kfuse 3830000.kfuse: initialized
[    1.754550] tegradc 15200000.nvdisplay: hdmi: invalid prod list prod_list_hdmi_board
[    1.754583] tegradc 15200000.nvdisplay: hdmi: tegra_hdmi_tmds_range_read(bd) failed
[    1.759494] tegradc 15200000.nvdisplay: probed
[    1.762500] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    1.766169] 3100000.serial: ttyTHS0 at MMIO 0x3100000 (irq = 50, base_baud = 0) is a TEGRA_UART
[    1.769115] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 51, base_baud = 0) is a TEGRA_UART
[    1.771007] 3140000.serial: ttyTHS4 at MMIO 0x3140000 (irq = 52, base_baud = 0) is a TEGRA_UART
[    4.194717] console [ttyTCU0] enabled
[    4.195399] Console: switching to colour frame buffer device 240x67
[    4.198686] nvgpu: 17000000.gv11b          nvgpu_nvhost_syncpt_init:290  [INFO]  syncpt_unit_base 60000000 syncpt_unit_size 400000 size 1000

[    4.216006] brd: module loaded
[    4.221289] tegradc 15200000.nvdisplay: fb registered
[    4.222056] loop: module loaded
[    4.222173] tegra_profiler: Branch: Dev
[    4.222175] tegra_profiler: Version: 1.123
[    4.222176] tegra_profiler: Samples version: 43
[    4.222178] tegra_profiler: IO version: 25
[    4.222189] armv8_pmu: [0] arch: AA64 PmuV3 NVIDIA (Denver), pmuver: 0x4
[    4.222193] armv8_pmu: [1] arch: AA64 PmuV3 NVIDIA (Denver), pmuver: 0x4
[    4.222196] armv8_pmu: [2] arch: AA64 PmuV3 NVIDIA (Denver), pmuver: 0x4
[    4.222200] armv8_pmu: [3] arch: AA64 PmuV3 NVIDIA (Denver), pmuver: 0x4
[    4.222203] armv8_pmu: [4] arch: AA64 PmuV3 NVIDIA (Denver), pmuver: 0x4
[    4.222206] armv8_pmu: [5] arch: AA64 PmuV3 NVIDIA (Denver), pmuver: 0x4
[    4.222209] armv8_pmu: [6] arch: AA64 PmuV3 NVIDIA (Denver), pmuver: 0x4
[    4.222212] armv8_pmu: [7] arch: AA64 PmuV3 NVIDIA (Denver), pmuver: 0x4
[    4.222431] tegra_profiler: auth: init
[    4.223050] nct1008_nct72 4-004c: starting parse dt
[    4.223227] nct1008_nct72 4-004c: !!!Found deprecated property!!!
[    4.223236] nct1008_nct72 4-004c: success parsing dt
[    4.223449] nct1008_nct72 4-004c: success in enabling tmp451 VDD rail
[    4.223786] THERMAL EST: found 3 subdevs
[    4.223790] THERMAL EST num_resources: 0
[    4.223794] [THERMAL EST subdev 0]
[    4.223809] [THERMAL EST subdev 1]
[    4.223823] [THERMAL EST subdev 2]
[    4.224154] thermal thermal_zone7: Registering thermal zone thermal_zone7 for type thermal-fan-est
[    4.224156] THERMAL EST: thz register success.
[    4.224453] THERMAL EST: end of probe, return err: 0
[    4.225446] ufs_tegra 2450000.ufshci: freq-table-hz property not specified
[    4.225454] ufs_tegra 2450000.ufshci: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
[    4.380878] gpio tegra-gpio wake71 for gpio=98(M:2)
[    4.459497] nct1008_nct72 4-004c: LOC shutdown limit 107
[    4.459538] ufs_tegra 2450000.ufshci: wakeup init done, cdirq 459
[    4.459552] gpio tegra-gpio-aon wake25 for gpio=32(EE:0)
[    4.460995] nct1008_nct72 4-004c: EXT shutdown limit 109
[    4.494450] nct1008_nct72 4-004c: initial LOC temp: 28000 
[    4.495144] nct1008_nct72 4-004c: initial EXT temp: 31000 
[    4.496295] nct1008_nct72 4-004c: hi_b:-10, lo_b:128
[    4.497529] nct1008_nct72 4-004c: nct1008_probe: initialized
[    4.534762] tegra_nvdisp_handle_pd_enable: Unpowergated Head0 pd
[    4.535297] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
[    4.552497] Parent Clock set for DC plld3
[    4.563714] scsi host0: ufshcd
[    4.577018] hisi_sas: driver version v1.6
[    4.582749] libphy: Fixed MDIO Bus: probed
[    4.583532] tun: Universal TUN/TAP device driver, 1.6
[    4.583647] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    4.584817] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    4.584939] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    4.585324] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[    4.585447] igb: Copyright (c) 2007-2014 Intel Corporation.
[    4.585623] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[    4.585755] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[    4.586074] Intel(R) 10GbE PCI Express Linux Network Driver - version 4.6.4
[    4.586225] Copyright(c) 1999 - 2017 Intel Corporation.
[    4.586608] sky2: driver version 1.30
[    4.589112] PPP generic driver version 2.4.2
[    4.589431] PPP BSD Compression module registered
[    4.589532] PPP Deflate Compression module registered
[    4.589546] eqos 2490000.ether_qos: no PHY interrupt found
[    4.590049] PPP MPPE Compression module registered
[    4.590307] NET: Registered protocol family 24
[    4.590590] usbcore: registered new interface driver r8152
[    4.595736] usbcore: registered new interface driver asix
[    4.598422] eqos 2490000.ether_qos: No prod values found
[    4.599128] eqos 2490000.ether_qos: Setting local MAC: 0 4 4b cb ad 2d
[    4.599268] libphy: dwc_phy: probed
[    4.607354] tegradc 15200000.nvdisplay: hdmi: tmds rate:148351K prod-setting:prod_c_hdmi_111m_223m
[    4.608992] tegradc 15210000.nvdisplay: disp1 connected to head1->/host1x/sor
[    4.609034] tegradc 15210000.nvdisplay: parse_dp_settings: No dp-lt-settings node
[    4.609186] tegradc 15210000.nvdisplay: DT parsed successfully
[    4.609221] tegradc 15210000.nvdisplay: Display dc.ffffff800d290000 registered with id=1
[    4.609533] tegradc 15210000.nvdisplay: vblank syncpt # 11 for dc 1
[    4.609538] tegradc 15210000.nvdisplay: vpulse3 syncpt # 12 for dc 1
[    4.615997] tegradc 15210000.nvdisplay: probed
[    4.671451] tegradc 15210000.nvdisplay: fb registered
[    4.671547] usbcore: registered new interface driver ax88179_178a
[    4.671582] usbcore: registered new interface driver cdc_ether
[    4.671641] usbcore: registered new interface driver net1080
[    4.671670] usbcore: registered new interface driver cdc_subset
[    4.671696] usbcore: registered new interface driver zaurus
[    4.671736] usbcore: registered new interface driver cdc_ncm
[    4.672068] VFIO - User Level meta-driver version: 0.3
[    4.673750] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    4.673766] ehci-pci: EHCI PCI platform driver
[    4.673826] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    4.673835] ohci-pci: OHCI PCI platform driver
[    4.673876] ohci-platform: OHCI generic platform driver
[    4.681018] tegra-xusb 3610000.xhci: USB2 port 0 has OTG_CAP
[    4.681022] tegra-xusb 3610000.xhci: USB3 port 2 has OTG_CAP
[    4.683984] Could not get extcon-dev /xhci@3610000:id(0)
[    4.687202] usbcore: registered new interface driver uas
[    4.687247] usbcore: registered new interface driver usb-storage
[    4.687358] usbcore: registered new interface driver usbserial
[    4.691465] Could not get extcon-dev /xudc@3550000:vbus(0)
[    4.694592] ucsi_ccg 1-0008: FW1 Version: gn v12.05, [Base 3.1.2.1487]
[    4.694599] ucsi_ccg 1-0008: FW2 Version: gn v12.05, [Base 3.1.2.1487]
[    4.695734] ucsi_ccg 1-0008: fw_mode: 2
[    4.695737] ucsi_ccg 1-0008: fw1_invalid: 0
[    4.695740] ucsi_ccg 1-0008: fw2_invalid: 0
[    4.695743] ucsi_ccg 1-0008: silicon_id: 0x1f00
[    4.695902] ucsi_ccg 1-0008: typec-port0 extcon dev created
[    4.696073] ucsi_ccg 1-0008: typec-port1 extcon dev created
[    4.696243] ucsi_ccg 1-0008: typec-pd extcon dev created
[    4.696483] gpio tegra-gpio-aon wake48 for gpio=10(BB:2)
[    4.698364] ucsi_ccg 1-0008: [typec-port0] Cable state:1, cable id:2
[    4.702277] ucsi_ccg 1-0008: HPI Command Success.
[    4.704764] ucsi_ccg 1-0008: HPI Command Success.
[    4.704785] ucsi_ccg 1-0008: ucsi_ccg_init: complete
[    4.705440] mousedev: PS/2 mouse device common for all mice
[    4.839268] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[    4.840908] Wake73 for irq=42
[    4.842212] rtc rtc1: alarm rtc device
[    4.842228] tegra_rtc c2a0000.rtc: rtc core: registered c2a0000.rtc as rtc1
[    4.842246] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[    4.842409] i2c /dev entries driver
[    4.844586] max77620-power max20024-power: Event recorder REG_NVERC : 0x0
[    4.849024] FAN dev name: pwm-fan
[    4.849084] FAN:gpio request success.
[    4.849093] FAN: can't find tach_gpio
[    4.849166] pwm_fan_driver pwm-fan: cap state:7, cap pwm:255
[    4.849405] pwm_fan_driver pwm-fan: got pwm for fan. polarity is normal
[    4.849411] pwm_fan_driver pwm-fan: tach period: 1000
[    4.849789] pwm_fan_driver pwm-fan: index 0: pwm=0, rpm=0, rru=40, rrd=40, state:2
[    4.849795] pwm_fan_driver pwm-fan: index 1: pwm=77, rpm=1000, rru=2, rrd=2, state:2
[    4.849844] pwm_fan_driver pwm-fan: index 2: pwm=120, rpm=2000, rru=1, rrd=1, state:2
[    4.849848] pwm_fan_driver pwm-fan: index 3: pwm=160, rpm=3000, rru=1, rrd=1, state:2
[    4.849853] pwm_fan_driver pwm-fan: index 4: pwm=255, rpm=4000, rru=1, rrd=1, state:3
[    4.849856] pwm_fan_driver pwm-fan: index 5: pwm=255, rpm=5000, rru=1, rrd=1, state:3
[    4.849860] pwm_fan_driver pwm-fan: index 6: pwm=255, rpm=6000, rru=1, rrd=1, state:3
[    4.849863] pwm_fan_driver pwm-fan: index 7: pwm=255, rpm=7000, rru=1, rrd=1, state:4
[    4.849868] pwm_fan_driver pwm-fan: index 8: pwm=255, rpm=10000, rru=1, rrd=1, state:4
[    4.849872] pwm_fan_driver pwm-fan: index 9: pwm=255, rpm=11000, rru=1, rrd=1, state:4
[    4.850928] tegra-bpmp-thermal d000000.bpmp:bpmpthermal: zone 0 not supported
[    4.851310] tegra-bpmp-thermal d000000.bpmp:bpmpthermal: zone 2 not supported
[    4.854538] tegra-thermal-throttle bthrot_cdev: clk:cpu max:2265600000, min:115200000 steps:28
[    4.909271] tegra-thermal-throttle bthrot_cdev: clk:gpu max:1377000000, min:114750000 steps:13
[    4.909316] tegra-thermal-throttle bthrot_cdev: cdev:skin-balanced clk:0:cpu off:0 slope-adj:200
[    4.909322] tegra-thermal-throttle bthrot_cdev: cdev:skin-balanced clk:1:gpu off:0 slope-adj:400
[    4.909448] tegra-thermal-throttle bthrot_cdev: cdev:skin-balanced max_state:56 cutoff:0
[    4.909513] tegra-thermal-throttle bthrot_cdev: cdev:gpu-balanced clk:0:cpu off:0 slope-adj:400
[    4.909517] tegra-thermal-throttle bthrot_cdev: cdev:gpu-balanced clk:1:gpu off:0 slope-adj:400
[    4.909834] tegra-thermal-throttle bthrot_cdev: cdev:gpu-balanced max_state:52 cutoff:1
[    4.909883] tegra-thermal-throttle bthrot_cdev: cdev:cpu-balanced clk:0:cpu off:0 slope-adj:200
[    4.909888] tegra-thermal-throttle bthrot_cdev: cdev:cpu-balanced clk:1:gpu off:365500000 slope-adj:300
[    4.910162] tegra-thermal-throttle bthrot_cdev: cdev:cpu-balanced max_state:56 cutoff:0
[    4.910208] tegra-thermal-throttle bthrot_cdev: cdev:emergency-balanced clk:0:cpu off:38400000 slope-adj:10
[    4.910212] tegra-thermal-throttle bthrot_cdev: cdev:emergency-balanced clk:1:gpu off:25500000 slope-adj:10
[    4.910663] tegra-thermal-throttle bthrot_cdev: cdev:emergency-balanced max_state:2 cutoff:0
[    4.910729] tegra-thermal-throttle bthrot_cdev: cdev:aux-balanced clk:0:cpu off:0 slope-adj:400
[    4.910734] tegra-thermal-throttle bthrot_cdev: cdev:aux-balanced clk:1:gpu off:0 slope-adj:400
[    4.911025] tegra-thermal-throttle bthrot_cdev: cdev:aux-balanced max_state:52 cutoff:1
[    4.912476] device-mapper: uevent: version 1.0.3
[    4.912843] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[    4.951006] tegra194_cpufreq_probe: platform driver Initialization: pass
[    4.957827] cpuidle: Initializing cpuidle driver
[    4.973574] sdhci: Secure Digital Host Controller Interface driver
[    4.973575] sdhci: Copyright(c) Pierre Ossman
[    4.973576] sdhci-pltfm: SDHCI platform and OF driver helper
[    4.975538] sdhci-tegra 3460000.sdhci: Client registration for eMC Successful
[    4.977932] sdhci-tegra 3400000.sdhci: Got CD GPIO
[    4.980158] sdhci-tegra 3400000.sdhci: Client registration for eMC Successful
[    4.980868] tegra-se-elp 3ad0000.se_elp: tegra_se_elp_probe: complete
[    4.982448] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 254
[    5.028210] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit with 64 bit addr
[    5.040299] gpio tegra-gpio wake8 for gpio=55(G:7)
[    5.040366] mmc1: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit with 64 bit addr
[    5.121224] mmc0: periodic cache flush enabled
[    5.121238] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[    5.121601] mmcblk0: mmc0:0001 HBG4a2 29.1 GiB 
[    5.121835] mmcblk0boot0: mmc0:0001 HBG4a2 partition 1 8.00 MiB
[    5.122042] mmcblk0boot1: mmc0:0001 HBG4a2 partition 2 8.00 MiB
[    5.122250] mmcblk0rpmb: mmc0:0001 HBG4a2 partition 3 4.00 MiB
[    5.123848]  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
[    5.311858] tegradc 15200000.nvdisplay: blank - powerdown
[    5.315096] hpd: state 7 (Takeover from bootloader), hpd 0, pending_hpd_evt 1
[    5.315098] hpd: switching from state 7 (Takeover from bootloader) to state 0 (Reset)
[    5.315389] tegradc 15220000.nvdisplay: disp2 connected to head2->/host1x/sor1
[    5.315409] tegradc 15220000.nvdisplay: parse_dp_settings: No dp-lt-settings node
[    5.315466] tegradc 15220000.nvdisplay: DT parsed successfully
[    5.315500] tegradc 15220000.nvdisplay: Display dc.ffffff800d8e0000 registered with id=2
[    5.315707] tegradc 15220000.nvdisplay: vblank syncpt # 13 for dc 2
[    5.315710] tegradc 15220000.nvdisplay: vpulse3 syncpt # 14 for dc 2
[    5.318780] tegradc 15220000.nvdisplay: probed
[    5.356229] hpd: state 0 (Reset), hpd 0, pending_hpd_evt 0
[    5.383699] tegra_nvdisp_handle_pd_disable: Powergated Head1 pd
[    5.385053] tegra_nvdisp_handle_pd_disable: Powergated Head0 pd
[    5.385334] tegradc 15200000.nvdisplay: blank - normal
[    5.395832] tegradc 15200000.nvdisplay: unblank
[    5.396492] tegra_nvdisp_handle_pd_enable: Unpowergated Head0 pd
[    5.396582] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
[    5.400468] Parent Clock set for DC plld3
[    5.407114] tegradc 15200000.nvdisplay: hdmi: tmds rate:148500K prod-setting:prod_c_hdmi_111m_223m
[    6.420283] tegradc 15200000.nvdisplay: unblank
[    7.471481] tegradc 15210000.nvdisplay: blank - powerdown
[    7.477091] hpd: hpd_switch 0
[    7.477094] hpd: switching from state 0 (Reset) to state 1 (Check Plug)
[    7.477110] tegradc 15220000.nvdisplay: fb registered
[    7.480432] hpd: state 7 (Takeover from bootloader), hpd 0, pending_hpd_evt 1
[    7.480434] hpd: switching from state 7 (Takeover from bootloader) to state 0 (Reset)
[    7.500190] hpd: state 1 (Check Plug), hpd 0, pending_hpd_evt 0
[    7.500194] hpd: switching from state 1 (Check Plug) to state 3 (Disabled)
[    7.520074] tegradc 15200000.nvdisplay: hdmi: plugged
[    7.524250] hpd: state 0 (Reset), hpd 0, pending_hpd_evt 0
[    7.530802] tegradc 15220000.nvdisplay: blank - powerdown
[    7.530910] tegra-se-nvhost 15810000.se: initialized
[    7.532400] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[    7.533275] tegra-se-nvhost 15820000.se: initialized
[    7.534207] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[    7.535122] tegra-se-nvhost 15830000.se: initialized
[    7.535846] tegra-se-nvhost 15830000.se: tegra_se_probe: complete
[    7.536886] tegra-se-nvhost 15840000.se: initialized
[    7.537733] tegra-se-nvhost 15840000.se: tegra_se_probe: complete
[    7.537972] hidraw: raw HID events driver (C) Jiri Kosina
[    7.541933] usbcore: registered new interface driver usbhid
[    7.541935] usbhid: USB HID core driver
[    7.555088] tegra186-cam-rtcpu bc00000.rtcpu: deferring, 14800000.isp is not probed
[    7.556133] tegra_aon c1a0000.aon: tegra aon driver probe OK
[    7.556597] tegra186-aondbg aondbg: aondbg driver probe() OK
[    7.557069] denver_knobs_init:MTS_VERSION:43226549
[    7.557259] tegra19x_actmon d230000.actmon: in actmon_register()...
[    7.558148] tegra19x_actmon d230000.actmon: initialization Completed for the device mc_all
[    7.558871] t19x_cache tegra-cache: probed
[    7.564947] misc nvmap: cvsram :dma coherent mem declare 0x0000000050000000,4194304
[    7.564952] misc nvmap: created heap cvsram base 0x0000000050000000 size (4096KiB)
[    7.568126] nvpmodel: initialized successfully
[    7.569038] usbcore: registered new interface driver snd-usb-audio
[    7.569602] tegra-hda 3510000.hda: Override SDO lines to 4
[    7.589676] input: tegra-hda-galen-t194 HDMI/DP,pcm=3 as /devices/3510000.hda/sound/card0/input0
[    7.589840] input: tegra-hda-galen-t194 HDMI/DP,pcm=7 as /devices/3510000.hda/sound/card0/input1
[    7.590003] input: tegra-hda-galen-t194 HDMI/DP,pcm=8 as /devices/3510000.hda/sound/card0/input2
[    7.590185] input: tegra-hda-galen-t194 HDMI/DP,pcm=9 as /devices/3510000.hda/sound/card0/input3
[    7.704017] hpd: hpd_switch 0
[    7.707145] hpd: switching from state 0 (Reset) to state 1 (Check Plug)
[    7.728238] hpd: state 1 (Check Plug), hpd 0, pending_hpd_evt 0
[    7.729670] hpd: switching from state 1 (Check Plug) to state 3 (Disabled)
[    9.422216] gpio tegra-gpio wake12 for gpio=149(S:5)
[    9.525588] OPE platform probe
[    9.527303] OPE platform probe successful
[    9.656973] tegra-asoc: sound: ADMAIF1 <-> ADMAIF1 mapping ok
[    9.658863] tegra-asoc: sound: ADMAIF2 <-> ADMAIF2 mapping ok
[    9.660394] tegra-asoc: sound: ADMAIF3 <-> ADMAIF3 mapping ok
[    9.661854] tegra-asoc: sound: ADMAIF4 <-> ADMAIF4 mapping ok
[    9.663250] tegra-asoc: sound: ADMAIF5 <-> ADMAIF5 mapping ok
[    9.664584] tegra-asoc: sound: ADMAIF6 <-> ADMAIF6 mapping ok
[    9.666007] tegra-asoc: sound: ADMAIF7 <-> ADMAIF7 mapping ok
[    9.667381] tegra-asoc: sound: ADMAIF8 <-> ADMAIF8 mapping ok
[    9.668727] tegra-asoc: sound: ADMAIF9 <-> ADMAIF9 mapping ok
[    9.670105] tegra-asoc: sound: ADMAIF10 <-> ADMAIF10 mapping ok
[    9.671405] tegra-asoc: sound: ADMAIF11 <-> ADMAIF11 mapping ok
[    9.672682] tegra-asoc: sound: ADMAIF12 <-> ADMAIF12 mapping ok
[    9.674182] tegra-asoc: sound: ADMAIF13 <-> ADMAIF13 mapping ok
[    9.675506] tegra-asoc: sound: ADMAIF14 <-> ADMAIF14 mapping ok
[    9.676744] tegra-asoc: sound: ADMAIF15 <-> ADMAIF15 mapping ok
[    9.678052] tegra-asoc: sound: ADMAIF16 <-> ADMAIF16 mapping ok
[    9.679307] tegra-asoc: sound: ADMAIF17 <-> ADMAIF17 mapping ok
[    9.680514] tegra-asoc: sound: ADMAIF18 <-> ADMAIF18 mapping ok
[    9.681890] tegra-asoc: sound: ADMAIF19 <-> ADMAIF19 mapping ok
[    9.683104] tegra-asoc: sound: ADMAIF20 <-> ADMAIF20 mapping ok
[    9.721954] input: tegra-snd-t19x-mobile-rt565x Headset Jack as /devices/sound/sound/card1/input4
[    9.725095] u32 classifier
[    9.726250]     Actions configured
[    9.727446] Initializing XFRM netlink socket
[    9.728809] NET: Registered protocol family 10
[    9.730963] NET: Registered protocol family 17
[    9.732103] NET: Registered protocol family 15
[    9.733339] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    9.734715] Bluetooth: RFCOMM socket layer initialized
[    9.735782] Bluetooth: RFCOMM ver 1.11
[    9.739134] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    9.745115] Bluetooth: HIDP socket layer initialized
[    9.750086] 9pnet: Installing 9P2000 support
[    9.754261] Key type dns_resolver registered
[    9.758913] Registered cp15_barrier emulation handler
[    9.763725] Registered setend emulation handler
[    9.770061] registered taskstats version 1
[    9.773290] tegra-pcie-dw 14180000.pcie: Setting init speed to max speed
[    9.780969] OF: PCI: host bridge /pcie@14180000 ranges:
[    9.784843] OF: PCI:    IO 0x38100000..0x381fffff -> 0x38100000
[    9.790862] OF: PCI:   MEM 0x38200000..0x39ffffff -> 0x38200000
[    9.796886] OF: PCI:   MEM 0x1800000000..0x1bffffffff -> 0x1800000000
[   10.316488] tegra-pcie-dw 14180000.pcie: link is down
[   10.317901] tegra-pcie-dw 14180000.pcie: PCI host bridge to bus 0000:00
[   10.319026] pci_bus 0000:00: root bus resource [bus 00-ff]
[   10.320097] pci_bus 0000:00: root bus resource [io  0x0000-0xfffff] (bus address [0x38100000-0x381fffff])
[   10.321290] pci_bus 0000:00: root bus resource [mem 0x38200000-0x39ffffff]
[   10.322407] pci_bus 0000:00: root bus resource [mem 0x1800000000-0x1bffffffff pref]
[   10.323528] pci 0000:00:00.0: [10de:1ad0] type 01 class 0x060400
[   10.323689] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[   10.323902] iommu: Adding device 0000:00:00.0 to group 61
[   10.325176] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[   10.326274] pci 0000:00:00.0: Max Payload Size set to  256/ 256 (was  256), Max Read Rq  512
[   10.327621] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt
[   10.328713] pcie_pme 0000:00:00.0:pcie001: service driver pcie_pme loaded
[   10.328791] aer 0000:00:00.0:pcie002: service driver aer loaded
[   10.328958] pcie_pme 0000:00:00.0:pcie001: unloading service driver pcie_pme
[   10.329021] aer 0000:00:00.0:pcie002: unloading service driver aer
[   10.329081] pci_bus 0000:01: busn_res: [bus 01-ff] is released
[   10.329157] iommu: Removing device 0000:00:00.0 from group 61
[   10.330275] pci_bus 0000:00: busn_res: [bus 00-ff] is released
[   10.330526] tegra-pcie-dw 14180000.pcie: PCIe link is not up...!
[   10.333088] tegra-pcie-dw 14100000.pcie: Setting init speed to max speed
[   10.335479] OF: PCI: host bridge /pcie@14100000 ranges:
[   10.336542] OF: PCI:    IO 0x30100000..0x301fffff -> 0x30100000
[   10.337661] OF: PCI:   MEM 0x30200000..0x31ffffff -> 0x30200000
[   10.338722] OF: PCI:   MEM 0x1200000000..0x123fffffff -> 0x1200000000
[   10.448231] tegra-pcie-dw 14100000.pcie: link is up
[   10.449424] tegra-pcie-dw 14100000.pcie: PCI host bridge to bus 0001:00
[   10.450496] pci_bus 0001:00: root bus resource [bus 00-ff]
[   10.451538] pci_bus 0001:00: root bus resource [io  0x100000-0x1fffff] (bus address [0x30100000-0x301fffff])
[   10.452700] pci_bus 0001:00: root bus resource [mem 0x30200000-0x31ffffff]
[   10.453778] pci_bus 0001:00: root bus resource [mem 0x1200000000-0x123fffffff pref]
[   10.454994] pci 0001:00:00.0: [10de:1ad2] type 01 class 0x060400
[   10.455290] pci 0001:00:00.0: PME# supported from D0 D3hot D3cold
[   10.455537] iommu: Adding device 0001:00:00.0 to group 61
[   10.456867] pci 0001:01:00.0: [1b4b:9171] type 00 class 0x010601
[   10.457009] pci 0001:01:00.0: reg 0x10: [io  0x8000-0x8007]
[   10.457080] pci 0001:01:00.0: reg 0x14: [io  0x8040-0x8043]
[   10.457152] pci 0001:01:00.0: reg 0x18: [io  0x8100-0x8107]
[   10.457222] pci 0001:01:00.0: reg 0x1c: [io  0x8140-0x8143]
[   10.457292] pci 0001:01:00.0: reg 0x20: [io  0x800000-0x80000f]
[   10.457362] pci 0001:01:00.0: reg 0x24: [mem 0x00900000-0x009001ff]
[   10.457433] pci 0001:01:00.0: reg 0x30: [mem 0xd0000000-0xd000ffff pref]
[   10.457816] pci 0001:01:00.0: PME# supported from D3hot
[   10.458038] iommu: Adding device 0001:01:00.0 to group 62
[   10.470386] pci 0001:00:00.0: BAR 14: assigned [mem 0x30200000-0x302fffff]
[   10.471478] pci 0001:00:00.0: BAR 13: assigned [io  0x100000-0x100fff]
[   10.472704] pci 0001:01:00.0: BAR 6: assigned [mem 0x30200000-0x3020ffff pref]
[   10.474829] pci 0001:01:00.0: BAR 5: assigned [mem 0x30210000-0x302101ff]
[   10.476011] pci 0001:01:00.0: BAR 4: assigned [io  0x100000-0x10000f]
[   10.477194] pci 0001:01:00.0: BAR 0: assigned [io  0x100010-0x100017]
[   10.478380] pci 0001:01:00.0: BAR 2: assigned [io  0x100018-0x10001f]
[   10.479556] pci 0001:01:00.0: BAR 1: assigned [io  0x100020-0x100023]
[   10.480738] pci 0001:01:00.0: BAR 3: assigned [io  0x100024-0x100027]
[   10.481931] pci 0001:00:00.0: PCI bridge to [bus 01-ff]
[   10.483023] pci 0001:00:00.0:   bridge window [io  0x100000-0x100fff]
[   10.484153] pci 0001:00:00.0:   bridge window [mem 0x30200000-0x302fffff]
[   10.488604] pci 0001:00:00.0: Max Payload Size set to  256/ 256 (was  256), Max Read Rq  512
[   10.497120] pci 0001:01:00.0: Max Payload Size set to  256/ 512 (was  128), Max Read Rq  512
[   10.505845] pcieport 0001:00:00.0: Signaling PME through PCIe PME interrupt
[   10.512809] pci 0001:01:00.0: Signaling PME through PCIe PME interrupt
[   10.519293] pcie_pme 0001:00:00.0:pcie001: service driver pcie_pme loaded
[   10.519397] aer 0001:00:00.0:pcie002: service driver aer loaded
[   10.520098] tegra-pcie-dw 14140000.pcie: Setting init speed to max speed
[   10.526851] OF: PCI: host bridge /pcie@14140000 ranges:
[   10.531217] OF: PCI:    IO 0x34100000..0x341fffff -> 0x34100000
[   10.537142] OF: PCI:   MEM 0x34200000..0x35ffffff -> 0x34200000
[   10.543176] OF: PCI:   MEM 0x1280000000..0x12bfffffff -> 0x1280000000
[   11.060397] tegra-pcie-dw 14140000.pcie: link is down
[   11.061711] tegra-pcie-dw 14140000.pcie: PCI host bridge to bus 0002:00
[   11.062969] pci_bus 0002:00: root bus resource [bus 00-ff]
[   11.064209] pci_bus 0002:00: root bus resource [io  0x200000-0x2fffff] (bus address [0x34100000-0x341fffff])
[   11.065540] pci_bus 0002:00: root bus resource [mem 0x34200000-0x35ffffff]
[   11.066814] pci_bus 0002:00: root bus resource [mem 0x1280000000-0x12bfffffff pref]
[   11.068114] pci 0002:00:00.0: [10de:1ad2] type 01 class 0x060400
[   11.068421] pci 0002:00:00.0: PME# supported from D0 D3hot D3cold
[   11.068638] iommu: Adding device 0002:00:00.0 to group 63
[   11.070008] pci 0002:00:00.0: PCI bridge to [bus 01-ff]
[   11.071205] pci 0002:00:00.0: Max Payload Size set to  256/ 256 (was  256), Max Read Rq  512
[   11.072705] pcieport 0002:00:00.0: Signaling PME through PCIe PME interrupt
[   11.073960] pcie_pme 0002:00:00.0:pcie001: service driver pcie_pme loaded
[   11.074050] aer 0002:00:00.0:pcie002: service driver aer loaded
[   11.074368] pcie_pme 0002:00:00.0:pcie001: unloading service driver pcie_pme
[   11.074463] aer 0002:00:00.0:pcie002: unloading service driver aer
[   11.074541] pci_bus 0002:01: busn_res: [bus 01-ff] is released
[   11.074622] iommu: Removing device 0002:00:00.0 from group 63
[   11.075918] pci_bus 0002:00: busn_res: [bus 00-ff] is released
[   11.076215] tegra-pcie-dw 14140000.pcie: PCIe link is not up...!
[   11.078317] tegra-pcie-dw 141a0000.pcie: Setting init speed to max speed
[   11.080899] OF: PCI: host bridge /pcie@141a0000 ranges:
[   11.082225] OF: PCI:    IO 0x3a100000..0x3a1fffff -> 0x3a100000
[   11.083541] OF: PCI:   MEM 0x3a200000..0x3bffffff -> 0x3a200000
[   11.084786] OF: PCI:   MEM 0x1c00000000..0x1fffffffff -> 0x1c00000000
[   11.596150] tegra-pcie-dw 141a0000.pcie: link is down
[   11.597573] tegra-pcie-dw 141a0000.pcie: PCI host bridge to bus 0003:00
[   11.599855] pci_bus 0003:00: root bus resource [bus 00-ff]
[   11.601256] pci_bus 0003:00: root bus resource [io  0x300000-0x3fffff] (bus address [0x3a100000-0x3a1fffff])
[   11.602596] pci_bus 0003:00: root bus resource [mem 0x3a200000-0x3bffffff]
[   11.603887] pci_bus 0003:00: root bus resource [mem 0x1c00000000-0x1fffffffff pref]
[   11.605207] pci 0003:00:00.0: [10de:1ad0] type 01 class 0x060400
[   11.605455] pci 0003:00:00.0: PME# supported from D0 D3hot D3cold
[   11.605636] iommu: Adding device 0003:00:00.0 to group 63
[   11.607182] pci 0003:00:00.0: PCI bridge to [bus 01-ff]
[   11.608458] pci 0003:00:00.0: Max Payload Size set to  256/ 256 (was  256), Max Read Rq  512
[   11.610106] pcieport 0003:00:00.0: Signaling PME through PCIe PME interrupt
[   11.611397] pcie_pme 0003:00:00.0:pcie001: service driver pcie_pme loaded
[   11.611495] aer 0003:00:00.0:pcie002: service driver aer loaded
[   11.611725] pcie_pme 0003:00:00.0:pcie001: unloading service driver pcie_pme
[   11.611783] aer 0003:00:00.0:pcie002: unloading service driver aer
[   11.611856] pci_bus 0003:01: busn_res: [bus 01-ff] is released
[   11.611928] iommu: Removing device 0003:00:00.0 from group 63
[   11.613256] pci_bus 0003:00: busn_res: [bus 00-ff] is released
[   11.613526] tegra-pcie-dw 141a0000.pcie: PCIe link is not up...!
[   11.627569] tegra-cbb 14040000.cv-noc: noc_secure_irq = 98, noc_nonsecure_irq = 97>
[   11.636811] tegra194-isp5 14800000.isp: initialized
[   11.650269] tegra194-vi5 15c10000.vi: initialized
[   11.656549] tegra194-vi5 15c10000.vi: ep of_device is not enabled /host1x/vi@15c10000/ports/port@0/endpoint.
[   11.660005] tegra-xusb 3610000.xhci: USB2 port 0 has OTG_CAP
[   11.661313] tegra-xusb 3610000.xhci: USB3 port 2 has OTG_CAP
[   11.667727] tegra-xusb 3610000.xhci: extcon 0: ffffffc3e9b0d800 id
[   11.669658] tegra-xudc-new 3550000.xudc: device count: 1
[   11.671035] tegra-xusb 3610000.xhci: Direct firmware load for tegra19x_xusb_firmware failed with error -2
[   11.672419] tegra-xusb 3610000.xhci: Falling back to user helper
[   11.674480] tegra-xudc-new 3550000.xudc: vbus state: 0
[   11.676468] tegra186-cam-rtcpu bc00000.rtcpu: Trace buffer configured at IOVA=0xbff00000
[   11.677892] tegra186-cam-rtcpu bc00000.rtcpu: Coverage buffer configured at IOVA=0xbfef8000
[   11.679440] tegra-xudc-new 3550000.xudc: entering ELPG
[   11.681273] tegra-xudc-new 3550000.xudc: entering ELPG done
[   11.688573] tegra186-cam-rtcpu bc00000.rtcpu: IOVM setup error: 130
[   11.690239] tegra186-cam-rtcpu bc00000.rtcpu: RTCPU coverage: IOVM setup error : 4294967291
[   11.698508] tegra186-cam-rtcpu bc00000.rtcpu: (expected if RTCPU was not built with coverage enabled)
[   11.707512] tegra186-cam-rtcpu bc00000.rtcpu: coverage boot sync status: -5
[   11.714908] tegra-ivc ivc-bc00000.rtcpu: region 0: iova=0xbfee0000-0xbfefffff size=131072
[   11.723182] tegra-ivc ivc-bc00000.rtcpu:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900
[   11.733639] tegra-ivc-cdev ivc-bc00000.rtcpu:echo@0: probing /dev/camchar-echo
[   11.741066] tegra-ivc ivc-bc00000.rtcpu:dbg@1: dbg: ver=0 grp=1 RX[1x384]=0x1900-0x1b00 TX[1x384]=0x1b00-0x1d00
[   11.750936] tegra-ivc-cdev ivc-bc00000.rtcpu:dbg@1: probing /dev/camchar-dbg
[   11.758061] tegra-ivc ivc-bc00000.rtcpu:dbg@2: dbg: ver=0 grp=1 RX[1x8192]=0x1d00-0x3d80 TX[1x8192]=0x3d80-0x5e00
[   11.768750] tegra-ivc ivc-bc00000.rtcpu:ivccontrol@3: ivccontrol: ver=0 grp=1 RX[64x320]=0x5e00-0xae80 TX[64x320]=0xae80-0xff00
[   11.779945] tegra-ivc ivc-bc00000.rtcpu:ivccapture@4: ivccapture: ver=0 grp=1 RX[512x64]=0xff00-0x17f80 TX[512x64]=0x17f80-0x20000
[   11.791589] tegra186-cam-rtcpu bc00000.rtcpu: using cam RTCPU IRQ (69)
[   11.797715] tegra186-cam-rtcpu bc00000.rtcpu: tegra_camrtc_mon_create is successful
[   11.806720] tegra186-cam-rtcpu bc00000.rtcpu: firmware version cpu=rce cmd=5 sha1=66bdeccbee0e4c3ab3840fc041c86daf4605526b
[   11.817292] gpio tegra-gpio wake67 for gpio=48(G:0)
[   11.821850] gpio tegra-gpio-aon wake29 for gpio=36(EE:4)
[   11.827151] input: gpio-keys as /devices/gpio-keys/input/input5
[   11.865569] tegra_rtc c2a0000.rtc: setting system clock to 2018-11-03 08:14:19 UTC (1541232859)
[   11.867795] mmcblk mmc0:0001: Card claimed for testing.
[   11.901985] bpmp: mounted debugfs mirror
[   11.910170] vdd-1v8-cvb: disabling
[   11.911718] vdd-1v8-sd: disabling
[   11.913206] vdd-epb-1v0: disabling
[   11.914698] avdd-cam-2v8: disabling
[   11.916187] vdd-sata-1v5: disabling
[   11.917621] vdd-3v3-slt: disabling
[   11.919071] vdd-fan: disabling
[   11.920486] vdd_sys_en: disabling
[   11.921893] ALSA device list:
[   11.923292]   #0: tegra-hda-galen-t194 at 0x3518000 irq 68
[   11.924724]   #1: tegra-snd-t19x-mobile-rt565x
[   11.932766] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[   11.934668] VFS: Mounted root (ext4 filesystem) on device 179:1.
[   11.938090] devtmpfs: mounted
[   11.941228] Freeing unused kernel memory: 8512K
[   12.054731] ip_tables: (C) 2000-2006 Netfilter Core Team
[   12.058689] cgroup: cgroup2: unknown option "nsdelegate"
[   12.067246] 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)
[   12.071371] systemd[1]: Detected architecture arm64.
[   12.091301] systemd[1]: Set hostname to <jetson-0423618001160>.
[   12.151183] 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.
[   12.153154] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[   12.253556] random: systemd: uninitialized urandom read (16 bytes read)
[   12.255371] systemd[1]: Reached target User and Group Name Lookups.
[   12.259492] random: systemd: uninitialized urandom read (16 bytes read)
[   12.261403] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   12.265365] random: systemd: uninitialized urandom read (16 bytes read)
[   12.267470] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   12.271486] systemd[1]: Reached target Swap.
[   12.281171] systemd[1]: Created slice User and Session Slice.
[   12.322550] gpio tegra-gpio wake44 for gpio=192(Y:0)
[   12.363260] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
[   12.601456] systemd-journald[2325]: Received request to flush runtime journal from PID 1
[   13.194222] using random self ethernet address
[   13.196115] using random host ethernet address
[   13.214239] tegra-xusb 3610000.xhci: cannot find firmware....retry after 1 second
[   13.396787] random: crng init done
[   13.397539] ahci 0001:01:00.0: version 3.0
[   13.398339] ahci 0001:01:00.0: AHCI 0001.0000 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[   13.398346] ahci 0001:01:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs 
[   13.398664] random: 7 urandom warning(s) missed due to ratelimiting
[   13.401296] scsi host1: ahci
[   13.401481] ata1: SATA max UDMA/133 abar m512@0x30210000 port 0x30210100 irq 556
[   13.422084] Mass Storage Function, version: 2009/09/11
[   13.422090] LUN: removable file: (no medium)
[   13.426785] using random self ethernet address
[   13.428828] using random host ethernet address
[   13.442070] rndis0: HOST MAC da:2b:8f:46:b4:0e
[   13.442261] rndis0: MAC 46:1f:ea:db:38:4b
[   13.442980] usb0: HOST MAC 16:f2:7a:34:42:1f
[   13.443009] usb0: MAC 1e:a3:75:75:1f:dd
[   13.443023] tegra-xudc-new 3550000.xudc: exiting ELPG
[   13.443549] tegra-xudc-new 3550000.xudc: exiting ELPG done
[   13.443563] tegra-xudc-new 3550000.xudc: ep 0 (type: 0, dir: out) enabled
[   13.443596] tegra-xudc-new 3550000.xudc: entering ELPG
[   13.443831] tegra-xudc-new 3550000.xudc: entering ELPG done
[   13.443858] tegra-xudc-new 3550000.xudc: exiting ELPG
[   13.444407] tegra-xudc-new 3550000.xudc: exiting ELPG done
[   13.444438] tegra-xudc-new 3550000.xudc: entering ELPG
[   13.444697] tegra-xudc-new 3550000.xudc: entering ELPG done

dmesg log continue

[   13.690749] l4tbr0: port 1(rndis0) entered blocking state
[   13.690754] l4tbr0: port 1(rndis0) entered disabled state
[   13.690985] device rndis0 entered promiscuous mode
[   13.695263] IPv6: ADDRCONF(NETDEV_UP): rndis0: link is not ready
[   13.699595] l4tbr0: port 2(usb0) entered blocking state
[   13.699600] l4tbr0: port 2(usb0) entered disabled state
[   13.699730] device usb0 entered promiscuous mode
[   13.704307] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
[   13.704314] l4tbr0: port 2(usb0) entered blocking state
[   13.704316] l4tbr0: port 2(usb0) entered forwarding state
[   13.715968] ata1: SATA link down (SStatus 0 SControl 300)
[   14.242988] tegra-xusb 3610000.xhci: Firmware timestamp: 2018-03-29 14:24:42 UTC, Version: 60.05 release
[   14.243004] tegra-xusb 3610000.xhci: xHCI Host Controller
[   14.243055] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 1
[   14.244354] tegra-xusb 3610000.xhci: hcc params 0x0184ff25 hci version 0x110 quirks 0x00050810
[   14.244388] tegra-xusb 3610000.xhci: irq 472, io mem 0x03610000
[   14.244501] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   14.244505] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   14.244508] usb usb1: Product: xHCI Host Controller
[   14.244510] usb usb1: Manufacturer: Linux 4.9.108-tegra xhci-hcd
[   14.244513] usb usb1: SerialNumber: 3610000.xhci
[   14.244912] hub 1-0:1.0: USB hub found
[   14.244933] hub 1-0:1.0: 4 ports detected
[   14.245186] tegra-xusb 3610000.xhci: xHCI Host Controller
[   14.245192] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 2
[   14.245202] tegra-xusb 3610000.xhci: Host supports USB 3.1 Enhanced SuperSpeed
[   14.245340] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[   14.245342] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   14.245344] usb usb2: Product: xHCI Host Controller
[   14.245345] usb usb2: Manufacturer: Linux 4.9.108-tegra xhci-hcd
[   14.245347] usb usb2: SerialNumber: 3610000.xhci
[   14.245732] hub 2-0:1.0: USB hub found
[   14.245755] hub 2-0:1.0: 4 ports detected
[   14.248301] Wake76 for irq=199
[   14.248303] Wake77 for irq=199
[   14.248304] Wake78 for irq=199
[   14.248304] Wake79 for irq=199
[   14.248308] Wake80 for irq=199
[   14.248308] Wake81 for irq=199
[   14.248309] Wake82 for irq=199
[   14.448341] l4tbr0: port 2(usb0) entered disabled state
[   14.572250] usb 1-1: new high-speed USB device number 2 using tegra-xusb
[   14.592902] usb 1-1: New USB device found, idVendor=1a40, idProduct=0101
[   14.592905] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[   14.592907] usb 1-1: Product: USB 2.0 Hub
[   14.594212] hub 1-1:1.0: USB hub found
[   14.594314] hub 1-1:1.0: 4 ports detected
[   14.900237] usb 1-1.4: new full-speed USB device number 3 using tegra-xusb
[   14.926731] usb 1-1.4: New USB device found, idVendor=046d, idProduct=c534
[   14.926734] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   14.926736] usb 1-1.4: Product: USB Receiver
[   14.926737] usb 1-1.4: Manufacturer: Logitech
[   14.930310] input: Logitech USB Receiver as /devices/3610000.xhci/usb1/1-1/1-1.4/1-1.4:1.0/0003:046D:C534.0001/input/input6
[   14.988716] hid-generic 0003:046D:C534.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-3610000.xhci-1.4/input0
[   14.992380] input: Logitech USB Receiver as /devices/3610000.xhci/usb1/1-1/1-1.4/1-1.4:1.1/0003:046D:C534.0002/input/input7
[   15.052475] hid-generic 0003:046D:C534.0002: input,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-3610000.xhci-1.4/input1
[   18.537929] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   18.617171] gpio tegra-gpio wake20 for gpio=52(G:4)
[   18.621961] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   18.861424] CPU4: shutdown
[   18.864627] psci: CPU4 killed.
[   18.914206] CPU5: shutdown
[   18.915502] psci: CPU5 killed.
[   18.985584] CPU6: shutdown
[   18.986702] psci: CPU6 killed.
[   19.045801] CPU7: shutdown
[   19.064293] psci: Retrying again to check for CPU kill
[   19.064313] psci: CPU7 killed.
[   19.100422] nvgpu: 17000000.gv11b                 tpc_pg_mask_store:877  [INFO]  no value change, same mask already set
[   20.224395] tegradc 15200000.nvdisplay: blank - powerdown
[   20.241074] eqos 2490000.ether_qos eth0: Link is Up - 100Mbps/Full - flow control rx/tx
[   20.241797] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   20.304807] tegra_nvdisp_handle_pd_disable: Powergated Head1 pd
[   20.305731] tegra_nvdisp_handle_pd_disable: Powergated Head0 pd
[   20.306104] tegradc 15200000.nvdisplay: unblank
[   20.307059] tegra_nvdisp_handle_pd_enable: Unpowergated Head0 pd
[   20.307215] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
[   20.315462] Parent Clock set for DC plld3
[   20.320581] tegradc 15200000.nvdisplay: hdmi: tmds rate:148500K prod-setting:prod_c_hdmi_111m_223m
[   20.325881] tegradc 15200000.nvdisplay: unblank
[   20.325895] tegradc 15210000.nvdisplay: blank - powerdown
[   20.325905] tegradc 15220000.nvdisplay: blank - powerdown
[   25.267554] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   25.267590] Bluetooth: BNEP socket layer initialized
[   25.944823] fuse init (API version 7.26)
[   26.825075] tegradc 15200000.nvdisplay: blank - powerdown
[   26.914843] tegra_nvdisp_handle_pd_disable: Powergated Head1 pd
[   26.915795] tegra_nvdisp_handle_pd_disable: Powergated Head0 pd
[   26.916436] tegradc 15200000.nvdisplay: unblank
[   26.927681] tegra_nvdisp_handle_pd_enable: Unpowergated Head0 pd
[   26.927836] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
[   26.942337] Parent Clock set for DC plld3
[   26.948580] tegradc 15200000.nvdisplay: hdmi: tmds rate:148500K prod-setting:prod_c_hdmi_111m_223m
[   26.958159] tegradc 15200000.nvdisplay: unblank
[   26.958173] tegradc 15210000.nvdisplay: blank - powerdown
[   26.958188] tegradc 15220000.nvdisplay: blank - powerdown

Hi,

May I know how do you install the kivy module?
[url]Installation on Linux — Kivy 2.1.0 documentation

From the installation guide, it looks like there is no available aarch64 package.
Have you built it from source?

Thanks.

Hi AastaLLL,

I tried to install the kivy just by apt-get and pip,

I also tried to compile from source and I got same problem.

Here is my installation command

$ sudo apt-get install python-kivy
(In this command, version 1.9.1 will be installed.)

Or

$ pip install kivy
(In this command, version 1.10.1 will be installed.)

Thanks!

Hi,

It looks like there are some GL issue from kivy on ARM platform.

Here is an WAR:

export KIVY_GL_BACKEND=gl
DBUS_FATAL_WARNINGS=0 python [sample].py

It’s still recommended to check with the kivy team for the real solution of this issue.
Here are the information we found for your reference:
https://github.com/kivy/kivy/issues/6007
https://bugs.launchpad.net/ubuntu/+source/libsdl2/+bug/1775067

Thanks.

Hi AastaLLL,

Thanks for your help.

It seems not the Xavier’s problem so I’m going to keep looking for the other solution.

If I found that I will post my solution here.

Hi All,

I have the same problem. Is there a solution now?
Thank you for your reply.

thanks,
Nick

Hi Nick,

You can just follow the solution from AastaLLL,
It works fine for me.