Reduce boot time tx2

How can I make tx2 boot in less than 25 seconds?
I’m using Jetpack 4.2.1(REV 2) linux for tx2 from the nvidia SDK meneger.
Now it takes about 40 seconds.

I able to reduce boot time by disable the RTC and sound nodes in device tree and now it boots in 35 seconds.

I tried install lighter desktop environment xfce4 but I cannot login into xfce4. Also tried to mask services from systemd-analyze but it didn’t help to reduce boot time.

How can I skip the nvidia logo in boot? it can reduce some time? even if it reduce few seconds it will help allot.

Anyone knows another ways to reduce boot time?

You can refer to Reduce boot time if Jetson TX2 - #4 by linuxdev

Tnx for the quick reply.

Maybe it will help, I don’t need Wifi but not sure how I can disable it.

more suggestions?

Hi,

Generally, you could dump the serial console log and check how much time is taking in each component.
For example, there is a 5 second count down in uboot and it can be disabled too.

Does your boot time include the boot time of display manager (GUI)?

Here is dmesg but I don’t understand from it how much time is taking in each component

[ 0.000000] Booting Linux on physical CPU 0x100
[ 0.000000] Linux version 4.9.140-tegra (root@TX1-DEV2) (gcc version 6.4.1 20170707 (Linaro GCC 6.4-2017.08) ) #1 SMP PREEMPT Thu Aug 15 09:42:11 CDT 2019
[ 0.000000] Boot CPU: AArch64 Processor [411fd073]
[ 0.000000] OF: fdt:memory scan node memory@80000000, reg size 16416,
[ 0.000000] OF: fdt: - 80000000 , 70000000
[ 0.000000] OF: fdt: - f0200000 , 185600000
[ 0.000000] OF: fdt: - 275e00000 , 200000
[ 0.000000] OF: fdt: - 276600000 , 200000
[ 0.000000] OF: fdt: - 277000000 , 200000
[ 0.000000] earlycon: uart8250 at MMIO32 0x0000000003100000 (options ‘’)
[ 0.000000] bootconsole [uart8250] enabled
[ 0.000000] Found tegra_fbmem2: 00800000@9607b000
[ 0.000000] Found lut_mem2: 00002008@96078000
[ 0.000000] OF: fdt:Reserved memory: failed to reserve memory for node ‘fb0_carveout’: base 0x0000000000000000, size 0 MiB
[ 0.000000] OF: fdt:Reserved memory: failed to reserve memory for node ‘fb0_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: reserved mem: initialized node ramoops_carveout, compatible id nvidia,ramoops
[ 0.000000] cma: Reserved 64 MiB at 0x00000000fc000000
[ 0.000000] On node 0 totalpages: 2053117
[ 0.000000] DMA zone: 8192 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 521725 pages, LIFO batch:31
[ 0.000000] Normal zone: 24008 pages used for memmap
[ 0.000000] Normal zone: 1531392 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 @ffffffc1f676a000 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.000000] Speculative Store Bypass Disable mitigation not required
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2020917
[ 0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 video=tegrafb no_console_suspend=1 earlycon=uart8250,mmio32,0x3100000 nvdumper_reserved=0x2772e0000 gpt tegra_fbmem2=0x800000@0x9607b000 lut_mem2=0x2008@0x96078000 usbcore.old_scheme_first=1 tegraid=18.1.2.0.0 maxcpus=6 boot.slot_suffix= boot.ratchetvalues=0.2031647.1 bl_prof_dataptr=0x10000@0x275840000 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: 163840 bytes
[ 0.000000] log_buf_len min size: 32768 bytes
[ 0.000000] log_buf_len: 262144 bytes
[ 0.000000] early log buf free: 29596(90%)
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.000000] Memory: 7961052K/8212468K available (15038K kernel code, 2912K rwdata, 6688K rodata, 8576K init, 611K bss, 185880K 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 - 0xffffff8008f30000 ( 15040 KB)
[ 0.000000] .rodata : 0xffffff8008f30000 - 0xffffff80095c0000 ( 6720 KB)
[ 0.000000] .init : 0xffffff80095c0000 - 0xffffff8009e20000 ( 8576 KB)
[ 0.000000] .data : 0xffffff8009e20000 - 0xffffff800a0f8008 ( 2913 KB)
[ 0.000000] .bss : 0xffffff800a0f8008 - 0xffffff800a190d3c ( 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 - 0xffffffbf07dc8000 ( 125 MB actual)
[ 0.000000] memory : 0xffffffc000000000 - 0xffffffc1f7200000 ( 8050 MB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=6.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=6
[ 0.000000] NR_IRQS:64 nr_irqs:64 0
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] 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.000003] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[ 0.001568] Console: colour dummy device 80x25
[ 0.001573] console [tty0] enabled
[ 0.001577] bootconsole [uart8250] disabled
[ 0.001583] kmemleak: Kernel memory leak detector disabled
[ 0.001592] Calibrating delay loop (skipped), value calculated using timer frequency… 62.50 BogoMIPS (lpj=125000)
[ 0.001600] pid_max: default: 32768 minimum: 301
[ 0.001907] Security Framework initialized
[ 0.002061] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.002066] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.002662] ftrace: allocating 46905 entries in 184 pages
[ 0.125617] sched-energy: Sched-energy-costs installed from DT
[ 0.125627] ASID allocator initialised with 65536 entries
[ 0.163624] tegra-id: chipid=21817.
[ 0.163630] tegra-id: opt_subrevision=1.
[ 0.163647] Tegra Revision: A02p SKU: 0xdc CPU Process: 0 SoC Process: 0
[ 0.163655] DTS File Name: /home/eli/Downloads/nvidia/l4t_32_2_0/Linux_for_Tegra/sources/kernel/kernel-4.9/arch/arm64/boot/dts/…/…/…/…/…/…/hardware/nvidia/platform/t18x/quill/kernel-dts/tegra186-quill-p3310-1000-c03-00-base.dts
[ 0.163661] DTB Build time: Nov 26 2019 11:00:18
[ 0.209652] CPU1: Booted secondary processor [4e0f0030]
[ 0.241284] CPU2: Booted secondary processor [4e0f0030]
[ 0.273078] CPU3: Booted secondary processor [411fd073]
[ 0.305069] CPU4: Booted secondary processor [411fd073]
[ 0.337059] CPU5: Booted secondary processor [411fd073]
[ 0.337116] Brought up 6 CPUs
[ 0.337119] SMP: Total of 6 processors activated.
[ 0.337124] CPU features: detected feature: 32-bit EL0 Support
[ 0.337883] CPU: All CPU(s) started at EL2
[ 0.337916] alternatives: patching kernel code
[ 0.346900] devtmpfs: initialized
[ 0.383959] Initilizing CustomIPI irq domain
[ 0.384183] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.384192] futex hash table entries: 2048 (order: 5, 131072 bytes)
[ 0.385011] pinctrl core: initialized pinctrl subsystem
[ 0.385208] OS set in device tree is not L4T.
[ 0.385361] regulator-dummy: no parameters
[ 0.385510] Initializing plugin-manager
[ 0.385565] Plugin module not found
[ 0.385602] Plugin-manager status disabled
[ 0.387380] NET: Registered protocol family 16
[ 0.388075] pstore: using zlib compression
[ 0.388089] console [pstore-1] enabled
[ 0.388091] pstore: Registered ramoops as persistent store backend
[ 0.388095] ramoops: attached 0x200000@0x275880000, ecc: 0/0
[ 0.404677] cpuidle: using governor menu
[ 0.406138] bpmp: waiting for handshake
[ 0.406141] bpmp: handshake completed
[ 0.406155] bpmp: synchronizing channels
[ 0.406171] bpmp: channels synchronized
[ 0.406174] bpmp: mail init ok
[ 0.408164] arm-smmu 12000000.iommu: probing hardware configuration…
[ 0.408168] arm-smmu 12000000.iommu: SMMUv2 with:
[ 0.408172] arm-smmu 12000000.iommu: stage 1 translation
[ 0.408176] arm-smmu 12000000.iommu: stage 2 translation
[ 0.408179] arm-smmu 12000000.iommu: nested translation
[ 0.408185] arm-smmu 12000000.iommu: stream matching with 128 register groups, mask 0x7f80
[ 0.408190] arm-smmu 12000000.iommu: SMMU address space size (0x800000) differs from mapped region size (0x1000000)!
[ 0.408193] arm-smmu 12000000.iommu: 64 context banks (0 stage-2 only)
[ 0.408198] arm-smmu 12000000.iommu: Stage-1: 39-bit VA → 48-bit IPA
[ 0.408201] arm-smmu 12000000.iommu: Stage-2: 39-bit IPA → 48-bit PA
[ 0.410365] vdso: 2 pages (1 code @ ffffff8008f37000, 1 data @ ffffff8009e24000)
[ 0.410377] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.412845] atomic_pool_init():622: DMA: preallocated 1024 KiB pool for atomic allocations
[ 0.414673] Registering BPMP clocks…
[ 0.414768] tegra_bpmp_clk_init: clock init ok (638 clks)
[ 0.416941] tegra_powergate_init: DONE
[ 0.416949] DTS File Name: /home/eli/Downloads/nvidia/l4t_32_2_0/Linux_for_Tegra/sources/kernel/kernel-4.9/arch/arm64/boot/dts/…/…/…/…/…/…/hardware/nvidia/platform/t18x/quill/kernel-dts/tegra186-quill-p3310-1000-c03-00-base.dts
[ 0.416955] DTB Build time: Nov 26 2019 11:00:18
[ 0.419027] Tegra reboot handler registered.
[ 0.420539] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[ 0.420599] tegra-pmc: get_secure_pmc_setting: done secure_pmc=0
[ 0.420612] tegra-pmc: ### PMC reset source: TEGRA_POWER_ON_RESET
[ 0.420614] tegra-pmc: ### PMC reset level: TEGRA_RESET_LEVEL_L0
[ 0.420616] tegra-pmc: ### PMC reset status reg: 0x0
[ 0.420777] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[ 0.420788] tegra-pmc c360000.pmc: IO padctrl driver initialized
[ 0.421150] iommu: Adding device 3460000.sdhci to group 0
[ 0.421832] iommu: Adding device 3400000.sdhci to group 1
[ 0.422900] iommu: Adding device 3507000.ahci-sata to group 2
[ 0.422913] arm-smmu: forcing sodev map for 3507000.ahci-sata
[ 0.423347] iommu: Adding device 3160000.i2c to group 3
[ 0.423776] iommu: Adding device c240000.i2c to group 4
[ 0.424114] iommu: Adding device 3180000.i2c to group 5
[ 0.424448] iommu: Adding device 3190000.i2c to group 6
[ 0.424868] iommu: Adding device 31b0000.i2c to group 7
[ 0.425221] iommu: Adding device 31c0000.i2c to group 8
[ 0.425557] iommu: Adding device c250000.i2c to group 9
[ 0.425890] iommu: Adding device 31e0000.i2c to group 10
[ 0.427353] iommu: Adding device 3210000.spi to group 11
[ 0.427681] iommu: Adding device c260000.spi to group 12
[ 0.428009] iommu: Adding device 3240000.spi to group 13
[ 0.428689] iommu: Adding device 3100000.serial to group 14
[ 0.429031] iommu: Adding device 3110000.serial to group 15
[ 0.429380] iommu: Adding device c280000.serial to group 16
[ 0.429708] iommu: Adding device 3130000.serial to group 17
[ 0.431047] iommu: Adding device 2490000.ether_qos to group 18
[ 0.431064] arm-smmu: forcing sodev map for 2490000.ether_qos
[ 0.431727] iommu: Adding device b000000.rtcpu to group 19
[ 0.433927] iommu: Adding device 13e10000.host1x to group 20
[ 0.434234] iommu: Adding device 13e10000.host1x:ctx0 to group 21
[ 0.434531] iommu: Adding device 13e10000.host1x:ctx1 to group 22
[ 0.434838] iommu: Adding device 13e10000.host1x:ctx2 to group 23
[ 0.435130] iommu: Adding device 13e10000.host1x:ctx3 to group 24
[ 0.435424] iommu: Adding device 13e10000.host1x:ctx4 to group 25
[ 0.435716] iommu: Adding device 13e10000.host1x:ctx5 to group 26
[ 0.436029] iommu: Adding device 13e10000.host1x:ctx6 to group 27
[ 0.436326] iommu: Adding device 13e10000.host1x:ctx7 to group 28
[ 0.436785] iommu: Adding device 150c0000.nvcsi to group 29
[ 0.437458] iommu: Adding device 15700000.vi to group 30
[ 0.437808] iommu: Adding device 15600000.isp to group 31
[ 0.438264] iommu: Adding device 15210000.nvdisplay to group 32
[ 0.438372] platform 15210000.nvdisplay: OF IOVA linear map 0x9607b000 size (0x800000)
[ 0.438410] platform 15210000.nvdisplay: OF IOVA linear map 0x96078000 size (0x2008)
[ 0.438907] iommu: Adding device 15340000.vic to group 33
[ 0.439124] iommu: Adding device 154c0000.nvenc to group 34
[ 0.439334] iommu: Adding device 15480000.nvdec to group 35
[ 0.439672] iommu: Adding device 15380000.nvjpg to group 36
[ 0.439893] iommu: Adding device 15500000.tsec to group 37
[ 0.440097] iommu: Adding device 15100000.tsecb to group 38
[ 0.440759] iommu: Adding device 15810000.se to group 39
[ 0.440973] iommu: Adding device 15820000.se to group 40
[ 0.441210] iommu: Adding device 15830000.se to group 41
[ 0.441421] iommu: Adding device 15840000.se to group 42
[ 0.443237] iommu: Adding device smmu_test to group 43
[ 0.444711] mc: mapped MMIO address: 0xffffff800a680000 → 0x2c10000
[ 0.444736] mc: mapped MMIO address: 0xffffff800a6a0000 → 0x2c20000
[ 0.444758] mc: mapped MMIO address: 0xffffff800a6c0000 → 0x2c30000
[ 0.444780] mc: mapped MMIO address: 0xffffff800a6e0000 → 0x2c40000
[ 0.444803] mc: mapped MMIO address: 0xffffff800a7b0000 → 0x2c50000
[ 0.444817] nv-tegra-mc 2c10000.mc: No mssnvlink node
[ 0.444836] mc-err: mcerr ops are set to t18x
[ 0.445086] dram-ecc: DRAM ECC disabled-MC_ECC_CONTROL:0x0000000c
[ 0.446946] iommu: Adding device 3530000.xhci to group 44
[ 0.446969] arm-smmu: forcing sodev map for 3530000.xhci
[ 0.448206] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CTRL_0 = 3
[ 0.448216] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_24(PMU_INT) = 256
[ 0.449094] iommu: Adding device 17000000.gp10b to group 45
[ 0.450978] tegra-reset 5000000.clock: registered 193 resets.
[ 0.454473] iommu: Adding device d000000.bpmp to group 46
[ 0.454818] bpmp: ping status is 0
[ 0.454982] bpmp d000000.bpmp: firmware tag is 4208eb5c85fe47a2235fbc0b8eb87dca
[ 0.458959] bpmp d000000.bpmp: probe ok
[ 0.463229] iommu: Adding device 2600000.dma to group 47
[ 0.464862] GPIO line 461 (camera-control-output-low) hogged as output/low
[ 0.464894] GPIO line 456 (camera-control-output-low) hogged as output/low
[ 0.464923] GPIO line 457 (camera-control-output-low) hogged as output/low
[ 0.464969] GPIO line 426 (camera-control-output-low) hogged as output/low
[ 0.465001] GPIO line 424 (wifi-enable) hogged as output/high
[ 0.465030] GPIO line 445 (sdmmc-wake-support-input) hogged as input
[ 0.465060] GPIO line 446 (sdmmc-wake-support-output) hogged as output/low
[ 0.465456] gpiochip_setup_dev: registered GPIOs 320 to 511 on device: gpiochip0 (tegra-gpio)
[ 0.472092] GPIO line 315 (wifi-wake-ap) hogged as input
[ 0.472399] gpiochip_setup_dev: registered GPIOs 256 to 319 on device: gpiochip1 (tegra-gpio-aon)
[ 0.474889] iommu: Adding device 10003000.pcie-controller to group 48
[ 0.474916] arm-smmu: forcing sodev map for 10003000.pcie-controller
[ 0.475539] iommu: Adding device 3510000.hda to group 49
[ 0.486983] iommu: Adding device c1a0000.aon to group 50
[ 0.487555] vdd-ac-bat: 5000 mV
[ 0.489991] vdd-1v8-ap: 1800 mV
[ 0.497301] random: fast init done
[ 0.522351] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.527966] eventlib_kernel: keventlib is initialized, test id: 0
[ 0.528466] SCSI subsystem initialized
[ 0.528665] libata version 3.00 loaded.
[ 0.528892] usbcore: registered new interface driver usbfs
[ 0.528947] usbcore: registered new interface driver hub
[ 0.529089] usbcore: registered new device driver usb
[ 0.543804] max77620 4-003c: PMIC Version OTP:0x45 and ES:0x8
[ 0.549850] vddio-ddr: at 1125 mV
[ 0.553681] avdd_dsi_csi: 1200 mV
[ 0.557680] vdd-1v8: 1800 mV
[ 0.561688] vdd-3v3-sys: 3300 mV
[ 0.563084] spmic-ldo0: at 1800 mV
[ 0.563943] spmic-ldo1: at 800 mV
[ 0.569726] vddio-3v3: 3300 mV
[ 0.570523] vddio-sdmmc1: 1800 ↔ 3300 mV at 3300 mV
[ 0.573339] vdd-rtc: at 800 mV
[ 0.574280] avdd-ts-hv: 1800 ↔ 3300 mV at 1800 mV
[ 0.577331] spmic-ldo6: at 1500 mV
[ 0.581318] vdd-pex-1v00: 1000 mV
[ 0.582076] dvdd-pex: 1000 mV
[ 0.582685] GPIO line 253 (spmic_gpio_input) hogged as input
[ 0.582859] GPIO line 254 (spmic_gpio_input) hogged as input
[ 0.583171] gpiochip_setup_dev: registered GPIOs 248 to 255 on device: gpiochip2 (max77620-gpio)
[ 0.585516] max77620 4-003c: max77620 probe successful
[ 0.586088] media: Linux media interface: v0.10
[ 0.586167] Linux video capture interface: v2.00
[ 0.589474] pps_core: LinuxPPS API ver. 1 registered
[ 0.589481] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 0.589500] PTP clock support registered
[ 0.590113] tegra_wdt_t18x 30c0000.watchdog: Tegra WDT init timeout = 120 sec
[ 0.590166] tegra_wdt_t18x 30c0000.watchdog: Registered successfully
[ 0.593665] tegra_fiq_debugger_init: found FIQ source (IRQ 384)
[ 0.599233] trusty trusty: trusty version: Built: 16:57:40 Jul 16 2019
[ 0.599285] trusty trusty: selected api version: 3 (requested 3)
[ 0.600394] Advanced Linux Sound Architecture Driver Initialized.
[ 0.600905] Bluetooth: Core ver 2.22
[ 0.600948] NET: Registered protocol family 31
[ 0.600954] Bluetooth: HCI device and connection manager initialized
[ 0.600965] Bluetooth: HCI socket layer initialized
[ 0.600973] Bluetooth: L2CAP socket layer initialized
[ 0.601000] Bluetooth: SCO socket layer initialized
[ 0.601989] en-vdd-sd: 3300 mV
[ 0.602444] vdd-usb0-5v: 5000 mV
[ 0.602825] vdd-usb1-5v: 5000 mV
[ 0.603407] vdd-3v3: 3300 mV
[ 0.603799] en-vdd-vcm-2v8: 2800 mV
[ 0.604089] vdd-sys-bl: 3300 mV
[ 0.607224] camchar: rtcpu character device driver loaded
[ 0.607847] gpio tegra-gpio wake53 for gpio=159(X:7)
[ 0.609827] extcon-gpio-states external-connection:extcon@1: Cable state:1, cable id:1
[ 0.611379] clocksource: Switched to clocksource arch_sys_counter
[ 0.652437] VFS: Disk quotas dquot_6.6.0
[ 0.652652] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.653970] tegra-pcie 10003000.pcie-controller: 4x1, 1x1 configuration
[ 0.654988] nvmap_heap_init: nvmap_heap_init: created heap block cache
[ 0.655685] nvmap: nvmap_select_cache_ops() nvmap cache ops set to roc
[ 0.655694] nvmap_page_pool_init: Total RAM pages: 2006647
[ 0.655701] nvmap_page_pool_init: nvmap page pool size: 250830 pages (979 MB)
[ 0.655869] nvmap_background_zero_thread: PP zeroing thread starting.
[ 0.655981] tegra-pcie 10003000.pcie-controller: PCIE: Enable power rails
[ 0.656454] tegra-pcie 10003000.pcie-controller: probing port 0, using 4 lanes
[ 0.658966] tegra-pcie 10003000.pcie-controller: probing port 2, using 1 lanes
[ 0.660179] tegra-gpcdma 2600000.dma: GPC DMA driver register 32 channels
[ 0.672190] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type BCPU-therm
[ 0.672375] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type MCPU-therm
[ 0.672832] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type GPU-therm
[ 0.672935] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[ 0.673059] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type Tboard_tegra
[ 0.673178] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type Tdiode_tegra
[ 0.673352] thermal thermal_zone6: Registering thermal zone thermal_zone6 for type PMIC-Die
[ 0.673603] la/ptsa driver initialized.
[ 0.673615] pre_t19x_iso_plat_init(): iso emc max clk=1866000KHz
[ 0.673620] pre_t19x_iso_plat_init(): max_iso_bw=26870400KB
[ 0.674757] NET: Registered protocol family 2
[ 0.676810] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.677480] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.678216] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.678267] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.678398] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.679228] NET: Registered protocol family 1
[ 0.680364] RPC: Registered named UNIX socket transport module.
[ 0.680370] RPC: Registered udp transport module.
[ 0.680374] RPC: Registered tcp transport module.
[ 0.680378] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.681642] GPIO line 233 (touch-rails) hogged as output/high
[ 0.681904] GPIO line 234 (touch-rails) hogged as output/high
[ 0.682312] gpiochip_setup_dev: registered GPIOs 232 to 247 on device: gpiochip3 (tca9539)
[ 0.683422] GPIO line 220 (lcd-bias-rails) hogged as output/high
[ 0.683742] gpiochip_setup_dev: registered GPIOs 216 to 231 on device: gpiochip4 (tca9539)
[ 0.683845] PCI: CLS 0 bytes, default 64
[ 0.684069] Trying to unpack rootfs image as initramfs…
[ 0.874921] Freeing initrd memory: 5432K
[ 0.895438] host1x 13e10000.host1x: initialized
[ 0.896843] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[ 0.901718] audit: initializing netlink subsys (disabled)
[ 0.901763] audit: type=2000 audit(0.792:1): initialized
[ 0.902490] workingset: timestamp_bits=46 max_order=21 bucket_order=0
[ 0.914260] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.916976] ntfs: driver 2.1.32 [Flags: R/W].
[ 0.918558] 9p: Installing v9fs 9p2000 file system support
[ 0.925263] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240)
[ 0.925401] io scheduler noop registered
[ 0.926011] io scheduler cfq registered (default)
[ 0.931009] gic 2a41000.agic-controller: GIC IRQ controller registered
[ 0.991551] iommu: Adding device aconnect@2a41000:adsp_audio to group 51
[ 1.030272] iommu: Adding device 2993000.adsp to group 52
[ 1.031463] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered
[ 1.034860] tegra-xusb-padctl 3520000.xusb_padctl: VBUS over-current detection enabled
[ 1.039342] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[ 1.040924] tegra-pwm 3290000.pwm: PWM clk can sleep in ops
[ 1.042280] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[ 1.043711] tegra-pwm c340000.pwm: PWM clk can sleep in ops
[ 1.046516] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[ 1.046754] misc tegra_camera_ctrl: tegra_camera_isomgr_register tpg_max_iso = 3916800KBs
[ 1.046765] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=4687500, vi_iso_bw=1500000, max_bw=4687500
[ 1.051331] tsec 15500000.tsec: initialized
[ 1.052691] tsec 15100000.tsecb: initialized
[ 1.056928] nvdec 15480000.nvdec: initialized
[ 1.064129] falcon 15340000.vic: initialized
[ 1.065742] falcon 154c0000.nvenc: initialized
[ 1.067186] falcon 15380000.nvjpg: initialized
[ 1.071781] iommu_context_dev 13e10000.host1x:ctx0: initialized (streamid=56)
[ 1.073804] iommu_context_dev 13e10000.host1x:ctx1: initialized (streamid=57)
[ 1.075442] iommu_context_dev 13e10000.host1x:ctx2: initialized (streamid=58)
[ 1.077049] iommu_context_dev 13e10000.host1x:ctx3: initialized (streamid=59)
[ 1.078603] iommu_context_dev 13e10000.host1x:ctx4: initialized (streamid=60)
[ 1.080175] iommu_context_dev 13e10000.host1x:ctx5: initialized (streamid=61)
[ 1.081625] iommu_context_dev 13e10000.host1x:ctx6: initialized (streamid=62)
[ 1.083067] iommu_context_dev 13e10000.host1x:ctx7: initialized (streamid=63)
[ 1.083455] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[ 1.086561] tegradccommon 15200000.dc_common: host1x channel mapped
[ 1.086576] tegradccommon 15200000.dc_common: dc_common syncpt # 1 allocated
[ 1.086614] tegradccommon 15200000.dc_common: dma mapping done
[ 1.088659] tegradc 15210000.nvdisplay: disp0 connected to head1->/host1x/sor1
[ 1.088778] generic_infoframe_type: 0x87
[ 1.088993] tegradc 15210000.nvdisplay: DT parsed successfully
[ 1.089067] tegradc 15210000.nvdisplay: Display dc.ffffff800b610000 registered with id=0
[ 1.098931] tegra_nvdisp_bandwidth_register_max_config: max config iso bw = 16727000 KB/s
[ 1.098940] tegra_nvdisp_bandwidth_register_max_config: max config EMC floor = 665600000 Hz
[ 1.098945] tegra_nvdisp_bandwidth_register_max_config: max config hubclk = 357620000 Hz
[ 1.099225] tegradc 15210000.nvdisplay: vblank syncpt # 8 for dc 1
[ 1.099235] tegradc 15210000.nvdisplay: vpulse3 syncpt # 9 for dc 1
[ 1.100289] tegradc 15210000.nvdisplay: dc_hdmi_hotplug_init: couldn’t get regulator vdd_hdmi_5v0, -517
[ 1.100750] tegradc 15210000.nvdisplay: Bootloader disp_param detected. Detected mode: 1920x1080 (on 0x0mm) pclk=148350937
[ 1.100947] tegra-adma 2930000.adma: Tegra210 ADMA driver registered 10 channels
[ 1.101597] tegra-fuse-burn 3820000.efuse:efuse-burn: Fuse burn driver initialized
[ 1.103330] kfuse 3830000.kfuse: initialized
[ 1.104849] tegradc 15210000.nvdisplay: hdmi: invalid prod list prod_list_hdmi_board
[ 1.104854] tegradc 15210000.nvdisplay: hdmi: tegra_hdmi_tmds_range_read(bd) failed
[ 1.106044] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0
[ 1.108890] tegradc 15210000.nvdisplay: probed
[ 1.114822] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 1.117959] console [ttyS0] disabled
[ 1.118036] 3100000.serial: ttyS0 at MMIO 0x3100000 (irq = 36, base_baud = 25500000) is a Tegra
[ 1.127580] console [ttyS0] enabled
[ 1.128242] Console: switching to colour frame buffer device 240x67
[ 1.128383] tegradc 15210000.nvdisplay: fb registered
[ 1.128648] gpio tegra-gpio wake21 for gpio=121(P:1)
[ 1.129386] tegra_nvdisp_handle_pd_enable: Unpowergated Head0 pd
[ 1.129763] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
[ 1.129808] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 37, base_baud = 0) is a TEGRA_UART
[ 1.129852] tegra_nvdisp_handle_pd_enable: Unpowergated Head2 pd
[ 1.138108] Parent Clock set for DC plld2
[ 1.138285] c280000.serial: ttyTHS2 at MMIO 0xc280000 (irq = 38, base_baud = 0) is a TEGRA_UART
[ 1.138586] serial-tegra 3130000.serial: RX in PIO mode
[ 1.139783] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 39, base_baud = 0) is a TEGRA_UART
[ 1.140963] [drm] Initialized
[ 1.156688] brd: module loaded
[ 1.194292] tegradc 15210000.nvdisplay: hdmi: tmds rate:148351K prod-setting:prod_c_hdmi_111m_223m
[ 1.194869] tegradc 15210000.nvdisplay: hdmi: get RGB quant from REG programmed by BL.
[ 1.194882] tegradc 15210000.nvdisplay: hdmi: get YCC quant from REG programmed by BL.
[ 1.202732] loop: module loaded
[ 1.202912] tegra_profiler: version: 1.134, samples/io: 47/26
[ 1.203085] tegra_profiler: auth: init
[ 1.203604] nct1008_nct72 7-004c: starting parse dt
[ 1.203695] nct1008_nct72 7-004c: !!!Found deprecated property!!!
[ 1.203702] nct1008_nct72 7-004c: success parsing dt
[ 1.203830] nct1008_nct72 7-004c: success in enabling tmp451 VDD rail
[ 1.204300] THERMAL EST: found 3 subdevs
[ 1.204307] THERMAL EST num_resources: 0
[ 1.204312] [THERMAL EST subdev 0]
[ 1.204320] [THERMAL EST subdev 1]
[ 1.204355] [THERMAL EST subdev 2]
[ 1.204768] thermal thermal_zone7: Registering thermal zone thermal_zone7 for type thermal-fan-est
[ 1.204773] THERMAL EST: thz register success.
[ 1.208965] THERMAL EST: end of probe, return err: 0
[ 1.210059] hisi_sas: driver version v1.6
[ 1.214259] tegra-ahci 3507000.ahci-sata: AHCI 0001.0301 32 slots 2 ports 3 Gbps 0x1 impl platform mode
[ 1.214272] tegra-ahci 3507000.ahci-sata: flags: 64bit ncq sntf pm led pmp pio slum part deso sadm apst
[ 1.215569] scsi host0: tegra_ahci
[ 1.220606] scsi host1: tegra_ahci
[ 1.220766] ata1: SATA max UDMA/133 mmio [mem 0x03507000-0x03508fff] port 0x100 irq 24
[ 1.220772] ata2: DUMMY
[ 1.222132] extcon-disp-state external-connection:disp-state: cable 47 state 1
[ 1.222137] Extcon AUX1(HDMI) enable
[ 1.227530] libphy: Fixed MDIO Bus: probed
[ 1.228129] tun: Universal TUN/TAP device driver, 1.6
[ 1.228133] tun: (C) 1999-2004 Max Krasnyansky maxk@qualcomm.com
[ 1.228789] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 1.228794] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.228828] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[ 1.228832] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 1.228863] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[ 1.228867] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 1.228900] Intel(R) 10GbE PCI Express Linux Network Driver - version 4.6.4
[ 1.228904] Copyright(c) 1999 - 2017 Intel Corporation.
[ 1.234642] eqos 2490000.ether_qos: can’t get pllrefe_vcoout clk (-2)
[ 1.235575] nct1008_nct72 7-004c: LOC shutdown limit 107
[ 1.236348] nct1008_nct72 7-004c: EXT shutdown limit 107
[ 1.238640] eqos 2490000.ether_qos: Setting local MAC: 0 4 4b f7 c 65
[ 1.238784] libphy: dwc_phy: probed
[ 1.239297] bcm54xx_low_power_mode(): put phy in iddq-lp mode
[ 1.242198] PPP generic driver version 2.4.2
[ 1.242459] PPP BSD Compression module registered
[ 1.242465] PPP Deflate Compression module registered
[ 1.242516] PPP MPPE Compression module registered
[ 1.242522] NET: Registered protocol family 24
[ 1.242627] usbcore: registered new interface driver r8152
[ 1.242719] usbcore: registered new interface driver asix
[ 1.242805] usbcore: registered new interface driver ax88179_178a
[ 1.242887] usbcore: registered new interface driver cdc_ether
[ 1.242968] usbcore: registered new interface driver net1080
[ 1.243051] usbcore: registered new interface driver cdc_subset
[ 1.243152] usbcore: registered new interface driver zaurus
[ 1.243250] usbcore: registered new interface driver cdc_ncm
[ 1.243591] VFIO - User Level meta-driver version: 0.3
[ 1.249308] ehci_hcd: USB 2.0 ‘Enhanced’ Host Controller (EHCI) Driver
[ 1.249330] ehci-pci: EHCI PCI platform driver
[ 1.249367] ohci_hcd: USB 1.1 ‘Open’ Host Controller (OHCI) Driver
[ 1.249376] ohci-pci: OHCI PCI platform driver
[ 1.249411] ohci-platform: OHCI generic platform driver
[ 1.254870] tegra-xusb 3530000.xhci: No USB port has OTG_CAP
[ 1.257428] usbcore: registered new interface driver uas
[ 1.257530] usbcore: registered new interface driver usb-storage
[ 1.257755] usbcore: registered new interface driver usbserial
[ 1.259096] tegra-xusb 3530000.xhci: Firmware timestamp: 2018-12-26 10:30:04 UTC, Version: 55.12 release
[ 1.261449] mousedev: PS/2 mouse device common for all mice
[ 1.261599] usbcore: registered new interface driver xpad
[ 1.269305] nct1008_nct72 7-004c: initial LOC temp: 34000
[ 1.269616] nct1008_nct72 7-004c: initial EXT temp: 47000
[ 1.270220] nct1008_nct72 7-004c: hi_b:-11, lo_b:0
[ 1.270679] gpio tegra-gpio-aon wake35 for gpio=16(V:0)
[ 1.270891] nct1008_nct72 7-004c: nct1008_probe: initialized
[ 1.311428] tegra-xusb 3530000.xhci: xHCI Host Controller
[ 1.311486] tegra-xusb 3530000.xhci: new USB bus registered, assigned bus number 1
[ 1.312346] tegra-xusb 3530000.xhci: hcc params 0x0184fd25 hci version 0x100 quirks 0x00050810
[ 1.312397] tegra-xusb 3530000.xhci: irq 69, io mem 0x03530000
[ 1.312616] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.312624] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.312631] usb usb1: Product: xHCI Host Controller
[ 1.312636] usb usb1: Manufacturer: Linux 4.9.140-tegra xhci-hcd
[ 1.312642] usb usb1: SerialNumber: 3530000.xhci
[ 1.313076] hub 1-0:1.0: USB hub found
[ 1.313172] hub 1-0:1.0: 4 ports detected
[ 1.313581] tegra-xusb 3530000.xhci: xHCI Host Controller
[ 1.313595] tegra-xusb 3530000.xhci: new USB bus registered, assigned bus number 2
[ 1.313814] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 1.313822] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.313828] usb usb2: Product: xHCI Host Controller
[ 1.313857] usb usb2: Manufacturer: Linux 4.9.140-tegra xhci-hcd
[ 1.313862] usb usb2: SerialNumber: 3530000.xhci
[ 1.314329] hub 2-0:1.0: USB hub found
[ 1.314419] hub 2-0:1.0: 3 ports detected
[ 1.355123] tegradc 15210000.nvdisplay: blank - powerdown
[ 1.376177] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[ 1.376972] i2c /dev entries driver
[ 1.379114] ov5693 2-0036: probing v4l2 sensor.
[ 1.379859] ov5693 2-0036: camera_common_regulator_get vana ERR: fffffffffffffdfb
[ 1.379911] ov5693 2-0036: camera_common_regulator_get vif ERR: fffffffffffffdfb
[ 1.379916] ov5693 2-0036: unable to power get
[ 1.379919] ov5693 2-0036: tegra camera driver registration failed
[ 1.379969] ov5693: probe of 2-0036 failed with error -14
[ 1.380648] max77620-power max77620-power: Event recorder REG_NVERC : 0x0
[ 1.386995] parse_throttle_dt_data: Num cap clks = 4
[ 1.387001] parse_throttle_dt_data: clk=mcpu type=1
[ 1.387005] parse_throttle_dt_data: clk=bcpu type=2
[ 1.387013] parse_throttle_dt_data: clk=gpu type=4
[ 1.387016] parse_throttle_dt_data: clk=emc type=3
[ 1.388185] tegra_throttle_probe: probe successful. #cdevs=4
[ 1.390085] device-mapper: uevent: version 1.0.3
[ 1.391216] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[ 1.394586] extcon-disp-state external-connection:disp-state: cable 47 state 0
[ 1.394588] Extcon AUX1(HDMI) disable
[ 1.396319] cpufreq: platform driver Initialization: pass
[ 1.396909] cpuidle: Initializing cpuidle driver init for Denver cluster
[ 1.397035] cpuidle: Initializing cpuidle driver init for A57 cluster
[ 1.397799] sdhci: Secure Digital Host Controller Interface driver
[ 1.397801] sdhci: Copyright(c) Pierre Ossman
[ 1.397803] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.399103] sdhci-tegra 3460000.sdhci: Client registration for eMC Successful
[ 1.401065] CMDQ: cmdq_platfm_init successful
[ 1.402208] CQE: CMD_TIMING bit set for R1B DCMD
[ 1.404887] sdhci-tegra 3440000.sdhci: Client registration for eMC Successful
[ 1.410128] sdhci-tegra 3400000.sdhci: Got CD GPIO
[ 1.410176] sdhci-tegra 3400000.sdhci: Got WP GPIO
[ 1.412015] sdhci-tegra 3400000.sdhci: Client registration for eMC Successful
[ 1.413819] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 255
[ 1.415675] usb usb1: usb_suspend_both: status 0
[ 1.416607] tegra_nvdisp_handle_pd_disable: Powergated Head2 pd
[ 1.416680] tegra_nvdisp_handle_pd_disable: Powergated Head1 pd
[ 1.417750] tegra_nvdisp_handle_pd_disable: Powergated Head0 pd
[ 1.418479] tegra-se-elp 3ad0000.se_elp: tegra_se_elp_probe: complete
[ 1.419685] tegra-se-nvhost 15810000.se: initialized
[ 1.420620] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[ 1.421367] tegra-se-nvhost 15820000.se: initialized
[ 1.422318] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[ 1.423020] tegra-se-nvhost 15830000.se: initialized
[ 1.423502] tegradc 15210000.nvdisplay: unblank
[ 1.423819] tegra-se-nvhost 15830000.se: tegra_se_probe: complete
[ 1.424766] tegra-se-nvhost 15840000.se: initialized
[ 1.425050] tegra_nvdisp_handle_pd_enable: Unpowergated Head0 pd
[ 1.425126] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
[ 1.425204] tegra_nvdisp_handle_pd_enable: Unpowergated Head2 pd
[ 1.425800] tegra-se-nvhost 15840000.se: tegra_se_probe: complete
[ 1.426025] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.426371] Parent Clock set for DC plld2
[ 1.426919] usbcore: registered new interface driver usbhid
[ 1.426920] usbhid: USB HID core driver
[ 1.429530] tegradc 15210000.nvdisplay: hdmi: tmds rate:148500K prod-setting:prod_c_hdmi_111m_223m
[ 1.430882] tegradc 15210000.nvdisplay: hdmi: get RGB quant from EDID.
[ 1.430891] tegradc 15210000.nvdisplay: hdmi: get YCC quant from EDID.
[ 1.432820] tegra186-cam-rtcpu b000000.rtcpu: Trace buffer configured at IOVA=0xbff00000
[ 1.435041] tegra-ivc ivc-b000000.rtcpu: region 0: iova=0xbfef0000-0xbfefdb7f size=56192
[ 1.435276] tegra-ivc ivc-b000000.rtcpu:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900
[ 1.435431] tegra-ivc ivc-b000000.rtcpu:i2c@480: i2c: ver=0 grp=1 RX[8x128]=0x1900-0x1d80 TX[8x128]=0x1d80-0x2200
[ 1.435629] tegra-ivc ivc-b000000.rtcpu:vinotify@12c0: vinotify: ver=0 grp=1 RX[64x128]=0x2200-0x4280 TX[64x128]=0x4280-0x6300
[ 1.436818] tegra-ivc ivc-b000000.rtcpu:mods@32c0: mods: ver=0 grp=1 RX[1x64]=0x6300-0x63c0 TX[1x64]=0x63c0-0x6480
[ 1.436955] tegra-ivc ivc-b000000.rtcpu:ivccontrol@52c0: ivccontrol: ver=0 grp=1 RX[16x320]=0x6480-0x7900 TX[16x320]=0x7900-0x8d80
[ 1.437022] tegra-ivc ivc-b000000.rtcpu:ivccapture@72c0: ivccapture: ver=0 grp=1 RX[16x64]=0x8d80-0x9200 TX[16x64]=0x9200-0x9680
[ 1.437082] tegra-ivc ivc-b000000.rtcpu:dbg@7c00: dbg: ver=0 grp=1 RX[1x384]=0x9680-0x9880 TX[1x384]=0x9880-0x9a80
[ 1.437224] tegra-ivc ivc-b000000.rtcpu:dbg@7e00: dbg: ver=0 grp=1 RX[1x8192]=0x9a80-0xbb00 TX[1x8192]=0xbb00-0xdb80
[ 1.437550] tegra186-cam-rtcpu b000000.rtcpu: using cam RTCPU IRQ (51)
[ 1.437552] tegra186-cam-rtcpu b000000.rtcpu: tegra_camrtc_mon_create is successful
[ 1.438624] tegra186-cam-rtcpu b000000.rtcpu: firmware version cpu=sce cmd=5 sha1=3ecb1dca25fa98771f988f238c025334776c9a96
[ 1.440324] tegra_aon c1a0000.aon: tegra aon driver probe OK
[ 1.440720] tegra186-aondbg aondbg: aondbg driver probe() OK
[ 1.440873] register_ari_mca_banks: Registered MCA ROC:IOB
[ 1.440938] register_ari_mca_banks: Registered MCA ROC:CCE
[ 1.441225] tegra18-bridge 2390000.axi2apb: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 1.441228] tegra18-bridge 2390000.axi2apb: enabled timeout = 11155000
[ 1.441229] tegra18-bridge 2390000.axi2apb: bridge probed OK
[ 1.441287] tegra18-bridge 23a0000.axi2apb: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 1.441289] tegra18-bridge 23a0000.axi2apb: enabled timeout = 11155000
[ 1.441290] tegra18-bridge 23a0000.axi2apb: bridge probed OK
[ 1.441340] tegra18-bridge 23b0000.axi2apb: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 1.441342] tegra18-bridge 23b0000.axi2apb: enabled timeout = 11155000
[ 1.441343] tegra18-bridge 23b0000.axi2apb: bridge probed OK
[ 1.441390] tegra18-bridge 23c0000.axi2apb: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 1.441392] tegra18-bridge 23c0000.axi2apb: enabled timeout = 11155000
[ 1.441393] tegra18-bridge 23c0000.axi2apb: bridge probed OK
[ 1.441440] tegra18-bridge 23d0000.axi2apb: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 1.441442] tegra18-bridge 23d0000.axi2apb: enabled timeout = 11155000
[ 1.441444] tegra18-bridge 23d0000.axi2apb: bridge probed OK
[ 1.441492] tegra18-bridge 2100000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 1.441496] tegra18-bridge 2100000.axip2p: enabled timeout = 11155000
[ 1.441497] tegra18-bridge 2100000.axip2p: bridge probed OK
[ 1.441548] tegra18-bridge 2110000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 1.441552] tegra18-bridge 2110000.axip2p: enabled timeout = 11155000
[ 1.441553] tegra18-bridge 2110000.axip2p: bridge probed OK
[ 1.441599] tegra18-bridge 2120000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 1.441603] tegra18-bridge 2120000.axip2p: enabled timeout = 11155000
[ 1.441604] tegra18-bridge 2120000.axip2p: bridge probed OK
[ 1.441649] tegra18-bridge 2130000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 1.441654] tegra18-bridge 2130000.axip2p: enabled timeout = 11155000
[ 1.441655] tegra18-bridge 2130000.axip2p: bridge probed OK
[ 1.441704] tegra18-bridge 2140000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 1.441706] tegra18-bridge 2140000.axip2p: enabled timeout = 11155000
[ 1.441707] tegra18-bridge 2140000.axip2p: bridge probed OK
[ 1.441755] tegra18-bridge 2150000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 1.441759] tegra18-bridge 2150000.axip2p: enabled timeout = 11155000
[ 1.441761] tegra18-bridge 2150000.axip2p: bridge probed OK
[ 1.441806] tegra18-bridge 2160000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 1.441810] tegra18-bridge 2160000.axip2p: enabled timeout = 11155000
[ 1.441812] tegra18-bridge 2160000.axip2p: bridge probed OK
[ 1.441858] tegra18-bridge 2170000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 1.441862] tegra18-bridge 2170000.axip2p: enabled timeout = 11155000
[ 1.441863] tegra18-bridge 2170000.axip2p: bridge probed OK
[ 1.441909] tegra18-bridge 2180000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 1.441913] tegra18-bridge 2180000.axip2p: enabled timeout = 11155000
[ 1.441915] tegra18-bridge 2180000.axip2p: bridge probed OK
[ 1.441962] tegra18-bridge 2190000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 1.441966] tegra18-bridge 2190000.axip2p: enabled timeout = 11155000
[ 1.441967] tegra18-bridge 2190000.axip2p: bridge probed OK
[ 1.442024] ** A57 ECC: Enabled
[ 1.442026] tegra18_a57_serr_init: on CPU 5 a A57 Core
[ 1.442097] tegra18x_actmon d230000.actmon: in actmon_register()…
[ 1.442547] tegra18x_actmon d230000.actmon: initialization Completed for the device mc_all
[ 1.442950] hw perfevents: enabled with denver15_uncore_pmu PMU driver, 3 counters available
[ 1.443060] denver_knobs_init:MTS_VERSION:43068234
[ 1.443407] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit with 64 bit addr
[ 1.444607] nvpmodel: initialized successfully
[ 1.446167] trusty-virtio trusty:virtio: initializing
[ 1.446269] trusty_ipc virtio0: vring0: va¶ ffffffc1e6bb0000(0) qsz 32 notifyid 1
[ 1.446274] trusty_ipc virtio0: vring1: va¶ ffffffc1e6bb2000(0) qsz 32 notifyid 2
[ 1.446333] trusty-virtio trusty:virtio: initializing done
[ 1.446424] trusty_ipc virtio0: is online
[ 1.447420] mmc1: SDHCI controller on 3440000.sdhci [3440000.sdhci] using ADMA 64-bit with 64 bit addr
[ 1.447979] usbcore: registered new interface driver snd-usb-audio
[ 1.462668] input: tegra-hda HDMI/DP,pcm=3 as /devices/3510000.hda/sound/card0/input0
[ 1.462789] input: tegra-hda HDMI/DP,pcm=7 as /devices/3510000.hda/sound/card0/input1
[ 1.463548] gpio tegra-gpio wake71 for gpio=125(P:5)
[ 1.463618] mmc2: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit with 64 bit addr
[ 1.466979] extcon-disp-state external-connection:disp-state: cable 47 state 1
[ 1.466982] Extcon AUX1(HDMI) enable
[ 1.475863] OPE platform probe
[ 1.475926] OPE platform probe successful
[ 1.481066] u32 classifier
[ 1.481069] Actions configured
[ 1.481170] Initializing XFRM netlink socket
[ 1.482796] NET: Registered protocol family 10
[ 1.484120] NET: Registered protocol family 17
[ 1.484133] NET: Registered protocol family 15
[ 1.484348] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 1.484466] Bluetooth: RFCOMM socket layer initialized
[ 1.484490] Bluetooth: RFCOMM ver 1.11
[ 1.484496] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 1.484502] Bluetooth: HIDP socket layer initialized
[ 1.484542] 9pnet: Installing 9P2000 support
[ 1.484586] Key type dns_resolver registered
[ 1.484832] Registered cp15_barrier emulation handler
[ 1.484847] Registered setend emulation handler
[ 1.485466] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[ 1.486330] registered taskstats version 1
[ 1.489256] mmc0: mmc_decode_ext_csd: CMDQ supported: depth: 31, cmdq_support: 1
[ 1.491484] isp 15600000.isp: initialized
[ 1.497857] nvcsi 150c0000.nvcsi: initialized
[ 1.502013] en-vdd-cam: 1800 mV
[ 1.503518] vdd-hdmi: 5000 mV
[ 1.504323] en-vdd-ts-1v8: 1800 mV
[ 1.505180] en-vdd-ts-hv-3v3: 3300 mV
[ 1.505578] en-vdd-disp-3v3: 3300 mV
[ 1.505972] en-mdm-pwr-3v7: 3700 mV
[ 1.506388] en-vdd-disp-1v8: 1800 mV
[ 1.506596] mmc0: periodic cache flush enabled
[ 1.506609] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[ 1.506892] en-vdd-cam-hv-2v8: 2800 mV
[ 1.507144] mmcblk0: mmc0:0001 DG4032 29.1 GiB
[ 1.507384] en-vdd-cam-1v2: 1200 mV
[ 1.507494] mmcblk0boot0: mmc0:0001 DG4032 partition 1 4.00 MiB
[ 1.507691] mmcblk0boot1: mmc0:0001 DG4032 partition 2 4.00 MiB
[ 1.507829] vdd-fan: 5000 mV
[ 1.507890] mmcblk0rpmb: mmc0:0001 DG4032 partition 3 4.00 MiB
[ 1.507963] tegra-vi4 15700000.vi: initialized
[ 1.508436] dis-vdd-1v2: 1200 mV
[ 1.508854] vdd-usb2-5v: 5000 mV
[ 1.509143] tegra-vi4 15700000.vi: subdev 150c0000.nvcsi–1 bound
[ 1.509357] en-vdd-sys: 1200 mV
[ 1.509999] gpio tegra-gpio-aon wake29 for gpio=56(FF:0)
[ 1.510067] gpio tegra-gpio-aon wake67 for gpio=57(FF:1)
[ 1.510129] gpio tegra-gpio-aon wake68 for gpio=58(FF:2)
[ 1.510298] input: gpio-keys as /devices/gpio-keys/input/input2
[ 1.510518] hctosys: unable to open rtc device (rtc1)
[ 1.511786] mmcblk mmc0:0001: Card claimed for testing.
[ 1.513749] 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
[ 1.534716] ata1: SATA link down (SStatus 0 SControl 300)
[ 1.544195] bpmp: mounted debugfs mirror
[ 1.546120] bwmgr: missing cdev-type property
[ 1.551576] spmic-ldo0: disabling
[ 1.551775] spmic-ldo1: disabling
[ 1.551930] en-vdd-sd: disabling
[ 1.551932] vdd-usb0-5v: disabling
[ 1.551934] vdd-usb1-5v: disabling
[ 1.551936] vdd-3v3: disabling
[ 1.551939] en-vdd-vcm-2v8: disabling
[ 1.551941] vdd-sys-bl: disabling
[ 1.551943] en-vdd-cam: disabling
[ 1.551946] en-vdd-disp-3v3: disabling
[ 1.551948] en-mdm-pwr-3v7: disabling
[ 1.551951] en-vdd-disp-1v8: disabling
[ 1.551953] en-vdd-cam-hv-2v8: disabling
[ 1.551955] en-vdd-cam-1v2: disabling
[ 1.551957] vdd-fan: disabling
[ 1.551959] vdd-usb2-5v: disabling
[ 1.551961] en-vdd-sys: disabling
[ 1.551964] ALSA device list:
[ 1.551968] #0: tegra-hda at 0x3518000 irq 381
[ 1.693749] mmc1: hw tuning done …
[ 1.700889] mmc1: new ultra high speed SDR104 SDIO card at address 0001
[ 1.895167] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[ 1.897203] tegra-pcie 10003000.pcie-controller: link 0 down, ignoring
[ 2.301845] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[ 2.708616] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[ 3.115280] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[ 3.117315] tegra-pcie 10003000.pcie-controller: link 2 down, ignoring
[ 3.323544] tegra-pcie 10003000.pcie-controller: PCIE: no end points detected
[ 3.323861] tegra-pcie 10003000.pcie-controller: PCIE: Disable power rails
[ 3.495684] extcon-disp-state external-connection:disp-state: cable 40 state 1
[ 3.495686] Extcon HDMI: HPD enabled
[ 3.495698] tegradc 15210000.nvdisplay: hdmi: plugged
[ 3.497595] Freeing unused kernel memory: 8576K
[ 3.529628] L4T-INITRD Build DATE: Thu Jan 1 00:00:03 UTC 1970
[ 3.537819] Root device found: mmcblk0p1
[ 3.539551] Found dev node: /dev/mmcblk0p1
[ 3.646023] EXT4-fs (mmcblk0p1): 6 orphan inodes deleted
[ 3.646029] EXT4-fs (mmcblk0p1): recovery complete
[ 3.651425] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[ 3.652927] Rootfs mounted over mmcblk0p1
[ 3.687548] Switching from initrd to actual rootfs
[ 3.810418] systemd[1]: System time before build time, advancing clock.
[ 3.842342] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 3.885470] cgroup: cgroup2: unknown option “nsdelegate”
[ 3.916156] 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)
[ 3.919237] systemd[1]: Detected architecture arm64.
[ 4.010998] systemd[1]: Set hostname to .
[ 4.102351] 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.
[ 4.102376] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[ 4.285679] random: systemd: uninitialized urandom read (16 bytes read)
[ 4.289203] systemd[1]: Created slice User and Session Slice.
[ 4.289570] random: systemd: uninitialized urandom read (16 bytes read)
[ 4.291095] systemd[1]: Created slice System Slice.
[ 4.291214] random: systemd: uninitialized urandom read (16 bytes read)
[ 4.291855] systemd[1]: Listening on Journal Socket.
[ 4.296620] systemd[1]: Mounting POSIX Message Queue File System…
[ 4.296961] systemd[1]: Reached target Slices.
[ 4.333964] gpio tegra-gpio-aon wake30 for gpio=60(FF:4)
[ 4.356343] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
[ 4.387386] random: crng init done
[ 4.387391] random: 7 urandom warning(s) missed due to ratelimiting
[ 4.435541] Wake76 for irq=199
[ 4.435548] Wake77 for irq=199
[ 4.435550] Wake78 for irq=199
[ 4.435552] Wake79 for irq=199
[ 4.435555] Wake80 for irq=199
[ 4.435557] Wake81 for irq=199
[ 4.435559] Wake82 for irq=199
[ 4.435592] tegra-xusb 3530000.xhci: Upgrade port 0 to USB3.0
[ 4.435597] tegra-xusb 3530000.xhci: Upgrade port 1 to USB3.0
[ 4.535816] usb usb2: usb_suspend_both: status 0
[ 4.657174] systemd-journald[2168]: Received request to flush runtime journal from PID 1
[ 5.526405] dhd_module_init in
[ 5.526475] found wifi platform device bcmdhd_wlan
[ 5.527844] wifi_platform_get_country_code_map: could not get country_code_map
[ 5.527849] wifi_plat_dev_drv_probe:platform country code map is not available
[ 5.528596] Power-up adapter ‘DHD generic adapter’
[ 5.528632] wifi_platform_set_power = 1
[ 5.735408] wifi_platform_bus_enumerate device present 1
[ 5.755181] wifi_platform_bus_enumerate device present 0
[ 5.756011] F1 signature read @0x18000000=0x17214354
[ 5.762778] F1 signature OK, socitype:0x1 chip:0x4354 rev:0x1 pkg:0x2
[ 5.775680] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
[ 5.775809] wifi_platform_get_mac_addr
[ 5.779470] ids dhd_log_netlink_init
[ 5.780228] wl_create_event_handler(): thread:wl_event_handler:1122 started
[ 5.780231] wl_event_handler :
[ 5.780233] tsk Enter, tsk = 0xffffffc1e0e81a90
[ 5.782268] dhd_attach(): thread:dhd_watchdog_thread:1124 started
[ 5.783437] dhd_attach(): thread:dhd_dpc:1125 started
[ 5.784082] dhd_attach(): thread:dhd_rxf:1127 started
[ 5.784091] dhd_deferred_work_init: work queue initialized
[ 5.784568]
Dongle Host Driver, version 1.201.82 (r)
Compiled from
[ 5.784944] Register interface [wlan0] MAC: 00:04:4b:f7:0c:63

