on board wifi trouble with new R32.3.1 (Jetpack 4.3)

Hello,

when I flash my TX2 with the latest release pack (R32.3.1) the module doesn’t load anymore that takes care of the on board wifi platform.
So first symptom is that i don’t see the wlan0 when I run ip a or ifconfig
Next when i look in the dmesg I only see some lines saying:
[ 0.464038] GPIO line 424 (wifi-enable) hogged as output/high
[ 0.468195] GPIO line 315 (wifi-wake-ap) hogged as input

which is good if I compare this with a dmesg from a working R32.2.1 but then I don’t see the lines:
[ 11.043111] dhd_module_init in
[ 11.043179] found wifi platform device bcmdhd_wlan
[ 11.044329] wifi_platform_get_country_code_map: could not get country_code_map
[ 11.044333] wifi_plat_dev_drv_probe:platform country code map is not available
[ 11.044348] Power-up adapter ‘DHD generic adapter’
[ 11.044354] wifi_platform_set_power = 1
[ 11.251479] wifi_platform_bus_enumerate device present 1
[ 11.270637] wifi_platform_bus_enumerate device present 0
[ 11.271138] F1 signature read @0x18000000=0x17214354
[ 11.275530] F1 signature OK, socitype:0x1 chip:0x4354 rev:0x1 pkg:0x2
[ 11.276170] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
[ 11.276242] wifi_platform_get_mac_addr

I had a quick look in the kernel, these lines should come from the nvidia/drivers/net/wireless/bcmdhd_pcie/dhd_linux_platdev.c so I don’t know what is different now in this new release that they don’t want to load…

How is the result from rfkill command?

  1. If this module still has wifi interface on rel-32.2.x release, then it indicates hardware is still good.

  2. Please share the full dmesg after you confirm nothing is blocked by rfkill.

