IMX219-AF camera not found on Jetson Nano

Ubuntu 18.04 on Jetson Nano, Camera: IMX219-AF(B0181,B0189)

Attached camera onto board. Try to use command: “gst-launch-1.0 nvarguscamerasrc sensor_id=0 ! nvoverlaysink”,

got error “execute:557 No cameras available”.

Full version:

Setting pipeline to PAUSED …

Pipeline is live and does not need PREROLL …

Setting pipeline to PLAYING …

New clock: GstSystemClock

Error generated. /dvs/git/dirty/git-master_linux/multimedia/nvgstreamer/gst-nvarguscamera/gstnvarguscamerasrc.cpp, execute:557 No cameras available

Got EOS from element “pipeline0”.

Execution ended after 0:00:00.069745725

Setting pipeline to PAUSED …

Setting pipeline to READY …

Setting pipeline to NULL …

Freeing pipeline …

 

Tried 2 camera modules, both showed like that.

Tried github code, the same error.

 

Hi @hy

It looks like jetson nano did not find the camera.
Can you run the dmesg command and send the output to me along with the hardware connection photos?

dmesg output is very long:

dmesg
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.9.140-tegra (buildbrain@mobile-u64-4263) (gcc version 7.3.1 20180425 [linaro-7.3-2018.05 revision d29120a424ecfbc167ef90065c0eeb7f91977701] (Linaro GCC 7.3-2018.05) ) #1 SMP PREEMPT Fri Oct 16 12:32:46 PDT 2020
[ 0.000000] Boot CPU: AArch64 Processor [411fd071]
[ 0.000000] OF: fdt:memory scan node memory@80000000, reg size 48,
[ 0.000000] OF: fdt: - 80000000 , 7ee00000
[ 0.000000] OF: fdt: - 100000000 , 7f200000
[ 0.000000] Found tegra_fbmem: 00800000@92cb4000
[ 0.000000] earlycon: uart8250 at MMIO32 0x0000000070006000 (options ‘’)
[ 0.000000] bootconsole [uart8250] enabled
[ 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 ‘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: reserved mem: initialized node vpr-carveout, compatible id nvidia,vpr-carveout
[ 0.000000] OF: reserved mem: initialized node iram-carveout, compatible id nvidia,iram-carveout
[ 0.000000] OF: reserved mem: initialized node ramoops_carveout, compatible id nvidia,ramoops
[ 0.000000] cma: Reserved 64 MiB at 0x00000000fac00000
[ 0.000000] On node 0 totalpages: 1039872
[ 0.000000] DMA zone: 8192 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 519168 pages, LIFO batch:31
[ 0.000000] Normal zone: 8136 pages used for memmap
[ 0.000000] Normal zone: 520704 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 @ffffffc0fefa6000 s61656 r8192 d32552 u102400
[ 0.000000] pcpu-alloc: s61656 r8192 d32552 u102400 alloc=25*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] CPU features: enabling workaround for ARM erratum 832075
[ 0.000000] Speculative Store Bypass Disable mitigation not required
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1023544
[ 0.000000] Kernel command line: tegraid=21.1.2.0.0 ddr_die=4096M@2048M section=512M memtype=0 vpr_resize usb_port_owner_info=0 lane_owner_info=0 emc_max_dvfs=0 touch_id=0@63 video=tegrafb no_console_suspend=1 console=ttyS0,115200n8 debug_uartport=lsport,2 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=0x1000@0xff780000 core_edp_mv=1075 core_edp_ma=4000 tegra_fbmem=0x800000@0x92cb4000 is_hdmi_initialised=1 earlycon=uart8250,mmio32,0x70006000 root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 quiet root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0
[ 0.000000] log_buf_len individual max cpu contribution: 32768 bytes
[ 0.000000] log_buf_len total cpu_extra contributions: 98304 bytes
[ 0.000000] log_buf_len min size: 32768 bytes
[ 0.000000] log_buf_len: 131072 bytes
[ 0.000000] early log buf free: 29232(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: 3562012K/4159488K available (15294K kernel code, 2936K rwdata, 6644K rodata, 8576K init, 611K bss, 122340K reserved, 475136K 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 - 0xffffff800a13e008 ( 2937 KB)
[ 0.000000] .bss : 0xffffff800a13e008 - 0xffffff800a1d6f7c ( 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 - 0xffffffbf03fc8000 ( 63 MB actual)
[ 0.000000] memory : 0xffffffc000000000 - 0xffffffc0ff200000 ( 4082 MB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, 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=4.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[ 0.000000] NR_IRQS:64 nr_irqs:64 0
[ 0.000000] /interrupt-controller@60004000: 192 interrupts forwarded to /interrupt-controller
[ 0.000000] t210 clock and reset probe
[ 0.000000] tegra-pmc: get_secure_pmc_setting: done secure_pmc=1
[ 0.000000] clk_cbus_recalc_rate: no gbus parent
[ 0.000000] clk_cbus_recalc_rate: no gbus parent
[ 0.000000] clk_cbus_recalc_rate: no gbus parent
[ 0.000000] clk_cbus_recalc_rate: no gbus parent
[ 0.000000] clk_cbus_recalc_rate: no gbus parent
[ 0.000000] arm_arch_timer: Architected cp15 timer(s) running at 19.20MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[ 0.000007] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[ 0.001801] Console: colour dummy device 80x25
[ 0.001810] console [tty0] enabled
[ 0.001816] bootconsole [uart8250] disabled
[ 0.001835] kmemleak: Kernel memory leak detector disabled
[ 0.001855] Calibrating delay loop (skipped), value calculated using timer frequency… 38.40 BogoMIPS (lpj=76800)
[ 0.001868] pid_max: default: 32768 minimum: 301
[ 0.002322] Security Framework initialized
[ 0.002547] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.002556] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.003719] ftrace: allocating 47119 entries in 185 pages
[ 0.173736] sched-energy: CPU device node has no sched-energy-costs
[ 0.173774] ASID allocator initialised with 65536 entries
[ 0.212309] tegra-id: chipid=22117.
[ 0.212323] tegra-id: opt_subrevision=0.
[ 0.212340] Tegra Speedo/IDDQ fuse revision 4
[ 0.212345] Tegra: CPU Speedo ID 9, SoC Speedo ID 0, GPU Speedo ID 2
[ 0.212349] Tegra: CPU Process ID 0, SoC Process ID 1, GPU Process ID 0
[ 0.212355] Tegra: CPU Speedo Value 2050, SoC Speedo Value 1954, GPU Speedo Value 2055
[ 0.212359] Tegra: CPU IDDQ Value 1896, SoC IDDQ Value 2108, GPU IDDQ Value 2610
[ 0.212376] Tegra Revision: A02 SKU: 0x8f CPU Process: 0 SoC Process: 1
[ 0.212392] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/kernel-4.9/arch/arm64/boot/dts/…/…/…/…/…/…/hardware/nvidia/platform/t210/porg/kernel-dts/tegra210-p3448-0000-p3449-0000-b00.dts
[ 0.212399] DTB Build time: Oct 16 2020 12:38:12
[ 0.261093] CPU1: Booted secondary processor [411fd071]
[ 0.292999] CPU2: Booted secondary processor [411fd071]
[ 0.324989] CPU3: Booted secondary processor [411fd071]
[ 0.325079] Brought up 4 CPUs
[ 0.325087] SMP: Total of 4 processors activated.
[ 0.325095] CPU features: detected feature: 32-bit EL0 Support
[ 0.325362] CPU: All CPU(s) started at EL2
[ 0.325381] alternatives: patching kernel code
[ 0.333812] devtmpfs: initialized
[ 0.373256] Initilizing CustomIPI irq domain
[ 0.373656] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.373679] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.385269] pinctrl core: initialized pinctrl subsystem
[ 0.385875] OS set in device tree is not L4T.
[ 0.386308] regulator-dummy: no parameters
[ 0.386595] Initializing plugin-manager
[ 0.386763] Plugin module not found
[ 0.386954] node /plugin-manager/fragement@0 match with board >=3448-0000-100
[ 0.387505] node /plugin-manager/fragment@1 match with board >=3448-0000-101
[ 0.388371] node /plugin-manager/fragement@6 match with odm-data enable-tegra-wdt
[ 0.388776] node /plugin-manager/fragement@8 match with odm-data enable-tegra-wdt
[ 0.389410] node /plugin-manager/fragement@10 match with board >=3448-0000-300
[ 0.391367] node /plugin-manager/fragement@13 match with board >=3448-0000-300
[ 0.395268] NET: Registered protocol family 16
[ 0.396577] pstore: using zlib compression
[ 0.396619] console [pstore-1] enabled
[ 0.396623] pstore: Registered ramoops as persistent store backend
[ 0.396628] ramoops: attached 0x200000@0xb0000000, ecc: 0/0
[ 0.413107] cpuidle: using governor menu
[ 0.417540] tegra_smmu 70019000.iommu: Loaded Tegra IOMMU driver
[ 0.419375] vdso: 2 pages (1 code @ ffffff8008f77000, 1 data @ ffffff8009e64000)
[ 0.419399] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.421717] atomic_pool_init():622: DMA: preallocated 1024 KiB pool for atomic allocations
[ 0.424177] Serial: AMBA PL011 UART driver
[ 0.424702] tegra_powergate_init: DONE
[ 0.424717] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/kernel-4.9/arch/arm64/boot/dts/…/…/…/…/…/…/hardware/nvidia/platform/t210/porg/kernel-dts/tegra210-p3448-0000-p3449-0000-b00.dts
[ 0.424725] DTB Build time: Oct 16 2020 12:38:12
[ 0.426791] Tegra reboot handler registered.
[ 0.431460] iommu: Adding device tegra-carveouts to group 0
[ 0.431608] platform tegra-carveouts: domain=ffffffc0f9be13d8 allocates as[0]=ffffffc0f94400a8
[ 0.431976] iommu: Adding device smmu_test to group 1
[ 0.432027] platform smmu_test: domain=ffffffc0f9be1618 allocates as[0]=ffffffc0f9440110
[ 0.432845] mc: mapped MMIO address: 0xffffff800802e000 → 0x70019000
[ 0.432904] mc: mapped MMIO address: 0xffffff8008065000 → 0x7001c000
[ 0.432954] mc: mapped MMIO address: 0xffffff8008079000 → 0x7001d000
[ 0.432964] nv-tegra-mc 70019000.mc: No mssnvlink node
[ 0.432986] mc-err: mcerr ops are set to t21x
[ 0.442921] iommu: Adding device 70090000.xusb to group 2
[ 0.443209] iommu: Adding device 70006000.serial to group 3
[ 0.443287] platform 70006000.serial: domain=ffffffc0f94d5618 allocates as[0]=ffffffc0f9440178
[ 0.443707] iommu: Adding device 70006040.serial to group 4
[ 0.443976] iommu: Adding device 70006200.serial to group 5
[ 0.444201] iommu: Adding device sound to group 6
[ 0.444251] platform sound: domain=ffffffc0f94d5b58 allocates as[0]=ffffffc0f94401e0
[ 0.444811] iommu: Adding device 7000d400.spi to group 7
[ 0.445243] iommu: Adding device 7000d600.spi to group 8
[ 0.445549] iommu: Adding device 70410000.spi to group 9
[ 0.445884] iommu: Adding device 50000000.host1x to group 10
[ 0.446162] iommu: Adding device 54080000.vi to group 11
[ 0.446567] iommu: Adding device 54600000.isp to group 12
[ 0.446826] iommu: Adding device 54680000.isp to group 13
[ 0.447139] iommu: Adding device tegradc.0 to group 14
[ 0.447195] platform tegradc.0: domain=ffffffc0f94e2a98 allocates as[0]=ffffffc0f9440248
[ 0.451367] platform tegradc.0: IOVA linear map 0x0000000092cb4000(800000)
[ 0.451758] platform tegradc.0: IOVA linear map 0x00000000d7000000(19000000)
[ 0.452120] iommu: Adding device tegradc.1 to group 15
[ 0.452168] platform tegradc.1: domain=ffffffc0f94e2cd8 allocates as[0]=ffffffc0f94402b0
[ 0.456335] platform tegradc.1: IOVA linear map 0x0000000092cb4000(800000)
[ 0.456723] platform tegradc.1: IOVA linear map 0x00000000d7000000(19000000)
[ 0.456973] iommu: Adding device 54340000.vic to group 16
[ 0.457196] iommu: Adding device 544c0000.nvenc to group 17
[ 0.457407] iommu: Adding device 54500000.tsec to group 18
[ 0.457612] iommu: Adding device 54100000.tsecb to group 19
[ 0.457804] iommu: Adding device 54480000.nvdec to group 20
[ 0.458025] iommu: Adding device 54380000.nvjpg to group 21
[ 0.459055] iommu: Adding device 546c0000.i2c to group 22
[ 0.459383] iommu: Adding device 57000000.gpu to group 23
[ 0.459432] platform 57000000.gpu: domain=ffffffc0f94f1cd8 allocates as[0]=ffffffc0f9440318
[ 0.459469] platform 57000000.gpu: domain=ffffffc0f94f1cd8 allocates as[1]=ffffffc0f9440380
[ 0.459511] platform 57000000.gpu: domain=ffffffc0f94f1cd8 allocates as[2]=ffffffc0f94403e8
[ 0.459547] platform 57000000.gpu: domain=ffffffc0f94f1cd8 allocates as[3]=ffffffc0f9440450
[ 0.460466] tegra-pmc 7000e400.pmc: i2c-thermtrip node not found, emergency thermal reset disabled.
[ 0.460479] tegra-pmc 7000e400.pmc: scratch reg offset dts data not present
[ 0.460490] tegra-pmc: ### PMC reset source: TEGRA_POWER_ON_RESET
[ 0.460495] tegra-pmc: ### PMC reset level: TEGRA_RESET_LEVEL_WARM
[ 0.460499] tegra-pmc: ### PMC reset status reg: 0x0
[ 0.513177] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[ 0.513188] tegra-pmc: Clear bootloader IO dpd settings
[ 0.513207] tegra-pmc 7000e400.pmc: IO padctrl driver initialized
[ 0.513272] tegra-pmc 7000e400.pmc: PMC: Successfully configure bootrom reset commands
[ 0.513573] iommu: Adding device 70012000.se to group 24
[ 0.514340] iommu: Adding device 7000c000.i2c to group 25
[ 0.514594] iommu: Adding device 7000c400.i2c to group 26
[ 0.514853] iommu: Adding device 7000c500.i2c to group 27
[ 0.515115] iommu: Adding device 7000c700.i2c to group 28
[ 0.515407] iommu: Adding device 7000d000.i2c to group 29
[ 0.515655] iommu: Adding device 7000d100.i2c to group 30
[ 0.515954] iommu: Adding device sdhci-tegra.0 to group 31
[ 0.516008] platform sdhci-tegra.0: domain=ffffffc0f958be58 allocates as[0]=ffffffc0f94404b8
[ 0.516855] iommu: Adding device 700d0000.xudc to group 32
[ 0.520281] vdd-ac-bat: 5000 mV
[ 0.520633] vdd-5v0-sys: 5000 mV
[ 0.521619] vdd-5v0-hdmi: supplied by vdd-5v0-sys
[ 0.521691] vdd-5v0-hdmi: 5000 mV
[ 0.522102] vdd-1v8-sys: 1800 mV
[ 0.522503] vdd-fan: supplied by vdd-5v0-sys
[ 0.522539] vdd-fan: 5000 mV
[ 0.522920] vdd-usb-vbus: supplied by vdd-5v0-sys
[ 0.522971] vdd-usb-vbus: 5000 mV
[ 0.523502] vdd-usb-vbus2: 5000 mV
[ 0.554123] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.556691] gpio gpiochip0: gpio-line-names specifies 240 line names but there are 256 lines on the chip
[ 0.557819] GPIO line 151 (camera-control-output-low) hogged as output/low
[ 0.557840] GPIO line 152 (camera-control-output-low) hogged as output/low
[ 0.557888] GPIO line 6 (system-suspend-gpio) hogged as output/high
[ 0.558297] gpiochip_setup_dev: registered GPIOs 0 to 255 on device: gpiochip0 (tegra-gpio)
[ 0.566296] eventlib_kernel: keventlib is initialized, test id: 0
[ 0.566667] SCSI subsystem initialized
[ 0.566954] libata version 3.00 loaded.
[ 0.567278] usbcore: registered new interface driver usbfs
[ 0.567328] usbcore: registered new interface driver hub
[ 0.567410] usbcore: registered new device driver usb
[ 0.571492] max77620 4-003c: PMIC Version OTP:0x35 and ES:0x8
[ 0.576345] random: fast init done
[ 0.576364] vdd-core: 600 <–> 1162 mV at 1075 mV
[ 0.577410] vdd-ddr-1v1: Bringing 1125000uV into 1150000-1150000uV
[ 0.580253] vdd-ddr-1v1: 1150 mV
[ 0.584242] vdd-pre-reg-1v35: 1350 mV
[ 0.588239] vdd-1v8: 1800 mV
[ 0.592239] avdd-sys-1v2: 1200 mV
[ 0.596240] vdd-pex-1v0: 1050 mV
[ 0.596928] vddio-sdmmc-ap: 1800 <–> 3300 mV at 3300 mV
[ 0.597471] max77620-ldo3: at 3100 mV
[ 0.600242] vdd-rtc: 850 <–> 1100 mV at 1000 mV
[ 0.600788] max77620-ldo5: at 3100 mV
[ 0.604238] vddio-sdmmc3-ap: 1800 <–> 3300 mV at 2800 mV
[ 0.608238] avdd-1v05-pll: 1050 mV
[ 0.612237] avdd-io-hdmi-dp: 1050 mV
[ 0.614905] GPIO line 505 (spmic-default-output-high) hogged as output/high
[ 0.615187] gpiochip_setup_dev: registered GPIOs 504 to 511 on device: gpiochip1 (max77620-gpio)
[ 0.615459] max77620 4-003c: max77620 probe successful
[ 0.618212] media: Linux media interface: v0.10
[ 0.618278] Linux video capture interface: v2.00
[ 0.619222] pps_core: LinuxPPS API ver. 1 registered
[ 0.619230] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
[ 0.619250] PTP clock support registered
[ 0.622566] tegra210-emc 7001b000.external-memory-controller: validated EMC DFS table
[ 0.623441] Advanced Linux Sound Architecture Driver Initialized.
[ 0.624121] Bluetooth: Core ver 2.22
[ 0.624168] NET: Registered protocol family 31
[ 0.624171] Bluetooth: HCI device and connection manager initialized
[ 0.624186] Bluetooth: HCI socket layer initialized
[ 0.624195] Bluetooth: L2CAP socket layer initialized
[ 0.624278] Bluetooth: SCO socket layer initialized
[ 0.626059] tegra210_dvfs: no clock found for sdmmc2_ddr
[ 0.626078] tegra210_dvfs: no clock found for sdmmc4_ddr
[ 0.626127] tegra210_dvfs: no clock found for sdmmc1_ddr
[ 0.626142] tegra210_dvfs: no clock found for sdmmc3_ddr
[ 0.630030] tegra_dvfs: Unable to get vdd-cpu rail for step info, defering probe
[ 0.631259] vdd-3v3-sys: supplied by vdd-5v0-sys
[ 0.631343] vdd-3v3-sys: 3300 mV
[ 0.631611] vdd-1v8-sys: supplied by vdd-3v3-sys
[ 0.632323] vdd-usb-vbus2: supplied by vdd-3v3-sys
[ 0.632801] vdd-3v3-sd: supplied by vdd-3v3-sys
[ 0.632869] vdd-3v3-sd: 3300 mV
[ 0.633967] avdd-io-edp-1v05: supplied by avdd-1v05-pll
[ 0.634011] avdd-io-edp-1v05: 1050 mV
[ 0.634441] vdd-usb-hub-en: supplied by vdd-1v8-sys
[ 0.634480] vdd-usb-hub-en: 5000 mV
[ 0.635925] camchar: rtcpu character device driver loaded
[ 0.636731] extcon-gpio-states extcon:extcon@1: Cable state:1, cable id:1
[ 0.638219] clocksource: Switched to clocksource arch_sys_counter
[ 0.679723] VFS: Disk quotas dquot_6.6.0
[ 0.679848] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.680351] nvmap_heap_init: nvmap_heap_init: created heap block cache
[ 0.680794] dma_declare_coherent_resizable_cma_memory:324: resizable heap=vpr, base=0x00000000d7000000, size=0x19000000
[ 0.680810] dma-vpr: heap size is not multiple of cma_chunk_size heap_info->num_chunks (13) rem_chunk_size(0x1000000)
[ 0.681018] cma: enabled page replacement for spfn=d7000, epfn=f0000
[ 0.681024] dma_declare_coherent_resizable_cma_memory:373: resizable cma heap=vpr create successful
[ 0.681035] tegra-carveouts tegra-carveouts: assigned reserved memory node vpr-carveout
[ 0.681069] tegra-carveouts tegra-carveouts: iram :dma coherent mem declare 0x0000000040001000,258048
[ 0.681075] tegra-carveouts tegra-carveouts: assigned reserved memory node iram-carveout
[ 0.681088] nvmap: nvmap_select_cache_ops() nvmap cache ops set to set/ways
[ 0.681095] nvmap_page_pool_init: Total RAM pages: 1009287
[ 0.681100] nvmap_page_pool_init: nvmap page pool size: 126160 pages (492 MB)
[ 0.681191] nvmap_background_zero_thread: PP zeroing thread starting.
[ 0.681688] misc nvmap: created heap iram base 0x0000000040001000 size (252KiB)
[ 0.682708] misc nvmap: created heap vpr base 0x00000000d7000000 size (409600KiB)
[ 0.691280] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type AO-therm
[ 0.691756] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type CPU-therm
[ 0.692136] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type GPU-therm
[ 0.692422] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[ 0.692607] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type PMIC-Die
[ 0.692893] pre_t19x_iso_plat_init(): iso emc max clk=1600000KHz
[ 0.692898] pre_t19x_iso_plat_init(): max_iso_bw=11520000KB
[ 0.693338] NET: Registered protocol family 2
[ 0.694422] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.694632] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[ 0.695177] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.695336] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.695416] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.695846] NET: Registered protocol family 1
[ 0.696582] RPC: Registered named UNIX socket transport module.
[ 0.696587] RPC: Registered udp transport module.
[ 0.696591] RPC: Registered tcp transport module.
[ 0.696595] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.696609] PCI: CLS 0 bytes, default 64
[ 0.696877] Trying to unpack rootfs image as initramfs…
[ 0.932357] Freeing initrd memory: 5356K
[ 0.942655] host1x 50000000.host1x: initialized
[ 0.944549] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[ 0.947963] audit: initializing netlink subsys (disabled)
[ 0.948061] audit: type=2000 audit(0.795:1): initialized
[ 0.948847] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.958940] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.960403] ntfs: driver 2.1.32 [Flags: R/W].
[ 0.961222] 9p: Installing v9fs 9p2000 file system support
[ 0.964565] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240)
[ 0.964703] io scheduler noop registered
[ 0.964991] io scheduler cfq registered (default)
[ 0.967800] gic 702f9000.agic: GIC IRQ controller registered
[ 0.970830] iommu: Adding device 702ef000.adsp to group 33
[ 0.980034] iommu: Adding device aconnect@702c0000:adsp_audio to group 34
[ 0.980208] tegra-aconnect aconnect@702c0000: Tegra ACONNECT bus registered
[ 0.980839] tegra-xusb-padctl 7009f000.xusb_padctl: TEGRA_FUSE_SKU_CALIB_0 = 0x79e7c10
[ 0.980848] tegra-xusb-padctl 7009f000.xusb_padctl: TEGRA_FUSE_USB_CALIB_EXT_0 = 0x4
[ 0.982602] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.0, lane = usb2-0, function = xusb
[ 0.982707] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.1, lane = usb2-1, function = xusb
[ 0.982796] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.2, lane = usb2-2, function = xusb
[ 0.982996] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.3, lane = pcie-0, function = pcie-x1
[ 0.983090] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.4, lane = pcie-1, function = pcie-x4
[ 0.983178] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.5, lane = pcie-2, function = pcie-x4
[ 0.983274] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.6, lane = pcie-3, function = pcie-x4
[ 0.983361] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.7, lane = pcie-4, function = pcie-x4
[ 0.983449] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.8, lane = pcie-5, function = xusb
[ 0.983540] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.9, lane = pcie-6, function = xusb
[ 0.989726] tegra-pwm 7000a000.pwm: PWM clk cannot sleep in ops
[ 0.991564] tegra-dfll-pwm 70110000.pwm: DFLL pwm-rate: 12800000
[ 0.993444] tegra-pcie 1003000.pcie: 4x1, 1x1 configuration
[ 0.994733] tegra-pcie 1003000.pcie: PCIE: Enable power rails
[ 0.995102] tegra-pcie 1003000.pcie: probing port 0, using 4 lanes
[ 0.996382] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[ 0.996605] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=1500000, vi_iso_bw=1500000, max_bw=1500000
[ 0.996856] Adding domain tsec-pd to PM domain host1x-pd
[ 0.999231] tegra-pcie 1003000.pcie: probing port 1, using 1 lanes
[ 1.000272] tsec 54500000.tsec: initialized
[ 1.001862] tsec 54100000.tsecb: initialized
[ 1.002646] Adding domain nvdec-pd to PM domain host1x-pd
[ 1.006403] nvdec 54480000.nvdec: initialized
[ 1.007512] Adding domain vic03-pd to PM domain host1x-pd
[ 1.007702] Adding domain msenc-pd to PM domain host1x-pd
[ 1.007862] Adding domain nvjpg-pd to PM domain host1x-pd
[ 1.012165] falcon 54340000.vic: initialized
[ 1.013387] falcon 544c0000.nvenc: initialized
[ 1.014763] falcon 54380000.nvjpg: initialized
[ 1.019158] tegra_cec 70015000.tegra_cec: dt=1 start=0x70015000 end=0x70015FFF irq=97
[ 1.019204] tegra_cec 70015000.tegra_cec: Enable clock result: 0.
[ 1.019238] tegra_cec 70015000.tegra_cec: tegra_cec_init started
[ 1.019527] tegradc tegradc.0: disp0 connected to head0->/host1x/sor1
[ 1.019531] tegra_cec 70015000.tegra_cec: cec_add_sysfs ret=0
[ 1.019535] tegra_cec 70015000.tegra_cec: probed
[ 1.019630] display board info: id 0x0, fab 0x0
[ 1.019702] generic_infoframe_type: 0x87
[ 1.019855] tegradc tegradc.0: DT parsed successfully
[ 1.019907] tegradc tegradc.0: Display dc.ffffff800ab80000 registered with id=0
[ 1.020502] tegradc tegradc.0: Bootloader disp_param detected. Detected mode: 1920x1080 (on 0x0mm) pclk=148350781
[ 1.024177] tegradc tegradc.0: probed
[ 1.029582] tegra-apbdma 60020000.dma: Tegra20 APB DMA driver register 32 channels
[ 1.036632] tegra-adma 702e2000.adma: Tegra210 ADMA driver registered 22 channels
[ 1.037643] tegra-fuse-burn 7000f800.efuse:efuse-burn: shutdown limit check disabled
[ 1.037653] tegra-fuse-burn 7000f800.efuse:efuse-burn: Fuse burn driver initialized
[ 1.038028] kfuse 7000fc00.kfuse: initialized
[ 1.039711] tegra-pmc-iopower pmc-iopower: Regulator supply iopower-dbg-supply not available
[ 1.040902] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0
[ 1.042449] tegra-dfll-pwm 70110000.pwm: DFLL_PWM regulator is available now
[ 1.042470] vdd-cpu: 708 <–> 1322 mV at 708 mV
[ 1.043019] pwm-regulator pwm_regulators:pwm-regulator@0: PWM regulator registration passed
[ 1.044820] vdd-gpu: applied init 1000000uV constraint
[ 1.044827] vdd-gpu: 708 <–> 1323 mV at 997 mV
[ 1.045297] pwm-regulator pwm_regulators:pwm-regulator@1: PWM regulator registration passed
[ 1.050201] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 1.050444] No Device Node present for smmu client: serial8250 !!
[ 1.050461] platform serial8250: No iommus property found in DT node, got swgids from fixup(101004000)
[ 1.050527] iommu: Adding device serial8250 to group 35
[ 1.052882] console [ttyS0] disabled
[ 1.053006] 70006000.serial: ttyS0 at MMIO 0x70006000 (irq = 63, base_baud = 25500000) is a Tegra
[ 1.053108] console [ttyS0] enabled
[ 1.054046] 70006040.serial: ttyTHS1 at MMIO 0x70006040 (irq = 64, base_baud = 0) is a TEGRA_UART
[ 1.054445] serial-tegra 70006200.serial: RX in PIO mode
[ 1.054557] 70006200.serial: ttyTHS2 at MMIO 0x70006200 (irq = 65, base_baud = 0) is a TEGRA_UART
[ 1.055704] [drm] Initialized
[ 1.056292] Console: switching to colour frame buffer device 240x67
[ 1.056418] tegradc tegradc.0: fb registered
[ 1.064551] tegradc tegradc.0: DC initialized, skipping tegra_dc_program_mode.
[ 1.064608] tegradc tegradc.0: hdmi: tmds rate:148351K prod-setting:prod_c_hdmi_75m_150m
[ 1.065152] tegradc tegradc.0: hdmi: get RGB quant from REG programmed by BL.
[ 1.065169] tegradc tegradc.0: hdmi: get YCC quant from REG programmed by BL.
[ 1.066421] brd: module loaded
[ 1.072117] loop: module loaded
[ 1.072234] tegra_profiler: version: 1.141, samples/io: 48/28
[ 1.072390] tegra_profiler: auth: init
[ 1.073772] THERMAL EST: found 2 subdevs
[ 1.073781] THERMAL EST num_resources: 0
[ 1.073786] [THERMAL EST subdev 0]
[ 1.073792] [THERMAL EST subdev 1]
[ 1.074336] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type thermal-fan-est
[ 1.074342] THERMAL EST: thz register success.
[ 1.074740] THERMAL EST: end of probe, return err: 0
[ 1.076006] sd: No Scsi addr parsed to reserve index
[ 1.076044] hisi_sas: driver version v1.6
[ 1.081635] tegra-qspi 70410000.spi: Prod settings list not found
[ 1.082964] qspi_mtd spi32766.0: MX25U3235F (4096 Kbytes)
[ 1.082975] qspi_mtd spi32766.0: mtd .name = spi32766.0, .size = 0x400000 (4MiB) .erasesize = 0x00001000 (4KiB) .numeraseregions = 0
[ 1.086078] libphy: Fixed MDIO Bus: probed
[ 1.087032] tun: Universal TUN/TAP device driver, 1.6
[ 1.087039] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
[ 1.088066] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 1.088070] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.088128] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[ 1.088132] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 1.088179] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[ 1.088183] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 1.088228] Intel(R) 10GbE PCI Express Linux Network Driver - version 4.6.4
[ 1.088232] Copyright(c) 1999 - 2017 Intel Corporation.
[ 1.089439] PPP generic driver version 2.4.2
[ 1.089645] PPP BSD Compression module registered
[ 1.089651] PPP Deflate Compression module registered
[ 1.089694] PPP MPPE Compression module registered
[ 1.089702] NET: Registered protocol family 24
[ 1.089779] usbcore: registered new interface driver r8152
[ 1.089821] usbcore: registered new interface driver asix
[ 1.089870] usbcore: registered new interface driver ax88179_178a
[ 1.089910] usbcore: registered new interface driver cdc_ether
[ 1.089949] usbcore: registered new interface driver net1080
[ 1.089990] usbcore: registered new interface driver cdc_subset
[ 1.090032] usbcore: registered new interface driver zaurus
[ 1.090086] usbcore: registered new interface driver cdc_ncm
[ 1.090293] VFIO - User Level meta-driver version: 0.3
[ 1.091513] extcon-disp-state extcon:disp-state: cable 47 state 1
[ 1.091519] Extcon AUX1(HDMI) enable
[ 1.092605] tegradc tegradc.1: disp1 connected to head1->/host1x/sor
[ 1.092679] tegradc tegradc.1: No lt-data, using default setting
[ 1.092712] tegradc tegradc.1: No hpd-gpio in DT
[ 1.092745] tegradc tegradc.1: DT parsed successfully
[ 1.092795] tegradc tegradc.1: Display dc.ffffff800d500000 registered with id=1
[ 1.094498] tegradc tegradc.1: dpd enable lookup fail:-19
[ 1.094877] ehci_hcd: USB 2.0 ‘Enhanced’ Host Controller (EHCI) Driver
[ 1.094898] ehci-pci: EHCI PCI platform driver
[ 1.094952] ohci_hcd: USB 1.1 ‘Open’ Host Controller (OHCI) Driver
[ 1.094963] ohci-pci: OHCI PCI platform driver
[ 1.095006] ohci-platform: OHCI generic platform driver
[ 1.097488] tegra-xusb 70090000.xusb: USB2 port 0 has OTG_CAP
[ 1.100805] tegra-xusb-padctl 7009f000.xusb_padctl: enabled OTG on UTMI pad 0
[ 1.102030] tegra-xusb 70090000.xusb: extcon 0: ffffffc0f909ec00 id
[ 1.103345] usbcore: registered new interface driver uas
[ 1.103422] usbcore: registered new interface driver usb-storage
[ 1.103554] usbcore: registered new interface driver usbserial
[ 1.105012] tegradc tegradc.1: probed
[ 1.108906] tegra-xusb 70090000.xusb: Firmware timestamp: 2019-10-17 15:58:59 UTC, Version: 50.25 release
[ 1.108977] tegra-xusb 70090000.xusb: xHCI Host Controller
[ 1.109015] tegra-xusb 70090000.xusb: new USB bus registered, assigned bus number 1
[ 1.109782] tegra-xusb 70090000.xusb: hcc params 0x0184f525 hci version 0x100 quirks 0x00050010
[ 1.109836] tegra-xusb 70090000.xusb: irq 61, io mem 0x70090000
[ 1.110055] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.110062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.110067] usb usb1: Product: xHCI Host Controller
[ 1.110072] usb usb1: Manufacturer: Linux 4.9.140-tegra xhci-hcd
[ 1.110077] usb usb1: SerialNumber: 70090000.xusb
[ 1.113091] tegradc tegradc.1: fb registered
[ 1.113401] hub 1-0:1.0: USB hub found
[ 1.113447] hub 1-0:1.0: 5 ports detected
[ 1.114127] tegra-xusb 70090000.xusb: xHCI Host Controller
[ 1.114142] tegra-xusb 70090000.xusb: new USB bus registered, assigned bus number 2
[ 1.114178] tegra-xudc-new 700d0000.xudc: device count: 1
[ 1.114282] usb usb2: We don’t know the algorithms for LPM for this host, disabling LPM.
[ 1.114382] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 1.114388] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.114394] usb usb2: Product: xHCI Host Controller
[ 1.114399] usb usb2: Manufacturer: Linux 4.9.140-tegra xhci-hcd
[ 1.114403] usb usb2: SerialNumber: 70090000.xusb
[ 1.115657] tegra-xudc-new 700d0000.xudc: USB charger detection disabled
[ 1.115671] tegra-xudc-new 700d0000.xudc: vbus state: 1
[ 1.115690] tegra-xudc-new 700d0000.xudc: device mode on: 0
[ 1.115705] tegra-xusb-padctl 7009f000.xusb_padctl: power on UTMI pads 0
[ 1.115732] tegra-xudc-new 700d0000.xudc: active: 0 => 1
[ 1.116319] hpd: state 7 (Takeover from bootloader), hpd 0, pending_hpd_evt 1
[ 1.116326] hpd: switching from state 7 (Takeover from bootloader) to state 0 (Reset)
[ 1.116335] hpd: state 0 (Reset), hpd 0, pending_hpd_evt 0
[ 1.116351] tegradc tegradc.1: blank - powerdown
[ 1.116375] extcon-disp-state extcon:disp-state: cable 44 state 0 already set.
[ 1.116381] Extcon DP: HPD disabled
[ 1.116388] hpd: hpd_switch 0
[ 1.116392] hpd: switching from state 0 (Reset) to state 1 (Check Plug)
[ 1.116401] hpd: state 1 (Check Plug), hpd 0, pending_hpd_evt 0
[ 1.116408] hpd: switching from state 1 (Check Plug) to state 3 (Disabled)
[ 1.116619] mousedev: PS/2 mouse device common for all mice
[ 1.116739] usbcore: registered new interface driver xpad
[ 1.116770] hub 2-0:1.0: USB hub found
[ 1.116820] hub 2-0:1.0: 4 ports detected
[ 1.126228] tegradc tegradc.0: nominal-pclk:148351648 parent:148350781 div:1.0 pclk:148350781 146868084~161703244
[ 1.214279] tegra-xusb-padctl 7009f000.xusb_padctl: power on UTMI pads 1
[ 1.225687] tegradc tegradc.0: blank - powerdown
[ 1.247397] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[ 1.249528] rtc rtc1: alarm rtc device
[ 1.249540] tegra_rtc 7000e000.rtc: rtc core: registered 7000e000.rtc as rtc1
[ 1.249558] tegra_rtc 7000e000.rtc: Tegra internal Real Time Clock
[ 1.249954] i2c /dev entries driver
[ 1.251616] i2c i2c-6: Added multiplexed i2c bus 7
[ 1.251924] i2c i2c-6: Added multiplexed i2c bus 8
[ 1.251928] i2c-mux-gpio cam_i2cmux: 2 port mux on Tegra I2C adapter adapter
[ 1.252468] imx219 7-0010: tegracam sensor driver:imx219_v2.0.6
[ 1.263213] extcon-disp-state extcon:disp-state: cable 47 state 0
[ 1.263216] Extcon AUX1(HDMI) disable
[ 1.275760] tegra-vii2c 546c0000.i2c: no acknowledge from address 0x10
[ 1.275841] imx219 7-0010: imx219_board_setup: error during i2c read probe (-121)
[ 1.275872] imx219 7-0010: board setup failed
[ 1.275933] imx219: probe of 7-0010 failed with error -121
[ 1.276334] imx219 8-0010: tegracam sensor driver:imx219_v2.0.6
[ 1.294897] tegradc tegradc.0: unblank
[ 1.299641] tegra-vii2c 546c0000.i2c: no acknowledge from address 0x10
[ 1.299727] imx219 8-0010: imx219_board_setup: error during i2c read probe (-121)
[ 1.299758] imx219 8-0010: board setup failed
[ 1.299866] imx219: probe of 8-0010 failed with error -121
[ 1.301447] max77620-power max77620-power: Event recorder REG_NVERC : 0x0
[ 1.304471] tegra_soctherm 700e2000.soctherm: pllx_offset tz:0 max:14, min:2
[ 1.304476] tegra_soctherm 700e2000.soctherm: pllx_offset tz:2 max:8, min:4
[ 1.304978] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 1.304994] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when cpu reaches 102500 mC
[ 1.305003] tegra_soctherm 700e2000.soctherm: throttrip: will throttle when cpu reaches 100500 mC
[ 1.305148] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 1.305159] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when gpu reaches 103000 mC
[ 1.305165] tegra_soctherm 700e2000.soctherm: throttrip: will throttle when gpu reaches 101000 mC
[ 1.305321] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 1.305333] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when pll reaches 127000 mC
[ 1.305338] tegra_soctherm 700e2000.soctherm: throttrip: pll: missing hot temperature
[ 1.305538] tegra_soctherm 700e2000.soctherm: failed to register sensor: -19
[ 1.306497] tegra_aotag tegra-aotag: Registering sensor 0
[ 1.306561] tegra_aotag tegra-aotag: Invalid temp readout
[ 1.306589] tegra_aotag tegra-aotag: Invalid temp readout
[ 1.306605] tegra_aotag tegra-aotag: Bound to TZ : ID 0
[ 1.306614] tegra_aotag tegra-aotag: Probe done [SUCCESS]:0
[ 1.307720] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 1.307741] tegra_dfll_action dfll-cdev-cap: Tegra DFLL ‘cap cooling device’ registered
[ 1.307920] tegra_aotag tegra-aotag: Invalid temp readout
[ 1.307951] tegra_dfll_action dfll-cdev-floor: Tegra DFLL ‘floor cooling device’ registered
[ 1.308409] parse_throttle_dt_data: Num cap clks = 6
[ 1.308414] parse_throttle_dt_data: clk=cclk_g type=2
[ 1.308429] parse_throttle_dt_data: clk=gpu type=4
[ 1.308458] parse_throttle_dt_data: clk=cap.throttle.c2bus type=0
[ 1.308480] parse_throttle_dt_data: clk=cap.throttle.c3bus type=0
[ 1.308505] parse_throttle_dt_data: clk=cap.throttle.sclk type=0
[ 1.308508] parse_throttle_dt_data: clk=emc type=3
[ 1.309019] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 1.309140] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 1.309275] tegra_throttle_probe: probe successful. #cdevs=4
[ 1.310309] FAN dev name: pwm-fan
[ 1.310409] FAN:gpio request success.
[ 1.310495] pwm_fan_driver pwm-fan: cap state:7, cap pwm:255
[ 1.310832] pwm_fan_driver pwm-fan: got pwm for fan. polarity is normal
[ 1.311026] pwm_fan_driver pwm-fan: fan tach request irq success
[ 1.311035] pwm_fan_driver pwm-fan: tach period: 1000
[ 1.311138] pwm_fan_driver pwm-fan: index 0: pwm=0, rpm=0, rru=40, rrd=40, state:2
[ 1.311143] pwm_fan_driver pwm-fan: index 1: pwm=80, rpm=1000, rru=2, rrd=2, state:2
[ 1.311148] pwm_fan_driver pwm-fan: index 2: pwm=120, rpm=2000, rru=1, rrd=1, state:2
[ 1.311152] pwm_fan_driver pwm-fan: index 3: pwm=160, rpm=3000, rru=1, rrd=1, state:2
[ 1.311156] pwm_fan_driver pwm-fan: index 4: pwm=255, rpm=4000, rru=1, rrd=1, state:3
[ 1.311160] pwm_fan_driver pwm-fan: index 5: pwm=255, rpm=5000, rru=1, rrd=1, state:3
[ 1.311164] pwm_fan_driver pwm-fan: index 6: pwm=255, rpm=6000, rru=1, rrd=1, state:3
[ 1.311169] pwm_fan_driver pwm-fan: index 7: pwm=255, rpm=7000, rru=1, rrd=1, state:4
[ 1.311173] pwm_fan_driver pwm-fan: index 8: pwm=255, rpm=10000, rru=1, rrd=1, state:4
[ 1.311177] pwm_fan_driver pwm-fan: index 9: pwm=255, rpm=11000, rru=1, rrd=1, state:4
[ 1.311668] tegradc tegradc.0: nominal-pclk:148500000 parent:148500000 div:1.0 pclk:148500000 147015000~161865000
[ 1.311777] tegradc tegradc.0: hdmi: tmds rate:148500K prod-setting:prod_c_hdmi_75m_150m
[ 1.312104] tegra-wdt 60005100.watchdog: Tegra WDT enabled on probe. Timeout = 120 seconds.
[ 1.312449] tegra-wdt 60005100.watchdog: initialized (timeout = 120 sec, nowayout = 1)
[ 1.312904] tegradc tegradc.0: hdmi: get RGB quant from EDID.
[ 1.312921] tegradc tegradc.0: hdmi: get YCC quant from EDID.
[ 1.313434] device-mapper: uevent: version 1.0.3
[ 1.313926] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: [email protected]
[ 1.319081] tegra210-cpufreq cpufreq: probe()…completed
[ 1.319814] sdhci: Secure Digital Host Controller Interface driver
[ 1.319815] sdhci: Copyright(c) Pierre Ossman
[ 1.319817] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.320324] sdhci-tegra sdhci-tegra.0: Got CD GPIO
[ 1.320663] sdhci-tegra sdhci-tegra.0: Client registration for eMC Successful
[ 1.320788] sdhci-tegra sdhci-tegra.0: wakeup init done, cdirq 300
[ 1.324929] tegra-se 70012000.se: tegra_se_probe: complete
[ 1.325443] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.326567] usbcore: registered new interface driver usbhid
[ 1.326568] usbhid: USB HID core driver
[ 1.328698] tegra21x_actmon 6000c800.actmon: in actmon_register()…
[ 1.328864] tegra21x_actmon 6000c800.actmon: initialization Completed for the device mc_all
[ 1.330760] nvpmodel: initialized successfully
[ 1.331875] usbcore: registered new interface driver snd-usb-audio
[ 1.331932] No Device Node present for smmu client: snd-soc-dummy !!
[ 1.331937] platform snd-soc-dummy: No iommus property found in DT node, got swgids from fixup(101004000)
[ 1.331953] iommu: Adding device snd-soc-dummy to group 36
[ 1.337422] input: tegra-hda HDMI/DP,pcm=3 as /devices/70030000.hda/sound/card0/input0
[ 1.347741] extcon-disp-state extcon:disp-state: cable 47 state 1
[ 1.347743] Extcon AUX1(HDMI) enable
[ 1.349629] OPE platform probe
[ 1.349716] OPE platform probe successful
[ 1.350007] OPE platform probe
[ 1.350085] OPE platform probe successful
[ 1.363242] tegradc tegradc.0: sync windows ret = 246
[ 1.366363] mmc0: SDHCI controller on sdhci-tegra.0 [sdhci-tegra.0] using ADMA 64-bit with 64 bit addr
[ 1.373561] tegra-asoc: sound: ADMAIF1 <-> ADMAIF1 mapping ok
[ 1.373691] tegra-asoc: sound: ADMAIF2 <-> ADMAIF2 mapping ok
[ 1.373822] tegra-asoc: sound: ADMAIF3 <-> ADMAIF3 mapping ok
[ 1.373954] tegra-asoc: sound: ADMAIF4 <-> ADMAIF4 mapping ok
[ 1.374078] tegra-asoc: sound: ADMAIF5 <-> ADMAIF5 mapping ok
[ 1.374220] tegra-asoc: sound: ADMAIF6 <-> ADMAIF6 mapping ok
[ 1.374367] tegra-asoc: sound: ADMAIF7 <-> ADMAIF7 mapping ok
[ 1.374502] tegra-asoc: sound: ADMAIF8 <-> ADMAIF8 mapping ok
[ 1.374630] tegra-asoc: sound: ADMAIF9 <-> ADMAIF9 mapping ok
[ 1.374760] tegra-asoc: sound: ADMAIF10 <-> ADMAIF10 mapping ok
[ 1.386473] u32 classifier
[ 1.386474] Actions configured
[ 1.386549] Initializing XFRM netlink socket
[ 1.387258] NET: Registered protocol family 10
[ 1.387955] NET: Registered protocol family 17
[ 1.387967] NET: Registered protocol family 15
[ 1.388038] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 1.388082] Bluetooth: RFCOMM socket layer initialized
[ 1.388090] Bluetooth: RFCOMM ver 1.11
[ 1.388094] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 1.388098] Bluetooth: HIDP socket layer initialized
[ 1.388116] 9pnet: Installing 9P2000 support
[ 1.388151] Key type dns_resolver registered
[ 1.395457] Registered cp15_barrier emulation handler
[ 1.395494] Registered setend emulation handler
[ 1.402261] registered taskstats version 1
[ 1.402808] Adding domain ve2-pd to PM domain host1x-pd
[ 1.403058] Adding domain ve-pd to PM domain host1x-pd
[ 1.405253] isp 54600000.isp: initialized
[ 1.406242] isp 54680000.isp: initialized
[ 1.411888] extcon-disp-state extcon:disp-state: cable 51 state 1
[ 1.411892] Extcon HDMI: HPD enabled
[ 1.411907] tegradc tegradc.0: hdmi: plugged
[ 1.416755] last reset is due to power on reset
[ 1.416759] KERNEL: PMC reset status reg: 0x0
[ 1.416821] BL: PMC reset status reg: 0x0
[ 1.416823] BL: PMIC poweroff Event Recorder: 0x40
[ 1.418388] clk_cbus_recalc_rate: no gbus parent
[ 1.418393] clk_cbus_round_rate: no gbus parent
[ 1.418396] clk_cbus_round_rate: no gbus parent
[ 1.418404] clk_cbus_recalc_rate: no gbus parent
[ 1.418507] clk_cbus_recalc_rate: no gbus parent
[ 1.418510] clk_cbus_round_rate: no gbus parent
[ 1.418513] clk_cbus_round_rate: no gbus parent
[ 1.418517] clk_cbus_recalc_rate: no gbus parent
[ 1.419183] tegra_dvfs: GPU-cap: registered
[ 1.419237] tegra dvfs: vdd-cpu: nominal 1168mV, offset 708000uV, step 19200uV, scaling enabled
[ 1.419240] tegra dvfs: vdd-core: nominal 1075mV, offset 600000uV, step 12500uV, scaling enabled
[ 1.419242] tegra dvfs: vdd-gpu: nominal 1068mV, offset 708000uV, step 10000uV, scaling enabled
[ 1.420729] tegra_dvfs: vdd-gpu-vts: registered
[ 1.421395] tegra_core_action core_dvfs_cdev_floor: Tegra CORE DVFS ‘floor cooling device’ registered
[ 1.421982] tegra_core_action core_dvfs_cdev_cap: Tegra CORE DVFS ‘cap cooling device’ registered
[ 1.422536] input: gpio-keys as /devices/gpio-keys/input/input1
[ 1.441680] tegra-pcie 1003000.pcie: link 0 down, retrying
[ 1.442228] usb 1-2: new high-speed USB device number 2 using tegra-xusb
[ 1.456273] tegra_rtc 7000e000.rtc: setting system clock to 2000-01-01 01:00:13 UTC (946688413)
[ 1.457363] vi 54080000.vi: vi_probe: ++
[ 1.472832] vi 54080000.vi: initialized
[ 1.479144] vi 54080000.vi: subdev nvcsi–2 bound
[ 1.479252] vi 54080000.vi: subdev nvcsi–1 bound
[ 1.480881] Disable partitions left on by BL
[ 1.480885] disb
[ 1.480932] bwmgr: missing cdev-type property
[ 1.481028] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 1.481035] DRAM derating cdev registered.
[ 1.481409] usb 1-2: New USB device found, idVendor=0bda, idProduct=5411
[ 1.481414] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.481418] usb 1-2: Product: 4-Port USB 2.1 Hub
[ 1.481421] usb 1-2: Manufacturer: Generic
[ 1.482116] vdd-fan: disabling
[ 1.482120] vdd-usb-vbus: disabling
[ 1.482122] vdd-usb-vbus2: disabling
[ 1.482133] vddio-sdmmc3-ap: disabling
[ 1.482809] avdd-io-edp-1v05: disabling
[ 1.482812] vdd-usb-hub-en: disabling
[ 1.483900] ALSA device list:
[ 1.483903] #0: tegra-hda at 0x70038000 irq 83
[ 1.483905] #1: tegra-snd-t210ref-mobile-rt565x
[ 1.483915] hub 1-2:1.0: USB hub found
[ 1.484908] hub 1-2:1.0: 4 ports detected
[ 1.486999] Freeing unused kernel memory: 8576K
[ 1.511527] Root device found: mmcblk0p1
[ 1.570357] mmc0: hw tuning done …
[ 1.570404] mmc0: new ultra high speed SDR104 SDXC card at address 59b4
[ 1.570808] mmcblk0: mmc0:59b4 GD2S5 119 GiB
[ 1.574554] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14
[ 1.716138] Found dev node: /dev/mmcblk0p1
[ 1.751142] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[ 1.751944] Rootfs mounted over mmcblk0p1
[ 1.775979] Switching from initrd to actual rootfs
[ 1.782240] usb 1-2.1: new high-speed USB device number 3 using tegra-xusb
[ 1.806854] usb 1-2.1: New USB device found, idVendor=0bda, idProduct=b812
[ 1.806860] usb 1-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.806863] usb 1-2.1: Product: USB3.0 802.11ac 1200M Adapter
[ 1.806867] usb 1-2.1: Manufacturer: Realtek
[ 1.806870] usb 1-2.1: SerialNumber: 123456
[ 1.848466] tegra-pcie 1003000.pcie: link 0 down, retrying
[ 1.886229] usb 1-2.2: new low-speed USB device number 4 using tegra-xusb
[ 1.911277] usb 1-2.2: New USB device found, idVendor=046d, idProduct=c016
[ 1.911283] usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.911287] usb 1-2.2: Product: Optical USB Mouse
[ 1.911290] usb 1-2.2: Manufacturer: Logitech
[ 1.914380] input: Logitech Optical USB Mouse as /devices/70090000.xusb/usb1/1-2/1-2.2/1-2.2:1.0/0003:046D:C016.0001/input/input2
[ 1.914603] hid-generic 0003:046D:C016.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech Optical USB Mouse] on usb-70090000.xusb-2.2/input0
[ 1.955769] systemd[1]: System time before build time, advancing clock.
[ 1.980089] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 1.992082] cgroup: cgroup2: unknown option “nsdelegate”
[ 1.998229] usb 1-2.4: new low-speed USB device number 5 using tegra-xusb
[ 2.009722] 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)
[ 2.010539] systemd[1]: Detected architecture arm64.
[ 2.027255] usb 1-2.4: New USB device found, idVendor=03f0, idProduct=0024
[ 2.027260] usb 1-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.027263] usb 1-2.4: Product: HP Basic USB Keyboard
[ 2.027266] usb 1-2.4: Manufacturer: CHICONY
[ 2.032920] systemd[1]: Set hostname to <Optical-nano>.
[ 2.033072] input: CHICONY HP Basic USB Keyboard as /devices/70090000.xusb/usb1/1-2/1-2.4/1-2.4:1.0/0003:03F0:0024.0002/input/input3
[ 2.038228] tegra_cec 70015000.tegra_cec: physical address: 10:00.
[ 2.094666] hid-generic 0003:03F0:0024.0002: input,hidraw1: USB HID v1.10 Keyboard [CHICONY HP Basic USB Keyboard] on usb-70090000.xusb-2.4/input0
[ 2.102800] tegra_cec 70015000.tegra_cec: Sent <Text View On> res: -113.
[ 2.102804] tegra_cec 70015000.tegra_cec: tegra_cec_init Done.
[ 2.132679] 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.
[ 2.132689] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[ 2.257508] tegra-pcie 1003000.pcie: link 0 down, retrying
[ 2.259576] tegra-pcie 1003000.pcie: link 0 down, ignoring
[ 2.263472] random: systemd: uninitialized urandom read (16 bytes read)
[ 2.263505] systemd[1]: Reached target User and Group Name Lookups.
[ 2.263694] random: systemd: uninitialized urandom read (16 bytes read)
[ 2.265384] systemd[1]: Created slice User and Session Slice.
[ 2.265435] random: systemd: uninitialized urandom read (16 bytes read)
[ 2.265457] systemd[1]: Reached target Swap.
[ 2.266297] systemd[1]: Created slice System Slice.
[ 2.266657] systemd[1]: Listening on Journal Audit Socket.
[ 2.307000] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
[ 2.362899] tegra-pcie 1003000.pcie: PCI host bridge to bus 0000:00
[ 2.362907] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 2.362911] pci_bus 0000:00: root bus resource [mem 0x13000000-0x1fffffff]
[ 2.362914] pci_bus 0000:00: root bus resource [mem 0x20000000-0x3fffffff pref]
[ 2.362919] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 2.362940] pci 0000:00:02.0: [10de:0faf] type 01 class 0x060400
[ 2.363002] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 2.363162] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 2.363278] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
[ 2.363303] pci 0000:01:00.0: reg 0x10: [io 0x0000-0x00ff]
[ 2.363333] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit]
[ 2.363353] pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit]
[ 2.363487] pci 0000:01:00.0: supports D1 D2
[ 2.363491] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 2.374320] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 2.374352] pci 0000:00:02.0: BAR 14: assigned [mem 0x13000000-0x130fffff]
[ 2.374357] pci 0000:00:02.0: BAR 13: assigned [io 0x1000-0x1fff]
[ 2.374365] pci 0000:01:00.0: BAR 4: assigned [mem 0x13000000-0x13003fff 64bit]
[ 2.374383] pci 0000:01:00.0: BAR 2: assigned [mem 0x13004000-0x13004fff 64bit]
[ 2.374400] pci 0000:01:00.0: BAR 0: assigned [io 0x1000-0x10ff]
[ 2.374408] pci 0000:00:02.0: PCI bridge to [bus 01]
[ 2.374412] pci 0000:00:02.0: bridge window [io 0x1000-0x1fff]
[ 2.374418] pci 0000:00:02.0: bridge window [mem 0x13000000-0x130fffff]
[ 2.374708] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt
[ 2.374712] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[ 2.374718] pcie_pme 0000:00:02.0:pcie001: service driver pcie_pme loaded
[ 2.374811] aer 0000:00:02.0:pcie002: service driver aer loaded
[ 2.374994] r8168 0000:01:00.0: enabling device (0000 → 0003)
[ 2.375011] r8168 Gigabit Ethernet driver 8.045.08-NAPI loaded
[ 2.392864] r8168 0000:01:00.0 (unnamed net_device) (uninitialized): Invalid ethernet address 00:00:00:00:00:00, trying device tree node
[ 2.392936] r8168 0000:01:00.0 (unnamed net_device) (uninitialized): Found valid ethernet address 00:04:4b:e7:0b:76 from device tree
[ 2.393522] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[ 2.393536] r8168 Copyright (C) 2017 Realtek NIC software team <[email protected]>
This program comes with ABSOLUTELY NO WARRANTY; for details, please see <http://www.gnu.org/licenses/>.
This is free software, and you are welcome to redistribute it under certain conditions; see <http://www.gnu.org/licenses/>.
[ 2.440784] nvgpu: 57000000.gpu gm20b_init_clk_setup_sw:1268 [INFO] GPCPLL initial settings: NA mode, M=1, N=34, P=3 (id = 1)
[ 2.452049] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 2.452073] cpu-throttle-alert cooling device registered.
[ 2.452191] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 2.452206] gpu-throttle-alert cooling device registered.
[ 2.452378] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 2.452391] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 2.452405] hot-surface-alert cooling device registered.
[ 2.581443] systemd-journald[1990]: Received request to flush runtime journal from PID 1
[ 3.526567] random: crng init done
[ 3.530000] random: 7 urandom warning(s) missed due to ratelimiting
[ 3.786832] using random self ethernet address
[ 3.791593] using random host ethernet address
[ 4.723891] Mass Storage Function, version: 2009/09/11
[ 4.723898] LUN: removable file: (no medium)
[ 4.728830] using random self ethernet address
[ 4.733354] using random host ethernet address
[ 4.788218] rndis0: HOST MAC 8e:ae:57:2f:b9:14
[ 4.788965] rndis0: MAC 8e:ae:57:2f:b9:15
[ 4.795968] usb0: HOST MAC 8e:ae:57:2f:b9:16
[ 4.796009] usb0: MAC 8e:ae:57:2f:b9:17
[ 4.796049] tegra-xudc-new 700d0000.xudc: ep 0 (type: 0, dir: out) enabled
[ 4.801098] l4tbr0: port 1(rndis0) entered blocking state
[ 4.801104] l4tbr0: port 1(rndis0) entered disabled state
[ 4.801288] device rndis0 entered promiscuous mode
[ 4.815982] IPv6: ADDRCONF(NETDEV_UP): rndis0: link is not ready
[ 4.821331] l4tbr0: port 2(usb0) entered blocking state
[ 4.821336] l4tbr0: port 2(usb0) entered disabled state
[ 4.822847] device usb0 entered promiscuous mode
[ 4.846616] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
[ 4.863725] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 4.864854] eth0: 0xffffff800d553000, 00:04:4b:e7:0b:76, IRQ 407
[ 4.970510] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 5.276382] tegra-xusb 70090000.xusb: Upgrade port 0 to USB3.0
[ 5.276389] tegra-xusb 70090000.xusb: Upgrade port 1 to USB3.0
[ 5.312830] zram: Added device: zram0
[ 5.316404] zram: Added device: zram1
[ 5.318850] zram: Added device: zram2
[ 5.321168] zram: Added device: zram3
[ 5.340721] zram0: detected capacity change from 0 to 518541312
[ 5.372506] Adding 506384k swap on /dev/zram0. Priority:5 extents:1 across:506384k SS
[ 5.377340] zram1: detected capacity change from 0 to 518541312
[ 5.389520] Adding 506384k swap on /dev/zram1. Priority:5 extents:1 across:506384k SS
[ 5.393600] zram2: detected capacity change from 0 to 518541312
[ 5.408004] Adding 506384k swap on /dev/zram2. Priority:5 extents:1 across:506384k SS
[ 5.411691] zram3: detected capacity change from 0 to 518541312
[ 5.423448] Adding 506384k swap on /dev/zram3. Priority:5 extents:1 across:506384k SS
[ 5.602638] usb 2-1: new SuperSpeed USB device number 2 using tegra-xusb
[ 5.632195] usb 2-1: New USB device found, idVendor=0bda, idProduct=0411
[ 5.632202] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 5.632206] usb 2-1: Product: 4-Port USB 3.1 Hub
[ 5.632209] usb 2-1: Manufacturer: Generic
[ 5.635639] hub 2-1:1.0: USB hub found
[ 5.636437] hub 2-1:1.0: 4 ports detected
[ 5.790264] usb 2-1: usb_suspend_both: status 0
[ 5.790456] usb usb2: usb_suspend_both: status 0
[ 6.422702] usbcore: registered new interface driver rtl88x2bu
[ 6.474875] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 7.105062] tegradc tegradc.0: unblank
[ 7.105337] tegradc tegradc.1: blank - powerdown
[ 7.241478] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[ 7.259384] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 7.336556] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 10.239574] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 10.239586] Bluetooth: BNEP socket layer initialized
[ 10.623892] fuse init (API version 7.26)
[ 11.688090] tegradc tegradc.0: unblank
[ 11.688101] tegradc tegradc.1: blank - powerdown
[ 13.656651] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[ 13.809601] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 1463.166877] tegradc tegradc.0: blank - powerdown
[ 1463.226760] extcon-disp-state extcon:disp-state: cable 47 state 0
[ 1463.226763] Extcon AUX1(HDMI) disable
[ 1463.260282] tegradc tegradc.0: unblank
[ 1463.267134] tegradc tegradc.0: nominal-pclk:148500000 parent:148500000 div:1.0 pclk:148500000 147015000~161865000
[ 1463.267222] tegradc tegradc.0: hdmi: tmds rate:148500K prod-setting:prod_c_hdmi_75m_150m
[ 1463.268278] tegradc tegradc.0: hdmi: get RGB quant from EDID.
[ 1463.268285] tegradc tegradc.0: hdmi: get YCC quant from EDID.
[ 1463.304222] extcon-disp-state extcon:disp-state: cable 47 state 1
[ 1463.304224] Extcon AUX1(HDMI) enable
[ 1463.345394] tegradc tegradc.0: unblank
[ 1463.345404] tegradc tegradc.1: blank - powerdown
[ 1463.498162] PM: suspend entry 2020-11-04 01:32:16.249262816 UTC
[ 1463.498168] PM: Syncing filesystems … done.
[ 1463.623193] PM: Preparing system for sleep (mem)
[ 1463.626934] tegradc tegradc.0: blank - powerdown
[ 1463.685333] extcon-disp-state extcon:disp-state: cable 47 state 0
[ 1463.685336] Extcon AUX1(HDMI) disable
[ 1463.705892] tegradc tegradc.1: blank - powerdown
[ 1463.738316] tegradc tegradc.0: blank - powerdown
[ 1463.738376] tegradc tegradc.0: unblank
[ 1463.746987] tegradc tegradc.0: nominal-pclk:148500000 parent:148500000 div:1.0 pclk:148500000 147015000~161865000
[ 1463.747149] tegradc tegradc.0: hdmi: tmds rate:148500K prod-setting:prod_c_hdmi_75m_150m
[ 1463.748312] tegradc tegradc.0: hdmi: get RGB quant from EDID.
[ 1463.748319] tegradc tegradc.0: hdmi: get YCC quant from EDID.
[ 1463.784206] extcon-disp-state extcon:disp-state: cable 47 state 1
[ 1463.784208] Extcon AUX1(HDMI) enable
[ 1463.798641] tegradc tegradc.0: sync windows ret = 247
[ 1463.843833] tegra_dvfs: suspended
[ 1463.843839] Freezing user space processes …
[ 1464.324826] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[ 1464.351058] (elapsed 0.507 seconds) done.
[ 1464.351065] Freezing remaining freezable tasks … (elapsed 0.001 seconds) done.
[ 1464.352325] PM: Suspending system (mem)
[ 1464.358804] usb 2-1: usb_suspend_both: status 0
[ 1464.363894] usb usb2: usb_suspend_both: status 0
[ 1464.367146] usb 1-2.2: usb_suspend_both: status 0
[ 1464.367171] sdhci-tegra sdhci-tegra.0: Tuning done, restoring the best tap value : 19
[ 1464.368152] tegra_cec 70015000.tegra_cec: suspended
[ 1464.373159] tegra-xudc-new 700d0000.xudc: device mode off: 0
[ 1464.373181] tegra-xusb-padctl 7009f000.xusb_padctl: power down UTMI pad 0
[ 1464.373191] tegra-xudc-new 700d0000.xudc: entering ELPG
[ 1464.373511] tegra-xudc-new 700d0000.xudc: entering ELPG done
[ 1464.373528] sdhci-tegra sdhci-tegra.0: Tuning done, restoring the best tap value : 19
[ 1464.379986] usb 1-2.1: usb_suspend_both: status 0
[ 1464.380578] tegradc tegradc.1: suspend
[ 1464.380581] tegradc tegradc.0: suspend
[ 1464.380737] hpd: state 3 (Disabled), hpd 0, pending_hpd_evt 1
[ 1464.380739] hpd: request suspend
[ 1464.380742] hpd: switching from state 3 (Disabled) to state 3 (Disabled)
[ 1464.382035] extcon-disp-state extcon:disp-state: cable 47 state 0
[ 1464.382038] Extcon AUX1(HDMI) disable
[ 1464.396155] usb 1-2.4: usb_suspend_both: status 0
[ 1464.416179] tegra-xusb-padctl 7009f000.xusb_padctl: power down UTMI pad 1
[ 1464.436117] usb 1-2: usb_suspend_both: status 0
[ 1464.436187] usb usb1: usb_suspend_both: status 0
[ 1464.436313] tegra-xusb 70090000.xusb: entering ELPG
[ 1464.437404] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 1, speed 3
[ 1464.437597] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 2, speed 0
[ 1464.439112] tegra-xusb 70090000.xusb: entering ELPG done
[ 1464.439253] PM: suspend of devices complete after 80.581 msecs
[ 1464.441226] host1x 50000000.host1x: suspended
[ 1464.441451] PM: late suspend of devices complete after 2.188 msecs
[ 1464.444346] PM: noirq suspend of devices complete after 2.884 msecs
[ 1464.444355] Disabling non-boot CPUs …
[ 1464.468578] IRQ10 no longer affine to CPU1
[ 1464.473049] CPU1: shutdown
[ 1464.475869] psci: CPU1 killed.
[ 1464.500583] IRQ11 no longer affine to CPU2
[ 1464.505325] CPU2: shutdown
[ 1464.508474] psci: CPU2 killed.
[ 1464.536542] IRQ12 no longer affine to CPU3
[ 1464.541103] CPU3: shutdown
[ 1464.543923] psci: CPU3 killed.
[ 1464.552627] tegra-pmc: PMC wake level = 0x40178800010000
[ 1464.552627] tegra-pmc: PMC wake enable = 0x48178801010001
[ 1464.552627] Entered SC7
[ 1464.552627] Exited SC7
[ 1464.552627] tegra-pmc: PMC wake status = 0x10000000000
[ 1464.552627] tegra-pmc: Resume caused by PMC WAKE40, xhci-hcd:usb1
[ 1464.552627] Suspended for 68286.218 seconds
[ 1464.552846] Enabling non-boot CPUs …
[ 1464.553234] CPU1: Booted secondary processor [411fd071]
[ 1464.553719] cache: parent cpu1 should not be sleeping
[ 1464.559303] CPU1 is up
[ 1464.559619] CPU2: Booted secondary processor [411fd071]
[ 1464.559825] cache: parent cpu2 should not be sleeping
[ 1464.565349] CPU2 is up
[ 1464.565582] CPU3: Booted secondary processor [411fd071]
[ 1464.565839] cache: parent cpu3 should not be sleeping
[ 1464.571474] CPU3 is up
[ 1464.573406] tegra-xusb 70090000.xusb: exiting ELPG
[ 1464.574829] tegra-xusb-padctl 7009f000.xusb_padctl: power on UTMI pads 1
[ 1464.577166] tegra-xusb 70090000.xusb: Firmware timestamp: 2019-10-17 15:58:59 UTC, Version: 50.25 release
[ 1464.577428] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 0
[ 1464.577449] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 1
[ 1464.577468] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 2
[ 1464.578276] tegra-xusb 70090000.xusb: exiting ELPG done
[ 1464.580615] tegra-pcie 1003000.pcie: probing port 0, using 4 lanes
[ 1464.582719] tegra-pcie 1003000.pcie: probing port 1, using 1 lanes
[ 1465.004206] tegra-pcie 1003000.pcie: link 0 down, retrying
[ 1465.408019] tegra-pcie 1003000.pcie: link 0 down, retrying
[ 1465.812028] tegra-pcie 1003000.pcie: link 0 down, retrying
[ 1465.814041] tegra-pcie 1003000.pcie: link 0 down, ignoring
[ 1465.921043] PM: noirq resume of devices complete after 1349.559 msecs
[ 1465.922447] host1x 50000000.host1x: resuming
[ 1465.924320] PM: early resume of devices complete after 2.348 msecs
[ 1465.924922] tegradc tegradc.0: resume
[ 1465.924943] tegradc tegradc.1: resume
[ 1465.928037] hpd: state 3 (Disabled), hpd 0, pending_hpd_evt 1
[ 1465.928040] hpd: switching from state 3 (Disabled) to state 0 (Reset)
[ 1465.928046] hpd: state 0 (Reset), hpd 0, pending_hpd_evt 0
[ 1465.928055] extcon-disp-state extcon:disp-state: cable 44 state 0 already set.
[ 1465.928057] Extcon DP: HPD disabled
[ 1465.928059] hpd: hpd_switch 0
[ 1465.928062] hpd: switching from state 0 (Reset) to state 1 (Check Plug)
[ 1465.928067] hpd: state 1 (Check Plug), hpd 0, pending_hpd_evt 0
[ 1465.928072] hpd: switching from state 1 (Check Plug) to state 3 (Disabled)
[ 1465.929612] sdhci-tegra sdhci-tegra.0: Tuning done, restoring the best tap value : 19
[ 1465.929723] sdhci-tegra sdhci-tegra.0: Tuning done, restoring the best tap value : 19
[ 1465.941081] tegra-xudc-new 700d0000.xudc: exiting ELPG
[ 1465.941646] tegra-xudc-new 700d0000.xudc: exiting ELPG done
[ 1465.941651] tegra-xudc-new 700d0000.xudc: vbus state: 1
[ 1465.941659] tegra-xudc-new 700d0000.xudc: device mode on: 0
[ 1465.941668] tegra-xusb-padctl 7009f000.xusb_padctl: power on UTMI pads 0
[ 1465.941676] tegra-xudc-new 700d0000.xudc: active: 0 => 1
[ 1465.941722] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when cpu reaches 102500 mC
[ 1465.941729] tegra_soctherm 700e2000.soctherm: throttrip: will throttle when cpu reaches 100500 mC
[ 1465.941733] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when gpu reaches 103000 mC
[ 1465.941738] tegra_soctherm 700e2000.soctherm: throttrip: will throttle when gpu reaches 101000 mC
[ 1465.941743] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when pll reaches 127000 mC
[ 1465.941747] tegra_soctherm 700e2000.soctherm: throttrip: pll: missing hot temperature
[ 1465.941752] tegra_cec 70015000.tegra_cec: Resuming
[ 1465.946615] extcon-gpio-states extcon:extcon@1: Cable state:1, cable id:1
[ 1465.946724] tegra_cec 70015000.tegra_cec: tegra_cec_init started
[ 1466.043750] tegradc tegradc.0: read_edid_into_buffer: extension_blocks = 1, max_ext_blocks = 3
[ 1466.059482] tegradc tegradc.0: hdmi_recheck_edid: read_edid_into_buffer() returned 256
[ 1466.059487] tegradc tegradc.0: old edid len = 256
[ 1466.059491] tegradc tegradc.0: hdmi: No EDID change after HPD bounce, taking no action
[ 1466.064234] tegradc tegradc.0: nominal-pclk:148500000 parent:148500000 div:1.0 pclk:148500000 147015000~161865000
[ 1466.064264] tegradc tegradc.0: hdmi: tmds rate:148500K prod-setting:prod_c_hdmi_75m_150m
[ 1466.065343] tegradc tegradc.0: hdmi: get RGB quant from EDID.
[ 1466.065351] tegradc tegradc.0: hdmi: get YCC quant from EDID.
[ 1466.100351] extcon-disp-state extcon:disp-state: cable 47 state 1
[ 1466.100355] Extcon AUX1(HDMI) enable
[ 1466.237080] sdhci-tegra sdhci-tegra.0: Tuning done, restoring the best tap value : 19
[ 1466.767209] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[ 1466.784222] PM: resume of devices complete after 859.914 msecs
[ 1466.785144] PM: Finishing wakeup.
[ 1466.785146] Restarting tasks … done.
[ 1466.832167] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 1466.832199] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 1466.832214] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 1466.835853] tegra_dvfs: resumed
[ 1466.842168] PM: suspend exit 2020-11-04 20:30:25.811654068 UTC
[ 1466.856012] usb 2-1: usb_suspend_both: status 0
[ 1466.856153] usb usb2: usb_suspend_both: status 0
[ 1466.963998] tegra_cec 70015000.tegra_cec: tegra_cec_init Done.
[ 1466.996554] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 1466.997647] eth0: 0xffffff800d553000, 00:04:4b:e7:0b:76, IRQ 407
[ 1467.048040] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 1467.051488] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 1467.132450] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 1467.688693] tegradc tegradc.0: unblank
[ 1467.688703] tegradc tegradc.1: blank - powerdown
[ 1467.741406] tegradc tegradc.0: unblank
[ 1467.741563] tegradc tegradc.1: blank - powerdown
[ 1472.502530] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[ 1472.658373] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready

----------Connection

Hi @hy

From the dmesg log, jetson nano does not detect the camera. Can you provide more detailed hardware connection photos? It is best to include the entire connection and the connection of each interface.

In total there are 5 interface on side and 2 for the camera.

5 interface: keyboard, mouse, power (micro usb), wifi, screen.

Cameras are shown below. I was afraid of plugging the cable in the wrong direction, so I tested it in both directions, and neither of them work.

Hi @hy

You missed the connection photos on the camera side, and the connection on the jetson nano side seems to be ok.
The current phenomenon is very strange, the possibility of two cameras being damaged at the same time is very small, so I think there is a problem with the connection.

Those wired connected to camera when I received the package.

Hi @hy

There seems to be no problem with the connection, which is strange, the possibility of two cameras being damaged at the same time is too small.
Can you try to replug this connector? (Please send dmesg log to me again after replugging)

Hi Wong,

Tried re-plug those, nothing changed

dmesg log:

optical@Optical-nano:~$ dmesg
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.9.140-tegra (buildbrain@mobile-u64-4263) (gcc version 7.3.1 20180425 [linaro-7.3-2018.05 revision d29120a424ecfbc167ef90065c0eeb7f91977701] (Linaro GCC 7.3-2018.05) ) #1 SMP PREEMPT Fri Oct 16 12:32:46 PDT 2020
[ 0.000000] Boot CPU: AArch64 Processor [411fd071]
[ 0.000000] OF: fdt:memory scan node memory@80000000, reg size 48,
[ 0.000000] OF: fdt: - 80000000 , 7ee00000
[ 0.000000] OF: fdt: - 100000000 , 7f200000
[ 0.000000] Found tegra_fbmem: 00800000@92cb4000
[ 0.000000] earlycon: uart8250 at MMIO32 0x0000000070006000 (options ‘’)
[ 0.000000] bootconsole [uart8250] enabled
[ 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 ‘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: reserved mem: initialized node vpr-carveout, compatible id nvidia,vpr-carveout
[ 0.000000] OF: reserved mem: initialized node iram-carveout, compatible id nvidia,iram-carveout
[ 0.000000] OF: reserved mem: initialized node ramoops_carveout, compatible id nvidia,ramoops
[ 0.000000] cma: Reserved 64 MiB at 0x00000000fac00000
[ 0.000000] On node 0 totalpages: 1039872
[ 0.000000] DMA zone: 8192 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 519168 pages, LIFO batch:31
[ 0.000000] Normal zone: 8136 pages used for memmap
[ 0.000000] Normal zone: 520704 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 @ffffffc0fefa6000 s61656 r8192 d32552 u102400
[ 0.000000] pcpu-alloc: s61656 r8192 d32552 u102400 alloc=25*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] CPU features: enabling workaround for ARM erratum 832075
[ 0.000000] Speculative Store Bypass Disable mitigation not required
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1023544
[ 0.000000] Kernel command line: tegraid=21.1.2.0.0 ddr_die=4096M@2048M section=512M memtype=0 vpr_resize usb_port_owner_info=0 lane_owner_info=0 emc_max_dvfs=0 touch_id=0@63 video=tegrafb no_console_suspend=1 console=ttyS0,115200n8 debug_uartport=lsport,2 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=0x1000@0xff780000 core_edp_mv=1075 core_edp_ma=4000 tegra_fbmem=0x800000@0x92cb4000 is_hdmi_initialised=1 earlycon=uart8250,mmio32,0x70006000 root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 quiet root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0
[ 0.000000] log_buf_len individual max cpu contribution: 32768 bytes
[ 0.000000] log_buf_len total cpu_extra contributions: 98304 bytes
[ 0.000000] log_buf_len min size: 32768 bytes
[ 0.000000] log_buf_len: 131072 bytes
[ 0.000000] early log buf free: 29232(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: 3562012K/4159488K available (15294K kernel code, 2936K rwdata, 6644K rodata, 8576K init, 611K bss, 122340K reserved, 475136K 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 - 0xffffff800a13e008 ( 2937 KB)
[ 0.000000] .bss : 0xffffff800a13e008 - 0xffffff800a1d6f7c ( 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 - 0xffffffbf03fc8000 ( 63 MB actual)
[ 0.000000] memory : 0xffffffc000000000 - 0xffffffc0ff200000 ( 4082 MB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, 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=4.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[ 0.000000] NR_IRQS:64 nr_irqs:64 0
[ 0.000000] /interrupt-controller@60004000: 192 interrupts forwarded to /interrupt-controller
[ 0.000000] t210 clock and reset probe
[ 0.000000] tegra-pmc: get_secure_pmc_setting: done secure_pmc=1
[ 0.000000] clk_cbus_recalc_rate: no gbus parent
[ 0.000000] clk_cbus_recalc_rate: no gbus parent
[ 0.000000] clk_cbus_recalc_rate: no gbus parent
[ 0.000000] clk_cbus_recalc_rate: no gbus parent
[ 0.000000] clk_cbus_recalc_rate: no gbus parent
[ 0.000000] arm_arch_timer: Architected cp15 timer(s) running at 19.20MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[ 0.000007] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[ 0.001801] Console: colour dummy device 80x25
[ 0.001810] console [tty0] enabled
[ 0.001816] bootconsole [uart8250] disabled
[ 0.001835] kmemleak: Kernel memory leak detector disabled
[ 0.001855] Calibrating delay loop (skipped), value calculated using timer frequency… 38.40 BogoMIPS (lpj=76800)
[ 0.001868] pid_max: default: 32768 minimum: 301
[ 0.002322] Security Framework initialized
[ 0.002547] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.002556] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.003719] ftrace: allocating 47119 entries in 185 pages
[ 0.173736] sched-energy: CPU device node has no sched-energy-costs
[ 0.173774] ASID allocator initialised with 65536 entries
[ 0.212309] tegra-id: chipid=22117.
[ 0.212323] tegra-id: opt_subrevision=0.
[ 0.212340] Tegra Speedo/IDDQ fuse revision 4
[ 0.212345] Tegra: CPU Speedo ID 9, SoC Speedo ID 0, GPU Speedo ID 2
[ 0.212349] Tegra: CPU Process ID 0, SoC Process ID 1, GPU Process ID 0
[ 0.212355] Tegra: CPU Speedo Value 2050, SoC Speedo Value 1954, GPU Speedo Value 2055
[ 0.212359] Tegra: CPU IDDQ Value 1896, SoC IDDQ Value 2108, GPU IDDQ Value 2610
[ 0.212376] Tegra Revision: A02 SKU: 0x8f CPU Process: 0 SoC Process: 1
[ 0.212392] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/kernel-4.9/arch/arm64/boot/dts/…/…/…/…/…/…/hardware/nvidia/platform/t210/porg/kernel-dts/tegra210-p3448-0000-p3449-0000-b00.dts
[ 0.212399] DTB Build time: Oct 16 2020 12:38:12
[ 0.261093] CPU1: Booted secondary processor [411fd071]
[ 0.292999] CPU2: Booted secondary processor [411fd071]
[ 0.324989] CPU3: Booted secondary processor [411fd071]
[ 0.325079] Brought up 4 CPUs
[ 0.325087] SMP: Total of 4 processors activated.
[ 0.325095] CPU features: detected feature: 32-bit EL0 Support
[ 0.325362] CPU: All CPU(s) started at EL2
[ 0.325381] alternatives: patching kernel code
[ 0.333812] devtmpfs: initialized
[ 0.373256] Initilizing CustomIPI irq domain
[ 0.373656] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.373679] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.385269] pinctrl core: initialized pinctrl subsystem
[ 0.385875] OS set in device tree is not L4T.
[ 0.386308] regulator-dummy: no parameters
[ 0.386595] Initializing plugin-manager
[ 0.386763] Plugin module not found
[ 0.386954] node /plugin-manager/fragement@0 match with board >=3448-0000-100
[ 0.387505] node /plugin-manager/fragment@1 match with board >=3448-0000-101
[ 0.388371] node /plugin-manager/fragement@6 match with odm-data enable-tegra-wdt
[ 0.388776] node /plugin-manager/fragement@8 match with odm-data enable-tegra-wdt
[ 0.389410] node /plugin-manager/fragement@10 match with board >=3448-0000-300
[ 0.391367] node /plugin-manager/fragement@13 match with board >=3448-0000-300
[ 0.395268] NET: Registered protocol family 16
[ 0.396577] pstore: using zlib compression
[ 0.396619] console [pstore-1] enabled
[ 0.396623] pstore: Registered ramoops as persistent store backend
[ 0.396628] ramoops: attached 0x200000@0xb0000000, ecc: 0/0
[ 0.413107] cpuidle: using governor menu
[ 0.417540] tegra_smmu 70019000.iommu: Loaded Tegra IOMMU driver
[ 0.419375] vdso: 2 pages (1 code @ ffffff8008f77000, 1 data @ ffffff8009e64000)
[ 0.419399] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.421717] atomic_pool_init():622: DMA: preallocated 1024 KiB pool for atomic allocations
[ 0.424177] Serial: AMBA PL011 UART driver
[ 0.424702] tegra_powergate_init: DONE
[ 0.424717] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/kernel-4.9/arch/arm64/boot/dts/…/…/…/…/…/…/hardware/nvidia/platform/t210/porg/kernel-dts/tegra210-p3448-0000-p3449-0000-b00.dts
[ 0.424725] DTB Build time: Oct 16 2020 12:38:12
[ 0.426791] Tegra reboot handler registered.
[ 0.431460] iommu: Adding device tegra-carveouts to group 0
[ 0.431608] platform tegra-carveouts: domain=ffffffc0f9be13d8 allocates as[0]=ffffffc0f94400a8
[ 0.431976] iommu: Adding device smmu_test to group 1
[ 0.432027] platform smmu_test: domain=ffffffc0f9be1618 allocates as[0]=ffffffc0f9440110
[ 0.432845] mc: mapped MMIO address: 0xffffff800802e000 → 0x70019000
[ 0.432904] mc: mapped MMIO address: 0xffffff8008065000 → 0x7001c000
[ 0.432954] mc: mapped MMIO address: 0xffffff8008079000 → 0x7001d000
[ 0.432964] nv-tegra-mc 70019000.mc: No mssnvlink node
[ 0.432986] mc-err: mcerr ops are set to t21x
[ 0.442921] iommu: Adding device 70090000.xusb to group 2
[ 0.443209] iommu: Adding device 70006000.serial to group 3
[ 0.443287] platform 70006000.serial: domain=ffffffc0f94d5618 allocates as[0]=ffffffc0f9440178
[ 0.443707] iommu: Adding device 70006040.serial to group 4
[ 0.443976] iommu: Adding device 70006200.serial to group 5
[ 0.444201] iommu: Adding device sound to group 6
[ 0.444251] platform sound: domain=ffffffc0f94d5b58 allocates as[0]=ffffffc0f94401e0
[ 0.444811] iommu: Adding device 7000d400.spi to group 7
[ 0.445243] iommu: Adding device 7000d600.spi to group 8
[ 0.445549] iommu: Adding device 70410000.spi to group 9
[ 0.445884] iommu: Adding device 50000000.host1x to group 10
[ 0.446162] iommu: Adding device 54080000.vi to group 11
[ 0.446567] iommu: Adding device 54600000.isp to group 12
[ 0.446826] iommu: Adding device 54680000.isp to group 13
[ 0.447139] iommu: Adding device tegradc.0 to group 14
[ 0.447195] platform tegradc.0: domain=ffffffc0f94e2a98 allocates as[0]=ffffffc0f9440248
[ 0.451367] platform tegradc.0: IOVA linear map 0x0000000092cb4000(800000)
[ 0.451758] platform tegradc.0: IOVA linear map 0x00000000d7000000(19000000)
[ 0.452120] iommu: Adding device tegradc.1 to group 15
[ 0.452168] platform tegradc.1: domain=ffffffc0f94e2cd8 allocates as[0]=ffffffc0f94402b0
[ 0.456335] platform tegradc.1: IOVA linear map 0x0000000092cb4000(800000)
[ 0.456723] platform tegradc.1: IOVA linear map 0x00000000d7000000(19000000)
[ 0.456973] iommu: Adding device 54340000.vic to group 16
[ 0.457196] iommu: Adding device 544c0000.nvenc to group 17
[ 0.457407] iommu: Adding device 54500000.tsec to group 18
[ 0.457612] iommu: Adding device 54100000.tsecb to group 19
[ 0.457804] iommu: Adding device 54480000.nvdec to group 20
[ 0.458025] iommu: Adding device 54380000.nvjpg to group 21
[ 0.459055] iommu: Adding device 546c0000.i2c to group 22
[ 0.459383] iommu: Adding device 57000000.gpu to group 23
[ 0.459432] platform 57000000.gpu: domain=ffffffc0f94f1cd8 allocates as[0]=ffffffc0f9440318
[ 0.459469] platform 57000000.gpu: domain=ffffffc0f94f1cd8 allocates as[1]=ffffffc0f9440380
[ 0.459511] platform 57000000.gpu: domain=ffffffc0f94f1cd8 allocates as[2]=ffffffc0f94403e8
[ 0.459547] platform 57000000.gpu: domain=ffffffc0f94f1cd8 allocates as[3]=ffffffc0f9440450
[ 0.460466] tegra-pmc 7000e400.pmc: i2c-thermtrip node not found, emergency thermal reset disabled.
[ 0.460479] tegra-pmc 7000e400.pmc: scratch reg offset dts data not present
[ 0.460490] tegra-pmc: ### PMC reset source: TEGRA_POWER_ON_RESET
[ 0.460495] tegra-pmc: ### PMC reset level: TEGRA_RESET_LEVEL_WARM
[ 0.460499] tegra-pmc: ### PMC reset status reg: 0x0
[ 0.513177] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[ 0.513188] tegra-pmc: Clear bootloader IO dpd settings
[ 0.513207] tegra-pmc 7000e400.pmc: IO padctrl driver initialized
[ 0.513272] tegra-pmc 7000e400.pmc: PMC: Successfully configure bootrom reset commands
[ 0.513573] iommu: Adding device 70012000.se to group 24
[ 0.514340] iommu: Adding device 7000c000.i2c to group 25
[ 0.514594] iommu: Adding device 7000c400.i2c to group 26
[ 0.514853] iommu: Adding device 7000c500.i2c to group 27
[ 0.515115] iommu: Adding device 7000c700.i2c to group 28
[ 0.515407] iommu: Adding device 7000d000.i2c to group 29
[ 0.515655] iommu: Adding device 7000d100.i2c to group 30
[ 0.515954] iommu: Adding device sdhci-tegra.0 to group 31
[ 0.516008] platform sdhci-tegra.0: domain=ffffffc0f958be58 allocates as[0]=ffffffc0f94404b8
[ 0.516855] iommu: Adding device 700d0000.xudc to group 32
[ 0.520281] vdd-ac-bat: 5000 mV
[ 0.520633] vdd-5v0-sys: 5000 mV
[ 0.521619] vdd-5v0-hdmi: supplied by vdd-5v0-sys
[ 0.521691] vdd-5v0-hdmi: 5000 mV
[ 0.522102] vdd-1v8-sys: 1800 mV
[ 0.522503] vdd-fan: supplied by vdd-5v0-sys
[ 0.522539] vdd-fan: 5000 mV
[ 0.522920] vdd-usb-vbus: supplied by vdd-5v0-sys
[ 0.522971] vdd-usb-vbus: 5000 mV
[ 0.523502] vdd-usb-vbus2: 5000 mV
[ 0.554123] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.556691] gpio gpiochip0: gpio-line-names specifies 240 line names but there are 256 lines on the chip
[ 0.557819] GPIO line 151 (camera-control-output-low) hogged as output/low
[ 0.557840] GPIO line 152 (camera-control-output-low) hogged as output/low
[ 0.557888] GPIO line 6 (system-suspend-gpio) hogged as output/high
[ 0.558297] gpiochip_setup_dev: registered GPIOs 0 to 255 on device: gpiochip0 (tegra-gpio)
[ 0.566296] eventlib_kernel: keventlib is initialized, test id: 0
[ 0.566667] SCSI subsystem initialized
[ 0.566954] libata version 3.00 loaded.
[ 0.567278] usbcore: registered new interface driver usbfs
[ 0.567328] usbcore: registered new interface driver hub
[ 0.567410] usbcore: registered new device driver usb
[ 0.571492] max77620 4-003c: PMIC Version OTP:0x35 and ES:0x8
[ 0.576345] random: fast init done
[ 0.576364] vdd-core: 600 <–> 1162 mV at 1075 mV
[ 0.577410] vdd-ddr-1v1: Bringing 1125000uV into 1150000-1150000uV
[ 0.580253] vdd-ddr-1v1: 1150 mV
[ 0.584242] vdd-pre-reg-1v35: 1350 mV
[ 0.588239] vdd-1v8: 1800 mV
[ 0.592239] avdd-sys-1v2: 1200 mV
[ 0.596240] vdd-pex-1v0: 1050 mV
[ 0.596928] vddio-sdmmc-ap: 1800 <–> 3300 mV at 3300 mV
[ 0.597471] max77620-ldo3: at 3100 mV
[ 0.600242] vdd-rtc: 850 <–> 1100 mV at 1000 mV
[ 0.600788] max77620-ldo5: at 3100 mV
[ 0.604238] vddio-sdmmc3-ap: 1800 <–> 3300 mV at 2800 mV
[ 0.608238] avdd-1v05-pll: 1050 mV
[ 0.612237] avdd-io-hdmi-dp: 1050 mV
[ 0.614905] GPIO line 505 (spmic-default-output-high) hogged as output/high
[ 0.615187] gpiochip_setup_dev: registered GPIOs 504 to 511 on device: gpiochip1 (max77620-gpio)
[ 0.615459] max77620 4-003c: max77620 probe successful
[ 0.618212] media: Linux media interface: v0.10
[ 0.618278] Linux video capture interface: v2.00
[ 0.619222] pps_core: LinuxPPS API ver. 1 registered
[ 0.619230] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
[ 0.619250] PTP clock support registered
[ 0.622566] tegra210-emc 7001b000.external-memory-controller: validated EMC DFS table
[ 0.623441] Advanced Linux Sound Architecture Driver Initialized.
[ 0.624121] Bluetooth: Core ver 2.22
[ 0.624168] NET: Registered protocol family 31
[ 0.624171] Bluetooth: HCI device and connection manager initialized
[ 0.624186] Bluetooth: HCI socket layer initialized
[ 0.624195] Bluetooth: L2CAP socket layer initialized
[ 0.624278] Bluetooth: SCO socket layer initialized
[ 0.626059] tegra210_dvfs: no clock found for sdmmc2_ddr
[ 0.626078] tegra210_dvfs: no clock found for sdmmc4_ddr
[ 0.626127] tegra210_dvfs: no clock found for sdmmc1_ddr
[ 0.626142] tegra210_dvfs: no clock found for sdmmc3_ddr
[ 0.630030] tegra_dvfs: Unable to get vdd-cpu rail for step info, defering probe
[ 0.631259] vdd-3v3-sys: supplied by vdd-5v0-sys
[ 0.631343] vdd-3v3-sys: 3300 mV
[ 0.631611] vdd-1v8-sys: supplied by vdd-3v3-sys
[ 0.632323] vdd-usb-vbus2: supplied by vdd-3v3-sys
[ 0.632801] vdd-3v3-sd: supplied by vdd-3v3-sys
[ 0.632869] vdd-3v3-sd: 3300 mV
[ 0.633967] avdd-io-edp-1v05: supplied by avdd-1v05-pll
[ 0.634011] avdd-io-edp-1v05: 1050 mV
[ 0.634441] vdd-usb-hub-en: supplied by vdd-1v8-sys
[ 0.634480] vdd-usb-hub-en: 5000 mV
[ 0.635925] camchar: rtcpu character device driver loaded
[ 0.636731] extcon-gpio-states extcon:extcon@1: Cable state:1, cable id:1
[ 0.638219] clocksource: Switched to clocksource arch_sys_counter
[ 0.679723] VFS: Disk quotas dquot_6.6.0
[ 0.679848] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.680351] nvmap_heap_init: nvmap_heap_init: created heap block cache
[ 0.680794] dma_declare_coherent_resizable_cma_memory:324: resizable heap=vpr, base=0x00000000d7000000, size=0x19000000
[ 0.680810] dma-vpr: heap size is not multiple of cma_chunk_size heap_info->num_chunks (13) rem_chunk_size(0x1000000)
[ 0.681018] cma: enabled page replacement for spfn=d7000, epfn=f0000
[ 0.681024] dma_declare_coherent_resizable_cma_memory:373: resizable cma heap=vpr create successful
[ 0.681035] tegra-carveouts tegra-carveouts: assigned reserved memory node vpr-carveout
[ 0.681069] tegra-carveouts tegra-carveouts: iram :dma coherent mem declare 0x0000000040001000,258048
[ 0.681075] tegra-carveouts tegra-carveouts: assigned reserved memory node iram-carveout
[ 0.681088] nvmap: nvmap_select_cache_ops() nvmap cache ops set to set/ways
[ 0.681095] nvmap_page_pool_init: Total RAM pages: 1009287
[ 0.681100] nvmap_page_pool_init: nvmap page pool size: 126160 pages (492 MB)
[ 0.681191] nvmap_background_zero_thread: PP zeroing thread starting.
[ 0.681688] misc nvmap: created heap iram base 0x0000000040001000 size (252KiB)
[ 0.682708] misc nvmap: created heap vpr base 0x00000000d7000000 size (409600KiB)
[ 0.691280] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type AO-therm
[ 0.691756] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type CPU-therm
[ 0.692136] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type GPU-therm
[ 0.692422] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[ 0.692607] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type PMIC-Die
[ 0.692893] pre_t19x_iso_plat_init(): iso emc max clk=1600000KHz
[ 0.692898] pre_t19x_iso_plat_init(): max_iso_bw=11520000KB
[ 0.693338] NET: Registered protocol family 2
[ 0.694422] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.694632] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[ 0.695177] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.695336] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.695416] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.695846] NET: Registered protocol family 1
[ 0.696582] RPC: Registered named UNIX socket transport module.
[ 0.696587] RPC: Registered udp transport module.
[ 0.696591] RPC: Registered tcp transport module.
[ 0.696595] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.696609] PCI: CLS 0 bytes, default 64
[ 0.696877] Trying to unpack rootfs image as initramfs…
[ 0.932357] Freeing initrd memory: 5356K
[ 0.942655] host1x 50000000.host1x: initialized
[ 0.944549] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[ 0.947963] audit: initializing netlink subsys (disabled)
[ 0.948061] audit: type=2000 audit(0.795:1): initialized
[ 0.948847] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.958940] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.960403] ntfs: driver 2.1.32 [Flags: R/W].
[ 0.961222] 9p: Installing v9fs 9p2000 file system support
[ 0.964565] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240)
[ 0.964703] io scheduler noop registered
[ 0.964991] io scheduler cfq registered (default)
[ 0.967800] gic 702f9000.agic: GIC IRQ controller registered
[ 0.970830] iommu: Adding device 702ef000.adsp to group 33
[ 0.980034] iommu: Adding device aconnect@702c0000:adsp_audio to group 34
[ 0.980208] tegra-aconnect aconnect@702c0000: Tegra ACONNECT bus registered
[ 0.980839] tegra-xusb-padctl 7009f000.xusb_padctl: TEGRA_FUSE_SKU_CALIB_0 = 0x79e7c10
[ 0.980848] tegra-xusb-padctl 7009f000.xusb_padctl: TEGRA_FUSE_USB_CALIB_EXT_0 = 0x4
[ 0.982602] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.0, lane = usb2-0, function = xusb
[ 0.982707] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.1, lane = usb2-1, function = xusb
[ 0.982796] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-usb2.2, lane = usb2-2, function = xusb
[ 0.982996] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.3, lane = pcie-0, function = pcie-x1
[ 0.983090] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.4, lane = pcie-1, function = pcie-x4
[ 0.983178] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.5, lane = pcie-2, function = pcie-x4
[ 0.983274] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.6, lane = pcie-3, function = pcie-x4
[ 0.983361] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.7, lane = pcie-4, function = pcie-x4
[ 0.983449] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.8, lane = pcie-5, function = xusb
[ 0.983540] tegra-xusb-padctl 7009f000.xusb_padctl: dev = phy-pcie.9, lane = pcie-6, function = xusb
[ 0.989726] tegra-pwm 7000a000.pwm: PWM clk cannot sleep in ops
[ 0.991564] tegra-dfll-pwm 70110000.pwm: DFLL pwm-rate: 12800000
[ 0.993444] tegra-pcie 1003000.pcie: 4x1, 1x1 configuration
[ 0.994733] tegra-pcie 1003000.pcie: PCIE: Enable power rails
[ 0.995102] tegra-pcie 1003000.pcie: probing port 0, using 4 lanes
[ 0.996382] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[ 0.996605] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=1500000, vi_iso_bw=1500000, max_bw=1500000
[ 0.996856] Adding domain tsec-pd to PM domain host1x-pd
[ 0.999231] tegra-pcie 1003000.pcie: probing port 1, using 1 lanes
[ 1.000272] tsec 54500000.tsec: initialized
[ 1.001862] tsec 54100000.tsecb: initialized
[ 1.002646] Adding domain nvdec-pd to PM domain host1x-pd
[ 1.006403] nvdec 54480000.nvdec: initialized
[ 1.007512] Adding domain vic03-pd to PM domain host1x-pd
[ 1.007702] Adding domain msenc-pd to PM domain host1x-pd
[ 1.007862] Adding domain nvjpg-pd to PM domain host1x-pd
[ 1.012165] falcon 54340000.vic: initialized
[ 1.013387] falcon 544c0000.nvenc: initialized
[ 1.014763] falcon 54380000.nvjpg: initialized
[ 1.019158] tegra_cec 70015000.tegra_cec: dt=1 start=0x70015000 end=0x70015FFF irq=97
[ 1.019204] tegra_cec 70015000.tegra_cec: Enable clock result: 0.
[ 1.019238] tegra_cec 70015000.tegra_cec: tegra_cec_init started
[ 1.019527] tegradc tegradc.0: disp0 connected to head0->/host1x/sor1
[ 1.019531] tegra_cec 70015000.tegra_cec: cec_add_sysfs ret=0
[ 1.019535] tegra_cec 70015000.tegra_cec: probed
[ 1.019630] display board info: id 0x0, fab 0x0
[ 1.019702] generic_infoframe_type: 0x87
[ 1.019855] tegradc tegradc.0: DT parsed successfully
[ 1.019907] tegradc tegradc.0: Display dc.ffffff800ab80000 registered with id=0
[ 1.020502] tegradc tegradc.0: Bootloader disp_param detected. Detected mode: 1920x1080 (on 0x0mm) pclk=148350781
[ 1.024177] tegradc tegradc.0: probed
[ 1.029582] tegra-apbdma 60020000.dma: Tegra20 APB DMA driver register 32 channels
[ 1.036632] tegra-adma 702e2000.adma: Tegra210 ADMA driver registered 22 channels
[ 1.037643] tegra-fuse-burn 7000f800.efuse:efuse-burn: shutdown limit check disabled
[ 1.037653] tegra-fuse-burn 7000f800.efuse:efuse-burn: Fuse burn driver initialized
[ 1.038028] kfuse 7000fc00.kfuse: initialized
[ 1.039711] tegra-pmc-iopower pmc-iopower: Regulator supply iopower-dbg-supply not available
[ 1.040902] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0
[ 1.042449] tegra-dfll-pwm 70110000.pwm: DFLL_PWM regulator is available now
[ 1.042470] vdd-cpu: 708 <–> 1322 mV at 708 mV
[ 1.043019] pwm-regulator pwm_regulators:pwm-regulator@0: PWM regulator registration passed
[ 1.044820] vdd-gpu: applied init 1000000uV constraint
[ 1.044827] vdd-gpu: 708 <–> 1323 mV at 997 mV
[ 1.045297] pwm-regulator pwm_regulators:pwm-regulator@1: PWM regulator registration passed
[ 1.050201] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 1.050444] No Device Node present for smmu client: serial8250 !!
[ 1.050461] platform serial8250: No iommus property found in DT node, got swgids from fixup(101004000)
[ 1.050527] iommu: Adding device serial8250 to group 35
[ 1.052882] console [ttyS0] disabled
[ 1.053006] 70006000.serial: ttyS0 at MMIO 0x70006000 (irq = 63, base_baud = 25500000) is a Tegra
[ 1.053108] console [ttyS0] enabled
[ 1.054046] 70006040.serial: ttyTHS1 at MMIO 0x70006040 (irq = 64, base_baud = 0) is a TEGRA_UART
[ 1.054445] serial-tegra 70006200.serial: RX in PIO mode
[ 1.054557] 70006200.serial: ttyTHS2 at MMIO 0x70006200 (irq = 65, base_baud = 0) is a TEGRA_UART
[ 1.055704] [drm] Initialized
[ 1.056292] Console: switching to colour frame buffer device 240x67
[ 1.056418] tegradc tegradc.0: fb registered
[ 1.064551] tegradc tegradc.0: DC initialized, skipping tegra_dc_program_mode.
[ 1.064608] tegradc tegradc.0: hdmi: tmds rate:148351K prod-setting:prod_c_hdmi_75m_150m
[ 1.065152] tegradc tegradc.0: hdmi: get RGB quant from REG programmed by BL.
[ 1.065169] tegradc tegradc.0: hdmi: get YCC quant from REG programmed by BL.
[ 1.066421] brd: module loaded
[ 1.072117] loop: module loaded
[ 1.072234] tegra_profiler: version: 1.141, samples/io: 48/28
[ 1.072390] tegra_profiler: auth: init
[ 1.073772] THERMAL EST: found 2 subdevs
[ 1.073781] THERMAL EST num_resources: 0
[ 1.073786] [THERMAL EST subdev 0]
[ 1.073792] [THERMAL EST subdev 1]
[ 1.074336] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type thermal-fan-est
[ 1.074342] THERMAL EST: thz register success.
[ 1.074740] THERMAL EST: end of probe, return err: 0
[ 1.076006] sd: No Scsi addr parsed to reserve index
[ 1.076044] hisi_sas: driver version v1.6
[ 1.081635] tegra-qspi 70410000.spi: Prod settings list not found
[ 1.082964] qspi_mtd spi32766.0: MX25U3235F (4096 Kbytes)
[ 1.082975] qspi_mtd spi32766.0: mtd .name = spi32766.0, .size = 0x400000 (4MiB) .erasesize = 0x00001000 (4KiB) .numeraseregions = 0
[ 1.086078] libphy: Fixed MDIO Bus: probed
[ 1.087032] tun: Universal TUN/TAP device driver, 1.6
[ 1.087039] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
[ 1.088066] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 1.088070] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.088128] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[ 1.088132] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 1.088179] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[ 1.088183] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 1.088228] Intel(R) 10GbE PCI Express Linux Network Driver - version 4.6.4
[ 1.088232] Copyright(c) 1999 - 2017 Intel Corporation.
[ 1.089439] PPP generic driver version 2.4.2
[ 1.089645] PPP BSD Compression module registered
[ 1.089651] PPP Deflate Compression module registered
[ 1.089694] PPP MPPE Compression module registered
[ 1.089702] NET: Registered protocol family 24
[ 1.089779] usbcore: registered new interface driver r8152
[ 1.089821] usbcore: registered new interface driver asix
[ 1.089870] usbcore: registered new interface driver ax88179_178a
[ 1.089910] usbcore: registered new interface driver cdc_ether
[ 1.089949] usbcore: registered new interface driver net1080
[ 1.089990] usbcore: registered new interface driver cdc_subset
[ 1.090032] usbcore: registered new interface driver zaurus
[ 1.090086] usbcore: registered new interface driver cdc_ncm
[ 1.090293] VFIO - User Level meta-driver version: 0.3
[ 1.091513] extcon-disp-state extcon:disp-state: cable 47 state 1
[ 1.091519] Extcon AUX1(HDMI) enable
[ 1.092605] tegradc tegradc.1: disp1 connected to head1->/host1x/sor
[ 1.092679] tegradc tegradc.1: No lt-data, using default setting
[ 1.092712] tegradc tegradc.1: No hpd-gpio in DT
[ 1.092745] tegradc tegradc.1: DT parsed successfully
[ 1.092795] tegradc tegradc.1: Display dc.ffffff800d500000 registered with id=1
[ 1.094498] tegradc tegradc.1: dpd enable lookup fail:-19
[ 1.094877] ehci_hcd: USB 2.0 ‘Enhanced’ Host Controller (EHCI) Driver
[ 1.094898] ehci-pci: EHCI PCI platform driver
[ 1.094952] ohci_hcd: USB 1.1 ‘Open’ Host Controller (OHCI) Driver
[ 1.094963] ohci-pci: OHCI PCI platform driver
[ 1.095006] ohci-platform: OHCI generic platform driver
[ 1.097488] tegra-xusb 70090000.xusb: USB2 port 0 has OTG_CAP
[ 1.100805] tegra-xusb-padctl 7009f000.xusb_padctl: enabled OTG on UTMI pad 0
[ 1.102030] tegra-xusb 70090000.xusb: extcon 0: ffffffc0f909ec00 id
[ 1.103345] usbcore: registered new interface driver uas
[ 1.103422] usbcore: registered new interface driver usb-storage
[ 1.103554] usbcore: registered new interface driver usbserial
[ 1.105012] tegradc tegradc.1: probed
[ 1.108906] tegra-xusb 70090000.xusb: Firmware timestamp: 2019-10-17 15:58:59 UTC, Version: 50.25 release
[ 1.108977] tegra-xusb 70090000.xusb: xHCI Host Controller
[ 1.109015] tegra-xusb 70090000.xusb: new USB bus registered, assigned bus number 1
[ 1.109782] tegra-xusb 70090000.xusb: hcc params 0x0184f525 hci version 0x100 quirks 0x00050010
[ 1.109836] tegra-xusb 70090000.xusb: irq 61, io mem 0x70090000
[ 1.110055] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.110062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.110067] usb usb1: Product: xHCI Host Controller
[ 1.110072] usb usb1: Manufacturer: Linux 4.9.140-tegra xhci-hcd
[ 1.110077] usb usb1: SerialNumber: 70090000.xusb
[ 1.113091] tegradc tegradc.1: fb registered
[ 1.113401] hub 1-0:1.0: USB hub found
[ 1.113447] hub 1-0:1.0: 5 ports detected
[ 1.114127] tegra-xusb 70090000.xusb: xHCI Host Controller
[ 1.114142] tegra-xusb 70090000.xusb: new USB bus registered, assigned bus number 2
[ 1.114178] tegra-xudc-new 700d0000.xudc: device count: 1
[ 1.114282] usb usb2: We don’t know the algorithms for LPM for this host, disabling LPM.
[ 1.114382] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 1.114388] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.114394] usb usb2: Product: xHCI Host Controller
[ 1.114399] usb usb2: Manufacturer: Linux 4.9.140-tegra xhci-hcd
[ 1.114403] usb usb2: SerialNumber: 70090000.xusb
[ 1.115657] tegra-xudc-new 700d0000.xudc: USB charger detection disabled
[ 1.115671] tegra-xudc-new 700d0000.xudc: vbus state: 1
[ 1.115690] tegra-xudc-new 700d0000.xudc: device mode on: 0
[ 1.115705] tegra-xusb-padctl 7009f000.xusb_padctl: power on UTMI pads 0
[ 1.115732] tegra-xudc-new 700d0000.xudc: active: 0 => 1
[ 1.116319] hpd: state 7 (Takeover from bootloader), hpd 0, pending_hpd_evt 1
[ 1.116326] hpd: switching from state 7 (Takeover from bootloader) to state 0 (Reset)
[ 1.116335] hpd: state 0 (Reset), hpd 0, pending_hpd_evt 0
[ 1.116351] tegradc tegradc.1: blank - powerdown
[ 1.116375] extcon-disp-state extcon:disp-state: cable 44 state 0 already set.
[ 1.116381] Extcon DP: HPD disabled
[ 1.116388] hpd: hpd_switch 0
[ 1.116392] hpd: switching from state 0 (Reset) to state 1 (Check Plug)
[ 1.116401] hpd: state 1 (Check Plug), hpd 0, pending_hpd_evt 0
[ 1.116408] hpd: switching from state 1 (Check Plug) to state 3 (Disabled)
[ 1.116619] mousedev: PS/2 mouse device common for all mice
[ 1.116739] usbcore: registered new interface driver xpad
[ 1.116770] hub 2-0:1.0: USB hub found
[ 1.116820] hub 2-0:1.0: 4 ports detected
[ 1.126228] tegradc tegradc.0: nominal-pclk:148351648 parent:148350781 div:1.0 pclk:148350781 146868084~161703244
[ 1.214279] tegra-xusb-padctl 7009f000.xusb_padctl: power on UTMI pads 1
[ 1.225687] tegradc tegradc.0: blank - powerdown
[ 1.247397] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[ 1.249528] rtc rtc1: alarm rtc device
[ 1.249540] tegra_rtc 7000e000.rtc: rtc core: registered 7000e000.rtc as rtc1
[ 1.249558] tegra_rtc 7000e000.rtc: Tegra internal Real Time Clock
[ 1.249954] i2c /dev entries driver
[ 1.251616] i2c i2c-6: Added multiplexed i2c bus 7
[ 1.251924] i2c i2c-6: Added multiplexed i2c bus 8
[ 1.251928] i2c-mux-gpio cam_i2cmux: 2 port mux on Tegra I2C adapter adapter
[ 1.252468] imx219 7-0010: tegracam sensor driver:imx219_v2.0.6
[ 1.263213] extcon-disp-state extcon:disp-state: cable 47 state 0
[ 1.263216] Extcon AUX1(HDMI) disable
[ 1.275760] tegra-vii2c 546c0000.i2c: no acknowledge from address 0x10
[ 1.275841] imx219 7-0010: imx219_board_setup: error during i2c read probe (-121)
[ 1.275872] imx219 7-0010: board setup failed
[ 1.275933] imx219: probe of 7-0010 failed with error -121
[ 1.276334] imx219 8-0010: tegracam sensor driver:imx219_v2.0.6
[ 1.294897] tegradc tegradc.0: unblank
[ 1.299641] tegra-vii2c 546c0000.i2c: no acknowledge from address 0x10
[ 1.299727] imx219 8-0010: imx219_board_setup: error during i2c read probe (-121)
[ 1.299758] imx219 8-0010: board setup failed
[ 1.299866] imx219: probe of 8-0010 failed with error -121
[ 1.301447] max77620-power max77620-power: Event recorder REG_NVERC : 0x0
[ 1.304471] tegra_soctherm 700e2000.soctherm: pllx_offset tz:0 max:14, min:2
[ 1.304476] tegra_soctherm 700e2000.soctherm: pllx_offset tz:2 max:8, min:4
[ 1.304978] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 1.304994] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when cpu reaches 102500 mC
[ 1.305003] tegra_soctherm 700e2000.soctherm: throttrip: will throttle when cpu reaches 100500 mC
[ 1.305148] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 1.305159] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when gpu reaches 103000 mC
[ 1.305165] tegra_soctherm 700e2000.soctherm: throttrip: will throttle when gpu reaches 101000 mC
[ 1.305321] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 1.305333] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when pll reaches 127000 mC
[ 1.305338] tegra_soctherm 700e2000.soctherm: throttrip: pll: missing hot temperature
[ 1.305538] tegra_soctherm 700e2000.soctherm: failed to register sensor: -19
[ 1.306497] tegra_aotag tegra-aotag: Registering sensor 0
[ 1.306561] tegra_aotag tegra-aotag: Invalid temp readout
[ 1.306589] tegra_aotag tegra-aotag: Invalid temp readout
[ 1.306605] tegra_aotag tegra-aotag: Bound to TZ : ID 0
[ 1.306614] tegra_aotag tegra-aotag: Probe done [SUCCESS]:0
[ 1.307720] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 1.307741] tegra_dfll_action dfll-cdev-cap: Tegra DFLL ‘cap cooling device’ registered
[ 1.307920] tegra_aotag tegra-aotag: Invalid temp readout
[ 1.307951] tegra_dfll_action dfll-cdev-floor: Tegra DFLL ‘floor cooling device’ registered
[ 1.308409] parse_throttle_dt_data: Num cap clks = 6
[ 1.308414] parse_throttle_dt_data: clk=cclk_g type=2
[ 1.308429] parse_throttle_dt_data: clk=gpu type=4
[ 1.308458] parse_throttle_dt_data: clk=cap.throttle.c2bus type=0
[ 1.308480] parse_throttle_dt_data: clk=cap.throttle.c3bus type=0
[ 1.308505] parse_throttle_dt_data: clk=cap.throttle.sclk type=0
[ 1.308508] parse_throttle_dt_data: clk=emc type=3
[ 1.309019] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 1.309140] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 1.309275] tegra_throttle_probe: probe successful. #cdevs=4
[ 1.310309] FAN dev name: pwm-fan
[ 1.310409] FAN:gpio request success.
[ 1.310495] pwm_fan_driver pwm-fan: cap state:7, cap pwm:255
[ 1.310832] pwm_fan_driver pwm-fan: got pwm for fan. polarity is normal
[ 1.311026] pwm_fan_driver pwm-fan: fan tach request irq success
[ 1.311035] pwm_fan_driver pwm-fan: tach period: 1000
[ 1.311138] pwm_fan_driver pwm-fan: index 0: pwm=0, rpm=0, rru=40, rrd=40, state:2
[ 1.311143] pwm_fan_driver pwm-fan: index 1: pwm=80, rpm=1000, rru=2, rrd=2, state:2
[ 1.311148] pwm_fan_driver pwm-fan: index 2: pwm=120, rpm=2000, rru=1, rrd=1, state:2
[ 1.311152] pwm_fan_driver pwm-fan: index 3: pwm=160, rpm=3000, rru=1, rrd=1, state:2
[ 1.311156] pwm_fan_driver pwm-fan: index 4: pwm=255, rpm=4000, rru=1, rrd=1, state:3
[ 1.311160] pwm_fan_driver pwm-fan: index 5: pwm=255, rpm=5000, rru=1, rrd=1, state:3
[ 1.311164] pwm_fan_driver pwm-fan: index 6: pwm=255, rpm=6000, rru=1, rrd=1, state:3
[ 1.311169] pwm_fan_driver pwm-fan: index 7: pwm=255, rpm=7000, rru=1, rrd=1, state:4
[ 1.311173] pwm_fan_driver pwm-fan: index 8: pwm=255, rpm=10000, rru=1, rrd=1, state:4
[ 1.311177] pwm_fan_driver pwm-fan: index 9: pwm=255, rpm=11000, rru=1, rrd=1, state:4
[ 1.311668] tegradc tegradc.0: nominal-pclk:148500000 parent:148500000 div:1.0 pclk:148500000 147015000~161865000
[ 1.311777] tegradc tegradc.0: hdmi: tmds rate:148500K prod-setting:prod_c_hdmi_75m_150m
[ 1.312104] tegra-wdt 60005100.watchdog: Tegra WDT enabled on probe. Timeout = 120 seconds.
[ 1.312449] tegra-wdt 60005100.watchdog: initialized (timeout = 120 sec, nowayout = 1)
[ 1.312904] tegradc tegradc.0: hdmi: get RGB quant from EDID.
[ 1.312921] tegradc tegradc.0: hdmi: get YCC quant from EDID.
[ 1.313434] device-mapper: uevent: version 1.0.3
[ 1.313926] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: [email protected]
[ 1.319081] tegra210-cpufreq cpufreq: probe()…completed
[ 1.319814] sdhci: Secure Digital Host Controller Interface driver
[ 1.319815] sdhci: Copyright(c) Pierre Ossman
[ 1.319817] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.320324] sdhci-tegra sdhci-tegra.0: Got CD GPIO
[ 1.320663] sdhci-tegra sdhci-tegra.0: Client registration for eMC Successful
[ 1.320788] sdhci-tegra sdhci-tegra.0: wakeup init done, cdirq 300
[ 1.324929] tegra-se 70012000.se: tegra_se_probe: complete
[ 1.325443] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.326567] usbcore: registered new interface driver usbhid
[ 1.326568] usbhid: USB HID core driver
[ 1.328698] tegra21x_actmon 6000c800.actmon: in actmon_register()…
[ 1.328864] tegra21x_actmon 6000c800.actmon: initialization Completed for the device mc_all
[ 1.330760] nvpmodel: initialized successfully
[ 1.331875] usbcore: registered new interface driver snd-usb-audio
[ 1.331932] No Device Node present for smmu client: snd-soc-dummy !!
[ 1.331937] platform snd-soc-dummy: No iommus property found in DT node, got swgids from fixup(101004000)
[ 1.331953] iommu: Adding device snd-soc-dummy to group 36
[ 1.337422] input: tegra-hda HDMI/DP,pcm=3 as /devices/70030000.hda/sound/card0/input0
[ 1.347741] extcon-disp-state extcon:disp-state: cable 47 state 1
[ 1.347743] Extcon AUX1(HDMI) enable
[ 1.349629] OPE platform probe
[ 1.349716] OPE platform probe successful
[ 1.350007] OPE platform probe
[ 1.350085] OPE platform probe successful
[ 1.363242] tegradc tegradc.0: sync windows ret = 246
[ 1.366363] mmc0: SDHCI controller on sdhci-tegra.0 [sdhci-tegra.0] using ADMA 64-bit with 64 bit addr
[ 1.373561] tegra-asoc: sound: ADMAIF1 <-> ADMAIF1 mapping ok
[ 1.373691] tegra-asoc: sound: ADMAIF2 <-> ADMAIF2 mapping ok
[ 1.373822] tegra-asoc: sound: ADMAIF3 <-> ADMAIF3 mapping ok
[ 1.373954] tegra-asoc: sound: ADMAIF4 <-> ADMAIF4 mapping ok
[ 1.374078] tegra-asoc: sound: ADMAIF5 <-> ADMAIF5 mapping ok
[ 1.374220] tegra-asoc: sound: ADMAIF6 <-> ADMAIF6 mapping ok
[ 1.374367] tegra-asoc: sound: ADMAIF7 <-> ADMAIF7 mapping ok
[ 1.374502] tegra-asoc: sound: ADMAIF8 <-> ADMAIF8 mapping ok
[ 1.374630] tegra-asoc: sound: ADMAIF9 <-> ADMAIF9 mapping ok
[ 1.374760] tegra-asoc: sound: ADMAIF10 <-> ADMAIF10 mapping ok
[ 1.386473] u32 classifier
[ 1.386474] Actions configured
[ 1.386549] Initializing XFRM netlink socket
[ 1.387258] NET: Registered protocol family 10
[ 1.387955] NET: Registered protocol family 17
[ 1.387967] NET: Registered protocol family 15
[ 1.388038] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 1.388082] Bluetooth: RFCOMM socket layer initialized
[ 1.388090] Bluetooth: RFCOMM ver 1.11
[ 1.388094] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 1.388098] Bluetooth: HIDP socket layer initialized
[ 1.388116] 9pnet: Installing 9P2000 support
[ 1.388151] Key type dns_resolver registered
[ 1.395457] Registered cp15_barrier emulation handler
[ 1.395494] Registered setend emulation handler
[ 1.402261] registered taskstats version 1
[ 1.402808] Adding domain ve2-pd to PM domain host1x-pd
[ 1.403058] Adding domain ve-pd to PM domain host1x-pd
[ 1.405253] isp 54600000.isp: initialized
[ 1.406242] isp 54680000.isp: initialized
[ 1.411888] extcon-disp-state extcon:disp-state: cable 51 state 1
[ 1.411892] Extcon HDMI: HPD enabled
[ 1.411907] tegradc tegradc.0: hdmi: plugged
[ 1.416755] last reset is due to power on reset
[ 1.416759] KERNEL: PMC reset status reg: 0x0
[ 1.416821] BL: PMC reset status reg: 0x0
[ 1.416823] BL: PMIC poweroff Event Recorder: 0x40
[ 1.418388] clk_cbus_recalc_rate: no gbus parent
[ 1.418393] clk_cbus_round_rate: no gbus parent
[ 1.418396] clk_cbus_round_rate: no gbus parent
[ 1.418404] clk_cbus_recalc_rate: no gbus parent
[ 1.418507] clk_cbus_recalc_rate: no gbus parent
[ 1.418510] clk_cbus_round_rate: no gbus parent
[ 1.418513] clk_cbus_round_rate: no gbus parent
[ 1.418517] clk_cbus_recalc_rate: no gbus parent
[ 1.419183] tegra_dvfs: GPU-cap: registered
[ 1.419237] tegra dvfs: vdd-cpu: nominal 1168mV, offset 708000uV, step 19200uV, scaling enabled
[ 1.419240] tegra dvfs: vdd-core: nominal 1075mV, offset 600000uV, step 12500uV, scaling enabled
[ 1.419242] tegra dvfs: vdd-gpu: nominal 1068mV, offset 708000uV, step 10000uV, scaling enabled
[ 1.420729] tegra_dvfs: vdd-gpu-vts: registered
[ 1.421395] tegra_core_action core_dvfs_cdev_floor: Tegra CORE DVFS ‘floor cooling device’ registered
[ 1.421982] tegra_core_action core_dvfs_cdev_cap: Tegra CORE DVFS ‘cap cooling device’ registered
[ 1.422536] input: gpio-keys as /devices/gpio-keys/input/input1
[ 1.441680] tegra-pcie 1003000.pcie: link 0 down, retrying
[ 1.442228] usb 1-2: new high-speed USB device number 2 using tegra-xusb
[ 1.456273] tegra_rtc 7000e000.rtc: setting system clock to 2000-01-01 01:00:13 UTC (946688413)
[ 1.457363] vi 54080000.vi: vi_probe: ++
[ 1.472832] vi 54080000.vi: initialized
[ 1.479144] vi 54080000.vi: subdev nvcsi–2 bound
[ 1.479252] vi 54080000.vi: subdev nvcsi–1 bound
[ 1.480881] Disable partitions left on by BL
[ 1.480885] disb
[ 1.480932] bwmgr: missing cdev-type property
[ 1.481028] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 1.481035] DRAM derating cdev registered.
[ 1.481409] usb 1-2: New USB device found, idVendor=0bda, idProduct=5411
[ 1.481414] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.481418] usb 1-2: Product: 4-Port USB 2.1 Hub
[ 1.481421] usb 1-2: Manufacturer: Generic
[ 1.482116] vdd-fan: disabling
[ 1.482120] vdd-usb-vbus: disabling
[ 1.482122] vdd-usb-vbus2: disabling
[ 1.482133] vddio-sdmmc3-ap: disabling
[ 1.482809] avdd-io-edp-1v05: disabling
[ 1.482812] vdd-usb-hub-en: disabling
[ 1.483900] ALSA device list:
[ 1.483903] #0: tegra-hda at 0x70038000 irq 83
[ 1.483905] #1: tegra-snd-t210ref-mobile-rt565x
[ 1.483915] hub 1-2:1.0: USB hub found
[ 1.484908] hub 1-2:1.0: 4 ports detected
[ 1.486999] Freeing unused kernel memory: 8576K
[ 1.511527] Root device found: mmcblk0p1
[ 1.570357] mmc0: hw tuning done …
[ 1.570404] mmc0: new ultra high speed SDR104 SDXC card at address 59b4
[ 1.570808] mmcblk0: mmc0:59b4 GD2S5 119 GiB
[ 1.574554] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14
[ 1.716138] Found dev node: /dev/mmcblk0p1
[ 1.751142] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[ 1.751944] Rootfs mounted over mmcblk0p1
[ 1.775979] Switching from initrd to actual rootfs
[ 1.782240] usb 1-2.1: new high-speed USB device number 3 using tegra-xusb
[ 1.806854] usb 1-2.1: New USB device found, idVendor=0bda, idProduct=b812
[ 1.806860] usb 1-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.806863] usb 1-2.1: Product: USB3.0 802.11ac 1200M Adapter
[ 1.806867] usb 1-2.1: Manufacturer: Realtek
[ 1.806870] usb 1-2.1: SerialNumber: 123456
[ 1.848466] tegra-pcie 1003000.pcie: link 0 down, retrying
[ 1.886229] usb 1-2.2: new low-speed USB device number 4 using tegra-xusb
[ 1.911277] usb 1-2.2: New USB device found, idVendor=046d, idProduct=c016
[ 1.911283] usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.911287] usb 1-2.2: Product: Optical USB Mouse
[ 1.911290] usb 1-2.2: Manufacturer: Logitech
[ 1.914380] input: Logitech Optical USB Mouse as /devices/70090000.xusb/usb1/1-2/1-2.2/1-2.2:1.0/0003:046D:C016.0001/input/input2
[ 1.914603] hid-generic 0003:046D:C016.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech Optical USB Mouse] on usb-70090000.xusb-2.2/input0
[ 1.955769] systemd[1]: System time before build time, advancing clock.
[ 1.980089] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 1.992082] cgroup: cgroup2: unknown option “nsdelegate”
[ 1.998229] usb 1-2.4: new low-speed USB device number 5 using tegra-xusb
[ 2.009722] 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)
[ 2.010539] systemd[1]: Detected architecture arm64.
[ 2.027255] usb 1-2.4: New USB device found, idVendor=03f0, idProduct=0024
[ 2.027260] usb 1-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.027263] usb 1-2.4: Product: HP Basic USB Keyboard
[ 2.027266] usb 1-2.4: Manufacturer: CHICONY
[ 2.032920] systemd[1]: Set hostname to <Optical-nano>.
[ 2.033072] input: CHICONY HP Basic USB Keyboard as /devices/70090000.xusb/usb1/1-2/1-2.4/1-2.4:1.0/0003:03F0:0024.0002/input/input3
[ 2.038228] tegra_cec 70015000.tegra_cec: physical address: 10:00.
[ 2.094666] hid-generic 0003:03F0:0024.0002: input,hidraw1: USB HID v1.10 Keyboard [CHICONY HP Basic USB Keyboard] on usb-70090000.xusb-2.4/input0
[ 2.102800] tegra_cec 70015000.tegra_cec: Sent <Text View On> res: -113.
[ 2.102804] tegra_cec 70015000.tegra_cec: tegra_cec_init Done.
[ 2.132679] 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.
[ 2.132689] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[ 2.257508] tegra-pcie 1003000.pcie: link 0 down, retrying
[ 2.259576] tegra-pcie 1003000.pcie: link 0 down, ignoring
[ 2.263472] random: systemd: uninitialized urandom read (16 bytes read)
[ 2.263505] systemd[1]: Reached target User and Group Name Lookups.
[ 2.263694] random: systemd: uninitialized urandom read (16 bytes read)
[ 2.265384] systemd[1]: Created slice User and Session Slice.
[ 2.265435] random: systemd: uninitialized urandom read (16 bytes read)
[ 2.265457] systemd[1]: Reached target Swap.
[ 2.266297] systemd[1]: Created slice System Slice.
[ 2.266657] systemd[1]: Listening on Journal Audit Socket.
[ 2.307000] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
[ 2.362899] tegra-pcie 1003000.pcie: PCI host bridge to bus 0000:00
[ 2.362907] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 2.362911] pci_bus 0000:00: root bus resource [mem 0x13000000-0x1fffffff]
[ 2.362914] pci_bus 0000:00: root bus resource [mem 0x20000000-0x3fffffff pref]
[ 2.362919] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 2.362940] pci 0000:00:02.0: [10de:0faf] type 01 class 0x060400
[ 2.363002] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 2.363162] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 2.363278] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
[ 2.363303] pci 0000:01:00.0: reg 0x10: [io 0x0000-0x00ff]
[ 2.363333] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit]
[ 2.363353] pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit]
[ 2.363487] pci 0000:01:00.0: supports D1 D2
[ 2.363491] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 2.374320] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 2.374352] pci 0000:00:02.0: BAR 14: assigned [mem 0x13000000-0x130fffff]
[ 2.374357] pci 0000:00:02.0: BAR 13: assigned [io 0x1000-0x1fff]
[ 2.374365] pci 0000:01:00.0: BAR 4: assigned [mem 0x13000000-0x13003fff 64bit]
[ 2.374383] pci 0000:01:00.0: BAR 2: assigned [mem 0x13004000-0x13004fff 64bit]
[ 2.374400] pci 0000:01:00.0: BAR 0: assigned [io 0x1000-0x10ff]
[ 2.374408] pci 0000:00:02.0: PCI bridge to [bus 01]
[ 2.374412] pci 0000:00:02.0: bridge window [io 0x1000-0x1fff]
[ 2.374418] pci 0000:00:02.0: bridge window [mem 0x13000000-0x130fffff]
[ 2.374708] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt
[ 2.374712] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[ 2.374718] pcie_pme 0000:00:02.0:pcie001: service driver pcie_pme loaded
[ 2.374811] aer 0000:00:02.0:pcie002: service driver aer loaded
[ 2.374994] r8168 0000:01:00.0: enabling device (0000 → 0003)
[ 2.375011] r8168 Gigabit Ethernet driver 8.045.08-NAPI loaded
[ 2.392864] r8168 0000:01:00.0 (unnamed net_device) (uninitialized): Invalid ethernet address 00:00:00:00:00:00, trying device tree node
[ 2.392936] r8168 0000:01:00.0 (unnamed net_device) (uninitialized): Found valid ethernet address 00:04:4b:e7:0b:76 from device tree
[ 2.393522] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[ 2.393536] r8168 Copyright (C) 2017 Realtek NIC software team <[email protected]>
This program comes with ABSOLUTELY NO WARRANTY; for details, please see <http://www.gnu.org/licenses/>.
This is free software, and you are welcome to redistribute it under certain conditions; see <http://www.gnu.org/licenses/>.
[ 2.440784] nvgpu: 57000000.gpu gm20b_init_clk_setup_sw:1268 [INFO] GPCPLL initial settings: NA mode, M=1, N=34, P=3 (id = 1)
[ 2.452049] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 2.452073] cpu-throttle-alert cooling device registered.
[ 2.452191] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 2.452206] gpu-throttle-alert cooling device registered.
[ 2.452378] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 2.452391] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 2.452405] hot-surface-alert cooling device registered.
[ 2.581443] systemd-journald[1990]: Received request to flush runtime journal from PID 1
[ 3.526567] random: crng init done
[ 3.530000] random: 7 urandom warning(s) missed due to ratelimiting
[ 3.786832] using random self ethernet address
[ 3.791593] using random host ethernet address
[ 4.723891] Mass Storage Function, version: 2009/09/11
[ 4.723898] LUN: removable file: (no medium)
[ 4.728830] using random self ethernet address
[ 4.733354] using random host ethernet address
[ 4.788218] rndis0: HOST MAC 8e:ae:57:2f:b9:14
[ 4.788965] rndis0: MAC 8e:ae:57:2f:b9:15
[ 4.795968] usb0: HOST MAC 8e:ae:57:2f:b9:16
[ 4.796009] usb0: MAC 8e:ae:57:2f:b9:17
[ 4.796049] tegra-xudc-new 700d0000.xudc: ep 0 (type: 0, dir: out) enabled
[ 4.801098] l4tbr0: port 1(rndis0) entered blocking state
[ 4.801104] l4tbr0: port 1(rndis0) entered disabled state
[ 4.801288] device rndis0 entered promiscuous mode
[ 4.815982] IPv6: ADDRCONF(NETDEV_UP): rndis0: link is not ready
[ 4.821331] l4tbr0: port 2(usb0) entered blocking state
[ 4.821336] l4tbr0: port 2(usb0) entered disabled state
[ 4.822847] device usb0 entered promiscuous mode
[ 4.846616] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
[ 4.863725] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 4.864854] eth0: 0xffffff800d553000, 00:04:4b:e7:0b:76, IRQ 407
[ 4.970510] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 5.276382] tegra-xusb 70090000.xusb: Upgrade port 0 to USB3.0
[ 5.276389] tegra-xusb 70090000.xusb: Upgrade port 1 to USB3.0
[ 5.312830] zram: Added device: zram0
[ 5.316404] zram: Added device: zram1
[ 5.318850] zram: Added device: zram2
[ 5.321168] zram: Added device: zram3
[ 5.340721] zram0: detected capacity change from 0 to 518541312
[ 5.372506] Adding 506384k swap on /dev/zram0. Priority:5 extents:1 across:506384k SS
[ 5.377340] zram1: detected capacity change from 0 to 518541312
[ 5.389520] Adding 506384k swap on /dev/zram1. Priority:5 extents:1 across:506384k SS
[ 5.393600] zram2: detected capacity change from 0 to 518541312
[ 5.408004] Adding 506384k swap on /dev/zram2. Priority:5 extents:1 across:506384k SS
[ 5.411691] zram3: detected capacity change from 0 to 518541312
[ 5.423448] Adding 506384k swap on /dev/zram3. Priority:5 extents:1 across:506384k SS
[ 5.602638] usb 2-1: new SuperSpeed USB device number 2 using tegra-xusb
[ 5.632195] usb 2-1: New USB device found, idVendor=0bda, idProduct=0411
[ 5.632202] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 5.632206] usb 2-1: Product: 4-Port USB 3.1 Hub
[ 5.632209] usb 2-1: Manufacturer: Generic
[ 5.635639] hub 2-1:1.0: USB hub found
[ 5.636437] hub 2-1:1.0: 4 ports detected
[ 5.790264] usb 2-1: usb_suspend_both: status 0
[ 5.790456] usb usb2: usb_suspend_both: status 0
[ 6.422702] usbcore: registered new interface driver rtl88x2bu
[ 6.474875] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 7.105062] tegradc tegradc.0: unblank
[ 7.105337] tegradc tegradc.1: blank - powerdown
[ 7.241478] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[ 7.259384] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 7.336556] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 10.239574] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 10.239586] Bluetooth: BNEP socket layer initialized
[ 10.623892] fuse init (API version 7.26)
[ 11.688090] tegradc tegradc.0: unblank
[ 11.688101] tegradc tegradc.1: blank - powerdown
[ 13.656651] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[ 13.809601] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 1463.166877] tegradc tegradc.0: blank - powerdown
[ 1463.226760] extcon-disp-state extcon:disp-state: cable 47 state 0
[ 1463.226763] Extcon AUX1(HDMI) disable
[ 1463.260282] tegradc tegradc.0: unblank
[ 1463.267134] tegradc tegradc.0: nominal-pclk:148500000 parent:148500000 div:1.0 pclk:148500000 147015000~161865000
[ 1463.267222] tegradc tegradc.0: hdmi: tmds rate:148500K prod-setting:prod_c_hdmi_75m_150m
[ 1463.268278] tegradc tegradc.0: hdmi: get RGB quant from EDID.
[ 1463.268285] tegradc tegradc.0: hdmi: get YCC quant from EDID.
[ 1463.304222] extcon-disp-state extcon:disp-state: cable 47 state 1
[ 1463.304224] Extcon AUX1(HDMI) enable
[ 1463.345394] tegradc tegradc.0: unblank
[ 1463.345404] tegradc tegradc.1: blank - powerdown
[ 1463.498162] PM: suspend entry 2020-11-04 01:32:16.249262816 UTC
[ 1463.498168] PM: Syncing filesystems … done.
[ 1463.623193] PM: Preparing system for sleep (mem)
[ 1463.626934] tegradc tegradc.0: blank - powerdown
[ 1463.685333] extcon-disp-state extcon:disp-state: cable 47 state 0
[ 1463.685336] Extcon AUX1(HDMI) disable
[ 1463.705892] tegradc tegradc.1: blank - powerdown
[ 1463.738316] tegradc tegradc.0: blank - powerdown
[ 1463.738376] tegradc tegradc.0: unblank
[ 1463.746987] tegradc tegradc.0: nominal-pclk:148500000 parent:148500000 div:1.0 pclk:148500000 147015000~161865000
[ 1463.747149] tegradc tegradc.0: hdmi: tmds rate:148500K prod-setting:prod_c_hdmi_75m_150m
[ 1463.748312] tegradc tegradc.0: hdmi: get RGB quant from EDID.
[ 1463.748319] tegradc tegradc.0: hdmi: get YCC quant from EDID.
[ 1463.784206] extcon-disp-state extcon:disp-state: cable 47 state 1
[ 1463.784208] Extcon AUX1(HDMI) enable
[ 1463.798641] tegradc tegradc.0: sync windows ret = 247
[ 1463.843833] tegra_dvfs: suspended
[ 1463.843839] Freezing user space processes …
[ 1464.324826] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[ 1464.351058] (elapsed 0.507 seconds) done.
[ 1464.351065] Freezing remaining freezable tasks … (elapsed 0.001 seconds) done.
[ 1464.352325] PM: Suspending system (mem)
[ 1464.358804] usb 2-1: usb_suspend_both: status 0
[ 1464.363894] usb usb2: usb_suspend_both: status 0
[ 1464.367146] usb 1-2.2: usb_suspend_both: status 0
[ 1464.367171] sdhci-tegra sdhci-tegra.0: Tuning done, restoring the best tap value : 19
[ 1464.368152] tegra_cec 70015000.tegra_cec: suspended
[ 1464.373159] tegra-xudc-new 700d0000.xudc: device mode off: 0
[ 1464.373181] tegra-xusb-padctl 7009f000.xusb_padctl: power down UTMI pad 0
[ 1464.373191] tegra-xudc-new 700d0000.xudc: entering ELPG
[ 1464.373511] tegra-xudc-new 700d0000.xudc: entering ELPG done
[ 1464.373528] sdhci-tegra sdhci-tegra.0: Tuning done, restoring the best tap value : 19
[ 1464.379986] usb 1-2.1: usb_suspend_both: status 0
[ 1464.380578] tegradc tegradc.1: suspend
[ 1464.380581] tegradc tegradc.0: suspend
[ 1464.380737] hpd: state 3 (Disabled), hpd 0, pending_hpd_evt 1
[ 1464.380739] hpd: request suspend
[ 1464.380742] hpd: switching from state 3 (Disabled) to state 3 (Disabled)
[ 1464.382035] extcon-disp-state extcon:disp-state: cable 47 state 0
[ 1464.382038] Extcon AUX1(HDMI) disable
[ 1464.396155] usb 1-2.4: usb_suspend_both: status 0
[ 1464.416179] tegra-xusb-padctl 7009f000.xusb_padctl: power down UTMI pad 1
[ 1464.436117] usb 1-2: usb_suspend_both: status 0
[ 1464.436187] usb usb1: usb_suspend_both: status 0
[ 1464.436313] tegra-xusb 70090000.xusb: entering ELPG
[ 1464.437404] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 1, speed 3
[ 1464.437597] tegra-pmc: PMC tegra_pmc_utmi_phy_enable_sleepwalk : port 2, speed 0
[ 1464.439112] tegra-xusb 70090000.xusb: entering ELPG done
[ 1464.439253] PM: suspend of devices complete after 80.581 msecs
[ 1464.441226] host1x 50000000.host1x: suspended
[ 1464.441451] PM: late suspend of devices complete after 2.188 msecs
[ 1464.444346] PM: noirq suspend of devices complete after 2.884 msecs
[ 1464.444355] Disabling non-boot CPUs …
[ 1464.468578] IRQ10 no longer affine to CPU1
[ 1464.473049] CPU1: shutdown
[ 1464.475869] psci: CPU1 killed.
[ 1464.500583] IRQ11 no longer affine to CPU2
[ 1464.505325] CPU2: shutdown
[ 1464.508474] psci: CPU2 killed.
[ 1464.536542] IRQ12 no longer affine to CPU3
[ 1464.541103] CPU3: shutdown
[ 1464.543923] psci: CPU3 killed.
[ 1464.552627] tegra-pmc: PMC wake level = 0x40178800010000
[ 1464.552627] tegra-pmc: PMC wake enable = 0x48178801010001
[ 1464.552627] Entered SC7
[ 1464.552627] Exited SC7
[ 1464.552627] tegra-pmc: PMC wake status = 0x10000000000
[ 1464.552627] tegra-pmc: Resume caused by PMC WAKE40, xhci-hcd:usb1
[ 1464.552627] Suspended for 68286.218 seconds
[ 1464.552846] Enabling non-boot CPUs …
[ 1464.553234] CPU1: Booted secondary processor [411fd071]
[ 1464.553719] cache: parent cpu1 should not be sleeping
[ 1464.559303] CPU1 is up
[ 1464.559619] CPU2: Booted secondary processor [411fd071]
[ 1464.559825] cache: parent cpu2 should not be sleeping
[ 1464.565349] CPU2 is up
[ 1464.565582] CPU3: Booted secondary processor [411fd071]
[ 1464.565839] cache: parent cpu3 should not be sleeping
[ 1464.571474] CPU3 is up
[ 1464.573406] tegra-xusb 70090000.xusb: exiting ELPG
[ 1464.574829] tegra-xusb-padctl 7009f000.xusb_padctl: power on UTMI pads 1
[ 1464.577166] tegra-xusb 70090000.xusb: Firmware timestamp: 2019-10-17 15:58:59 UTC, Version: 50.25 release
[ 1464.577428] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 0
[ 1464.577449] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 1
[ 1464.577468] tegra-pmc: PMC tegra_pmc_utmi_phy_disable_sleepwalk : port 2
[ 1464.578276] tegra-xusb 70090000.xusb: exiting ELPG done
[ 1464.580615] tegra-pcie 1003000.pcie: probing port 0, using 4 lanes
[ 1464.582719] tegra-pcie 1003000.pcie: probing port 1, using 1 lanes
[ 1465.004206] tegra-pcie 1003000.pcie: link 0 down, retrying
[ 1465.408019] tegra-pcie 1003000.pcie: link 0 down, retrying
[ 1465.812028] tegra-pcie 1003000.pcie: link 0 down, retrying
[ 1465.814041] tegra-pcie 1003000.pcie: link 0 down, ignoring
[ 1465.921043] PM: noirq resume of devices complete after 1349.559 msecs
[ 1465.922447] host1x 50000000.host1x: resuming
[ 1465.924320] PM: early resume of devices complete after 2.348 msecs
[ 1465.924922] tegradc tegradc.0: resume
[ 1465.924943] tegradc tegradc.1: resume
[ 1465.928037] hpd: state 3 (Disabled), hpd 0, pending_hpd_evt 1
[ 1465.928040] hpd: switching from state 3 (Disabled) to state 0 (Reset)
[ 1465.928046] hpd: state 0 (Reset), hpd 0, pending_hpd_evt 0
[ 1465.928055] extcon-disp-state extcon:disp-state: cable 44 state 0 already set.
[ 1465.928057] Extcon DP: HPD disabled
[ 1465.928059] hpd: hpd_switch 0
[ 1465.928062] hpd: switching from state 0 (Reset) to state 1 (Check Plug)
[ 1465.928067] hpd: state 1 (Check Plug), hpd 0, pending_hpd_evt 0
[ 1465.928072] hpd: switching from state 1 (Check Plug) to state 3 (Disabled)
[ 1465.929612] sdhci-tegra sdhci-tegra.0: Tuning done, restoring the best tap value : 19
[ 1465.929723] sdhci-tegra sdhci-tegra.0: Tuning done, restoring the best tap value : 19
[ 1465.941081] tegra-xudc-new 700d0000.xudc: exiting ELPG
[ 1465.941646] tegra-xudc-new 700d0000.xudc: exiting ELPG done
[ 1465.941651] tegra-xudc-new 700d0000.xudc: vbus state: 1
[ 1465.941659] tegra-xudc-new 700d0000.xudc: device mode on: 0
[ 1465.941668] tegra-xusb-padctl 7009f000.xusb_padctl: power on UTMI pads 0
[ 1465.941676] tegra-xudc-new 700d0000.xudc: active: 0 => 1
[ 1465.941722] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when cpu reaches 102500 mC
[ 1465.941729] tegra_soctherm 700e2000.soctherm: throttrip: will throttle when cpu reaches 100500 mC
[ 1465.941733] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when gpu reaches 103000 mC
[ 1465.941738] tegra_soctherm 700e2000.soctherm: throttrip: will throttle when gpu reaches 101000 mC
[ 1465.941743] tegra_soctherm 700e2000.soctherm: thermtrip: will shut down when pll reaches 127000 mC
[ 1465.941747] tegra_soctherm 700e2000.soctherm: throttrip: pll: missing hot temperature
[ 1465.941752] tegra_cec 70015000.tegra_cec: Resuming
[ 1465.946615] extcon-gpio-states extcon:extcon@1: Cable state:1, cable id:1
[ 1465.946724] tegra_cec 70015000.tegra_cec: tegra_cec_init started
[ 1466.043750] tegradc tegradc.0: read_edid_into_buffer: extension_blocks = 1, max_ext_blocks = 3
[ 1466.059482] tegradc tegradc.0: hdmi_recheck_edid: read_edid_into_buffer() returned 256
[ 1466.059487] tegradc tegradc.0: old edid len = 256
[ 1466.059491] tegradc tegradc.0: hdmi: No EDID change after HPD bounce, taking no action
[ 1466.064234] tegradc tegradc.0: nominal-pclk:148500000 parent:148500000 div:1.0 pclk:148500000 147015000~161865000
[ 1466.064264] tegradc tegradc.0: hdmi: tmds rate:148500K prod-setting:prod_c_hdmi_75m_150m
[ 1466.065343] tegradc tegradc.0: hdmi: get RGB quant from EDID.
[ 1466.065351] tegradc tegradc.0: hdmi: get YCC quant from EDID.
[ 1466.100351] extcon-disp-state extcon:disp-state: cable 47 state 1
[ 1466.100355] Extcon AUX1(HDMI) enable
[ 1466.237080] sdhci-tegra sdhci-tegra.0: Tuning done, restoring the best tap value : 19
[ 1466.767209] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[ 1466.784222] PM: resume of devices complete after 859.914 msecs
[ 1466.785144] PM: Finishing wakeup.
[ 1466.785146] Restarting tasks … done.
[ 1466.832167] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 1466.832199] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 1466.832214] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature -2147483647 forced to -127000
[ 1466.835853] tegra_dvfs: resumed
[ 1466.842168] PM: suspend exit 2020-11-04 20:30:25.811654068 UTC
[ 1466.856012] usb 2-1: usb_suspend_both: status 0
[ 1466.856153] usb usb2: usb_suspend_both: status 0
[ 1466.963998] tegra_cec 70015000.tegra_cec: tegra_cec_init Done.
[ 1466.996554] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 1466.997647] eth0: 0xffffff800d553000, 00:04:4b:e7:0b:76, IRQ 407
[ 1467.048040] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 1467.051488] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 1467.132450] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 1467.688693] tegradc tegradc.0: unblank
[ 1467.688703] tegradc tegradc.1: blank - powerdown
[ 1467.741406] tegradc tegradc.0: unblank
[ 1467.741563] tegradc tegradc.1: blank - powerdown
[ 1472.502530] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[ 1472.658373] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 7736.677535] tegradc tegradc.0: blank - powerdown
[ 7736.732685] extcon-disp-state extcon:disp-state: cable 47 state 0
[ 7736.732687] Extcon AUX1(HDMI) disable
[12484.522805] tegradc tegradc.0: unblank
[12484.528073] tegradc tegradc.0: nominal-pclk:148500000 parent:148500000 div:1.0 pclk:148500000 147015000~161865000
[12484.528173] tegradc tegradc.0: hdmi: tmds rate:148500K prod-setting:prod_c_hdmi_75m_150m
[12484.529251] tegradc tegradc.0: hdmi: get RGB quant from EDID.
[12484.529258] tegradc tegradc.0: hdmi: get YCC quant from EDID.
[12484.564058] extcon-disp-state extcon:disp-state: cable 47 state 1
[12484.564060] Extcon AUX1(HDMI) enable
[12484.587638] tegradc tegradc.0: unblank
[12484.587648] tegradc tegradc.1: blank - powerdown
[16621.789930] tegradc tegradc.0: blank - powerdown
[16621.852106] extcon-disp-state extcon:disp-state: cable 47 state 0
[16621.852107] Extcon AUX1(HDMI) disable
[38410.204080] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[75348.058174] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[88295.187028] tegradc tegradc.0: unblank
[88295.192296] tegradc tegradc.0: nominal-pclk:148500000 parent:148500000 div:1.0 pclk:148500000 147015000~161865000
[88295.192397] tegradc tegradc.0: hdmi: tmds rate:148500K prod-setting:prod_c_hdmi_75m_150m
[88295.193565] tegradc tegradc.0: hdmi: get RGB quant from EDID.
[88295.193572] tegradc tegradc.0: hdmi: get YCC quant from EDID.
[88295.228333] extcon-disp-state extcon:disp-state: cable 47 state 1
[88295.228336] Extcon AUX1(HDMI) enable
[88295.272474] tegradc tegradc.0: unblank
[88295.272484] tegradc tegradc.1: blank - powerdown
[90105.377118] tegradc tegradc.0: blank - powerdown
[90105.439199] extcon-disp-state extcon:disp-state: cable 47 state 0
[90105.439201] Extcon AUX1(HDMI) disable
[112284.633429] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[149223.984085] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[175210.027253] tegradc tegradc.0: unblank
[175210.032633] tegradc tegradc.0: nominal-pclk:148500000 parent:148500000 div:1.0 pclk:148500000 147015000~161865000
[175210.032718] tegradc tegradc.0: hdmi: tmds rate:148500K prod-setting:prod_c_hdmi_75m_150m
[175210.033792] tegradc tegradc.0: hdmi: get RGB quant from EDID.
[175210.033799] tegradc tegradc.0: hdmi: get YCC quant from EDID.
[175210.068650] extcon-disp-state extcon:disp-state: cable 47 state 1
[175210.068653] Extcon AUX1(HDMI) enable
[175210.076412] tegradc tegradc.0: unblank
[175210.076422] tegradc tegradc.1: blank - powerdown
[178598.462936] tegradc tegradc.0: blank - powerdown
[178598.525205] extcon-disp-state extcon:disp-state: cable 47 state 0
[178598.525207] Extcon AUX1(HDMI) disable
[186157.956353] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[223096.481847] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[260034.174945] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[296968.679967] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[333906.340552] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[370842.272285] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[407778.762080] start_addr=(0x20000), end_addr=(0x40000), buffer_size=(0x20000), smp_number_max=(16384)
[439411.268146] tegradc tegradc.0: unblank
[439411.273443] tegradc tegradc.0: nominal-pclk:148500000 parent:148500000 div:1.0 pclk:148500000 147015000~161865000
[439411.273543] tegradc tegradc.0: hdmi: tmds rate:148500K prod-setting:prod_c_hdmi_75m_150m
[439411.274587] tegradc tegradc.0: hdmi: get RGB quant from EDID.
[439411.274595] tegradc tegradc.0: hdmi: get YCC quant from EDID.
[439411.309451] extcon-disp-state extcon:disp-state: cable 47 state 1
[439411.309454] Extcon AUX1(HDMI) enable
[439411.320394] tegradc tegradc.0: unblank
[439411.320411] tegradc tegradc.1: blank - powerdown