[ 5.784949] dhd_prot_ioctl : bus is down. we have nothing to do
[ 5.785071] sdhci-tegra 3440000.sdhci: Tuning done, restoring the best tap value : 63
[ 5.786114] wifi_platform_set_power = 0
[ 6.987470] tegra-xusb 3530000.xhci: entering ELPG
[ 6.990916] tegra-xusb 3530000.xhci: entering ELPG done
[ 10.718889] nvgpu: 17000000.gp10b railgate_enable_store:283 [INFO] railgate is disabled.
[ 10.951933] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 11.048333] gpio tegra-gpio wake18 for gpio=101(M:5)
[ 11.050370] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 11.061677] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 11.061800]

           Dongle Host Driver, version 1.201.82 (r)
           Compiled from 

[ 11.061809] wl_android_wifi_on in
[ 11.061813] wifi_platform_set_power = 1
[ 11.181670] zram: Added device: zram0
[ 11.184787] zram: Added device: zram1
[ 11.187484] zram: Added device: zram2
[ 11.188266] zram: Added device: zram3
[ 11.190609] zram: Added device: zram4
[ 11.191955] zram: Added device: zram5
[ 11.229828] zram0: detected capacity change from 0 to 686133248
[ 11.273082] vdd-1v8: voltage operation not allowed
[ 11.278176] sdhci-tegra 3440000.sdhci: could not set regulator OCR (-1)
[ 11.292970] Adding 670048k swap on /dev/zram0. Priority:5 extents:1 across:670048k SS
[ 11.296206] zram1: detected capacity change from 0 to 686133248
[ 11.304626] vdd-1v8: voltage operation not allowed
[ 11.309684] sdhci-tegra 3440000.sdhci: could not set regulator OCR (-1)
[ 11.321940] Adding 670048k swap on /dev/zram1. Priority:5 extents:1 across:670048k SS
[ 11.333364] zram2: detected capacity change from 0 to 686133248
[ 11.340509] vdd-1v8: voltage operation not allowed
[ 11.345465] sdhci-tegra 3440000.sdhci: could not set regulator OCR (-1)
[ 11.345652] Adding 670048k swap on /dev/zram2. Priority:5 extents:1 across:670048k SS
[ 11.349261] zram3: detected capacity change from 0 to 686133248
[ 11.355637] vdd-1v8: voltage operation not allowed
[ 11.358394] Adding 670048k swap on /dev/zram3. Priority:5 extents:1 across:670048k SS
[ 11.360598] sdhci-tegra 3440000.sdhci: could not set regulator OCR (-1)
[ 11.362734] zram4: detected capacity change from 0 to 686133248
[ 11.376459] Adding 670048k swap on /dev/zram4. Priority:5 extents:1 across:670048k SS
[ 11.380333] zram5: detected capacity change from 0 to 686133248
[ 11.392014] Adding 670048k swap on /dev/zram5. Priority:5 extents:1 across:670048k SS
[ 11.533796] vdd-1v8: voltage operation not allowed
[ 11.538755] sdhci-tegra 3440000.sdhci: could not set regulator OCR (-1)
[ 11.547258] vdd-1v8: voltage operation not allowed
[ 11.552123] sdhci-tegra 3440000.sdhci: could not set regulator OCR (-1)
[ 11.560841] vdd-1v8: voltage operation not allowed
[ 11.565720] sdhci-tegra 3440000.sdhci: could not set regulator OCR (-1)
[ 11.572474] sdhci-tegra 3440000.sdhci: Tuning done, restoring the best tap value : 63
[ 11.576530] F1 signature read @0x18000000=0x17214354
[ 11.584304] F1 signature OK, socitype:0x1 chip:0x4354 rev:0x1 pkg:0x2
[ 11.584912] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
[ 11.693822] dhdsdio_write_vars: Download, Upload and compare of NVRAM succeeded.
[ 11.759557] dhd_bus_init: enable 0x06, ready 0x06 (waited 0us)
[ 11.759840] gpio tegra-gpio-aon wake69 for gpio=59(FF:3)
[ 11.759900] gpio tegra-gpio-aon wake69 for gpio=59(FF:3)
[ 11.759902] Enabling wake69
[ 11.761188] wifi_platform_get_mac_addr
[ 11.762930] Firmware up: op_mode=0x0005, MAC=00:04:4b:f7:0c:63
[ 11.767689] clm path from default:/lib/firmware/brcm/bcmdhd.clm_blob
[ 11.767727] Skipping the clm download. len:0 memblk: (null)
[ 11.770061] dhd_preinit_ioctls pspretend_threshold for HostAPD failed -23
[ 11.778319] Firmware version = wl0: May 17 2019 16:59:40 version 7.35.349.79 (r714996 CY) FWID 01-e527e2ad
[ 11.780877] dhd_interworking_enable: failed to set WNM info, ret=-23
[ 11.914830] CFGP2P-ERROR) wl_cfgp2p_add_p2p_disc_if :
[ 11.914835] P2P interface registered
[ 11.927425] WLC_E_IF: NO_IF set, event Ignored
[ 11.945394] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 12.325424] tegradc 15210000.nvdisplay: blank - powerdown
[ 12.383869] extcon-disp-state external-connection:disp-state: cable 47 state 0
[ 12.383883] Extcon AUX1(HDMI) disable
[ 12.403977] tegra_nvdisp_handle_pd_disable: Powergated Head2 pd
[ 12.404081] tegra_nvdisp_handle_pd_disable: Powergated Head1 pd
[ 12.404672] tegra_nvdisp_handle_pd_disable: Powergated Head0 pd
[ 12.404881] tegradc 15210000.nvdisplay: unblank
[ 12.405927] tegra_nvdisp_handle_pd_enable: Unpowergated Head0 pd
[ 12.406253] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
[ 12.406346] tegra_nvdisp_handle_pd_enable: Unpowergated Head2 pd
[ 12.407789] Parent Clock set for DC plld2
[ 12.411458] tegradc 15210000.nvdisplay: hdmi: tmds rate:148500K prod-setting:prod_c_hdmi_111m_223m
[ 12.412860] tegradc 15210000.nvdisplay: hdmi: get RGB quant from EDID.
[ 12.412888] tegradc 15210000.nvdisplay: hdmi: get YCC quant from EDID.
[ 12.449585] extcon-disp-state external-connection:disp-state: cable 47 state 1
[ 12.449590] Extcon AUX1(HDMI) enable
[ 12.449892] tegradc 15210000.nvdisplay: unblank
[ 14.317186] fuse init (API version 7.26)
[ 80.696977] extcon-disp-state external-connection:disp-state: cable 47 state 0
[ 80.696990] Extcon AUX1(HDMI) disable
[ 80.720927] tegra_nvdisp_handle_pd_disable: Powergated Head2 pd
[ 80.721038] tegra_nvdisp_handle_pd_disable: Powergated Head1 pd
[ 80.721653] tegra_nvdisp_handle_pd_disable: Powergated Head0 pd
[ 80.722339] tegradc 15210000.nvdisplay: blank - powerdown
[ 80.722484] extcon-disp-state external-connection:disp-state: cable 40 state 0
[ 80.722489] Extcon HDMI: HPD disabled
[ 80.722616] tegradc 15210000.nvdisplay: hdmi: unplugged
[ 80.727467] tegradc 15210000.nvdisplay: blank - powerdown
[ 80.727478] tegradc 15210000.nvdisplay: unblank
[ 80.727493] tegradc 15210000.nvdisplay: unblank
[ 738.993148] tegradc 15210000.nvdisplay: blank - powerdown
[ 738.993171] tegradc 15210000.nvdisplay: unblank
[ 738.993903] tegra_nvdisp_handle_pd_enable: Unpowergated Head0 pd
[ 738.994019] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
[ 738.994118] tegra_nvdisp_handle_pd_enable: Unpowergated Head2 pd
[ 738.995766] Parent Clock set for DC plld2
[ 738.999870] tegradc 15210000.nvdisplay: hdmi: tmds rate:148500K prod-setting:prod_c_hdmi_111m_223m
[ 739.001267] tegradc 15210000.nvdisplay: hdmi: get RGB quant from EDID.
[ 739.001276] tegradc 15210000.nvdisplay: hdmi: get YCC quant from EDID.
[ 739.037987] extcon-disp-state external-connection:disp-state: cable 47 state 1
[ 739.037993] Extcon AUX1(HDMI) enable
[ 739.038113] extcon-disp-state external-connection:disp-state: cable 40 state 1
[ 739.038118] Extcon HDMI: HPD enabled
[ 739.038152] tegradc 15210000.nvdisplay: hdmi: plugged
[ 739.044513] tegradc 15210000.nvdisplay: blank - powerdown
[ 739.101738] extcon-disp-state external-connection:disp-state: cable 47 state 0
[ 739.101742] Extcon AUX1(HDMI) disable
[ 739.122877] tegra_nvdisp_handle_pd_disable: Powergated Head2 pd
[ 739.122981] tegra_nvdisp_handle_pd_disable: Powergated Head1 pd
[ 739.123771] tegra_nvdisp_handle_pd_disable: Powergated Head0 pd
[ 739.124155] tegradc 15210000.nvdisplay: unblank
[ 739.124979] tegra_nvdisp_handle_pd_enable: Unpowergated Head0 pd
[ 739.125301] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
[ 739.125412] tegra_nvdisp_handle_pd_enable: Unpowergated Head2 pd
[ 739.126248] Parent Clock set for DC plld2
[ 739.132394] tegradc 15210000.nvdisplay: hdmi: tmds rate:148500K prod-setting:prod_c_hdmi_111m_223m
[ 739.133737] tegradc 15210000.nvdisplay: hdmi: get RGB quant from EDID.
[ 739.133746] tegradc 15210000.nvdisplay: hdmi: get YCC quant from EDID.
[ 739.169718] extcon-disp-state external-connection:disp-state: cable 47 state 1
[ 739.169724] Extcon AUX1(HDMI) enable
[ 739.169837] tegradc 15210000.nvdisplay: unblank
[ 748.010770] tegra-xusb 3530000.xhci: exiting ELPG
[ 748.015064] tegra-xusb 3530000.xhci: Firmware timestamp: 2018-12-26 10:30:04 UTC, Version: 55.12 release
[ 748.016315] tegra-xusb 3530000.xhci: exiting ELPG done
[ 748.248133] usb 2-1: new SuperSpeed USB device number 2 using tegra-xusb
[ 748.273166] usb 2-1: New USB device found, idVendor=05e3, idProduct=0617
[ 748.273188] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 748.273205] usb 2-1: Product: USB3.0 Hub
[ 748.273219] usb 2-1: Manufacturer: GenesysLogic
[ 748.281581] hub 2-1:1.0: USB hub found
[ 748.282069] hub 2-1:1.0: 4 ports detected
[ 748.387489] usb 1-2: new high-speed USB device number 2 using tegra-xusb
[ 748.416629] usb 1-2: New USB device found, idVendor=05e3, idProduct=0610
[ 748.416651] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 748.416668] usb 1-2: Product: USB2.0 Hub
[ 748.416681] usb 1-2: Manufacturer: GenesysLogic
[ 748.418876] hub 1-2:1.0: USB hub found
[ 748.419635] hub 1-2:1.0: 4 ports detected
[ 748.576100] usb 2-1.1: new SuperSpeed USB device number 3 using tegra-xusb
[ 748.599033] usb 2-1.1: New USB device found, idVendor=05e3, idProduct=0617
[ 748.599048] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 748.599059] usb 2-1.1: Product: USB3.0 Hub
[ 748.599069] usb 2-1.1: Manufacturer: GenesysLogic
[ 748.603505] hub 2-1.1:1.0: USB hub found
[ 748.603837] hub 2-1.1:1.0: 4 ports detected
[ 748.719507] usb 1-2.1: new high-speed USB device number 3 using tegra-xusb
[ 748.731523] usb 2-1.1: usb_suspend_both: status 0
[ 748.748646] usb 1-2.1: New USB device found, idVendor=05e3, idProduct=0610
[ 748.748666] usb 1-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 748.748681] usb 1-2.1: Product: USB2.0 Hub
[ 748.748694] usb 1-2.1: Manufacturer: GenesysLogic
[ 748.750612] hub 1-2.1:1.0: USB hub found
[ 748.751063] hub 1-2.1:1.0: 4 ports detected
[ 748.783500] usb 2-1: usb_suspend_both: status 0
[ 748.783853] usb usb2: usb_suspend_both: status 0
[ 748.883511] usb 1-2.1: usb_suspend_both: status 0
[ 748.923482] usb 1-2: usb_suspend_both: status 0
[ 749.039483] usb 1-2: usb_suspend_both: status 0
[ 749.363916] usb 1-2: reset high-speed USB device number 2 using tegra-xusb
[ 749.364393] usb 1-2: Device not responding to setup address.
[ 749.575948] usb 1-2: Device not responding to setup address.
[ 749.787499] usb 1-2: device not accepting address 2, error -71
[ 749.911709] usb 1-2: reset high-speed USB device number 2 using tegra-xusb
[ 750.235914] usb 1-2.1: reset high-speed USB device number 3 using tegra-xusb
[ 750.395484] usb 1-2.1: usb_suspend_both: status 0
[ 750.396648] usb 1-2: usb_suspend_both: status -16
[ 750.799487] usb 1-2.2: new low-speed USB device number 4 using tegra-xusb
[ 750.824250] usb 1-2.2: New USB device found, idVendor=093a, idProduct=2510
[ 750.824271] usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 750.824286] usb 1-2.2: Product: USB Optical Mouse
[ 750.824300] usb 1-2.2: Manufacturer: PixArt
[ 750.827991] input: PixArt USB Optical Mouse as /devices/3530000.xhci/usb1/1-2/1-2.2/1-2.2:1.0/0003:093A:2510.0001/input/input3
[ 750.828316] hid-generic 0003:093A:2510.0001: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-3530000.xhci-2.2/input0
[ 751.315459] usb 1-2.4: new low-speed USB device number 5 using tegra-xusb
[ 751.341827] usb 1-2.4: New USB device found, idVendor=1a2c, idProduct=2124
[ 751.341849] usb 1-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 751.341865] usb 1-2.4: Product: USB Keyboard
[ 751.341878] usb 1-2.4: Manufacturer: SEM
[ 751.346686] input: SEM USB Keyboard as /devices/3530000.xhci/usb1/1-2/1-2.4/1-2.4:1.0/0003:1A2C:2124.0002/input/input4
[ 751.404868] hid-generic 0003:1A2C:2124.0002: input,hidraw1: USB HID v1.10 Keyboard [SEM USB Keyboard] on usb-3530000.xhci-2.4/input0
[ 751.408615] input: SEM USB Keyboard as /devices/3530000.xhci/usb1/1-2/1-2.4/1-2.4:1.1/0003:1A2C:2124.0003/input/input5
[ 751.468967] hid-generic 0003:1A2C:2124.0003: input,hidraw2: USB HID v1.10 Device [SEM USB Keyboard] on usb-3530000.xhci-2.4/input1