The rfkill command doesn’t provide any output (I tried it as normal user and as sudo-user to be certain)
This is my entire dmesg:
[ 0.000000] Booting Linux on physical CPU 0x100
[ 0.000000] Linux version 4.9.140 (root@bob-builder) (gcc version 7.3.1 20180425 [linaro-7.3-2018.05 revision d29120a424ecfbc167ef90065c0eeb7f91977701] (Linaro GCC 7.3-2018.05) ) #6 SMP PREEMPT Wed Jan 29 09:56:11 UTC 2020
[ 0.000000] Boot CPU: AArch64 Processor [411fd073]
[ 0.000000] OF: fdt:memory scan node memory@80000000, reg size 16416,
[ 0.000000] OF: fdt: - 80000000 , 70000000
[ 0.000000] OF: fdt: - f0200000 , 185600000
[ 0.000000] OF: fdt: - 275e00000 , 200000
[ 0.000000] OF: fdt: - 276600000 , 200000
[ 0.000000] OF: fdt: - 277000000 , 200000
[ 0.000000] earlycon: uart8250 at MMIO32 0x0000000003100000 (options ‘’)
[ 0.000000] bootconsole [uart8250] enabled
[ 0.000000] 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: fdt:Reserved memory: failed to reserve memory for node ‘fb2_carveout’: base 0x0000000000000000, size 0 MiB
[ 0.000000] OF: fdt:Reserved memory: failed to reserve memory for node ‘fb2_carveout’: base 0x0000000000000000, size 0 MiB
[ 0.000000] OF: reserved mem: initialized node ramoops_carveout, compatible id nvidia,ramoops
[ 0.000000] cma: Reserved 64 MiB at 0x00000000fc000000
[ 0.000000] On node 0 totalpages: 2055168
[ 0.000000] DMA zone: 8192 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 523776 pages, LIFO batch:31
[ 0.000000] Normal zone: 24008 pages used for memmap
[ 0.000000] Normal zone: 1531392 pages, LIFO batch:31
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.0 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] psci: SMC Calling Convention v1.1
[ 0.000000] percpu: Embedded 25 pages/cpu @ffffffc1f702e000 s61592 r8192 d32616 u102400
[ 0.000000] pcpu-alloc: s61592 r8192 d32616 u102400 alloc=25*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5
[ 0.000000] Speculative Store Bypass Disable mitigation not required
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2022968
[ 0.000000] Kernel command line: tw686x.dma_mode=contig root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=tty0 OS=l4t fbcon=map:0 net.ifnames=0 video=tegrafb no_console_suspend=1 earlycon=uart8250,mmio32,0x3100000 nvdumper_reserved=0x2772e0000 gpt usbcore.old_scheme_first=1 tegraid=18.1.2.0.0 maxcpus=6 boot.slot_suffix= boot.ratchetvalues=0.2031647.1 bl_prof_dataptr=0x10000@0x275840000 sdhci_tegra.en_boot_part_access=1 root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4
[ 0.000000] log_buf_len individual max cpu contribution: 32768 bytes
[ 0.000000] log_buf_len total cpu_extra contributions: 163840 bytes
[ 0.000000] log_buf_len min size: 32768 bytes
[ 0.000000] log_buf_len: 262144 bytes
[ 0.000000] early log buf free: 29392(89%)
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.000000] Memory: 7700572K/8220672K available (15422K kernel code, 2936K rwdata, 6872K rodata, 8576K init, 611K bss, 454564K reserved, 65536K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] modules : 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB)
[ 0.000000] vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB)
[ 0.000000] .text : 0xffffff8008080000 - 0xffffff8008f90000 ( 15424 KB)
[ 0.000000] .rodata : 0xffffff8008f90000 - 0xffffff8009650000 ( 6912 KB)
[ 0.000000] .init : 0xffffff8009650000 - 0xffffff8009eb0000 ( 8576 KB)
[ 0.000000] .data : 0xffffff8009eb0000 - 0xffffff800a18e008 ( 2937 KB)
[ 0.000000] .bss : 0xffffff800a18e008 - 0xffffff800a226e3c ( 612 KB)
[ 0.000000] fixed : 0xffffffbefe7fd000 - 0xffffffbefec00000 ( 4108 KB)
[ 0.000000] PCI I/O : 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB)
[ 0.000000] vmemmap : 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum)
[ 0.000000] 0xffffffbf00000000 - 0xffffffbf07dc8000 ( 125 MB actual)
[ 0.000000] memory : 0xffffffc000000000 - 0xffffffc1f7200000 ( 8050 MB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=6.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=6
[ 0.000000] NR_IRQS:64 nr_irqs:64 0
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] arm_arch_timer: Architected cp15 timer(s) running at 31.25MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns
[ 0.000003] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[ 0.009438] Console: colour dummy device 80x25
[ 0.014102] console [tty0] enabled
[ 0.017659] bootconsole [uart8250] disabled
[ 0.022034] kmemleak: Kernel memory leak detector disabled
[ 0.022051] Calibrating delay loop (skipped), value calculated using timer frequency… 62.50 BogoMIPS (lpj=125000)
[ 0.022066] pid_max: default: 32768 minimum: 301
[ 0.022382] Security Framework initialized
[ 0.022545] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.022556] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.023149] ftrace: allocating 47373 entries in 186 pages
[ 0.148964] sched-energy: Sched-energy-costs installed from DT
[ 0.148985] ASID allocator initialised with 65536 entries
[ 0.185833] tegra-id: chipid=21817.
[ 0.185848] tegra-id: opt_subrevision=1.
[ 0.185870] Tegra Revision: A02p SKU: 0xdc CPU Process: 0 SoC Process: 0
[ 0.185884] DTS File Name: tegra186-tx2-cti-ASG006-IMX274-3CAM.dts
[ 0.185895] DTB Build time: Jan 27 2020 12:35:24
[ 0.233945] CPU1: Booted secondary processor [4e0f0030]
[ 0.265583] CPU2: Booted secondary processor [4e0f0030]
[ 0.297375] CPU3: Booted secondary processor [411fd073]
[ 0.329359] CPU4: Booted secondary processor [411fd073]
[ 0.361363] CPU5: Booted secondary processor [411fd073]
[ 0.361417] Brought up 6 CPUs
[ 0.361456] SMP: Total of 6 processors activated.
[ 0.361469] CPU features: detected feature: 32-bit EL0 Support
[ 0.362262] CPU: All CPU(s) started at EL2
[ 0.362319] alternatives: patching kernel code
[ 0.371859] devtmpfs: initialized
[ 0.396678] Initilizing CustomIPI irq domain
[ 0.396882] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.396909] futex hash table entries: 2048 (order: 5, 131072 bytes)
[ 0.397802] pinctrl core: initialized pinctrl subsystem
[ 0.398008] OS set in device tree is not L4T.
[ 0.398169] regulator-dummy: no parameters
[ 0.398305] Initializing plugin-manager
[ 0.398365] Plugin module not found
[ 0.398409] Plugin-manager status disabled
[ 0.399626] NET: Registered protocol family 16
[ 0.400345] pstore: using zlib compression
[ 0.400736] console [pstore-1] enabled
[ 0.400747] pstore: Registered ramoops as persistent store backend
[ 0.400762] ramoops: attached 0x200000@0x275880000, ecc: 0/0
[ 0.416968] cpuidle: using governor menu
[ 0.418005] bpmp: waiting for handshake
[ 0.418022] bpmp: handshake completed
[ 0.418045] bpmp: synchronizing channels
[ 0.418061] bpmp: channels synchronized
[ 0.418074] bpmp: mail init ok
[ 0.419672] arm-smmu 12000000.iommu: probing hardware configuration…
[ 0.419691] arm-smmu 12000000.iommu: SMMUv2 with:
[ 0.419705] arm-smmu 12000000.iommu: stage 1 translation
[ 0.419718] arm-smmu 12000000.iommu: stage 2 translation
[ 0.419731] arm-smmu 12000000.iommu: nested translation
[ 0.419746] arm-smmu 12000000.iommu: stream matching with 128 register groups, mask 0x7f80
[ 0.419766] arm-smmu 12000000.iommu: SMMU address space size (0x800000) differs from mapped region size (0x1000000)!
[ 0.419786] arm-smmu 12000000.iommu: 64 context banks (0 stage-2 only)
[ 0.419801] arm-smmu 12000000.iommu: Stage-1: 39-bit VA → 48-bit IPA
[ 0.419814] arm-smmu 12000000.iommu: Stage-2: 39-bit IPA → 48-bit PA
[ 0.421562] vdso: 2 pages (1 code @ ffffff8008f97000, 1 data @ ffffff8009eb4000)
[ 0.421593] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.424262] atomic_pool_init():622: DMA: preallocated 1024 KiB pool for atomic allocations
[ 0.425307] Registering BPMP clocks…
[ 0.425402] tegra_bpmp_clk_init: clock init ok (638 clks)
[ 0.427186] tegra_powergate_init: DONE
[ 0.427208] DTS File Name: tegra186-tx2-cti-ASG006-IMX274-3CAM.dts
[ 0.427225] DTB Build time: Jan 27 2020 12:35:24
[ 0.428551] Tegra reboot handler registered.
[ 0.429786] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[ 0.429867] tegra-pmc: get_secure_pmc_setting: done secure_pmc=0
[ 0.429891] tegra-pmc: ### PMC reset source: TEGRA_POWER_ON_RESET
[ 0.429905] tegra-pmc: ### PMC reset level: TEGRA_RESET_LEVEL_L0
[ 0.429917] tegra-pmc: ### PMC reset status reg: 0x0
[ 0.430073] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[ 0.430099] tegra-pmc c360000.pmc: IO padctrl driver initialized
[ 0.430394] iommu: Adding device 3460000.sdhci to group 0
[ 0.431041] iommu: Adding device 3400000.sdhci to group 1
[ 0.432065] iommu: Adding device 3507000.ahci-sata to group 2
[ 0.432091] arm-smmu: forcing sodev map for 3507000.ahci-sata
[ 0.432513] iommu: Adding device 3160000.i2c to group 3
[ 0.433040] iommu: Adding device c240000.i2c to group 4
[ 0.433422] iommu: Adding device 3180000.i2c to group 5
[ 0.433782] iommu: Adding device 3190000.i2c to group 6
[ 0.434190] iommu: Adding device 31b0000.i2c to group 7
[ 0.434504] iommu: Adding device 31c0000.i2c to group 8
[ 0.434864] iommu: Adding device c250000.i2c to group 9
[ 0.435212] iommu: Adding device 31e0000.i2c to group 10
[ 0.437043] iommu: Adding device 3210000.spi to group 11
[ 0.437411] iommu: Adding device c260000.spi to group 12
[ 0.437728] iommu: Adding device 3240000.spi to group 13
[ 0.438420] iommu: Adding device 3100000.serial to group 14
[ 0.438740] iommu: Adding device 3110000.serial to group 15
[ 0.439049] iommu: Adding device c280000.serial to group 16
[ 0.439361] iommu: Adding device 3130000.serial to group 17
[ 0.440588] iommu: Adding device 2490000.ether_qos to group 18
[ 0.440614] arm-smmu: forcing sodev map for 2490000.ether_qos
[ 0.441300] iommu: Adding device b000000.rtcpu to group 19
[ 0.443218] iommu: Adding device 13e10000.host1x to group 20
[ 0.443516] iommu: Adding device 13e10000.host1x:ctx0 to group 21
[ 0.443872] iommu: Adding device 13e10000.host1x:ctx1 to group 22
[ 0.444182] iommu: Adding device 13e10000.host1x:ctx2 to group 23
[ 0.444472] iommu: Adding device 13e10000.host1x:ctx3 to group 24
[ 0.444777] iommu: Adding device 13e10000.host1x:ctx4 to group 25
[ 0.445109] iommu: Adding device 13e10000.host1x:ctx5 to group 26
[ 0.445481] iommu: Adding device 13e10000.host1x:ctx6 to group 27
[ 0.445792] iommu: Adding device 13e10000.host1x:ctx7 to group 28
[ 0.446235] iommu: Adding device 150c0000.nvcsi to group 29
[ 0.446851] iommu: Adding device 15700000.vi to group 30
[ 0.447186] iommu: Adding device 15600000.isp to group 31
[ 0.447626] iommu: Adding device 15210000.nvdisplay to group 32
[ 0.448170] iommu: Adding device 15340000.vic to group 33
[ 0.448390] iommu: Adding device 154c0000.nvenc to group 34
[ 0.448610] iommu: Adding device 15480000.nvdec to group 35
[ 0.448939] iommu: Adding device 15380000.nvjpg to group 36
[ 0.449194] iommu: Adding device 15500000.tsec to group 37
[ 0.449413] iommu: Adding device 15100000.tsecb to group 38
[ 0.450064] iommu: Adding device 15810000.se to group 39
[ 0.450283] iommu: Adding device 15820000.se to group 40
[ 0.450493] iommu: Adding device 15830000.se to group 41
[ 0.450707] iommu: Adding device 15840000.se to group 42
[ 0.451518] iommu: Adding device smmu_test to group 43
[ 0.452116] mc: mapped MMIO address: 0xffffff800a710000 → 0x2c10000
[ 0.452141] mc: mapped MMIO address: 0xffffff800a730000 → 0x2c20000
[ 0.452162] mc: mapped MMIO address: 0xffffff800a750000 → 0x2c30000
[ 0.452183] mc: mapped MMIO address: 0xffffff800a770000 → 0x2c40000
[ 0.452205] mc: mapped MMIO address: 0xffffff800a790000 → 0x2c50000
[ 0.452223] nv-tegra-mc 2c10000.mc: No mssnvlink node
[ 0.452246] mc-err: mcerr ops are set to t18x
[ 0.452427] dram-ecc: DRAM ECC disabled-MC_ECC_CONTROL:0x0000000c
[ 0.453465] iommu: Adding device 3530000.xhci to group 44
[ 0.453489] arm-smmu: forcing sodev map for 3530000.xhci
[ 0.453902] iommu: Adding device 3550000.xudc to group 45
[ 0.453925] arm-smmu: forcing sodev map for 3550000.xudc
[ 0.454626] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CTRL_0 = 3
[ 0.454644] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_24(PMU_INT) = 256
[ 0.455176] iommu: Adding device 17000000.gp10b to group 46
[ 0.456133] tegra-reset 5000000.clock: registered 193 resets.
[ 0.458152] iommu: Adding device d000000.bpmp to group 47
[ 0.458368] bpmp: ping status is 0
[ 0.458470] bpmp d000000.bpmp: firmware tag is 4208eb5c85fe47a2235fbc0b8eb87dca
[ 0.460434] bpmp d000000.bpmp: probe ok
[ 0.463213] iommu: Adding device 2600000.dma to group 48
[ 0.464382] GPIO line 459 (pcie0_lane2_mux) hogged as output/low
[ 0.464424] GPIO line 424 (wifi-enable) hogged as output/high
[ 0.464460] GPIO line 445 (sdmmc-wake-support-input) hogged as input
[ 0.464496] GPIO line 446 (sdmmc-wake-support-output) hogged as output/low
[ 0.464534] GPIO line 461 (camera-control-output-low) hogged as output/low
[ 0.464570] GPIO line 456 (camera-control-output-low) hogged as output/low
[ 0.464605] GPIO line 457 (camera-control-output-low) hogged as output/low
[ 0.464639] GPIO line 426 (camera-control-output-low) hogged as output/low
[ 0.464834] gpiochip_setup_dev: registered GPIOs 320 to 511 on device: gpiochip0 (tegra-gpio)
[ 0.468546] GPIO line 315 (wifi-wake-ap) hogged as input
[ 0.468728] gpiochip_setup_dev: registered GPIOs 256 to 319 on device: gpiochip1 (tegra-gpio-aon)
[ 0.470312] iommu: Adding device 10003000.pcie-controller to group 49
[ 0.470339] arm-smmu: forcing sodev map for 10003000.pcie-controller
[ 0.470657] iommu: Adding device sound to group 50
[ 0.470991] iommu: Adding device 3510000.hda to group 51
[ 0.477932] iommu: Adding device c1a0000.aon to group 52
[ 0.478380] vdd-ac-bat: 5000 mV
[ 0.480066] vdd-1v8-ap: 1800 mV
[ 0.519139] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.521600] random: fast init done
[ 0.525382] eventlib_kernel: keventlib is initialized, test id: 0
[ 0.525929] SCSI subsystem initialized
[ 0.526189] libata version 3.00 loaded.
[ 0.526410] usbcore: registered new interface driver usbfs
[ 0.526488] usbcore: registered new interface driver hub
[ 0.526619] usbcore: registered new device driver usb
[ 0.530193] tegra-i2c 3160000.i2c: no acknowledge from address 0x74
[ 0.530268] pca953x 0-0074: failed reading register
[ 0.530362] pca953x: probe of 0-0074 failed with error -121
[ 0.530874] tegra-i2c 3160000.i2c: no acknowledge from address 0x77
[ 0.530940] pca953x 0-0077: failed reading register
[ 0.531018] pca953x: probe of 0-0077 failed with error -121
[ 0.543477] max77620 4-003c: PMIC Version OTP:0x45 and ES:0x8
[ 0.550170] vddio-ddr: at 1125 mV
[ 0.553968] avdd_dsi_csi: 1200 mV
[ 0.557980] vdd-1v8: 1800 mV
[ 0.561619] vdd-3v3-sys: 3300 mV
[ 0.562988] spmic-ldo0: at 1800 mV
[ 0.563851] spmic-ldo1: at 800 mV
[ 0.565613] vddio-3v3: 3300 mV
[ 0.566509] vddio-sdmmc1: 1800 <–> 3300 mV at 3300 mV
[ 0.569614] vdd-rtc: at 800 mV
[ 0.570557] avdd-ts-hv: 1800 <–> 3300 mV at 1800 mV
[ 0.573616] spmic-ldo6: at 1500 mV
[ 0.577611] vdd-pex-1v00: 1000 mV
[ 0.578405] dvdd-pex: 1000 mV
[ 0.581055] GPIO line 253 (spmic_gpio_input) hogged as input
[ 0.581258] GPIO line 254 (spmic_gpio_input) hogged as input
[ 0.581549] gpiochip_setup_dev: registered GPIOs 248 to 255 on device: gpiochip2 (max77620-gpio)
[ 0.581890] max77620 4-003c: max77620 probe successful
[ 0.582492] media: Linux media interface: v0.10
[ 0.582647] Linux video capture interface: v2.00
[ 0.587258] pps_core: LinuxPPS API ver. 1 registered
[ 0.587301] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 0.587472] PTP clock support registered
[ 0.588284] tegra_wdt_t18x 30c0000.watchdog: Tegra WDT init timeout = 120 sec
[ 0.588368] tegra_wdt_t18x 30c0000.watchdog: Registered successfully
[ 0.591323] tegra_fiq_debugger_init: found FIQ source (IRQ 386)
[ 0.596461] trusty trusty: trusty version: Built: 22:43:54 Dec 9 2019
[ 0.596545] trusty trusty: selected api version: 3 (requested 3)
[ 0.597689] Advanced Linux Sound Architecture Driver Initialized.
[ 0.598291] Bluetooth: Core ver 2.22
[ 0.598360] NET: Registered protocol family 31
[ 0.598389] Bluetooth: HCI device and connection manager initialized
[ 0.598427] Bluetooth: HCI socket layer initialized
[ 0.598459] Bluetooth: L2CAP socket layer initialized
[ 0.598507] Bluetooth: SCO socket layer initialized
[ 0.599981] en-vdd-sd: 3300 mV
[ 0.600318] en-vdd-cam: 1800 mV
[ 0.600608] vdd-hdmi: 5000 mV
[ 0.600996] vdd-usb0-5v: 5000 mV
[ 0.601383] vdd-usb1-5v: 5000 mV
[ 0.601662] en-vdd-ts-1v8: 1800 mV
[ 0.602005] en-vdd-ts-hv-3v3: 3300 mV
[ 0.602290] en-vdd-disp-3v3: 3300 mV
[ 0.602607] en-mdm-pwr-3v7: 3700 mV
[ 0.602926] en-vdd-disp-1v8: 1800 mV
[ 0.603256] en-vdd-cam-hv-2v8: 2800 mV
[ 0.603580] en-vdd-cam-1v2: 1200 mV
[ 0.603893] vdd-fan: 5000 mV
[ 0.604204] vdd-3v3: 3300 mV
[ 0.605118] dis-vdd-1v2: 1200 mV
[ 0.605521] en-vdd-vcm-2v8: 2800 mV
[ 0.605920] vdd-usb2-5v: 5000 mV
[ 0.606366] vdd-sys-bl: 3300 mV
[ 0.606721] en-vdd-sys: 1200 mV
[ 0.609615] camchar: rtcpu character device driver loaded
[ 0.610366] gpio tegra-gpio wake53 for gpio=159(X:7)
[ 0.612451] extcon-gpio-states external-connection:extcon@1: Cable state:1, cable id:2
[ 0.614088] clocksource: Switched to clocksource arch_sys_counter
[ 0.654765] VFS: Disk quotas dquot_6.6.0
[ 0.655023] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.655682] nvmap_heap_init: nvmap_heap_init: created heap block cache
[ 0.656536] nvmap: nvmap_select_cache_ops() nvmap cache ops set to roc
[ 0.656577] nvmap_page_pool_init: Total RAM pages: 1941527
[ 0.656609] nvmap_page_pool_init: nvmap page pool size: 242690 pages (948 MB)
[ 0.656872] nvmap_background_zero_thread: PP zeroing thread starting.
[ 0.660972] tegra-gpcdma 2600000.dma: GPC DMA driver register 32 channels
[ 0.672840] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type BCPU-therm
[ 0.673073] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type MCPU-therm
[ 0.673502] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type GPU-therm
[ 0.673640] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[ 0.673816] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type Tboard_tegra
[ 0.674012] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type Tdiode_tegra
[ 0.674299] thermal thermal_zone6: Registering thermal zone thermal_zone6 for type PMIC-Die
[ 0.674573] la/ptsa driver initialized.
[ 0.674607] pre_t19x_iso_plat_init(): iso emc max clk=1866000KHz
[ 0.674637] pre_t19x_iso_plat_init(): max_iso_bw=26870400KB
[ 0.675828] NET: Registered protocol family 2
[ 0.677825] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.678590] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.679332] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.679421] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.679691] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.680565] NET: Registered protocol family 1
[ 0.681566] RPC: Registered named UNIX socket transport module.
[ 0.681621] RPC: Registered udp transport module.
[ 0.681649] RPC: Registered tcp transport module.
[ 0.681676] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.681712] PCI: CLS 0 bytes, default 64
[ 0.681972] Trying to unpack rootfs image as initramfs…
[ 8.054896] Freeing initrd memory: 274292K
[ 8.075988] host1x 13e10000.host1x: initialized
[ 8.077939] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[ 8.082943] audit: initializing netlink subsys (disabled)
[ 8.083012] audit: type=2000 audit(7.968:1): initialized
[ 8.083660] workingset: timestamp_bits=46 max_order=21 bucket_order=0
[ 8.096773] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 8.099668] ntfs: driver 2.1.32 [Flags: R/W].
[ 8.101351] 9p: Installing v9fs 9p2000 file system support
[ 8.108122] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240)
[ 8.108319] io scheduler noop registered
[ 8.108962] io scheduler cfq registered (default)
[ 8.114033] gic 2a41000.agic-controller: GIC IRQ controller registered
[ 8.237116] iommu: Adding device aconnect@2a41000:adsp_audio to group 53
[ 8.277705] iommu: Adding device 2993000.adsp to group 54
[ 8.278894] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered
[ 8.282322] tegra-xusb-padctl 3520000.xusb_padctl: VBUS over-current detection enabled
[ 8.286670] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[ 8.288228] tegra-pwm 3290000.pwm: PWM clk can sleep in ops
[ 8.289566] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[ 8.290892] tegra-pwm c340000.pwm: PWM clk can sleep in ops
[ 8.293598] tegra-pcie 10003000.pcie-controller: wrong configuration updated in DT, switching to default 2x1, 1x1, 1x1 configuration
[ 8.294686] tegra-pcie 10003000.pcie-controller: PCIE: Enable power rails
[ 8.295125] tegra-pcie 10003000.pcie-controller: probing port 0, using 2 lanes
[ 8.295365] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[ 8.295575] misc tegra_camera_ctrl: tegra_camera_isomgr_register tpg_max_iso = 3916800KBs
[ 8.295642] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=4687500, vi_iso_bw=4500000, max_bw=4687500
[ 8.297527] tegra-pcie 10003000.pcie-controller: probing port 2, using 1 lanes
[ 8.299150] tsec 15500000.tsec: initialized
[ 8.300605] tsec 15100000.tsecb: initialized
[ 8.304011] nvdec 15480000.nvdec: initialized
[ 8.309607] falcon 15340000.vic: initialized
[ 8.311185] falcon 154c0000.nvenc: initialized
[ 8.312716] falcon 15380000.nvjpg: initialized
[ 8.316984] iommu_context_dev 13e10000.host1x:ctx0: initialized (streamid=56)
[ 8.318746] iommu_context_dev 13e10000.host1x:ctx1: initialized (streamid=57)
[ 8.320416] iommu_context_dev 13e10000.host1x:ctx2: initialized (streamid=58)
[ 8.322059] iommu_context_dev 13e10000.host1x:ctx3: initialized (streamid=59)
[ 8.323727] iommu_context_dev 13e10000.host1x:ctx4: initialized (streamid=60)
[ 8.325334] iommu_context_dev 13e10000.host1x:ctx5: initialized (streamid=61)
[ 8.326908] iommu_context_dev 13e10000.host1x:ctx6: initialized (streamid=62)
[ 8.328466] iommu_context_dev 13e10000.host1x:ctx7: initialized (streamid=63)
[ 8.331872] tegradccommon 15200000.dc_common: host1x channel mapped
[ 8.331923] tegradccommon 15200000.dc_common: dc_common syncpt # 1 allocated
[ 8.331988] tegradccommon 15200000.dc_common: dma mapping done
[ 8.333459] tegra_cec 3960000.tegra_cec: dt=1 start=0x03960000 end=0x03960FFF irq=388
[ 8.333736] tegradc 15210000.nvdisplay: disp0 connected to head1->/host1x/sor1
[ 8.333815] generic_infoframe_type: 0x87
[ 8.333906] tegradc 15210000.nvdisplay: DT parsed successfully
[ 8.333955] tegradc 15210000.nvdisplay: Display dc.ffffff800abe0000 registered with id=0
[ 8.334204] tegra_cec 3960000.tegra_cec: Unpowergate DISP: 0.
[ 8.335444] tegra_cec 3960000.tegra_cec: Enable clock result: 0.
[ 8.335518] tegra_cec 3960000.tegra_cec: tegra_cec_init started
[ 8.336251] tegra_cec 3960000.tegra_cec: cec_add_sysfs ret=0
[ 8.336323] tegra_cec 3960000.tegra_cec: probed
[ 8.336981] of_fixed_clk: probe of can_clock failed with error -17
[ 8.342518] tegra-pcie 10003000.pcie-controller: PCI host bridge to bus 0000:00
[ 8.342614] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 8.342648] pci_bus 0000:00: root bus resource [mem 0x40100000-0x47ffffff]
[ 8.342680] pci_bus 0000:00: root bus resource [mem 0x48000000-0x7fffffff pref]
[ 8.342719] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 8.342789] pci 0000:00:01.0: [10de:10e5] type 01 class 0x060400
[ 8.342938] pci 0000:00:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 8.343170] iommu: Adding device 0000:00:01.0 to group 55
[ 8.343233] arm-smmu: forcing sodev map for 0000:00:01.0
[ 8.343392] pci 0000:00:03.0: [10de:10e6] type 01 class 0x060400
[ 8.343526] pci 0000:00:03.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 8.343858] iommu: Adding device 0000:00:03.0 to group 56
[ 8.344069] arm-smmu: forcing sodev map for 0000:00:03.0
[ 8.344206] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 8.344259] pci 0000:00:03.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 8.344565] pci 0000:01:00.0: [8086:10d3] type 00 class 0x020000
[ 8.344631] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x0001ffff]
[ 8.344690] pci 0000:01:00.0: reg 0x18: [io 0x0000-0x001f]
[ 8.344723] pci 0000:01:00.0: reg 0x1c: [mem 0x00000000-0x00003fff]
[ 8.345065] tegra_nvdisp_bandwidth_register_max_config: max config iso bw = 16727000 KB/s
[ 8.345070] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 8.345112] tegra_nvdisp_bandwidth_register_max_config: max config EMC floor = 665600000 Hz
[ 8.345132] tegra_nvdisp_bandwidth_register_max_config: max config hubclk = 357620000 Hz
[ 8.345324] iommu: Adding device 0000:01:00.0 to group 57
[ 8.345365] arm-smmu: forcing sodev map for 0000:01:00.0
[ 8.345477] tegradc 15210000.nvdisplay: vblank syncpt # 8 for dc 1
[ 8.345502] tegradc 15210000.nvdisplay: vpulse3 syncpt # 9 for dc 1
[ 8.353657] tegradc 15210000.nvdisplay: hdmi: invalid prod list prod_list_hdmi_board
[ 8.353725] tegradc 15210000.nvdisplay: hdmi: tegra_hdmi_tmds_range_read(bd) failed
[ 8.354261] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 8.354575] pci 0000:02:00.0: [1797:6869] type 00 class 0x000000
[ 8.354601] pci 0000:02:00.0: TW686x PCI class overridden (0x000000 → 0x048001)
[ 8.354714] pci 0000:02:00.0: reg 0x10: [mem 0x00000000-0x00000fff pref]
[ 8.356677] tegra-adma 2930000.adma: Tegra210 ADMA driver registered 32 channels
[ 8.357027] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[ 8.357338] iommu: Adding device 0000:02:00.0 to group 58
[ 8.357378] arm-smmu: forcing sodev map for 0000:02:00.0
[ 8.358622] tegra-fuse-burn 3820000.efuse:efuse-burn: Fuse burn driver initialized
[ 8.359321] kfuse 3830000.kfuse: initialized
[ 8.360117] tegradc 15210000.nvdisplay: probed
[ 8.360805] Console: switching to colour frame buffer device 80x30
[ 8.360878] tegradc 15210000.nvdisplay: fb registered
[ 8.360895] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0
[ 8.361420] gpio tegra-gpio wake21 for gpio=121(P:1)
[ 8.366256] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02
[ 8.366358] pci 0000:00:01.0: BAR 14: assigned [mem 0x40100000-0x401fffff]
[ 8.366396] pci 0000:00:03.0: BAR 14: assigned [mem 0x40200000-0x402fffff]
[ 8.366419] pci 0000:00:01.0: BAR 13: assigned [io 0x1000-0x1fff]
[ 8.366445] pci 0000:01:00.0: BAR 0: assigned [mem 0x40100000-0x4011ffff]
[ 8.366477] pci 0000:01:00.0: BAR 3: assigned [mem 0x40120000-0x40123fff]
[ 8.366508] pci 0000:01:00.0: BAR 2: assigned [io 0x1000-0x101f]
[ 8.366540] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 8.366560] pci 0000:00:01.0: bridge window [io 0x1000-0x1fff]
[ 8.366584] pci 0000:00:01.0: bridge window [mem 0x40100000-0x401fffff]
[ 8.366620] pci 0000:02:00.0: BAR 0: assigned [mem 0x40200000-0x40200fff pref]
[ 8.366650] pci 0000:00:03.0: PCI bridge to [bus 02]
[ 8.366674] pci 0000:00:03.0: bridge window [mem 0x40200000-0x402fffff]
[ 8.367218] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
[ 8.367243] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[ 8.367267] pcie_pme 0000:00:01.0:pcie001: service driver pcie_pme loaded
[ 8.367388] aer 0000:00:01.0:pcie002: service driver aer loaded
[ 8.367654] pcieport 0000:00:03.0: Signaling PME through PCIe PME interrupt
[ 8.367677] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
[ 8.367700] pcie_pme 0000:00:03.0:pcie001: service driver pcie_pme loaded
[ 8.367819] aer 0000:00:03.0:pcie002: service driver aer loaded
[ 8.368377] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 8.372150] 3100000.serial: ttyS0 at MMIO 0x3100000 (irq = 36, base_baud = 25500000) is a Tegra
[ 8.374144] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 37, base_baud = 0) is a TEGRA_UART
[ 8.375668] c280000.serial: ttyTHS2 at MMIO 0xc280000 (irq = 38, base_baud = 0) is a TEGRA_UART
[ 8.376054] serial-tegra 3130000.serial: RX in PIO mode
[ 8.377233] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 39, base_baud = 0) is a TEGRA_UART
[ 8.378657] [drm] Initialized
[ 8.389563] brd: module loaded
[ 8.395110] loop: module loaded
[ 8.395250] tegra_profiler: version: 1.139, samples/io: 47/27
[ 8.395406] tegra_profiler: auth: init
[ 8.396092] nct1008_nct72 7-004c: starting parse dt
[ 8.396262] nct1008_nct72 7-004c: !!!Found deprecated property!!!
[ 8.396294] nct1008_nct72 7-004c: success parsing dt
[ 8.396450] nct1008_nct72 7-004c: success in enabling tmp451 VDD rail
[ 8.396597] THERMAL EST: found 3 subdevs
[ 8.396649] THERMAL EST num_resources: 0
[ 8.396686] [THERMAL EST subdev 0]
[ 8.396704] [THERMAL EST subdev 1]
[ 8.396721] [THERMAL EST subdev 2]
[ 8.397104] thermal thermal_zone7: Registering thermal zone thermal_zone7 for type thermal-fan-est
[ 8.397128] THERMAL EST: thz register success.
[ 8.397368] THERMAL EST: end of probe, return err: 0
[ 8.398635] hisi_sas: driver version v1.6
[ 8.403589] tegra-ahci 3507000.ahci-sata: AHCI 0001.0301 32 slots 2 ports 3 Gbps 0x1 impl platform mode
[ 8.403638] tegra-ahci 3507000.ahci-sata: flags: 64bit ncq sntf pm led pmp pio slum part deso sadm apst
[ 8.404855] scsi host0: tegra_ahci
[ 8.405834] scsi host1: tegra_ahci
[ 8.406010] ata1: SATA max UDMA/133 mmio [mem 0x03507000-0x03508fff] port 0x100 irq 24
[ 8.406033] ata2: DUMMY
[ 8.413480] libphy: Fixed MDIO Bus: probed
[ 8.414260] tun: Universal TUN/TAP device driver, 1.6
[ 8.414284] tun: (C) 1999-2004 Max Krasnyansky maxk@qualcomm.com
[ 8.415137] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 8.415160] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 8.415537] e1000e 0000:01:00.0: Disabling ASPM L0s L1
[ 8.415634] e1000e 0000:01:00.0: enabling device (0000 → 0002)
[ 8.415961] e1000e 0000:01:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ 8.429089] nct1008_nct72 7-004c: LOC shutdown limit 107
[ 8.429699] nct1008_nct72 7-004c: EXT shutdown limit 107
[ 8.462306] nct1008_nct72 7-004c: initial LOC temp: 40000
[ 8.462684] nct1008_nct72 7-004c: initial EXT temp: 52000
[ 8.463397] nct1008_nct72 7-004c: hi_b:-11, lo_b:0
[ 8.463867] gpio tegra-gpio-aon wake35 for gpio=16(V:0)
[ 8.464131] nct1008_nct72 7-004c: nct1008_probe: initialized
[ 8.473093] e1000e 0000:01:00.0 0000:01:00.0 (uninitialized): registered PHC clock
[ 8.533005] e1000e 0000:01:00.0 eth0: (PCI Express:2.5GT/s:Width x1) 00:0c:8b:92:06:a2
[ 8.533051] e1000e 0000:01:00.0 eth0: Intel(R) PRO/1000 Network Connection
[ 8.533156] e1000e 0000:01:00.0 eth0: MAC: 3, PHY: 8, PBA No: FFFFFF-0FF
[ 8.533242] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[ 8.533265] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 8.533364] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[ 8.533385] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 8.533457] Intel(R) 10GbE PCI Express Linux Network Driver - version 4.6.4
[ 8.533475] Copyright(c) 1999 - 2017 Intel Corporation.
[ 8.542246] eqos 2490000.ether_qos: can’t get pllrefe_vcoout clk (-2)
[ 8.546419] eqos 2490000.ether_qos: Setting local MAC: 0 4 4b c6 df 6c
[ 8.546563] libphy: dwc_phy: probed
[ 8.547355] bcm54xx_low_power_mode(): put phy in iddq-lp mode
[ 8.550536] PPP generic driver version 2.4.2
[ 8.550832] PPP BSD Compression module registered
[ 8.550854] PPP Deflate Compression module registered
[ 8.550896] PPP MPPE Compression module registered
[ 8.550914] NET: Registered protocol family 24
[ 8.551027] usbcore: registered new interface driver r8152
[ 8.551138] usbcore: registered new interface driver asix
[ 8.551271] usbcore: registered new interface driver ax88179_178a
[ 8.551366] usbcore: registered new interface driver cdc_ether
[ 8.551459] usbcore: registered new interface driver net1080
[ 8.551552] usbcore: registered new interface driver cdc_subset
[ 8.551644] usbcore: registered new interface driver zaurus
[ 8.551748] usbcore: registered new interface driver cdc_ncm
[ 8.552011] VFIO - User Level meta-driver version: 0.3
[ 8.559341] ehci_hcd: USB 2.0 ‘Enhanced’ Host Controller (EHCI) Driver
[ 8.559384] ehci-pci: EHCI PCI platform driver
[ 8.559435] ohci_hcd: USB 1.1 ‘Open’ Host Controller (OHCI) Driver
[ 8.559464] ohci-pci: OHCI PCI platform driver
[ 8.559505] ohci-platform: OHCI generic platform driver
[ 8.564839] tegra-xusb 3530000.xhci: USB2 port 0 has OTG_CAP
[ 8.567326] tegra-xusb 3530000.xhci: extcon 0: ffffffc1eac38c00 id
[ 8.568083] usbcore: registered new interface driver uas
[ 8.568153] usbcore: registered new interface driver usb-storage
[ 8.568265] usbcore: registered new interface driver usbserial
[ 8.568316] usbcore: registered new interface driver cp210x
[ 8.568492] usbserial: USB Serial support registered for cp210x
[ 8.569670] tegra-xusb 3530000.xhci: Firmware timestamp: 2019-07-08 19:32:42 UTC, Version: 55.15 release
[ 8.572936] tegra-xudc-new 3550000.xudc: device count: 1
[ 8.574349] tegra-xudc-new 3550000.xudc: vbus state: 0
[ 8.574399] tegra-xudc-new 3550000.xudc: entering ELPG
[ 8.575309] tegra-xudc-new 3550000.xudc: entering ELPG done
[ 8.576046] mousedev: PS/2 mouse device common for all mice
[ 8.576177] usbcore: registered new interface driver xpad
[ 8.594189] tegra-xusb 3530000.xhci: xHCI Host Controller
[ 8.594233] tegra-xusb 3530000.xhci: new USB bus registered, assigned bus number 1
[ 8.595130] tegra-xusb 3530000.xhci: hcc params 0x0184fd25 hci version 0x100 quirks 0x00050810
[ 8.595217] tegra-xusb 3530000.xhci: irq 70, io mem 0x03530000
[ 8.595479] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 8.595502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 8.595523] usb usb1: Product: xHCI Host Controller
[ 8.595541] usb usb1: Manufacturer: Linux 4.9.140 xhci-hcd
[ 8.595559] usb usb1: SerialNumber: 3530000.xhci
[ 8.596066] hub 1-0:1.0: USB hub found
[ 8.596141] hub 1-0:1.0: 4 ports detected
[ 8.596564] tegra-xusb 3530000.xhci: xHCI Host Controller
[ 8.596590] tegra-xusb 3530000.xhci: new USB bus registered, assigned bus number 2
[ 8.596859] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 8.596882] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 8.596900] usb usb2: Product: xHCI Host Controller
[ 8.596917] usb usb2: Manufacturer: Linux 4.9.140 xhci-hcd
[ 8.596934] usb usb2: SerialNumber: 3530000.xhci
[ 8.597369] hub 2-0:1.0: USB hub found
[ 8.597466] hub 2-0:1.0: 3 ports detected
[ 8.675551] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[ 8.677085] Wake73 for irq=42
[ 8.678463] rtc rtc1: alarm rtc device
[ 8.678499] tegra_rtc c2a0000.rtc: rtc core: registered c2a0000.rtc as rtc1
[ 8.678546] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[ 8.678823] i2c /dev entries driver
[ 8.680838] pca954x 1-0071: pca954x_probe: forcing device bus number, start 34.
[ 8.680877] pca954x 1-0071: device detect skipped.
[ 8.681246] i2c i2c-1: Added multiplexed i2c bus 34
[ 8.681616] i2c i2c-1: Added multiplexed i2c bus 35
[ 8.681980] i2c i2c-1: Added multiplexed i2c bus 36
[ 8.682335] i2c i2c-1: Added multiplexed i2c bus 37
[ 8.682361] pca954x 1-0071: registered 4 multiplexed busses for I2C mux pca9544
[ 8.682643] pca954x 2-0070: pca954x_probe: forcing device bus number, start 30.
[ 8.682667] pca954x 2-0070: device detect skipped.
[ 8.683232] i2c i2c-2: Added multiplexed i2c bus 30
[ 8.683580] i2c i2c-2: Added multiplexed i2c bus 31
[ 8.684146] i2c i2c-2: Added multiplexed i2c bus 32
[ 8.684620] i2c i2c-2: Added multiplexed i2c bus 33
[ 8.684647] pca954x 2-0070: registered 4 multiplexed busses for I2C mux pca9544
[ 8.685653] pca9570 35-0024: pca9570_icr_move, forward val=5
[ 8.698355] usb usb1: usb_suspend_both: status 0
[ 8.796451] tegra-i2c c240000.i2c: no acknowledge from address 0x24
[ 8.796679] pca9570 35-0024: pca9570_write_reg:i2c write failed, 0x24 = 48
[ 8.796939] tegra-i2c c240000.i2c: no acknowledge from address 0x24
[ 8.797145] pca9570 35-0024: pca9570_write_reg:i2c write failed, 0x24 = 2
[ 8.882144] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 8.882454] ata1.00: supports DRM functions and may not be fully accessible
[ 8.882481] ata1.00: ATA-9: Samsung SSD 850 EVO mSATA 500GB, EMT41B6Q, max UDMA/133
[ 8.882503] ata1.00: 976773168 sectors, multi 1: LBA48 NCQ (depth 31/32)
[ 8.884275] ata1.00: supports DRM functions and may not be fully accessible
[ 8.884539] ata1.00: configured for UDMA/133
[ 8.895299] scsi 0:0:0:0: Direct-Access ATA Samsung SSD 850 1B6Q PQ: 0 ANSI: 5
[ 8.907443] tegra-i2c c240000.i2c: no acknowledge from address 0x24
[ 8.907650] pca9570 35-0024: pca9570_write_reg:i2c write failed, 0x24 = 48
[ 8.907890] tegra-i2c c240000.i2c: no acknowledge from address 0x24
[ 8.908086] pca9570 35-0024: pca9570_write_reg:i2c write failed, 0x24 = 0
[ 8.927101] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[ 8.927356] sd 0:0:0:0: [sda] Write Protect is off
[ 8.927380] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 8.927456] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn’t support DPO or FUA
[ 8.928834] sda: sda1
[ 8.929728] sd 0:0:0:0: [sda] Attached SCSI disk
[ 9.018447] tegra-i2c c240000.i2c: no acknowledge from address 0x24
[ 9.018650] pca9570 35-0024: pca9570_write_reg:i2c write failed, 0x24 = 48
[ 9.018887] tegra-i2c c240000.i2c: no acknowledge from address 0x24
[ 9.019066] pca9570 35-0024: pca9570_write_reg:i2c write failed, 0x24 = 2
[ 9.129355] tegra-i2c c240000.i2c: no acknowledge from address 0x24
[ 9.129536] pca9570 35-0024: pca9570_write_reg:i2c write failed, 0x24 = 48
[ 9.129770] tegra-i2c c240000.i2c: no acknowledge from address 0x24
[ 9.129948] pca9570 35-0024: pca9570_write_reg:i2c write failed, 0x24 = 0
[ 9.240224] tegra-i2c c240000.i2c: no acknowledge from address 0x24
[ 9.240407] pca9570 35-0024: pca9570_write_reg:i2c write failed, 0x24 = 48
[ 9.240677] tegra-i2c c240000.i2c: no acknowledge from address 0x24
[ 9.240856] pca9570 35-0024: pca9570_write_reg:i2c write failed, 0x24 = 2
[ 9.351128] tegra-i2c c240000.i2c: no acknowledge from address 0x24
[ 9.351308] pca9570 35-0024: pca9570_write_reg:i2c write failed, 0x24 = 48
[ 9.351542] tegra-i2c c240000.i2c: no acknowledge from address 0x24
[ 9.351721] pca9570 35-0024: pca9570_write_reg:i2c write failed, 0x24 = 0
[ 9.362139] tegra_cec 3960000.tegra_cec: Can’t find physical addresse.
[ 9.362162] tegra_cec 3960000.tegra_cec: tegra_cec_init Done.
[ 9.461996] tegra-i2c c240000.i2c: no acknowledge from address 0x24
[ 9.462179] pca9570 35-0024: pca9570_write_reg:i2c write failed, 0x24 = 48
[ 9.462412] tegra-i2c c240000.i2c: no acknowledge from address 0x24
[ 9.462622] pca9570 35-0024: pca9570_write_reg:i2c write failed, 0x24 = 2
[ 9.572949] tegra-i2c c240000.i2c: no acknowledge from address 0x24
[ 9.573148] pca9570 35-0024: pca9570_write_reg:i2c write failed, 0x24 = 48
[ 9.573386] tegra-i2c c240000.i2c: no acknowledge from address 0x24
[ 9.573565] pca9570 35-0024: pca9570_write_reg:i2c write failed, 0x24 = 0
[ 9.683842] tegra-i2c c240000.i2c: no acknowledge from address 0x24
[ 9.684049] pca9570 35-0024: pca9570_write_reg:i2c write failed, 0x24 = 48
[ 9.684302] tegra-i2c c240000.i2c: no acknowledge from address 0x24
[ 9.684503] pca9570 35-0024: pca9570_write_reg:i2c write failed, 0x24 = 2
[ 9.794822] tegra-i2c c240000.i2c: no acknowledge from address 0x24
[ 9.795026] pca9570 35-0024: pca9570_write_reg:i2c write failed, 0x24 = 48
[ 9.795275] tegra-i2c c240000.i2c: no acknowledge from address 0x24
[ 9.795475] pca9570 35-0024: pca9570_write_reg:i2c write failed, 0x24 = 0
[ 9.795496] pca9570 35-0024: pca9570_icr_move:i2c write failed
[ 9.795624] pca9570: probe of 35-0024 failed with error -121
[ 9.795782] pca9570 30-0024: pca9570_icr_move, forward val=5
[ 9.906393] tegra-i2c 3180000.i2c: no acknowledge from address 0x24
[ 9.906582] pca9570 30-0024: pca9570_write_reg:i2c write failed, 0x24 = 48
[ 9.906813] tegra-i2c 3180000.i2c: no acknowledge from address 0x24
[ 9.907004] pca9570 30-0024: pca9570_write_reg:i2c write failed, 0x24 = 2
[ 10.017314] tegra-i2c 3180000.i2c: no acknowledge from address 0x24
[ 10.017500] pca9570 30-0024: pca9570_write_reg:i2c write failed, 0x24 = 48
[ 10.017730] tegra-i2c 3180000.i2c: no acknowledge from address 0x24
[ 10.017912] pca9570 30-0024: pca9570_write_reg:i2c write failed, 0x24 = 0
[ 10.128180] tegra-i2c 3180000.i2c: no acknowledge from address 0x24
[ 10.128363] pca9570 30-0024: pca9570_write_reg:i2c write failed, 0x24 = 48
[ 10.128592] tegra-i2c 3180000.i2c: no acknowledge from address 0x24
[ 10.128773] pca9570 30-0024: pca9570_write_reg:i2c write failed, 0x24 = 2
[ 10.239035] tegra-i2c 3180000.i2c: no acknowledge from address 0x24
[ 10.239219] pca9570 30-0024: pca9570_write_reg:i2c write failed, 0x24 = 48
[ 10.239448] tegra-i2c 3180000.i2c: no acknowledge from address 0x24
[ 10.239631] pca9570 30-0024: pca9570_write_reg:i2c write failed, 0x24 = 0
[ 10.349897] tegra-i2c 3180000.i2c: no acknowledge from address 0x24
[ 10.350109] pca9570 30-0024: pca9570_write_reg:i2c write failed, 0x24 = 48
[ 10.350341] tegra-i2c 3180000.i2c: no acknowledge from address 0x24
[ 10.350523] pca9570 30-0024: pca9570_write_reg:i2c write failed, 0x24 = 2
[ 10.460789] tegra-i2c 3180000.i2c: no acknowledge from address 0x24
[ 10.461005] pca9570 30-0024: pca9570_write_reg:i2c write failed, 0x24 = 48
[ 10.461235] tegra-i2c 3180000.i2c: no acknowledge from address 0x24
[ 10.461415] pca9570 30-0024: pca9570_write_reg:i2c write failed, 0x24 = 0
[ 10.571679] tegra-i2c 3180000.i2c: no acknowledge from address 0x24
[ 10.571863] pca9570 30-0024: pca9570_write_reg:i2c write failed, 0x24 = 48
[ 10.572090] tegra-i2c 3180000.i2c: no acknowledge from address 0x24
[ 10.572270] pca9570 30-0024: pca9570_write_reg:i2c write failed, 0x24 = 2
[ 10.674420] tegra-i2c 3180000.i2c: no acknowledge from address 0x24
[ 10.674604] pca9570 30-0024: pca9570_write_reg:i2c write failed, 0x24 = 48
[ 10.674832] tegra-i2c 3180000.i2c: no acknowledge from address 0x24
[ 10.675013] pca9570 30-0024: pca9570_write_reg:i2c write failed, 0x24 = 0
[ 10.785278] tegra-i2c 3180000.i2c: no acknowledge from address 0x24
[ 10.785461] pca9570 30-0024: pca9570_write_reg:i2c write failed, 0x24 = 48
[ 10.785689] tegra-i2c 3180000.i2c: no acknowledge from address 0x24
[ 10.785869] pca9570 30-0024: pca9570_write_reg:i2c write failed, 0x24 = 2
[ 10.896164] tegra-i2c 3180000.i2c: no acknowledge from address 0x24
[ 10.896348] pca9570 30-0024: pca9570_write_reg:i2c write failed, 0x24 = 48
[ 10.896575] tegra-i2c 3180000.i2c: no acknowledge from address 0x24
[ 10.896757] pca9570 30-0024: pca9570_write_reg:i2c write failed, 0x24 = 0
[ 10.896776] pca9570 30-0024: pca9570_icr_move:i2c write failed
[ 10.896861] pca9570: probe of 30-0024 failed with error -121
[ 10.896964] pca9570 32-0024: pca9570_icr_move, forward val=5
[ 11.007234] tegra-i2c 3180000.i2c: no acknowledge from address 0x24
[ 11.007422] pca9570 32-0024: pca9570_write_reg:i2c write failed, 0x24 = 48
[ 11.007650] tegra-i2c 3180000.i2c: no acknowledge from address 0x24
[ 11.007868] pca9570 32-0024: pca9570_write_reg:i2c write failed, 0x24 = 2
[ 11.118139] tegra-i2c 3180000.i2c: no acknowledge from address 0x24
[ 11.118327] pca9570 32-0024: pca9570_write_reg:i2c write failed, 0x24 = 48
[ 11.118558] tegra-i2c 3180000.i2c: no acknowledge from address 0x24
[ 11.118740] pca9570 32-0024: pca9570_write_reg:i2c write failed, 0x24 = 0
[ 11.229023] tegra-i2c 3180000.i2c: no acknowledge from address 0x24
[ 11.229204] pca9570 32-0024: pca9570_write_reg:i2c write failed, 0x24 = 48
[ 11.229433] tegra-i2c 3180000.i2c: no acknowledge from address 0x24
[ 11.229647] pca9570 32-0024: pca9570_write_reg:i2c write failed, 0x24 = 2
[ 11.339911] tegra-i2c 3180000.i2c: no acknowledge from address 0x24
[ 11.340093] pca9570 32-0024: pca9570_write_reg:i2c write failed, 0x24 = 48
[ 11.340321] tegra-i2c 3180000.i2c: no acknowledge from address 0x24
[ 11.340501] pca9570 32-0024: pca9570_write_reg:i2c write failed, 0x24 = 0
[ 11.450764] tegra-i2c 3180000.i2c: no acknowledge from address 0x24
[ 11.450945] pca9570 32-0024: pca9570_write_reg:i2c write failed, 0x24 = 48
[ 11.451172] tegra-i2c 3180000.i2c: no acknowledge from address 0x24
[ 11.451353] pca9570 32-0024: pca9570_write_reg:i2c write failed, 0x24 = 2
[ 11.561617] tegra-i2c 3180000.i2c: no acknowledge from address 0x24
[ 11.561800] pca9570 32-0024: pca9570_write_reg:i2c write failed, 0x24 = 48
[ 11.562028] tegra-i2c 3180000.i2c: no acknowledge from address 0x24
[ 11.562238] pca9570 32-0024: pca9570_write_reg:i2c write failed, 0x24 = 0
[ 11.672502] tegra-i2c 3180000.i2c: no acknowledge from address 0x24
[ 11.672682] pca9570 32-0024: pca9570_write_reg:i2c write failed, 0x24 = 48
[ 11.672908] tegra-i2c 3180000.i2c: no acknowledge from address 0x24
[ 11.673088] pca9570 32-0024: pca9570_write_reg:i2c write failed, 0x24 = 2
[ 11.714701] Wake76 for irq=199
[ 11.714720] Wake77 for irq=199
[ 11.714733] Wake78 for irq=199
[ 11.714747] Wake79 for irq=199
[ 11.714759] Wake80 for irq=199
[ 11.714771] Wake81 for irq=199
[ 11.714784] Wake82 for irq=199
[ 11.714851] tegra-xusb 3530000.xhci: Upgrade port 0 to USB3.0
[ 11.714870] tegra-xusb 3530000.xhci: Upgrade port 1 to USB3.0
[ 11.783389] tegra-i2c 3180000.i2c: no acknowledge from address 0x24
[ 11.783598] pca9570 32-0024: pca9570_write_reg:i2c write failed, 0x24 = 48
[ 11.783857] tegra-i2c 3180000.i2c: no acknowledge from address 0x24
[ 11.784038] pca9570 32-0024: pca9570_write_reg:i2c write failed, 0x24 = 0
[ 11.818552] usb usb2: usb_suspend_both: status 0
[ 11.894334] tegra-i2c 3180000.i2c: no acknowledge from address 0x24
[ 11.894518] pca9570 32-0024: pca9570_write_reg:i2c write failed, 0x24 = 48
[ 11.894743] tegra-i2c 3180000.i2c: no acknowledge from address 0x24
[ 11.894923] pca9570 32-0024: pca9570_write_reg:i2c write failed, 0x24 = 2
[ 11.970099] usb 1-1: new high-speed USB device number 2 using tegra-xusb
[ 11.990438] usb 1-1: New USB device found, idVendor=0424, idProduct=2514
[ 11.990455] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 11.991311] hub 1-1:1.0: USB hub found
[ 11.991399] hub 1-1:1.0: 4 ports detected
[ 12.002341] tegra-i2c 3180000.i2c: no acknowledge from address 0x24
[ 12.002551] pca9570 32-0024: pca9570_write_reg:i2c write failed, 0x24 = 48
[ 12.002760] tegra-i2c 3180000.i2c: no acknowledge from address 0x24
[ 12.002913] pca9570 32-0024: pca9570_write_reg:i2c write failed, 0x24 = 0
[ 12.002933] pca9570 32-0024: pca9570_icr_move:i2c write failed
[ 12.003057] pca9570: probe of 32-0024 failed with error -121
[ 12.003624] tw6869: PCI 0000:02:00.0, IRQ 381, MMIO 0x40200000 (contig mode)
[ 12.003677] tw686x 0000:02:00.0: enabling device (0000 → 0002)
[ 12.008118] max77620-power max77620-power: Event recorder REG_NVERC : 0x0
[ 12.014546] parse_throttle_dt_data: Num cap clks = 4
[ 12.014585] parse_throttle_dt_data: clk=mcpu type=1
[ 12.014601] parse_throttle_dt_data: clk=bcpu type=2
[ 12.014624] parse_throttle_dt_data: clk=gpu type=4
[ 12.014639] parse_throttle_dt_data: clk=emc type=3
[ 12.016002] tegra_throttle_probe: probe successful. #cdevs=4
[ 12.016584] FAN dev name: pwm-fan
[ 12.016665] FAN:gpio request success.
[ 12.016688] FAN: can’t find tach_gpio
[ 12.016737] pwm_fan_driver pwm-fan: cap state:7, cap pwm:255
[ 12.016983] pwm_fan_driver pwm-fan: got pwm for fan. polarity is inversed
[ 12.017007] pwm_fan_driver pwm-fan: tach period: 1000
[ 12.017422] pwm_fan_driver pwm-fan: index 0: pwm=0, rpm=0, rru=40, rrd=40, state:2
[ 12.017446] pwm_fan_driver pwm-fan: index 1: pwm=80, rpm=1000, rru=2, rrd=2, state:2
[ 12.017467] pwm_fan_driver pwm-fan: index 2: pwm=120, rpm=2000, rru=1, rrd=1, state:2
[ 12.017486] pwm_fan_driver pwm-fan: index 3: pwm=160, rpm=3000, rru=1, rrd=1, state:2
[ 12.017505] pwm_fan_driver pwm-fan: index 4: pwm=255, rpm=4000, rru=1, rrd=1, state:3
[ 12.017525] pwm_fan_driver pwm-fan: index 5: pwm=255, rpm=5000, rru=1, rrd=1, state:3
[ 12.017545] pwm_fan_driver pwm-fan: index 6: pwm=255, rpm=6000, rru=1, rrd=1, state:3
[ 12.017564] pwm_fan_driver pwm-fan: index 7: pwm=255, rpm=7000, rru=1, rrd=1, state:4
[ 12.017585] pwm_fan_driver pwm-fan: index 8: pwm=255, rpm=10000, rru=1, rrd=1, state:4
[ 12.017605] pwm_fan_driver pwm-fan: index 9: pwm=255, rpm=11000, rru=1, rrd=1, state:4
[ 12.019435] device-mapper: uevent: version 1.0.3
[ 12.020428] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[ 12.020847] CPU EMC frequency mapping table: default setting
[ 12.026328] cpufreq: platform driver Initialization: pass
[ 12.026919] cpuidle: Initializing cpuidle driver init for Denver cluster
[ 12.027041] cpuidle: Initializing cpuidle driver init for A57 cluster
[ 12.027834] sdhci: Secure Digital Host Controller Interface driver
[ 12.027849] sdhci: Copyright(c) Pierre Ossman
[ 12.027858] sdhci-pltfm: SDHCI platform and OF driver helper
[ 12.029272] sdhci-tegra 3460000.sdhci: Client registration for eMC Successful
[ 12.031076] CMDQ: cmdq_platfm_init successful
[ 12.032049] sdhci-tegra 3440000.sdhci: Client registration for eMC Successful
[ 12.032479] CQE: CMD_TIMING bit set for R1B DCMD
[ 12.033199] sdhci-tegra 3400000.sdhci: Got CD GPIO
[ 12.033258] sdhci-tegra 3400000.sdhci: Got WP GPIO
[ 12.034489] sdhci-tegra 3400000.sdhci: Client registration for eMC Successful
[ 12.039433] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 257
[ 12.042929] tegra-se-elp 3ad0000.se_elp: tegra_se_elp_probe: complete
[ 12.044126] tegra-se-nvhost 15810000.se: initialized
[ 12.045144] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[ 12.045983] tegra-se-nvhost 15820000.se: initialized
[ 12.047175] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[ 12.048067] tegra-se-nvhost 15830000.se: initialized
[ 12.048710] tegra-se-nvhost 15830000.se: tegra_se_probe: complete
[ 12.049563] tegra-se-nvhost 15840000.se: initialized
[ 12.050559] tegra-se-nvhost 15840000.se: tegra_se_probe: complete
[ 12.050849] hidraw: raw HID events driver (C) Jiri Kosina
[ 12.051827] usbcore: registered new interface driver usbhid
[ 12.051841] usbhid: USB HID core driver
[ 12.054588] tegra-i2c 3160000.i2c: no acknowledge from address 0x42
[ 12.054653] ina3221x 0-0042: ina3221 reset failure status: 0xffffff87
[ 12.054828] ina3221x: probe of 0-0042 failed with error -121
[ 12.055128] tegra-i2c 3160000.i2c: no acknowledge from address 0x43
[ 12.055168] ina3221x 0-0043: ina3221 reset failure status: 0xffffff87
[ 12.055304] ina3221x: probe of 0-0043 failed with error -121
[ 12.057717] tegra186-cam-rtcpu b000000.rtcpu: Trace buffer configured at IOVA=0xbff00000
[ 12.060690] tegra-ivc ivc-b000000.rtcpu: region 0: iova=0xbfef0000-0xbfefdb7f size=56192
[ 12.060982] tegra-ivc ivc-b000000.rtcpu:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900
[ 12.061112] tegra-ivc ivc-b000000.rtcpu:i2c@480: i2c: ver=0 grp=1 RX[8x128]=0x1900-0x1d80 TX[8x128]=0x1d80-0x2200
[ 12.061322] tegra-ivc ivc-b000000.rtcpu:vinotify@12c0: vinotify: ver=0 grp=1 RX[64x128]=0x2200-0x4280 TX[64x128]=0x4280-0x6300
[ 12.062008] tegra-ivc ivc-b000000.rtcpu:mods@32c0: mods: ver=0 grp=1 RX[1x64]=0x6300-0x63c0 TX[1x64]=0x63c0-0x6480
[ 12.062107] tegra-ivc ivc-b000000.rtcpu:ivccontrol@52c0: ivccontrol: ver=0 grp=1 RX[16x320]=0x6480-0x7900 TX[16x320]=0x7900-0x8d80
[ 12.062169] tegra-ivc ivc-b000000.rtcpu:ivccapture@72c0: ivccapture: ver=0 grp=1 RX[16x64]=0x8d80-0x9200 TX[16x64]=0x9200-0x9680
[ 12.062225] tegra-ivc ivc-b000000.rtcpu:dbg@7c00: dbg: ver=0 grp=1 RX[1x384]=0x9680-0x9880 TX[1x384]=0x9880-0x9a80
[ 12.062327] tegra-ivc ivc-b000000.rtcpu:dbg@7e00: dbg: ver=0 grp=1 RX[1x8192]=0x9a80-0xbb00 TX[1x8192]=0xbb00-0xdb80
[ 12.062674] tegra186-cam-rtcpu b000000.rtcpu: using cam RTCPU IRQ (51)
[ 12.062683] tegra186-cam-rtcpu b000000.rtcpu: tegra_camrtc_mon_create is successful
[ 12.063562] tegra186-cam-rtcpu b000000.rtcpu: firmware version cpu=sce cmd=5 sha1=3ecb1dca25fa98771f988f238c025334776c9a96
[ 12.065131] tegra_aon c1a0000.aon: tegra aon driver probe OK
[ 12.065534] tegra186-aondbg aondbg: aondbg driver probe() OK
[ 12.065689] register_ari_mca_banks: Registered MCA ROC:IOB
[ 12.065759] register_ari_mca_banks: Registered MCA ROC:CCE
[ 12.066065] tegra18-bridge 2390000.axi2apb: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 12.066095] tegra18-bridge 2390000.axi2apb: enabled timeout = 11155000
[ 12.066104] tegra18-bridge 2390000.axi2apb: bridge probed OK
[ 12.066157] tegra18-bridge 23a0000.axi2apb: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 12.066167] tegra18-bridge 23a0000.axi2apb: enabled timeout = 11155000
[ 12.066174] tegra18-bridge 23a0000.axi2apb: bridge probed OK
[ 12.066223] tegra18-bridge 23b0000.axi2apb: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 12.066233] tegra18-bridge 23b0000.axi2apb: enabled timeout = 11155000
[ 12.066240] tegra18-bridge 23b0000.axi2apb: bridge probed OK
[ 12.066288] tegra18-bridge 23c0000.axi2apb: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 12.066297] tegra18-bridge 23c0000.axi2apb: enabled timeout = 11155000
[ 12.066304] tegra18-bridge 23c0000.axi2apb: bridge probed OK
[ 12.066351] tegra18-bridge 23d0000.axi2apb: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 12.066360] tegra18-bridge 23d0000.axi2apb: enabled timeout = 11155000
[ 12.066367] tegra18-bridge 23d0000.axi2apb: bridge probed OK
[ 12.066418] tegra18-bridge 2100000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 12.066429] tegra18-bridge 2100000.axip2p: enabled timeout = 11155000
[ 12.066437] tegra18-bridge 2100000.axip2p: bridge probed OK
[ 12.066485] tegra18-bridge 2110000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 12.066496] tegra18-bridge 2110000.axip2p: enabled timeout = 11155000
[ 12.066503] tegra18-bridge 2110000.axip2p: bridge probed OK
[ 12.066552] tegra18-bridge 2120000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 12.066564] tegra18-bridge 2120000.axip2p: enabled timeout = 11155000
[ 12.066571] tegra18-bridge 2120000.axip2p: bridge probed OK
[ 12.066618] tegra18-bridge 2130000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 12.066630] tegra18-bridge 2130000.axip2p: enabled timeout = 11155000
[ 12.066637] tegra18-bridge 2130000.axip2p: bridge probed OK
[ 12.066685] tegra18-bridge 2140000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 12.066694] tegra18-bridge 2140000.axip2p: enabled timeout = 11155000
[ 12.066702] tegra18-bridge 2140000.axip2p: bridge probed OK
[ 12.066750] tegra18-bridge 2150000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 12.066763] tegra18-bridge 2150000.axip2p: enabled timeout = 11155000
[ 12.066770] tegra18-bridge 2150000.axip2p: bridge probed OK
[ 12.066817] tegra18-bridge 2160000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 12.066830] tegra18-bridge 2160000.axip2p: enabled timeout = 11155000
[ 12.066837] tegra18-bridge 2160000.axip2p: bridge probed OK
[ 12.066894] tegra18-bridge 2170000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 12.066906] tegra18-bridge 2170000.axip2p: enabled timeout = 11155000
[ 12.066914] tegra18-bridge 2170000.axip2p: bridge probed OK
[ 12.066964] tegra18-bridge 2180000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 12.066976] tegra18-bridge 2180000.axip2p: enabled timeout = 11155000
[ 12.066983] tegra18-bridge 2180000.axip2p: bridge probed OK
[ 12.067031] tegra18-bridge 2190000.axip2p: axi_cbb clk rate = 115 MHZ, timeout = 97000 useconds
[ 12.067042] tegra18-bridge 2190000.axip2p: enabled timeout = 11155000
[ 12.067049] tegra18-bridge 2190000.axip2p: bridge probed OK
[ 12.067114] **** A57 ECC: Enabled
[ 12.067121] tegra18_a57_serr_init: on CPU 5 a A57 Core
[ 12.067183] tegra18x_actmon d230000.actmon: in actmon_register()…
[ 12.067688] tegra18x_actmon d230000.actmon: initialization Completed for the device mc_all
[ 12.068080] hw perfevents: enabled with denver15_uncore_pmu PMU driver, 3 counters available
[ 12.068195] denver_knobs_init:MTS_VERSION:47926945
[ 12.069679] nvpmodel: initialized successfully
[ 12.070485] trusty-virtio trusty:virtio: initializing
[ 12.070598] trusty_ipc virtio0: vring0: va¶ ffffffc1be21c000(0) qsz 32 notifyid 1
[ 12.070612] trusty_ipc virtio0: vring1: va¶ ffffffc1be21e000(0) qsz 32 notifyid 2
[ 12.070681] trusty-virtio trusty:virtio: initializing done
[ 12.070834] trusty_ipc virtio0: is online
[ 12.072008] usbcore: registered new interface driver snd-usb-audio
[ 12.074104] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit with 64 bit addr
[ 12.078113] mmc1: SDHCI controller on 3440000.sdhci [3440000.sdhci] using ADMA 64-bit with 64 bit addr
[ 12.082312] input: tegra-hda HDMI/DP,pcm=3 as /devices/3510000.hda/sound/card1/input0
[ 12.082576] input: tegra-hda HDMI/DP,pcm=7 as /devices/3510000.hda/sound/card1/input1
[ 12.090265] gpio tegra-gpio wake71 for gpio=125(P:5)
[ 12.090339] mmc2: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit with 64 bit addr
[ 12.139505] mmc0: mmc_decode_ext_csd: CMDQ supported: depth: 31, cmdq_support: 1
[ 12.153058] mmc0: periodic cache flush enabled
[ 12.153072] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[ 12.153517] mmcblk0: mmc0:0001 032G34 29.1 GiB
[ 12.153698] mmcblk0boot0: mmc0:0001 032G34 partition 1 4.00 MiB
[ 12.153856] mmcblk0boot1: mmc0:0001 032G34 partition 2 4.00 MiB
[ 12.158050] mmcblk0rpmb: mmc0:0001 032G34 partition 3 4.00 MiB
[ 12.161028] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 p26 p27 p28 p29 p30 p31 p32 p33
[ 12.166557] OPE platform probe
[ 12.166679] OPE platform probe successful
[ 12.244993] tegra-asoc: sound: ADMAIF1 <-> ADMAIF1 mapping ok
[ 12.245107] tegra-asoc: sound: ADMAIF2 <-> ADMAIF2 mapping ok
[ 12.245202] tegra-asoc: sound: ADMAIF3 <-> ADMAIF3 mapping ok
[ 12.245301] tegra-asoc: sound: ADMAIF4 <-> ADMAIF4 mapping ok
[ 12.245423] tegra-asoc: sound: ADMAIF5 <-> ADMAIF5 mapping ok
[ 12.245526] tegra-asoc: sound: ADMAIF6 <-> ADMAIF6 mapping ok
[ 12.245622] tegra-asoc: sound: ADMAIF7 <-> ADMAIF7 mapping ok
[ 12.245713] tegra-asoc: sound: ADMAIF8 <-> ADMAIF8 mapping ok
[ 12.245808] tegra-asoc: sound: ADMAIF9 <-> ADMAIF9 mapping ok
[ 12.245899] tegra-asoc: sound: ADMAIF10 <-> ADMAIF10 mapping ok
[ 12.245994] tegra-asoc: sound: ADMAIF11 <-> ADMAIF11 mapping ok
[ 12.246117] tegra-asoc: sound: ADMAIF12 <-> ADMAIF12 mapping ok
[ 12.246215] tegra-asoc: sound: ADMAIF13 <-> ADMAIF13 mapping ok
[ 12.246310] tegra-asoc: sound: ADMAIF14 <-> ADMAIF14 mapping ok
[ 12.246437] tegra-asoc: sound: ADMAIF15 <-> ADMAIF15 mapping ok
[ 12.246531] tegra-asoc: sound: ADMAIF16 <-> ADMAIF16 mapping ok
[ 12.246631] tegra-asoc: sound: ADMAIF17 <-> ADMAIF17 mapping ok
[ 12.246727] tegra-asoc: sound: ADMAIF18 <-> ADMAIF18 mapping ok
[ 12.246822] tegra-asoc: sound: ADMAIF19 <-> ADMAIF19 mapping ok
[ 12.246919] tegra-asoc: sound: ADMAIF20 <-> ADMAIF20 mapping ok
[ 12.275735] u32 classifier
[ 12.275760] Actions configured
[ 12.275801] wireguard: WireGuard 0.0.20200128 loaded. See www.wireguard.com for information.
[ 12.275813] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld Jason@zx2c4.com. All Rights Reserved.
[ 12.275905] Initializing XFRM netlink socket
[ 12.278106] NET: Registered protocol family 10
[ 12.279456] NET: Registered protocol family 17
[ 12.279481] NET: Registered protocol family 15
[ 12.279696] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 12.279789] Bluetooth: RFCOMM socket layer initialized
[ 12.279813] Bluetooth: RFCOMM ver 1.11
[ 12.279825] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 12.279861] Bluetooth: HIDP socket layer initialized
[ 12.279889] 9pnet: Installing 9P2000 support
[ 12.279944] Key type dns_resolver registered
[ 12.281028] Registered cp15_barrier emulation handler
[ 12.282040] Registered setend emulation handler
[ 12.282094] usb 1-1.2: new full-speed USB device number 3 using tegra-xusb
[ 12.283529] registered taskstats version 1
[ 12.286950] isp 15600000.isp: initialized
[ 12.294679] nvcsi 150c0000.nvcsi: initialized
[ 12.300158] gpio tegra-gpio-aon wake29 for gpio=56(FF:0)
[ 12.300272] gpio tegra-gpio-aon wake67 for gpio=57(FF:1)
[ 12.300372] gpio tegra-gpio-aon wake68 for gpio=58(FF:2)
[ 12.300537] input: gpio-keys as /devices/gpio-keys/input/input2
[ 12.301722] tegra-vi4 15700000.vi: initialized
[ 12.302650] tegra-vi4 15700000.vi: subdev 150c0000.nvcsi–3 bou