Have you ever found similar problems caused by software? I am not sure what caused that.

Connect through forum is too slow, it cost us a week and nothing happened. Any idea so we can chat?

Hi @hy ,

Sorry for your bad experience, this is the first time this happened, and I need more information to diagnose the problem.
Do you have a Raspberry Pi or other Jetson Nano? I want to confirm whether the hardware works properly.
If you have a Raspberry Pi, you can use our MIPI_Camera to confirm whether the camera can work normally.

 

 

Hi @hy ,

Have you ever found similar problems caused by software? I am not sure what caused that.
This should not be a software problem, because the driver of IMX219 is provided by nvidia.
Connect through forum is too slow, it cost us a week and nothing happened. Any idea so we can chat?
I think we can communicate via skype, but there will be some time difference between us.

skype ID: [email protected]

Were you able to find a solution? Having the same issue

Hi @jbsulli

We finally found that this was a cable problem.

Unfortunately, one of the cameras still does not work properly.

Hi @hy

Didn’t our sales staff replace the cable for you?

Yes, the cable is ok, but one camera still doesn’t work, after typing the same command, the screen will freeze.

I am not sure what is the problem now.

Following: one camera module is broken.

I replaced it with another module and it worked under gst-launch-1.0 nvarguscamerasrc sensor_id=1 ! nvoverlaysink.

Seems both cable and camera are broken.