FYI, each numeric entry in that first column is the cumulative time in boot. What you are looking for are sudden jumps in time, rather than tiny increments. So this could be ignored and there is no need to even examine what it does due to short increment in time:

(which you wouldn’t get rid of anyway because it is loading firmware and booting CPU cores)

You’d probably want to ignore anything before this anyway since it is all prior to the init system beginning its real work (so what shows up after 0.87 seconds is what you have more control over):

Now if you go to that point in the log, and just use your mouse scroll wheel to scroll through at some consistent rate, then you might notice larger jumps, for example:

…note that mmc tuning is not something you could avoid, but time to complete scanning PCIe for endpoints is around “3.332381 - 1.700889” seconds (1.631492 sec). If you know you will not have any PCIe devices, then perhaps you could save 1.6 seconds by disabling any attempt to scan PCI. Considering how important PCI is, and how invasive it might be to disable PCI, it is unlikely you’d want to save 1.6 seconds dealing with that. But it illustrates that scanning for devices is significant in time cost.

WiFi was already mentioned elsewhere, and if you don’t need it, then you could disable WiFi. This is simple and common relative to something like PCIe enumeration. In a normal setup loading drivers and firmware for WiFi doesn’t take a lot of time, but if Network Manager is used to bring up or scan for WiFi at the moment of a GUI login, then this latter login overhead would be eliminated if WiFi did not have a driver loaded and basically did not exist as far as the GUI is concerned.

