Tx2-nx has display question

jetson tx2-nx, myself carrier-board. but when run in ubuntu OS, xrandr only 6 modes for display-resolutions. the max is 1280x720. but my LCD is 1920x1080, how can i add new display-resolution to my-board?

This is not a problem of “how to add mode”. The problem is why the mode is gone.

This sounds not some new issue.
I believe this is just another hardware design problem with edid read. Check your hardware design for this part.

If you suspect what I said, dump your dmesg and attach it here.

dmesg log is here.

[ 0.000000] Booting Linux on physical CPU 0x100
[ 0.000000] Linux version 4.9.201-tegra (nl@NL) (gcc version 7.3.1 20180425 [linaro-7.3-2018.05 revision d29120a424ecfbc167ef90065c0eeb7f91977701] (Linaro GCC 7.3-2018.05) ) #5 SMP PREEMPT Tue Dec 7 10:37:08 CST 2021
[ 0.000000] Boot CPU: AArch64 Processor [411fd073]
[ 0.000000] OF: fdt:memory scan node memory@80000000, reg size 80,
[ 0.000000] OF: fdt: - 80000000 , 70000000
[ 0.000000] OF: fdt: - f0200000 , 85600000
[ 0.000000] OF: fdt: - 175e00000 , 200000
[ 0.000000] OF: fdt: - 176600000 , 200000
[ 0.000000] OF: fdt: - 177000000 , 200000
[ 0.000000] earlycon: uart8250 at MMIO32 0x0000000003100000 (options ‘’)
[ 0.000000] bootconsole [uart8250] enabled
[ 0.000000] Found tegra_fbmem: 00800000@96081000
[ 0.000000] Found lut_mem: 00002008@9607e000
[ 0.000000] OF: fdt:Reserved memory: failed to reserve memory for node ‘fb1_carveout’: base 0x0000000000000000, size 0 MiB
[ 0.000000] OF: fdt:Reserved memory: failed to reserve memory for node ‘fb1_carveout’: base 0x0000000000000000, size 0 MiB
[ 0.000000] OF: fdt:Reserved memory: failed to reserve memory for node ‘fb2_carveout’: base 0x0000000000000000, size 0 MiB
[ 0.000000] OF: fdt:Reserved memory: failed to reserve memory for node ‘fb2_carveout’: base 0x0000000000000000, size 0 MiB
[ 0.000000] OF: reserved mem: initialized node vpr-carveout, compatible id nvidia,vpr-carveout
[ 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: 1004541
[ 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: 7624 pages used for memmap
[ 0.000000] Normal zone: 482816 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 24 pages/cpu s57560 r8192 d32552 u98304
[ 0.000000] pcpu-alloc: s57560 r8192 d32552 u98304 alloc=24*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: 988725
[ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 isolcpus=1-2 video=tegrafb no_console_suspend=1 earlycon=uart8250,mmio32,0x3100000 nvdumper_reserved=0x1772e0000 gpt rootfs.slot_suffix= tegra_fbmem=0x800000@0x96081000 lut_mem=0x2008@0x9607e000 usbcore.old_scheme_first=1 tegraid=18.1.2.0.0 maxcpus=6 boot.slot_suffix= boot.ratchetvalues=0.2031647.1 vpr_resize bl_prof_dataptr=0x10000@0x175840000 sdhci_tegra.en_boot_part_access=1 quiet root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 isolcpus=1-2
[ 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: 29284(89%)
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.000000] Memory: 3148248K/4018164K available (15294K kernel code, 2894K rwdata, 6648K rodata, 8576K init, 609K bss, 116252K reserved, 753664K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] modules : 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB)
[ 0.000000] vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB)
[ 0.000000] .text : 0xffffff8008080000 - 0xffffff8008f70000 ( 15296 KB)
[ 0.000000] .rodata : 0xffffff8008f70000 - 0xffffff8009600000 ( 6720 KB)
[ 0.000000] .init : 0xffffff8009600000 - 0xffffff8009e60000 ( 8576 KB)
[ 0.000000] .data : 0xffffff8009e60000 - 0xffffff800a133808 ( 2895 KB)
[ 0.000000] .bss : 0xffffff800a133808 - 0xffffff800a1cbcbc ( 610 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 - 0xffffffbf03dc8000 ( 61 MB actual)
[ 0.000000] memory : 0xffffffc000000000 - 0xffffffc0f7200000 ( 3954 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.000004] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[ 0.000842] Console: colour dummy device 80x25
[ 0.000847] console [tty0] enabled
[ 0.000851] bootconsole [uart8250] disabled
[ 0.000858] kmemleak: Kernel memory leak detector disabled
[ 0.000867] Calibrating delay loop (skipped), value calculated using timer frequency
 62.50 BogoMIPS (lpj=125000)
[ 0.000875] pid_max: default: 32768 minimum: 301
[ 0.001180] Security Framework initialized
[ 0.001332] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.001337] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.001903] ftrace: allocating 47211 entries in 185 pages
[ 0.126814] sched-energy: Sched-energy-costs installed from DT
[ 0.126825] ASID allocator initialised with 65536 entries
[ 0.160592] tegra-id: chipid=21817.
[ 0.160597] tegra-id: opt_subrevision=1.
[ 0.160616] Tegra Revision: A02p SKU: 0xdc CPU Process: 0 SoC Process: 0
[ 0.160623] DTS File Name: 
/arch/arm64/boot/dts/
/
/
/
/
/
/hardware/nvidia/platform/t18x/lanai/kernel-dts/tegra186-p3636-0001-p3509-0000-a01.dts
[ 0.160628] DTB Build time:
[ 0.209566] CPU1: Booted secondary processor [4e0f0030]
[ 0.241179] CPU2: Booted secondary processor [4e0f0030]
[ 0.272967] CPU3: Booted secondary processor [411fd073]
[ 0.304956] CPU4: Booted secondary processor [411fd073]
[ 0.336944] CPU5: Booted secondary processor [411fd073]
[ 0.337000] Brought up 6 CPUs
[ 0.337003] SMP: Total of 6 processors activated.
[ 0.337008] CPU features: detected feature: 32-bit EL0 Support
[ 0.337711] CPU: All CPU(s) started at EL2
[ 0.337757] alternatives: patching kernel code
[ 0.340086] devtmpfs: initialized
[ 0.360665] Initilizing CustomIPI irq domain
[ 0.360856] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.360865] futex hash table entries: 2048 (order: 5, 131072 bytes)
[ 0.369724] pinctrl core: initialized pinctrl subsystem
[ 0.369950] OS set in device tree is not L4T.
[ 0.370113] regulator-dummy: no parameters
[ 0.370249] Initializing plugin-manager
[ 0.370300] Plugin module not found
[ 0.370333] Plugin-manager not available
[ 0.371308] NET: Registered protocol family 16
[ 0.372121] pstore: using zlib compression
[ 0.372134] console [pstore-1] enabled
[ 0.372136] pstore: Registered ramoops as persistent store backend
[ 0.372140] ramoops: attached 0x200000@0x175880000, ecc: 0/0
[ 0.380984] cpuidle: using governor menu
[ 0.381862] bpmp: waiting for handshake
[ 0.381865] bpmp: handshake completed
[ 0.381883] bpmp: synchronizing channels
[ 0.381891] bpmp: channels synchronized
[ 0.381894] bpmp: mail init ok
[ 0.383262] arm-smmu 12000000.iommu: probing hardware configuration

[ 0.383266] arm-smmu 12000000.iommu: SMMUv2 with:
[ 0.383271] arm-smmu 12000000.iommu: stage 1 translation
[ 0.383274] arm-smmu 12000000.iommu: stage 2 translation
[ 0.383277] arm-smmu 12000000.iommu: nested translation
[ 0.383283] arm-smmu 12000000.iommu: stream matching with 128 register groups, mask 0x7f80
[ 0.383288] arm-smmu 12000000.iommu: SMMU address space size (0x800000) differs from mapped region size (0x1000000)!
[ 0.383292] arm-smmu 12000000.iommu: 64 context banks (0 stage-2 only)
[ 0.383296] arm-smmu 12000000.iommu: Stage-1: 39-bit VA → 48-bit IPA
[ 0.383300] arm-smmu 12000000.iommu: Stage-2: 39-bit IPA → 48-bit PA
[ 0.385010] vdso: 2 pages (1 code @ ffffff8008f77000, 1 data @ ffffff8009e64000)
[ 0.385022] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.387993] atomic_pool_init():622: DMA: preallocated 1024 KiB pool for atomic allocations
[ 0.388845] Registering BPMP clocks