Hi,

What is the rfkill command you used? Does it return nothing?

BTW, your log seems be truncated by forum.

Hello,

No as i said, there is no return form the rfkill command, i even tried it as superuser with the same effect.

try this link:
https://drive.google.com/file/d/1E_cQUfRArO0v5xSjS8H1atp-3q_Nz9ff/view?usp=sharing

on the other hand when i do it with the R32.1 release flashed on the board i get:
ID TYPE DEVICE SOFT HARD
0 bluetooth bluedroid_pm blocked unblocked
1 wlan phy0 unblocked unblocked
2 wlan brcmfmac-wifi unblocked unblocked

so there is definitely something very wrong with that release regarding wireless devices…

Hi gert.willems,

When you flashed with r32.3.1, are you able to see bcmdhd driver after use command “lsmod”?

Hi WayneWWW,

lsmod also gives no output…

Hi gert.willems,

Ok, then we find the cause. I guess your driver package does not install correctly so that the kernel modules have nothing. lsmod should give out bcmdhd driver in normal usecase.

You could compare the files under “Linux_for_Tegra/rootfs/lib/modules/.” between your rel-32.3.1 and rel-32.1 driver package.

There should have some file missing in your rel-32.3.1.

Hi WayneWWW,

so i compared the two directories like you said but didn’t see any missing files but rather the same file with different content. So I simply copied everything from R32.1 /lib/modules into R32.3.1 /lib/modules.
When i flashed my tx2 with that and did an lsmod I still had no output.