This might seem like a problem, but in reality it is not:

…the time between ending USB setup and GPU is large at “10.718889 - 6.990916” seconds (3.727973 sec), but this is the GPU setting up. Even if you don’t use X/GUI graphics you would still need the GPU to function if you want to use CUDA.

On the other hand you could consider X11 part of the boot time which occurs after the GPU is initialized as something you can control to some extent. You mentioned:

…and this would indeed help if xfce4 takes less time and also actually works. It might be worth pursuing the errors you get trying to log in under xfce4.

This probably could use some elaboration:

…it appears that about a minute after GUI is up the display is going into low power mode from inactivity. This content is irrelevant because presumably the GUI is up and available, but simply timed out after a minute of inactivity. Most of what you are concerned with will occur prior to this unless you are also considering the time it takes to log in to the GUI.

I don’t see any particularly large gaps you can get rid of. If the boot media were faster, then boot would be faster, e.g., a fast SSD instead of eMMC. However, that isn’t trivial.

I didn’t see network setup, but if you did use the network (for example, wired), then using a static address is faster than waiting for a DHCP response from a router (and is also impractical except under private networks).

NVIDIA would have to comment on this, but in some cases where a logo is showing boot is continuing and seeing the logo does not necessarily mean boot has paused while showing the logo. Don’t know for sure, I’d be interested in knowing that myself.