[ 0.388915] tegra_bpmp_clk_init: clock init ok (638 clks)
[ 0.389336] Serial: AMBA PL011 UART driver
[ 0.390249] tegra_powergate_init: DONE
[ 0.390257] DTS File Name: 
/arch/arm64/boot/dts/
/
/
/
/
/
/hardware/nvidia/platform/t18x/lanai/kernel-dts/tegra186-p3636-0001-p3509-0000-a01.dts
[ 0.390261] DTB Build time:
[ 0.391453] Tegra reboot handler registered.
[ 0.392510] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[ 0.392573] tegra-pmc: get_secure_pmc_setting: done secure_pmc=0
[ 0.392586] tegra-pmc: ### PMC reset source: TEGRA_POWER_ON_RESET
[ 0.392589] tegra-pmc: ### PMC reset level: TEGRA_RESET_LEVEL_L0
[ 0.392591] tegra-pmc: ### PMC reset status reg: 0x0
[ 0.392750] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[ 0.392760] tegra-pmc c360000.pmc: IO padctrl driver initialized
[ 0.393045] iommu: Adding device 3460000.sdhci to group 0
[ 0.393450] iommu: Adding device 3440000.sdhci to group 1
[ 0.394376] iommu: Adding device 3160000.i2c to group 2
[ 0.394773] iommu: Adding device 3180000.i2c to group 3
[ 0.395057] iommu: Adding device 3190000.i2c to group 4
[ 0.395422] iommu: Adding device 31b0000.i2c to group 5
[ 0.397276] iommu: Adding device 3100000.serial to group 6
[ 0.397568] iommu: Adding device 3110000.serial to group 7
[ 0.397857] iommu: Adding device c280000.serial to group 8
[ 0.398129] iommu: Adding device 3130000.serial to group 9
[ 0.399232] iommu: Adding device 2490000.ether_qos to group 10
[ 0.399244] arm-smmu: forcing sodev map for 2490000.ether_qos
[ 0.399851] iommu: Adding device b000000.rtcpu to group 11
[ 0.401480] iommu: Adding device 13e10000.host1x to group 12
[ 0.401770] iommu: Adding device 13e10000.host1x:ctx0 to group 13
[ 0.402049] iommu: Adding device 13e10000.host1x:ctx1 to group 14
[ 0.402319] iommu: Adding device 13e10000.host1x:ctx2 to group 15
[ 0.402599] iommu: Adding device 13e10000.host1x:ctx3 to group 16
[ 0.402871] iommu: Adding device 13e10000.host1x:ctx4 to group 17
[ 0.403141] iommu: Adding device 13e10000.host1x:ctx5 to group 18
[ 0.403415] iommu: Adding device 13e10000.host1x:ctx6 to group 19
[ 0.403691] iommu: Adding device 13e10000.host1x:ctx7 to group 20
[ 0.404093] iommu: Adding device 15600000.isp to group 21
[ 0.404595] iommu: Adding device 15200000.nvdisplay to group 22
[ 0.404642] platform 15200000.nvdisplay: OF IOVA linear map 0x96081000 size (0x800000)
[ 0.404678] platform 15200000.nvdisplay: OF IOVA linear map 0x9607e000 size (0x2008)
[ 0.405149] iommu: Adding device 15210000.nvdisplay to group 23
[ 0.405201] platform 15210000.nvdisplay: OF IOVA linear map 0x96081000 size (0x800000)
[ 0.405207] arm__alloc_iova_at():136: iova alloc don’t match, dh=0x0000000096081000, da=0x000000009587e000
[ 0.405227] platform 15210000.nvdisplay: OF IOVA linear map 0x9607e000 size (0x2008)
[ 0.405232] arm__alloc_iova_at():136: iova alloc don’t match, dh=0x000000009607e000, da=0x000000009607b000
[ 0.405674] iommu: Adding device 15340000.vic to group 24
[ 0.405868] iommu: Adding device 154c0000.nvenc to group 25
[ 0.406056] iommu: Adding device 15480000.nvdec to group 26
[ 0.406348] iommu: Adding device 15380000.nvjpg to group 27
[ 0.406535] iommu: Adding device 15500000.tsec to group 28
[ 0.406717] iommu: Adding device 15100000.tsecb to group 29
[ 0.407592] iommu: Adding device 15810000.se to group 30
[ 0.407792] iommu: Adding device 15820000.se to group 31
[ 0.407976] iommu: Adding device 15830000.se to group 32
[ 0.408154] iommu: Adding device 15840000.se to group 33
[ 0.408889] iommu: Adding device smmu_test to group 34
[ 0.409462] mc: mapped MMIO address: 0xffffff800a6c0000 → 0x2c10000
[ 0.409473] mc: mapped MMIO address: 0xffffff800a6e0000 → 0x2c20000
[ 0.409483] mc: mapped MMIO address: 0xffffff800a7b0000 → 0x2c30000
[ 0.409493] mc: mapped MMIO address: 0xffffff800a7d0000 → 0x2c40000
[ 0.409502] mc: mapped MMIO address: 0xffffff800b110000 → 0x2c50000
[ 0.409510] nv-tegra-mc 2c10000.mc: No mssnvlink node
[ 0.409520] mc-err: mcerr ops are set to t18x
[ 0.409651] dram-ecc: DRAM ECC disabled-MC_ECC_CONTROL:0x0000000c
[ 0.410378] iommu: Adding device 3530000.xhci to group 35
[ 0.410390] arm-smmu: forcing sodev map for 3530000.xhci
[ 0.410775] iommu: Adding device 3550000.xudc to group 36
[ 0.410785] arm-smmu: forcing sodev map for 3550000.xudc
[ 0.411292] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_83 = 0x10a
[ 0.411299] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CTRL_0 = 3
[ 0.411303] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_24(PMU_INT) = 256
[ 0.411885] iommu: Adding device 17000000.gp10b to group 37
[ 0.412765] tegra-reset 5000000.clock: registered 193 resets.
[ 0.414725] iommu: Adding device d000000.bpmp to group 38
[ 0.414939] bpmp: ping status is 0
[ 0.415015] bpmp d000000.bpmp: firmware tag is 91572a54614f84d0fd0c270beec2c56f
[ 0.416516] bpmp d000000.bpmp: probe ok
[ 0.418970] iommu: Adding device 2600000.dma to group 39
[ 0.420098] GPIO line 340 (usb-power-output-high) hogged as output/high
[ 0.420138] GPIO line 408 (usb-power-output-high) hogged as output/high
[ 0.420173] GPIO line 396 (coupling14-output-low) hogged as output/low
[ 0.420207] GPIO line 411 (coupling14-output-low) hogged as output/low
[ 0.420238] GPIO line 425 (led_output-low) hogged as output/low
[ 0.420271] GPIO line 377 (led_output-low) hogged as output/low
[ 0.420304] GPIO line 376 (led_output-low) hogged as output/low
[ 0.420337] GPIO line 378 (led_output-low) hogged as output/low
[ 0.420369] GPIO line 337 (ec20_en_output-high) hogged as output/high
[ 0.420401] GPIO line 338 (reserved_output-low) hogged as output/low
[ 0.420433] GPIO line 379 (reserved_output-low) hogged as output/low
[ 0.420594] gpiochip_setup_dev: registered GPIOs 320 to 511 on device: gpiochip0 (tegra-gpio)
[ 0.424545] GPIO line 273 (usb2-top-power-output-high) hogged as output/high
[ 0.424585] GPIO line 285 (coupling23-output-low) hogged as output/low
[ 0.424620] GPIO line 284 (coupling23-output-low) hogged as output/low
[ 0.424658] GPIO line 275 (ec20_reset_output-low) hogged as output/low
[ 0.424695] GPIO line 306 (reserved_aon_output-low) hogged as output/low
[ 0.424740] GPIO line 264 (reserved_aon_output-low) hogged as output/low
[ 0.424780] GPIO line 269 (reserved_aon_output-low) hogged as output/low
[ 0.424816] GPIO line 278 (reserved_aon_output-low) hogged as output/low
[ 0.424977] gpiochip_setup_dev: registered GPIOs 256 to 319 on device: gpiochip1 (tegra-gpio-aon)
[ 0.426513] iommu: Adding device 10003000.pcie-controller to group 40
[ 0.426527] arm-smmu: forcing sodev map for 10003000.pcie-controller
[ 0.426829] iommu: Adding device sound to group 41
[ 0.427139] iommu: Adding device 3510000.hda to group 42
[ 0.433184] iommu: Adding device c1a0000.aon to group 43
[ 0.433703] vdd-1v8-ap: 1800 mV
[ 0.433917] vdd-ac-bat: 5000 mV
[ 0.434112] vdd-3v3-cvb: 3300 mV
[ 0.434388] vdd-3v3-cvb: 3300 mV
[ 0.434451] vdd-3v3-cvb: Failed to create debugfs directory
[ 0.434563] vdd-1v8-cvb: 1800 mV
[ 0.434746] vdd-fan: 5000 mV
[ 0.434933] vdd-hdmi-5v0: 5000 mV
[ 0.435118] vdd_sys_en: 1200 mV
[ 0.461420] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.463948] eventlib_kernel: keventlib is initialized, test id: 0
[ 0.464132] SCSI subsystem initialized
[ 0.464251] libata version 3.00 loaded.
[ 0.464411] usbcore: registered new interface driver usbfs
[ 0.464442] usbcore: registered new interface driver hub
[ 0.464507] usbcore: registered new device driver usb
[ 0.467189] random: fast init done
[ 0.469798] max77620 4-003c: PMIC Version OTP:0x45 and ES:0x8
[ 0.472672] vddio-ddr: at 1125 mV
[ 0.476645] avdd_dsi_csi: 1200 mV
[ 0.480539] vdd-1v8: 1800 mV
[ 0.484553] vdd-3v3-sys: 3300 mV
[ 0.485435] spmic-ldo0: at 1800 mV
[ 0.486086] spmic-ldo1: at 800 mV
[ 0.488539] vddio-3v3: 3300 mV
[ 0.489199] vddio-sdmmc1: 1800 <–> 3300 mV at 3300 mV
[ 0.492542] vdd-rtc: at 800 mV
[ 0.493233] avdd-ts-hv: 1800 <–> 3300 mV at 1800 mV
[ 0.496541] spmic-ldo6: at 800 mV
[ 0.500542] vdd-pex-1v00: 1000 mV
[ 0.501147] dvdd-pex: 1000 mV
[ 0.503121] GPIO line 253 (spmic_gpio_input) hogged as input
[ 0.503250] GPIO line 254 (spmic_gpio_input) hogged as input
[ 0.503408] gpiochip_setup_dev: registered GPIOs 248 to 255 on device: gpiochip2 (max77620-gpio)
[ 0.503590] max77620 4-003c: max77620 probe successful
[ 0.503926] media: Linux media interface: v0.10
[ 0.503955] Linux video capture interface: v2.00
[ 0.506183] pps_core: LinuxPPS API ver. 1 registered
[ 0.506187] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 0.506207] PTP clock support registered
[ 0.507617] trusty trusty: trusty version: Built: 08:40:58 Feb 19 2021
[ 0.507631] trusty trusty: selected api version: 3 (requested 3)
[ 0.508407] Advanced Linux Sound Architecture Driver Initialized.
[ 0.508780] Bluetooth: Core ver 2.22
[ 0.508809] NET: Registered protocol family 31
[ 0.508812] Bluetooth: HCI device and connection manager initialized
[ 0.508819] Bluetooth: HCI socket layer initialized
[ 0.508824] Bluetooth: L2CAP socket layer initialized
[ 0.508837] Bluetooth: SCO socket layer initialized
[ 0.509361] vdd-sys-bl: 3300 mV
[ 0.510902] camchar: rtcpu character device driver loaded
[ 0.511408] gpio tegra-gpio wake61 for gpio=92(L:4)
[ 0.511482] extcon-gpio-states external-connection:extcon@1: Cable state:0, cable id:0
[ 0.512340] clocksource: Switched to clocksource arch_sys_counter
[ 0.534455] VFS: Disk quotas dquot_6.6.0
[ 0.534530] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.534768] nvmap_heap_init: nvmap_heap_init: created heap block cache
[ 0.535183] dma_declare_coherent_resizable_cma_memory:324: resizable heap=vpr, base=0x00000000c6000000, size=0x2a000000
[ 0.535280] cma: enabled page replacement for spfn=c6000, epfn=f0000
[ 0.535283] dma_declare_coherent_resizable_cma_memory:373: resizable cma heap=vpr create successful
[ 0.535290] nvmap: nvmap_select_cache_ops() nvmap cache ops set to roc
[ 0.535294] nvmap_page_pool_init: Total RAM pages: 975478
[ 0.535297] nvmap_page_pool_init: nvmap page pool size: 121934 pages (476 MB)
[ 0.535339] nvmap_background_zero_thread: PP zeroing thread starting.
[ 0.535786] misc nvmap: created heap vpr base 0x00000000c6000000 size (688128KiB)
[ 0.537982] tegra-gpcdma 2600000.dma: GPC DMA driver register 32 channels
[ 0.543648] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type BCPU-therm
[ 0.543832] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type MCPU-therm
[ 0.544151] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type GPU-therm
[ 0.544228] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[ 0.544396] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type PMIC-Die
[ 0.544606] la/ptsa driver initialized.
[ 0.544615] pre_t19x_iso_plat_init(): iso emc max clk=1600000KHz
[ 0.544618] pre_t19x_iso_plat_init(): max_iso_bw=23040000KB
[ 0.544909] NET: Registered protocol family 2
[ 0.545536] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.545693] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[ 0.545990] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.546038] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.546096] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.546361] NET: Registered protocol family 1
[ 0.546776] RPC: Registered named UNIX socket transport module.
[ 0.546779] RPC: Registered udp transport module.
[ 0.546781] RPC: Registered tcp transport module.
[ 0.546784] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.546789] PCI: CLS 0 bytes, default 64
[ 0.546899] Trying to unpack rootfs image as initramfs