Hi gert.willems,

Then may I know what is the difference there?

Also, some questions

  1. could you share the result of “uname -r” on your rel-32.3.1 device?
  2. When you use command “modprobe bcmdhd” or “modprobe bcmdhd_pcie”, what is the result?

Hello again,

I’ll first answer the questions:

  1. uname -r
    4.9.140
  2. sudo modprobe bcmdhd_pcie
    modprobe: ERROR: could not insert ‘bcmdhd_pcie’: Exec format error
    sudo modprobe bcmdhd
    modprobe: ERROR: could not insert ‘bcmdhd’: Exec format error

here you will find the diffs (it is inside a tgz file): https://drive.google.com/file/d/1n1_jROwPuUzLFoAuYRoneGToxnvvTsKy/view?usp=sharing

Hi gert.willems,

You are not using a pure image from jetpack, are you?

To make thing easy to understand, if your result of “uname -r” does not match the folder name under /lib/modules/. then those drivers would not get loaded during boot up.

When using the official release, the result of uname -r should be “4.9.140-tegra”.

BTW, little confused by your diff result here. It looks like one of the folder has “4.9.140-tegra” while another one is “4.9.140” but the file number are smaller?

Hi,

Any update for this issue?

Hi Wayne,

I haven’t been able to investigate further, what I can tell you is that I start from the Ubuntu minimal build http://cdimage.ubuntu.com/ubuntu-base/releases/18.04/release/ubuntu-base-18.04.2-base-arm64.tar.gz and build up from there with qemu and chroot.
I don’t want to use the jetpack provided one since it contains to much stuff that i don’t need.
So far I was using the rootfs that I made some months ago with the R32.1
So what I 'll try next is to start again from the base release and combine that with the R32.3