You have not said anything about your use case, and so other than “making it faster” we have no knowledge of what you are trying to accomplish. Maybe if you gave details on what you need to occur and the environment that is booting (e.g., with wired network or not) it might be easier to answer.

Hi,

Here is dmesg but I don’t understand from it how much time is taking in each component

Actually, there are still logs before kernel. That also counts in boot time.

Please dump the serial console log from uart and you will be able to check that.

WiFi was already mentioned elsewhere, and if you don’t need it, then you could disable WiFi…

-No need for wifi/ I connect via ethernet to a private network, however (not internet - another computer)/ I’ve tried disabling/masking the wifi service through the systemctl command, but haven’t noticed a difference. Is there a different/better way to do this?

and this would indeed help if xfce4 takes less time and also actually works. It might be worth pursuing the errors you get trying to log in under xfce4.

-I tryed installing xfce4 but after installed and restart system the login screen dont’ has session option to enter xfce4. Not sure why. Is it posible to set deafult desktop envoirment as xfce4 in Tx2. If so, what is the correct way to do so?

You have not said anything about your use case, and so other than “making it faster” we have no knowledge of what you are trying to accomplish.

Use case: the tx2 is running a single, python-case application with a GUI that includes live video from a USB camera. In addition, it is connected via ethernet to another computer, forming a small network. No need for internet or other programs to run or be open. No connection to wifi or bluetooth, no sound needed. The application is full screen. We were considering getting rid of the desktop environment and installing a windows manager instead. Does this seem like a reasonable direction?