[ 0.755144] Freeing initrd memory: 7064K
[ 0.769781] host1x 13e10000.host1x: initialized
[ 0.770960] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[ 0.773033] audit: initializing netlink subsys (disabled)
[ 0.773061] audit: type=2000 audit(0.660:1): initialized
[ 0.773494] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.780061] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.781057] ntfs: driver 2.1.32 [Flags: R/W].
[ 0.781566] 9p: Installing v9fs 9p2000 file system support
[ 0.783662] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240)
[ 0.783744] io scheduler noop registered
[ 0.783939] io scheduler cfq registered (default)
[ 0.786693] gic 2a41000.agic-controller: GIC IRQ controller registered
[ 0.799365] iommu: Adding device aconnect@2a41000:adsp_audio to group 44
[ 0.802963] iommu: Adding device 2993000.adsp to group 45
[ 0.803061] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered
[ 0.807740] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[ 0.808712] tegra-pwm 3290000.pwm: PWM clk can sleep in ops
[ 0.809489] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[ 0.810250] tegra-pwm c340000.pwm: PWM clk can sleep in ops
[ 0.812320] tegra-pcie 10003000.pcie-controller: 2x1, 1x1, 1x1 configuration
[ 0.813061] tegra-pcie 10003000.pcie-controller: PCIE: Enable power rails
[ 0.813350] tegra-pcie 10003000.pcie-controller: probing port 0, using 2 lanes
[ 0.815219] tsec 15500000.tsec: initialized
[ 0.815496] tegra-pcie 10003000.pcie-controller: probing port 2, using 1 lanes
[ 0.816184] tsec 15100000.tsecb: initialized
[ 0.818347] nvdec 15480000.nvdec: initialized
[ 0.821750] falcon 15340000.vic: initialized
[ 0.822792] falcon 154c0000.nvenc: initialized
[ 0.823759] falcon 15380000.nvjpg: initialized
[ 0.825612] iommu_context_dev 13e10000.host1x:ctx0: initialized (streamid=56)
[ 0.827069] iommu_context_dev 13e10000.host1x:ctx1: initialized (streamid=57)
[ 0.828561] iommu_context_dev 13e10000.host1x:ctx2: initialized (streamid=58)
[ 0.830028] iommu_context_dev 13e10000.host1x:ctx3: initialized (streamid=59)
[ 0.831566] iommu_context_dev 13e10000.host1x:ctx4: initialized (streamid=60)
[ 0.833103] iommu_context_dev 13e10000.host1x:ctx5: initialized (streamid=61)
[ 0.834579] iommu_context_dev 13e10000.host1x:ctx6: initialized (streamid=62)
[ 0.836052] iommu_context_dev 13e10000.host1x:ctx7: initialized (streamid=63)
[ 0.838618] tegradccommon 15200000.dc_common: host1x channel mapped
[ 0.838626] tegradccommon 15200000.dc_common: dc_common syncpt # 1 allocated
[ 0.838652] tegradccommon 15200000.dc_common: dma mapping done
[ 0.839132] tegradc 15200000.nvdisplay: disp0 connected to head0->/host1x/sor1
[ 0.839170] generic_infoframe_type: 0x87
[ 0.839236] tegradc 15200000.nvdisplay: DT parsed successfully
[ 0.839255] tegradc 15200000.nvdisplay: Display dc.ffffff800b3e0000 registered with id=0
[ 0.844912] tegra_nvdisp_bandwidth_register_max_config: max config iso bw = 16727000 KB/s
[ 0.844916] tegra_nvdisp_bandwidth_register_max_config: max config EMC floor = 665600000 Hz
[ 0.844919] tegra_nvdisp_bandwidth_register_max_config: max config hubclk = 357620000 Hz
[ 0.845066] tegradc 15200000.nvdisplay: vblank syncpt # 8 for dc 0
[ 0.845071] tegradc 15200000.nvdisplay: vpulse3 syncpt # 9 for dc 0
[ 0.845972] tegradc 15200000.nvdisplay: Bootloader disp_param detected. Detected mode: 1920x1080 (on 0x0mm) pclk=148350937
[ 0.847873] tegradc 15200000.nvdisplay: hdmi: invalid prod list prod_list_hdmi_board
[ 0.847878] tegradc 15200000.nvdisplay: hdmi: tegra_hdmi_tmds_range_read(bd) failed
[ 0.850101] tegradc 15200000.nvdisplay: probed
[ 0.851154] tegra-adma 2930000.adma: Tegra210 ADMA driver registered 32 channels
[ 0.851750] tegra-fuse-burn 3820000.efuse:efuse-burn: shutdown limit check disabled
[ 0.851771] tegra-fuse-burn 3820000.efuse:efuse-burn: Fuse burn driver initialized
[ 0.852138] kfuse 3830000.kfuse: initialized
[ 0.853328] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0
[ 0.856150] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.858227] console [ttyS0] disabled
[ 0.858269] 3100000.serial: ttyS0 at MMIO 0x3100000 (irq = 27, base_baud = 25500000) is a Tegra
[ 0.877628] console [ttyS0] enabled
[ 0.877935] Console: switching to colour frame buffer device 240x67
[ 0.878022] tegradc 15200000.nvdisplay: fb registered
[ 0.878190] gpio tegra-gpio wake21 for gpio=121(P:1)
[ 0.878584] tegra_nvdisp_handle_pd_enable: Unpowergated Head0 pd
[ 0.878633] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
[ 0.879828] Parent Clock set for DC plld2
[ 0.879924] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 28, base_baud = 0) is a TEGRA_UART
[ 0.880756] c280000.serial: ttyTHS2 at MMIO 0xc280000 (irq = 29, base_baud = 0) is a TEGRA_UART
[ 0.880933] serial-tegra 3130000.serial: RX in PIO mode
[ 0.881488] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 30, base_baud = 0) is a TEGRA_UART
[ 0.882431] [drm] Initialized
[ 0.889742] brd: module loaded
[ 0.893336] loop: module loaded
[ 0.893403] tegra_profiler: version: 1.143, samples/io: 48/28
[ 0.893482] tegra_profiler: auth: init
[ 0.894072] THERMAL EST: found 3 subdevs
[ 0.894076] THERMAL EST num_resources: 0
[ 0.894080] [THERMAL EST subdev 0]
[ 0.894085] [THERMAL EST subdev 1]
[ 0.894090] [THERMAL EST subdev 2]
[ 0.894098] THERMAL EST: Found 2 profiles, default profile is quiet
[ 0.894360] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type thermal-fan-est
[ 0.894363] THERMAL EST: thz register success.
[ 0.894455] THERMAL EST: end of probe, return err: 0
[ 0.895036] sd: No Scsi addr parsed to reserve index
[ 0.895061] hisi_sas: driver version v1.6
[ 0.897719] libphy: Fixed MDIO Bus: probed
[ 0.898549] tun: Universal TUN/TAP device driver, 1.6
[ 0.898552] tun: (C) 1999-2004 Max Krasnyansky maxk@qualcomm.com
[ 0.899145] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 0.899147] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.899181] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[ 0.899183] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.899213] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[ 0.899215] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.899247] Intel(R) 10GbE PCI Express Linux Network Driver - version 4.6.4
[ 0.899249] Copyright(c) 1999 - 2017 Intel Corporation.
[ 0.944139] tegradc 15200000.nvdisplay: hdmi: tmds rate:148351K prod-setting:prod_c_hdmi_111m_223m
[ 0.944577] tegradc 15200000.nvdisplay: hdmi: get RGB quant from REG programmed by BL.
[ 0.944587] tegradc 15200000.nvdisplay: hdmi: BL set VIC 0
[ 0.944591] tegradc 15200000.nvdisplay: hdmi: get YCC quant from REG programmed by BL.
[ 0.970504] extcon-disp-state external-connection:disp-state: cable 47 state 1
[ 0.970507] Extcon AUX1(HDMI) enable
[ 0.970889] tegradc 15210000.nvdisplay: disp1 connected to head1->/host1x/sor
[ 0.971001] tegradc 15210000.nvdisplay: DT parsed successfully
[ 0.971025] tegradc 15210000.nvdisplay: Display dc.ffffff800b710000 registered with id=1
[ 0.971199] tegradc 15210000.nvdisplay: vblank syncpt # 11 for dc 1
[ 0.971205] tegradc 15210000.nvdisplay: vpulse3 syncpt # 12 for dc 1
[ 0.978828] tegradc 15210000.nvdisplay: probed
[ 0.978997] tegradc 15210000.nvdisplay: fb registered
[ 0.982185] hpd: state 7 (Takeover from bootloader), hpd 0, pending_hpd_evt 1
[ 0.982189] hpd: switching from state 7 (Takeover from bootloader) to state 0 (Reset)
[ 0.982196] hpd: state 0 (Reset), hpd 0, pending_hpd_evt 0
[ 0.982203] tegradc 15210000.nvdisplay: blank - powerdown
[ 0.982212] extcon-disp-state external-connection:disp-state: cable 44 state 0 already set.
[ 0.982214] Extcon DP: HPD disabled
[ 0.982217] hpd: hpd_switch 0
[ 0.982219] hpd: switching from state 0 (Reset) to state 1 (Check Plug)
[ 0.982226] hpd: state 1 (Check Plug), hpd 0, pending_hpd_evt 0
[ 0.982232] hpd: switching from state 1 (Check Plug) to state 3 (Disabled)
[ 1.104020] tegradc 15200000.nvdisplay: blank - powerdown
[ 1.140440] eqos 2490000.ether_qos: can’t get pllrefe_vcoout clk (-2)
[ 1.142353] eqos 2490000.ether_qos: failed to read eqos_auto_cal_config_0_reg
[ 1.142752] eqos 2490000.ether_qos: Setting local MAC: 48 b0 2d 3b 5f 7e
[ 1.142839] libphy: dwc_phy: probed
[ 1.144456] extcon-disp-state external-connection:disp-state: cable 47 state 0
[ 1.144459] Extcon AUX1(HDMI) disable
[ 1.144790] PPP generic driver version 2.4.2
[ 1.144910] PPP BSD Compression module registered
[ 1.144912] PPP Deflate Compression module registered
[ 1.144925] PPP MPPE Compression module registered
[ 1.144928] NET: Registered protocol family 24
[ 1.144964] usbcore: registered new interface driver r8152
[ 1.144995] usbcore: registered new interface driver asix
[ 1.145020] usbcore: registered new interface driver ax88179_178a
[ 1.145044] usbcore: registered new interface driver cdc_ether
[ 1.145064] usbcore: registered new interface driver net1080
[ 1.145085] usbcore: registered new interface driver cdc_subset
[ 1.145105] usbcore: registered new interface driver zaurus
[ 1.145139] usbcore: registered new interface driver cdc_ncm
[ 1.145162] usbcore: registered new interface driver qmi_wwan
[ 1.145172] GobiNet: Quectel_WCDMA&LTE_Linux&Android_GobiNet_Driver_V1.3.0
[ 1.145198] usbcore: registered new interface driver GobiNet
[ 1.145428] VFIO - User Level meta-driver version: 0.3
[ 1.146283] ehci_hcd: USB 2.0 ‘Enhanced’ Host Controller (EHCI) Driver
[ 1.146293] ehci-pci: EHCI PCI platform driver
[ 1.146323] ohci_hcd: USB 1.1 ‘Open’ Host Controller (OHCI) Driver
[ 1.146329] ohci-pci: OHCI PCI platform driver
[ 1.146357] ohci-platform: OHCI generic platform driver
[ 1.149694] tegra-xusb 3530000.xhci: USB2 port 0 has OTG_CAP
[ 1.151118] tegra-xusb 3530000.xhci: extcon 0: ffffffc0efe5cc00 id
[ 1.151402] usbcore: registered new interface driver cdc_acm
[ 1.151404] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 1.151442] usbcore: registered new interface driver cdc_wdm
[ 1.151472] usbcore: registered new interface driver uas
[ 1.151511] usbcore: registered new interface driver usb-storage
[ 1.151572] usbcore: registered new interface driver usbserial
[ 1.151598] usbcore: registered new interface driver option
[ 1.151623] usbserial: USB Serial support registered for GSM modem (1-port)
[ 1.154445] tegra-xudc-new 3550000.xudc: device count: 1
[ 1.154911] tegra-xusb 3530000.xhci: Firmware timestamp: 2019-10-31 05:52:15 UTC, Version: 55.17 release
[ 1.154933] tegra-xusb 3530000.xhci: xHCI Host Controller
[ 1.154947] tegra-xusb 3530000.xhci: new USB bus registered, assigned bus number 1
[ 1.155645] tegra-xusb 3530000.xhci: hcc params 0x0184fd25 hci version 0x100 quirks 0x00050810
[ 1.155672] tegra-xusb 3530000.xhci: irq 58, io mem 0x03530000
[ 1.155804] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.155808] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.155811] usb usb1: Product: xHCI Host Controller
[ 1.155814] usb usb1: Manufacturer: Linux 4.9.201-tegra xhci-hcd
[ 1.155817] usb usb1: SerialNumber: 3530000.xhci
[ 1.156147] hub 1-0:1.0: USB hub found
[ 1.156175] hub 1-0:1.0: 4 ports detected
[ 1.156568] tegra-xusb 3530000.xhci: xHCI Host Controller
[ 1.156576] tegra-xusb 3530000.xhci: new USB bus registered, assigned bus number 2
[ 1.156698] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 1.156702] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.156705] usb usb2: Product: xHCI Host Controller
[ 1.156708] usb usb2: Manufacturer: Linux 4.9.201-tegra xhci-hcd
[ 1.156710] usb usb2: SerialNumber: 3530000.xhci
[ 1.157004] hub 2-0:1.0: USB hub found
[ 1.157028] hub 2-0:1.0: 3 ports detected
[ 1.157924] tegra-xudc-new 3550000.xudc: USB charger detection disabled
[ 1.157930] tegra-xudc-new 3550000.xudc: vbus state: 0
[ 1.158227] tegra-xudc-new 3550000.xudc: entering ELPG
[ 1.158330] Wake76 for irq=199
[ 1.158332] Wake77 for irq=199
[ 1.158333] Wake78 for irq=199
[ 1.158334] Wake79 for irq=199
[ 1.158335] Wake80 for irq=199
[ 1.158336] Wake81 for irq=199
[ 1.158338] Wake82 for irq=199
[ 1.158375] tegra-xusb 3530000.xhci: Upgrade port 0 to USB3.0
[ 1.158379] tegra-xusb 3530000.xhci: Upgrade port 1 to USB3.0
[ 1.159011] tegra-xudc-new 3550000.xudc: entering ELPG done
[ 1.159159] mousedev: PS/2 mouse device common for all mice
[ 1.159251] usbcore: registered new interface driver xpad
[ 1.167972] tegra_nvdisp_handle_pd_disable: Powergated Head1 pd
[ 1.168719] tegra_nvdisp_handle_pd_disable: Powergated Head0 pd
[ 1.180749] tegradc 15200000.nvdisplay: unblank
[ 1.181769] tegra_nvdisp_handle_pd_enable: Unpowergated Head0 pd
[ 1.181939] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
[ 1.185738] Parent Clock set for DC plld2
[ 1.188906] tegradc 15200000.nvdisplay: hdmi: tmds rate:148500K prod-setting:prod_c_hdmi_111m_223m
[ 1.190083] tegradc 15200000.nvdisplay: hdmi: get YCC quant from EDID.
[ 1.225187] extcon-disp-state external-connection:disp-state: cable 47 state 1
[ 1.225189] Extcon AUX1(HDMI) enable
[ 1.231832] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[ 1.240207] tegradc 15200000.nvdisplay: sync windows ret = 247
[ 1.260607] usb usb2: usb_suspend_both: status 0
[ 1.265316] extcon-disp-state external-connection:disp-state: cable 51 state 1
[ 1.265319] Extcon HDMI: HPD enabled
[ 1.265335] tegradc 15200000.nvdisplay: hdmi: plugged
[ 1.280671] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[ 1.281708] Wake73 for irq=42
[ 1.282949] rtc rtc1: alarm rtc device
[ 1.282961] tegra_rtc c2a0000.rtc: rtc core: registered c2a0000.rtc as rtc1
[ 1.282976] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[ 1.283149] i2c /dev entries driver
[ 1.284237] max77620-power max77620-power: Event recorder REG_NVERC : 0x0
[ 1.288152] parse_throttle_dt_data: Num cap clks = 4
[ 1.288156] parse_throttle_dt_data: clk=mcpu type=1
[ 1.288159] parse_throttle_dt_data: clk=bcpu type=2
[ 1.288166] parse_throttle_dt_data: clk=gpu type=4
[ 1.288169] parse_throttle_dt_data: clk=emc type=3
[ 1.289014] tegra_throttle_probe: probe successful. #cdevs=4
[ 1.290189] softdog-platform soft_watchdog: Software Watchdog Timer: initialized
[ 1.290575] device-mapper: uevent: version 1.0.3
[ 1.290888] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[ 1.291148] CPU EMC frequency mapping table: from device tree
[ 1.292956] cpufreq: platform driver Initialization: pass
[ 1.293507] cpuidle: Initializing cpuidle driver init for Denver cluster
[ 1.293644] cpuidle: Initializing cpuidle driver init for A57 cluster
[ 1.294389] sdhci: Secure Digital Host Controller Interface driver
[ 1.294391] sdhci: Copyright(c) Pierre Ossman
[ 1.294392] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.295374] sdhci-tegra 3460000.sdhci: Client registration for eMC Successful
[ 1.296943] CMDQ: cmdq_platfm_init successful
[ 1.297848] CQE: CMD_TIMING bit set for R1B DCMD
[ 1.300100] sdhci-tegra 3440000.sdhci: Client registration for eMC Successful
[ 1.303012] sdhci-tegra 3440000.sdhci: Failed getting OCR mask: 0
[ 1.305754] avdd-ts-hv: unsupportable voltage range: 3500000-3300000uV
[ 1.312345] tegra-se-elp 3ad0000.se_elp: tegra_se_elp_probe: complete
[ 1.313042] tegra-se-nvhost 15810000.se: initialized
[ 1.314056] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[ 1.314507] tegra-se-nvhost 15820000.se: initialized
[ 1.315432] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[ 1.315884] tegra-se-nvhost 15830000.se: initialized
[ 1.316714] tegra-se-nvhost 15830000.se: tegra_se_probe: complete
[ 1.317170] tegra-se-nvhost 15840000.se: initialized
[ 1.318052] tegra-se-nvhost 15840000.se: tegra_se_probe: complete
[ 1.318349] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.319803] usbcore: registered new interface driver usbhid
[ 1.319805] usbhid: USB HID core driver
[ 1.324515] tegra186-cam-rtcpu b000000.rtcpu: Trace buffer configured at IOVA=0xbff00000
[ 1.326136] tegra-ivc ivc-b000000.rtcpu: region 0: iova=0xbfef0000-0xbfefdb7f size=56192
[ 1.326334] tegra-ivc ivc-b000000.rtcpu:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900
[ 1.326455] tegra-ivc ivc-b000000.rtcpu:vinotify@12c0: vinotify: ver=0 grp=1 RX[64x128]=0x1900-0x3980 TX[64x128]=0x3980-0x5a00
[ 1.326564] tegra-ivc ivc-b000000.rtcpu:mods@32c0: mods: ver=0 grp=1 RX[1x64]=0x5a00-0x5ac0 TX[1x64]=0x5ac0-0x5b80
[ 1.326633] tegra-ivc ivc-b000000.rtcpu:ivccontrol@52c0: ivccontrol: ver=0 grp=1 RX[16x320]=0x5b80-0x7000 TX[16x320]=0x7000-0x8480
[ 1.326682] tegra-ivc ivc-b000000.rtcpu:ivccapture@72c0: ivccapture: ver=0 grp=1 RX[16x64]=0x8480-0x8900 TX[16x64]=0x8900-0x8d80
[ 1.326729] tegra-ivc ivc-b000000.rtcpu:dbg@7c00: dbg: ver=0 grp=1 RX[1x384]=0x8d80-0x8f80 TX[1x384]=0x8f80-0x9180
[ 1.326826] tegra-ivc ivc-b000000.rtcpu:dbg@7e00: dbg: ver=0 grp=1 RX[1x8192]=0x9180-0xb200 TX[1x8192]=0xb200-0xd280
[ 1.327097] tegra186-cam-rtcpu b000000.rtcpu: using cam RTCPU IRQ (42)
[ 1.327100] tegra186-cam-rtcpu b000000.rtcpu: tegra_camrtc_mon_create is successful
[ 1.327579] tegra-ivc ivc-b000000.rtcpu:vinotify@12c0: ivc channel driver missing
[ 1.327612] tegra186-cam-rtcpu b000000.rtcpu: firmware version cpu=sce cmd=5 sha1=3ecb1dca25fa98771f988f238c025334776c9a96
[ 1.329265] tegra_aon c1a0000.aon: tegra aon driver probe OK
[ 1.329649] tegra186-aondbg aondbg: aondbg driver probe() OK
[ 1.329835] register_ari_mca_banks: Registered MCA ROC:IOB
[ 1.329905] register_ari_mca_banks: Registered MCA ROC:CCE
[ 1.330200] tegra18-bridge 2390000.axi2apb: axi_cbb clk rate = 102 MHZ, timeout = 97000 useconds
[ 1.330203] tegra18-bridge 2390000.axi2apb: enabled timeout = 9894000
[ 1.330206] tegra18-bridge 2390000.axi2apb: bridge probed OK
[ 1.330251] tegra18-bridge 23a0000.axi2apb: axi_cbb clk rate = 102 MHZ, timeout = 97000 useconds
[ 1.330253] tegra18-bridge 23a0000.axi2apb: enabled timeout = 9894000
[ 1.330255] tegra18-bridge 23a0000.axi2apb: bridge probed OK
[ 1.330299] tegra18-bridge 23b0000.axi2apb: axi_cbb clk rate = 102 MHZ, timeout = 97000 useconds
[ 1.330301] tegra18-bridge 23b0000.axi2apb: enabled timeout = 9894000
[ 1.330303] tegra18-bridge 23b0000.axi2apb: bridge probed OK
[ 1.330348] tegra18-bridge 23c0000.axi2apb: axi_cbb clk rate = 102 MHZ, timeout = 97000 useconds
[ 1.330350] tegra18-bridge 23c0000.axi2apb: enabled timeout = 9894000
[ 1.330353] tegra18-bridge 23c0000.axi2apb: bridge probed OK
[ 1.330404] tegra18-bridge 23d0000.axi2apb: axi_cbb clk rate = 102 MHZ, timeout = 97000 useconds
[ 1.330406] tegra18-bridge 23d0000.axi2apb: enabled timeout = 9894000
[ 1.330408] tegra18-bridge 23d0000.axi2apb: bridge probed OK
[ 1.330450] tegra18-bridge 2100000.axip2p: axi_cbb clk rate = 102 MHZ, timeout = 97000 useconds
[ 1.330454] tegra18-bridge 2100000.axip2p: enabled timeout = 9894000
[ 1.330456] tegra18-bridge 2100000.axip2p: bridge probed OK
[ 1.330505] tegra18-bridge 2110000.axip2p: axi_cbb clk rate = 102 MHZ, timeout = 97000 useconds
[ 1.330510] tegra18-bridge 2110000.axip2p: enabled timeout = 9894000
[ 1.330512] tegra18-bridge 2110000.axip2p: bridge probed OK
[ 1.330553] tegra18-bridge 2120000.axip2p: axi_cbb clk rate = 102 MHZ, timeout = 97000 useconds
[ 1.330558] tegra18-bridge 2120000.axip2p: enabled timeout = 9894000
[ 1.330560] tegra18-bridge 2120000.axip2p: bridge probed OK
[ 1.330601] tegra18-bridge 2130000.axip2p: axi_cbb clk rate = 102 MHZ, timeout = 97000 useconds
[ 1.330606] tegra18-bridge 2130000.axip2p: enabled timeout = 9894000
[ 1.330608] tegra18-bridge 2130000.axip2p: bridge probed OK
[ 1.330647] tegra18-bridge 2140000.axip2p: axi_cbb clk rate = 102 MHZ, timeout = 97000 useconds
[ 1.330650] tegra18-bridge 2140000.axip2p: enabled timeout = 9894000
[ 1.330652] tegra18-bridge 2140000.axip2p: bridge probed OK
[ 1.330691] tegra18-bridge 2150000.axip2p: axi_cbb clk rate = 102 MHZ, timeout = 97000 useconds
[ 1.330697] tegra18-bridge 2150000.axip2p: enabled timeout = 9894000
[ 1.330699] tegra18-bridge 2150000.axip2p: bridge probed OK
[ 1.330741] tegra18-bridge 2160000.axip2p: axi_cbb clk rate = 102 MHZ, timeout = 97000 useconds
[ 1.330746] tegra18-bridge 2160000.axip2p: enabled timeout = 9894000
[ 1.330748] tegra18-bridge 2160000.axip2p: bridge probed OK
[ 1.330788] tegra18-bridge 2170000.axip2p: axi_cbb clk rate = 102 MHZ, timeout = 97000 useconds
[ 1.330793] tegra18-bridge 2170000.axip2p: enabled timeout = 9894000
[ 1.330795] tegra18-bridge 2170000.axip2p: bridge probed OK
[ 1.330836] tegra18-bridge 2180000.axip2p: axi_cbb clk rate = 102 MHZ, timeout = 97000 useconds
[ 1.330842] tegra18-bridge 2180000.axip2p: enabled timeout = 9894000
[ 1.330844] tegra18-bridge 2180000.axip2p: bridge probed OK
[ 1.330884] tegra18-bridge 2190000.axip2p: axi_cbb clk rate = 102 MHZ, timeout = 97000 useconds
[ 1.330889] tegra18-bridge 2190000.axip2p: enabled timeout = 9894000
[ 1.330891] tegra18-bridge 2190000.axip2p: bridge probed OK
[ 1.330938] **** A57 ECC: Enabled
[ 1.330940] tegra18_a57_serr_init: on CPU 3 a A57 Core
[ 1.330996] tegra18x_actmon d230000.actmon: in actmon_register()