Hi gert.willems,

Ok, it is fine to try with the base build from ubutnu. But please understand that if there is any nvidia specific driver that are missing. Then you would possibly suffer similar problem again. Next time maybe graphics problem or gpu issue.

We put some kernel module in /lib/modules. You could check how modprobe works to get them loaded.

hello Wayne,

I’m beginning to wonder if I download the correct bsp…
So I started from scratch, made a brand new rootfs with
sudo qemu-debootstrap --arch=arm64 bionic $ROOTFS
and installed everything that nvidia needs to make the tx2 run.
Then I download the bsp from : https://developer.nvidia.com/embedded/dlc/r32-3-1_Release_v1.0/t186ref_release_aarch64/Tegra186_Linux_R32.3.1_aarch64.tbz2
the kernel source from https://developer.nvidia.com/embedded/dlc/r32-3-1_Release_v1.0/Sources/T186/public_sources.tbz2 since i compile my own kernel as i need some (small) modifications
the toolchain i get from the usual linaro crosscompiler and since i’m using a spacely board from connect tech i download their newest drivers for the R32.3.1 release

So I start by extracting the bsp and copy my new rootfs to that directory, same things goes for the connect tech drivers and I use their install script to put everything on its place
Next I build the new kernel with the linaro toolchain, this means the zImage, dtbs, modules and modules_install then i install all those binaries and run the apply_binaries script at the end.