I do not know enough to actually provide details, but gstreamer does have different “sinks” which can be used instead of displaying to the X11 GUI environment. Someone else will need to provide details for this.

Hi Malikov!

There are several tricks to reduce the boot time of your system. The trick is to get rid off what you won´t need for your final application. So, for example if you don´t need Wifi don´t load it. You are on a good way until now by removing unnecessary things. So, you can customize your kernel image by removing drivers for things that you will not need and save some seconds at boot time.

You can get extra time reductions by around 3 seconds by setting the bootcount to 0. Uboot usually waits 3 seconds for any user input to interrupt the boot and enters into bootloder configuration. You can verify this and modify the u-boot environment variable that defines it. You must connect trough the TX2 using a FTDI serial cable over the UART port at connector J21. Take a look at this link for reference: https://www.jetsonhacks.com/2017/03/24/serial-console-nvidia-jetson-tx2/

Based on your use case of just executing a python application with a GUI that displays video from an USB camera at full screen, I will suggest to disable the Ubuntu desktop GUI. This will saves you a lot of time at start up.

You can render directly to the framebuffer of the TX2 and display your application at full screen by using GStreamer nvoverlaysink for example. So, you don’t need a windows manager or anything from the Ubuntu GUI.

Systemd is the main init system. And to disable the X desktop (GUI), need to disable the display manager service. There are different kinds of display managers available (gdm, kdm & lightdm) and TX2 uses lightdm as the display manager. By using systemd we can disable the GUI.