[ 1.331360] tegra18x_actmon d230000.actmon: initialization Completed for the device mc_all
[ 1.331758] hw perfevents: enabled with denver15_uncore_pmu PMU driver, 3 counters available
[ 1.331881] denver_knobs_init:MTS_VERSION:47926945
[ 1.333520] nvpmodel: initialized successfully
[ 1.334261] trusty-virtio trusty:virtio: initializing
[ 1.334365] trusty_ipc virtio0: vring0: va¶ ffffffc0eb35c000(0) qsz 32 notifyid 1
[ 1.334371] trusty_ipc virtio0: vring1: va¶ ffffffc0eb35e000(0) qsz 32 notifyid 2
[ 1.334437] trusty-virtio trusty:virtio: initializing done
[ 1.334524] trusty_ipc virtio0: is online
[ 1.335424] usbcore: registered new interface driver snd-usb-audio
[ 1.344525] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit with 64 bit addr
[ 1.350726] input: tegra-hda HDMI/DP,pcm=3 as /devices/3510000.hda/sound/card0/input0
[ 1.350895] input: tegra-hda HDMI/DP,pcm=7 as /devices/3510000.hda/sound/card0/input1
[ 1.364362] mmc1: SDHCI controller on 3440000.sdhci [3440000.sdhci] using ADMA 64-bit with 64 bit addr
[ 1.374618] OPE platform probe
[ 1.374685] OPE platform probe successful
[ 1.375920] avdd-ts-hv: unsupportable voltage range: 3500000-3300000uV
[ 1.397167] mmc0: mmc_decode_ext_csd: CMDQ supported: depth: 31, cmdq_support: 1
[ 1.410920] mmc0: periodic cache flush enabled
[ 1.410930] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[ 1.411279] mmcblk0: mmc0:0001 DG4016 14.7 GiB
[ 1.411389] mmcblk0boot0: mmc0:0001 DG4016 partition 1 4.00 MiB
[ 1.411489] mmcblk0boot1: mmc0:0001 DG4016 partition 2 4.00 MiB
[ 1.411589] mmcblk0rpmb: mmc0:0001 DG4016 partition 3 4.00 MiB
[ 1.416281] 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
[ 1.431278] tegra-asoc: sound: ADMAIF1 <-> ADMAIF1 mapping ok
[ 1.431352] tegra-asoc: sound: ADMAIF2 <-> ADMAIF2 mapping ok
[ 1.431424] tegra-asoc: sound: ADMAIF3 <-> ADMAIF3 mapping ok
[ 1.431491] tegra-asoc: sound: ADMAIF4 <-> ADMAIF4 mapping ok
[ 1.431559] tegra-asoc: sound: ADMAIF5 <-> ADMAIF5 mapping ok
[ 1.431678] tegra-asoc: sound: ADMAIF6 <-> ADMAIF6 mapping ok
[ 1.431750] tegra-asoc: sound: ADMAIF7 <-> ADMAIF7 mapping ok
[ 1.431822] tegra-asoc: sound: ADMAIF8 <-> ADMAIF8 mapping ok
[ 1.431899] tegra-asoc: sound: ADMAIF9 <-> ADMAIF9 mapping ok
[ 1.431968] tegra-asoc: sound: ADMAIF10 <-> ADMAIF10 mapping ok
[ 1.432037] tegra-asoc: sound: ADMAIF11 <-> ADMAIF11 mapping ok
[ 1.432105] tegra-asoc: sound: ADMAIF12 <-> ADMAIF12 mapping ok
[ 1.432220] tegra-asoc: sound: ADMAIF13 <-> ADMAIF13 mapping ok
[ 1.432297] tegra-asoc: sound: ADMAIF14 <-> ADMAIF14 mapping ok
[ 1.432388] tegra-asoc: sound: ADMAIF15 <-> ADMAIF15 mapping ok
[ 1.432464] tegra-asoc: sound: ADMAIF16 <-> ADMAIF16 mapping ok
[ 1.432533] tegra-asoc: sound: ADMAIF17 <-> ADMAIF17 mapping ok
[ 1.432606] tegra-asoc: sound: ADMAIF18 <-> ADMAIF18 mapping ok
[ 1.432677] tegra-asoc: sound: ADMAIF19 <-> ADMAIF19 mapping ok
[ 1.432800] tegra-asoc: sound: ADMAIF20 <-> ADMAIF20 mapping ok
[ 1.437956] avdd-ts-hv: unsupportable voltage range: 3500000-3300000uV
[ 1.452163] u32 classifier
[ 1.452166] Actions configured
[ 1.452224] Initializing XFRM netlink socket
[ 1.452784] NET: Registered protocol family 10
[ 1.453361] NET: Registered protocol family 17
[ 1.453371] NET: Registered protocol family 15
[ 1.453428] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 1.453465] Bluetooth: RFCOMM socket layer initialized
[ 1.453474] Bluetooth: RFCOMM ver 1.11
[ 1.453478] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 1.453484] Bluetooth: HIDP socket layer initialized
[ 1.453498] 9pnet: Installing 9P2000 support
[ 1.453532] Key type dns_resolver registered
[ 1.453816] Registered cp15_barrier emulation handler
[ 1.453827] Registered setend emulation handler
[ 1.454658] registered taskstats version 1
[ 1.456972] isp 15600000.isp: initialized
[ 1.457039] driver not enabled, cannot register any devices
[ 1.460921] Wake83 for irq=51
[ 1.461007] gpio tegra-gpio-aon wake29 for gpio=56(FF:0)
[ 1.461142] input: gpio-keys as /devices/gpio-keys/input/input2
[ 1.484359] usb 1-3: new high-speed USB device number 2 using tegra-xusb
[ 1.493258] tegra_rtc c2a0000.rtc: setting system clock to 2021-12-14 00:34:20 UTC (1639442060)
[ 1.494034] mmcblk mmc0:0001: Card claimed for testing.
[ 1.504143] avdd-ts-hv: unsupportable voltage range: 3500000-3300000uV
[ 1.511143] usb 1-3: New USB device found, idVendor=1a40, idProduct=0801
[ 1.511147] usb 1-3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 1.511150] usb 1-3: Product: USB 2.0 Hub
[ 1.511857] hub 1-3:1.0: USB hub found
[ 1.511922] hub 1-3:1.0: 4 ports detected
[ 1.515012] bpmp: mounted debugfs mirror
[ 1.515792] bwmgr: missing cdev-type property
[ 1.519181] ALSA device list:
[ 1.519184] #0: tegra-hda at 0x3518000 irq 371
[ 1.519186] #1: tegra-snd-t186ref-mobile-rt565x
[ 1.521387] Freeing unused kernel memory: 8576K
[ 1.542414] Root device found: mmcblk0p1
[ 1.543483] Found dev node: /dev/mmcblk0p1
[ 1.634594] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[ 1.642889] EXT4-fs (mmcblk0p1): 12 orphan inodes deleted
[ 1.642892] EXT4-fs (mmcblk0p1): recovery complete
[ 1.647839] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[ 1.649701] Rootfs mounted over mmcblk0p1
[ 1.665448] Switching from initrd to actual rootfs
[ 1.768324] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 1.777010] cgroup: cgroup2: unknown option “nsdelegate”
[ 1.791343] 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)
[ 1.792054] systemd[1]: Detected architecture arm64.
[ 1.800368] usb 1-3.3: new high-speed USB device number 3 using tegra-xusb
[ 1.809715] systemd[1]: Set hostname to .
[ 1.820735] usb 1-3.3: New USB device found, idVendor=1a40, idProduct=0101
[ 1.820740] usb 1-3.3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 1.820743] usb 1-3.3: Product: USB 2.0 Hub
[ 1.821377] hub 1-3.3:1.0: USB hub found
[ 1.821443] hub 1-3.3:1.0: 4 ports detected
[ 1.894220] 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.
[ 1.894227] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[ 1.974350] systemd[1]: Configuration file /work/nlscan/i2c0_Rate@100K.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 1.974359] systemd[1]: Configuration file /work/nlscan/i2c0_Rate@100K.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
[ 2.007495] random: systemd: uninitialized urandom read (16 bytes read)
[ 2.007524] systemd[1]: Reached target User and Group Name Lookups.
[ 2.007830] random: systemd: uninitialized urandom read (16 bytes read)
[ 2.008849] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 2.008880] random: systemd: uninitialized urandom read (16 bytes read)
[ 2.008979] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 2.036398] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[ 2.038447] tegra-pcie 10003000.pcie-controller: link 0 down, ignoring
[ 2.047247] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
[ 2.108382] usb 1-3.3.1: new low-speed USB device number 4 using tegra-xusb
[ 2.125482] bcpu-throttle-alert cooling device registered.
[ 2.125812] mcpu-throttle-alert cooling device registered.
[ 2.126070] gpu-throttle-alert cooling device registered.
[ 2.135801] usb 1-3.3.1: New USB device found, idVendor=046d, idProduct=c31c
[ 2.135807] usb 1-3.3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.135810] usb 1-3.3.1: Product: USB Keyboard
[ 2.135812] usb 1-3.3.1: Manufacturer: Logitech
[ 2.146098] input: Logitech USB Keyboard as /devices/3530000.xhci/usb1/1-3/1-3.3/1-3.3.1/1-3.3.1:1.0/0003:046D:C31C.0001/input/input3
[ 2.204908] hid-generic 0003:046D:C31C.0001: input,hidraw0: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-3530000.xhci-3.3.1/input0
[ 2.208872] input: Logitech USB Keyboard as /devices/3530000.xhci/usb1/1-3/1-3.3/1-3.3.1/1-3.3.1:1.1/0003:046D:C31C.0002/input/input4
[ 2.213297] systemd-journald[2070]: Received request to flush runtime journal from PID 1
[ 2.252361] random: crng init done
[ 2.255789] random: 7 urandom warning(s) missed due to ratelimiting
[ 2.268968] hid-generic 0003:046D:C31C.0002: input,hidraw1: USB HID v1.10 Device [Logitech USB Keyboard] on usb-3530000.xhci-3.3.1/input1
[ 2.361562] i2c i2c-0: Setting clock rate 100000 on next transfer
[ 2.368381] usb 1-3.3.2: new low-speed USB device number 5 using tegra-xusb
[ 2.392792] usb 1-3.3.2: New USB device found, idVendor=046d, idProduct=c077
[ 2.392797] usb 1-3.3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.392800] usb 1-3.3.2: Product: USB Optical Mouse
[ 2.392803] usb 1-3.3.2: Manufacturer: Logitech
[ 2.395477] input: Logitech USB Optical Mouse as /devices/3530000.xhci/usb1/1-3/1-3.3/1-3.3.2/1-3.3.2:1.0/0003:046D:C077.0003/input/input5
[ 2.395681] hid-generic 0003:046D:C077.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-3530000.xhci-3.3.2/input0
[ 2.448377] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[ 2.468382] usb 1-3.1: new high-speed USB device number 6 using tegra-xusb
[ 2.489250] usb 1-3.1: New USB device found, idVendor=1782, idProduct=4d12
[ 2.489255] usb 1-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.489258] usb 1-3.1: Product: Android
[ 2.489260] usb 1-3.1: Manufacturer: Android
[ 2.568415] usb 1-3.3.4: new high-speed USB device number 7 using tegra-xusb
[ 2.589551] usb 1-3.3.4: New USB device found, idVendor=0781, idProduct=5597
[ 2.589557] usb 1-3.3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.589560] usb 1-3.3.4: Product: Cruzer Glide 3.0
[ 2.589562] usb 1-3.3.4: Manufacturer: SanDisk
[ 2.589565] usb 1-3.3.4: SerialNumber: 03013170207841e421c5c74593bfc9c916276c4606d3babf831f0b53eea3ba36c1a8000000000000000000005890caa8ff94790897558107cc27076c
[ 2.590418] usb-storage 1-3.3.4:1.0: USB Mass Storage device detected
[ 2.590560] scsi host0: usb-storage 1-3.3.4:1.0
[ 2.860361] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[ 3.090517] using random self ethernet address
[ 3.095223] using random host ethernet address
[ 3.156820] usb 1-3.1: USB disconnect, device number 6
[ 3.254434] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[ 3.256390] tegra-pcie 10003000.pcie-controller: link 2 down, ignoring
[ 3.388457] usb 1-3.1: new high-speed USB device number 8 using tegra-xusb
[ 3.408939] usb 1-3.1: config 1 interface 0 altsetting 0 endpoint 0x81 has an invalid bInterval 32, changing to 9
[ 3.420161] usb 1-3.1: New USB device found, idVendor=2c7c, idProduct=0901
[ 3.420167] usb 1-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.420169] usb 1-3.1: Product: Android
[ 3.420172] usb 1-3.1: Manufacturer: Android
[ 3.423671] cdc_ether 1-3.1:1.0 usb0: register ‘cdc_ether’ at usb-3530000.xhci-3.1, CDC Ethernet Device, 02:4b:b3:b9:eb:e5
[ 3.460915] tegra-pcie 10003000.pcie-controller: PCIE: no end points detected
[ 3.461353] tegra-pcie 10003000.pcie-controller: PCIE: Disable power rails
[ 3.603889] scsi 0:0:0:0: Direct-Access SanDisk Cruzer Glide 3.0 1.00 PQ: 0 ANSI: 6
[ 3.613046] sd 0:0:0:0: [sda] 60088320 512-byte logical blocks: (30.8 GB/28.7 GiB)
[ 3.621958] sd 0:0:0:0: [sda] Write Protect is off
[ 3.627935] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
[ 3.628585] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn’t support DPO or FUA
[ 3.651108] sda: sda1
[ 3.653662] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 4.432742] usb 2-2: new SuperSpeed USB device number 2 using tegra-xusb
[ 4.452986] usb 2-2: LPM exit latency is zeroed, disabling LPM.
[ 4.453604] usb 2-2: New USB device found, idVendor=2bdf, idProduct=0001
[ 4.453610] usb 2-2: New USB device strings: Mfr=5, Product=3, SerialNumber=6
[ 4.453612] usb 2-2: Product: MV-CA050-20UM
[ 4.453615] usb 2-2: Manufacturer: Hikrobot
[ 4.453617] usb 2-2: SerialNumber: 00J02018234
[ 6.097665] zram: Added device: zram0
[ 6.098120] zram: Added device: zram1
[ 6.098554] zram: Added device: zram2
[ 6.098924] zram: Added device: zram3
[ 6.099333] zram: Added device: zram4
[ 6.099780] zram: Added device: zram5
[ 6.124040] zram0: detected capacity change from 0 to 334299136
[ 6.154501] Adding 326460k swap on /dev/zram0. Priority:5 extents:1 across:326460k SS
[ 6.166600] zram1: detected capacity change from 0 to 334299136
[ 6.191870] Adding 326460k swap on /dev/zram1. Priority:5 extents:1 across:326460k SS
[ 6.197720] zram2: detected capacity change from 0 to 334299136
[ 6.222697] Adding 326460k swap on /dev/zram2. Priority:5 extents:1 across:326460k SS
[ 6.228273] zram3: detected capacity change from 0 to 334299136
[ 6.249393] Adding 326460k swap on /dev/zram3. Priority:5 extents:1 across:326460k SS
[ 6.267327] zram4: detected capacity change from 0 to 334299136
[ 6.331971] Adding 326460k swap on /dev/zram4. Priority:5 extents:1 across:326460k SS
[ 6.339534] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 6.339750] zram5: detected capacity change from 0 to 334299136
[ 6.362680] Adding 326460k swap on /dev/zram5. Priority:5 extents:1 across:326460k SS
[ 6.657439] gpio tegra-gpio-aon wake51 for gpio=47(AA:7)
[ 6.663623] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 6.686266] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
[ 9.048494] tegradc 15200000.nvdisplay: blank - powerdown
[ 9.107088] extcon-disp-state external-connection:disp-state: cable 47 state 0
[ 9.107094] Extcon AUX1(HDMI) disable
[ 9.128585] tegra_nvdisp_handle_pd_disable: Powergated Head1 pd
[ 9.128977] tegra_nvdisp_handle_pd_disable: Powergated Head0 pd
[ 9.129132] tegradc 15200000.nvdisplay: unblank
[ 9.129809] tegra_nvdisp_handle_pd_enable: Unpowergated Head0 pd
[ 9.129875] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
[ 9.130804] Parent Clock set for DC plld2
[ 9.134526] tegradc 15200000.nvdisplay: hdmi: tmds rate:74250K prod-setting:prod_c_hdmi_54m_111m
[ 9.135728] tegradc 15200000.nvdisplay: hdmi: get YCC quant from EDID.
[ 9.172463] extcon-disp-state external-connection:disp-state: cable 47 state 1
[ 9.172468] Extcon AUX1(HDMI) enable
[ 9.172552] tegradc 15200000.nvdisplay: unblank
[ 9.172560] tegradc 15210000.nvdisplay: blank - powerdown
[ 9.502487] eqos 2490000.ether_qos eth0: Link is Up - 1Gbps/Full - flow control off
[ 9.503236] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 10.099508] fuse init (API version 7.26)
[ 12.077454] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 12.077464] Bluetooth: BNEP socket layer initialized
[ 13.252064] tegradc 15200000.nvdisplay: blank - powerdown
[ 13.307771] extcon-disp-state external-connection:disp-state: cable 47 state 0
[ 13.307773] Extcon AUX1(HDMI) disable
[ 13.330017] tegra_nvdisp_handle_pd_disable: Powergated Head1 pd
[ 13.330468] tegra_nvdisp_handle_pd_disable: Powergated Head0 pd
[ 13.332039] tegradc 15210000.nvdisplay: blank - powerdown
[ 13.360955] tegradc 15200000.nvdisplay: blank - powerdown
[ 13.360966] tegradc 15200000.nvdisplay: unblank
[ 13.361454] tegra_nvdisp_handle_pd_enable: Unpowergated Head0 pd
[ 13.361520] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
[ 13.362495] Parent Clock set for DC plld2
[ 13.369237] tegradc 15200000.nvdisplay: hdmi: tmds rate:74250K prod-setting:prod_c_hdmi_54m_111m
[ 13.370434] tegradc 15200000.nvdisplay: hdmi: get YCC quant from EDID.
[ 13.409303] extcon-disp-state external-connection:disp-state: cable 47 state 1
[ 13.409305] Extcon AUX1(HDMI) enable
[ 13.409394] tegradc 15200000.nvdisplay: unblank
[ 13.409401] tegradc 15210000.nvdisplay: blank - powerdown
[ 14.858845] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 31.824968] vdd-3v3-cvb: disabling
[ 31.824993] vdd-3v3-cvb: disabling
[ 31.825005] vdd-1v8-cvb: disabling
[ 31.825016] vdd-fan: disabling
[ 31.825031] vdd_sys_en: disabling
[ 31.825077] spmic-ldo1: disabling
[ 31.825609] vddio-sdmmc1: disabling
[ 31.825881] vdd-sys-bl: disabling

dmesg.log (59.7 KB)

What you said should be reasonable, because HDMI-connector is not normal display. so we use hdmi-to-vga, currenttly hdmi-to-vga display OK, But the display resolution is insufficient or missing

Hi,

If hdmi-to-vga is getting involved, then the issue is different from what I said. It looks like some modes are not supported through that adapter.

Also, jetson does not support display adapter. Please use a native HDMI monitor to test.

I have found the problem, I modified /etc/x11/xorg.conf for vino to caused this question.

Thanks for WayneWWW’s help.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.