Now when i’ve done all that and then I compare the files directories under /lib/modules/ between the rootfs that I made last summer with the R32.1 and the brand new one I don’t see a modules directory under /lib, altough once I flash it and I look at the modules directory it is there and it contains a directory 4.9.140-tegra and all the files are there but they are all at least 10 times smaller then the ones that I see in the R32.1 rootfs so I don’t know what the deal is here, why aren’t they there in the first place and where do they suddenly come from after the tx2 is flashed, does this perhaps happen during the flashing process and if so where do they come from and why are they there in the R32.1 rootfs?

a lot of questions…

Hi gert.willems,

Sorry that I cannot deal with your problem by just reading this comment. Also, this starts to get away from your original topic.

I think you could just use pure jetpack from sdkmanager and see if wifi can work. If it can, then use this rootfs as a baseline to compare what happens to your custom rootfs.

Hello again,

So I followed your advise and used the nvidia sdk_manager to download and install everything. So then I checked the rootfs that was part of the download and, as expected, the /lib/modules had the right sizes.
Then I put the delivered rootfs aside and switched it with my minimal install rootfs I rerun the install scripts, build my kernel and run apply_binaries and what do you know? the /lib/modules also have the right size (I’ll try the actual flashing Monday) but I’m quite confident that the correct drivers will be in place.
So apparently the sdk manager installs a bit more then simply the bsp since if I download that manually and run through the installation process I end up with an incomplete rootfs!
So I guess that solves my problem then: use the sdk manager!

Hello,

I must recall what I said in my earlier post: using the sdk manager doesn’t solve the problem of the empty lsmod!
So I got a little frustrated and began looking at how modules are actually loaded into the kernel, apparently this is done by modprobe and it checks the list of modules in /etc/modules
When I run this manually then it doesn’t find the modules since it searches under the directory /lib/moduels/4.9.140 and everything is under /lib/modules/4.9.140-tegra!
So I simply had to rename the directory and it worked!