Follow these steps to disable Ubuntu GUI:

  1. Stops the lightdm service:
    sudo systemctl stop lightdm

  2. To permanently remove/disable the Ubuntu desktop GUI load, it is necessary to modify the /etc/systemd/nvfb.sh file, by removing the following line:
    service lightdm restart

  3. Also, you could add the following command on the /etc/rc.local file, so it will be executed automatically on startup:
    sudo systemctl stop lightdm

  4. Another option is to rename or change the permissions of the following file, so the system can’t find it:
    /usr/sbin/lightdm

By just running the above steps, when the ubuntu desktop is disabled a console on the HDMI output appears. That console shows some ubuntu login messages and other log messages. That terminal could be very annoying if you want to run an app on startup and don´t want those messages to be shown before your app is launched.

So, to disable or remove that console you must run the following commands:

Xorg &                # launches the display server
export DISPLAY=:0.0   # Configures the output display

If you want to run an app at startup you could add the above commands and the call to the app script to the /etc/rc.local file. It should be something like that:

#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.

Xorg &
export DISPLAY=:0.0
/home/ubuntu/pipeline.sh &

exit 0

Your application should render directly to the TX2 framebuffer to get something visible at the display, you can easily achieve that by using GStreamer nvoverlaysink element.

If you are interested in more information about how to embedded a custom GUI into your camera stream using GStreamer, you may find useful the following link:

I hope this information helps you.