Nvidia Tx2 freeze after disconnecting from 3.3v pin the can bus transceivers SN65HVD230 during the c...

Hello,

I have a Nvidia tx2 with Jetpack 3.1 installed on Ubuntu 16.04 configured to use Can(mttcan).
I am using 2 transceivers SN65HVD230 that creates CAN-H and CAN-L like a close loop between them.I am sending from can0 (first transceiver) to can1 (second) data packets like 123#abcdabcd using python-can library.
I did in python a program that sends data from Can0 to Can1 in a while loop continuous and when I unplug the 3.3v pin for both tranceivers, after a few seconds nvidia tx2 freezes and only restart can be done.
I think that has something to do with the CAN Message RAM.
Each CAN controller has a separate Message RAM to store incoming/outgoing Messages.
So because the transceivers are not powered I am sending data to nowhere and the packets are going in CAN RAM (Message RAM size is 4KB) where it fills the memory and my Nvidia TX2 freezes.
This is just an assumption.
Did anyone had this problem before?

Hi,

Your guess looks proper.
Still can you share your dmesg log so we can analyze it properly.

Thanks & Regards,
Sandipan

dmesg


dmesg log
[ 0.000000] Booting Linux on physical CPU 0x100
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.4.38-jetsonbot-v0.1 (root@tegra-ubuntu) (gcc version 5.4.0 20160609 (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.6) ) #1 SMP PREEMPT Thu Feb 8 12:28:08 UTC 2018
[ 0.000000] Boot CPU: AArch64 Processor [411fd073]
[ 0.000000] earlycon: Early serial console at MMIO32 0x3100000 (options ‘’)
[ 0.000000] bootconsole [uart0] enabled
[ 0.000000] Reserved memory: initialized node ramoops_carveout, compatible id nvidia,ramoops
[ 0.000000] cma: Reserved 64 MiB at 0x00000000fc000000
[ 0.000000] On node 0 totalpages: 2051072
[ 0.000000] DMA zone: 8192 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 519408 pages, LIFO batch:31
[ 0.000000] Normal zone: 23933 pages used for memmap
[ 0.000000] Normal zone: 1531664 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] PERCPU: Embedded 17 pages/cpu @ffffffc1f5cf3000 s31128 r8192 d30312 u69632
[ 0.000000] pcpu-alloc: s31128 r8192 d30312 u69632 alloc=174096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2018947
[ 0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait console=ttyS0,115200n8 console=tty0 OS=l4t fbcon=map:0 net.ifnames=0 memtype=0 video=tegrafb no_console_suspend=1 earlycon=uart8250,mmio32,0x03100000 nvdumper_reserved=0x2772e0000 gpt tegraid=18.1.2.0.0 tegra_keep_boot_clocks maxcpus=6 androidboot.serialno=0324917251449 bl_prof_dataptr=0x10000@0x277240000 sdhci_tegra.en_boot_part_access=1 root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4
[ 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: 7972392K/8204288K available (11064K kernel code, 1770K rwdata, 5628K rodata, 1144K init, 679K bss, 166360K reserved, 65536K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
vmalloc : 0xffffff8000000000 - 0xffffffbdbfff0000 ( 246 GB)
vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000 ( 8 GB maximum)
0xffffffbdc2000000 - 0xffffffbdc9d7c400 ( 125 MB actual)
fixed : 0xffffffbffa7fd000 - 0xffffffbffac00000 ( 4108 KB)
PCI I/O : 0xffffffbffae00000 - 0xffffffbffbe00000 ( 16 MB)
modules : 0xffffffbffc000000 - 0xffffffc000000000 ( 64 MB)
memory : 0xffffffc000000000 - 0xffffffc1f5f10000 ( 8031 MB)
.init : 0xffffffc0010ce000 - 0xffffffc0011ec000 ( 1144 KB)
.text : 0xffffffc000080000 - 0xffffffc0010ce000 ( 16696 KB)
.data : 0xffffffc00120d000 - 0xffffffc0013c7a00 ( 1771 KB)
[ 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] 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.009815] Console: colour dummy device 80x25
[ 0.014475] console [tty0] enabled
[ 0.018030] bootconsole [uart0] disabled
[ 0.022131] kmemleak: Kernel memory leak detector disabled
[ 0.022142] Calibrating delay loop (skipped), value calculated using timer frequency… 62.50 BogoMIPS (lpj=125000)
[ 0.022152] pid_max: default: 32768 minimum: 301
[ 0.022192] Security Framework initialized
[ 0.022219] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.022227] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.022600] Initializing cgroup subsys freezer
[ 0.022610] Initializing cgroup subsys debug
[ 0.022739] CPU0 ipc=752
[ 0.022748] CPU1 ipc=1024
[ 0.022755] CPU2 ipc=1024
[ 0.022763] CPU3 ipc=752
[ 0.022771] CPU4 ipc=752
[ 0.022780] CPU5 ipc=752
[ 0.022810] ASID allocator initialised with 65536 entries
[ 0.046089] tegra-id: chipid=21817.
[ 0.046101] tegra-id: opt_subrevision=1.
[ 0.046109] Tegra Revision: A02p SKU: 0xdc CPU Process: 0 SoC Process: 0
[ 0.046719] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/kernel-4.4/arch/arm64/boot/dts/…/…/…/…/…/…/hardware/nvidia/platform/t18x/quill/kernel-dts/tegra186-quill-p3310-1000-c03-00-base.dts
[ 0.046736] DTB Build time: Jul 28 2017 09:56:32
[ 0.062551] CPU1: Booted secondary processor [4e0f0030]
[ 0.074078] CPU2: Booted secondary processor [4e0f0030]
[ 0.085748] CPU3: Booted secondary processor [411fd073]
[ 0.097761] CPU4: Booted secondary processor [411fd073]
[ 0.109756] CPU5: Booted secondary processor [411fd073]
[ 0.109817] Brought up 6 CPUs
[ 0.109865] SMP: Total of 6 processors activated.
[ 0.109876] CPU: All CPU(s) started at EL2
[ 0.110300] devtmpfs: initialized
[ 0.136303] Initilizing CustomIPI irq domain
[ 0.136491] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.137284] pinctrl core: initialized pinctrl subsystem
[ 0.137476] OS set in device tree is L4T.
[ 0.137671] regulator-dummy: no parameters
[ 0.137774] Initializing plugin-manager
[ 0.137830] Plugin module not found
[ 0.138245] node /plugin-manager/soc-prod-a02-fragment match with chip-id A02P
[ 0.138586] node /plugin-manager/fragement@0 match with odm-data enable-denver-wdt
[ 0.139198] node /plugin-manager/fragement@4 match with odm-data enable-denver-wdt
[ 0.140357] node /plugin-manager/fragment-sdwake-p3310-1000-300 match with board >=3310-1000-300
[ 0.140698] node /plugin-manager/fragement-pmon-p3310-1000-300 match with board >=3310-1000-300
[ 0.140949] node /plugin-manager/fragement-pmon-p3310-1000-800 match with board >=3310-1000-800
[ 0.141170] node /plugin-manager/fragment-devslp@0 match with board >=3310-1000-200
[ 0.141612] node /plugin-manager/fragment-500-pcie-config match with board >=3310-1000-500
[ 0.142054] node /plugin-manager/fragment-500-xusb-config match with board >=3310-1000-500
[ 0.142332] node /plugin-manager/fragment-500-e3325-pcie match with board >=3310-1000-500
[ 0.142715] node /plugin-manager/fragment-p3310-c00-comm match with board >=3310-1000-800
[ 0.142960] node /plugin-manager/fragment-p3310-c00-pmic match with board >=3310-1000-800
[ 0.143181] node /plugin-manager/fragment-p3310-c01 match with board >=3310-1000-900
[ 0.143433] node /plugin-manager/fragment-p3310-c03 match with board >=3310-1000-B00
[ 0.144998] node /plugin-manager/fragment-e3326@0 match with board 3326-

[ 0.146076] node /plugin-manager/fragment-p3310-c00-camera match with board >=3310-1000-800
[ 0.147830] Adding domain adsp-pd to PM domain ape-pd
[ 0.150107] NET: Registered protocol family 16
[ 0.150744] console [pstore-1] enabled
[ 0.150755] pstore: Registered ramoops as persistent store backend
[ 0.150767] ramoops: attached 0x200000@0x96080000, ecc: 0/0
[ 0.161318] cpuidle: using governor ladder
[ 0.165749] cpuidle: using governor menu
[ 0.166853] bpmp: waiting for handshake
[ 0.166867] bpmp: handshake completed
[ 0.166907] bpmp: synchronizing channels
[ 0.166921] bpmp: channels synchronized
[ 0.166930] bpmp: mail init ok
[ 0.167242] vdso: 2 pages (1 code @ ffffffc001215000, 1 data @ ffffffc001214000)
[ 0.167273] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.168193] atomic_pool_init():526: DMA: preallocated 1024 KiB pool for atomic allocations
[ 0.169639] tegra_powergate_init: DONE
[ 0.169656] DTS File Name: /dvs/git/dirty/git-master_linux/kernel/kernel-4.4/arch/arm64/boot/dts/…/…/…/…/…/…/hardware/nvidia/platform/t18x/quill/kernel-dts/tegra186-quill-p3310-1000-c03-00-base.dts
[ 0.169680] DTB Build time: Jul 28 2017 09:56:32
[ 0.170606] Tegra reboot handler registered.
[ 0.171656] Registering Tegra186 clocks (this may take a while)…done
[ 0.173182] arm-smmu 12000000.iommu: probing hardware configuration…
[ 0.173197] arm-smmu 12000000.iommu: SMMUv2 with:
[ 0.173209] arm-smmu 12000000.iommu: stage 1 translation
[ 0.173221] arm-smmu 12000000.iommu: stage 2 translation
[ 0.173232] arm-smmu 12000000.iommu: nested translation
[ 0.173246] arm-smmu 12000000.iommu: stream matching with 128 register groups, mask 0x7f80
[ 0.173264] arm-smmu 12000000.iommu: SMMU address space size (0x800000) differs from mapped region size (0x1000000)!
[ 0.173281] arm-smmu 12000000.iommu: 64 context banks (0 stage-2 only)
[ 0.173294] arm-smmu 12000000.iommu: Stage-1: 39-bit VA → 48-bit IPA
[ 0.173305] arm-smmu 12000000.iommu: Stage-2: 39-bit IPA → 48-bit PA
[ 0.217104] arm-smmu 12000000.iommu: registered 67 master devices
[ 0.221977] iommu: Adding device 3460000.sdhci to group 0
[ 0.222839] iommu: Adding device 3400000.sdhci to group 1
[ 0.226638] iommu: Adding device 3507000.ahci-sata to group 2
[ 0.227053] iommu: Adding device 3160000.i2c to group 3
[ 0.227485] iommu: Adding device c240000.i2c to group 4
[ 0.227804] iommu: Adding device 3180000.i2c to group 5
[ 0.228129] iommu: Adding device 3190000.i2c to group 6
[ 0.228573] iommu: Adding device 31b0000.i2c to group 7
[ 0.228894] iommu: Adding device 31c0000.i2c to group 8
[ 0.229200] iommu: Adding device c250000.i2c to group 9
[ 0.229525] iommu: Adding device 31e0000.i2c to group 10
[ 0.231430] iommu: Adding device 3210000.spi to group 11
[ 0.231766] iommu: Adding device c260000.spi to group 12
[ 0.232048] iommu: Adding device 3240000.spi to group 13
[ 0.233395] iommu: Adding device 3100000.serial to group 14
[ 0.233691] iommu: Adding device 3110000.serial to group 15
[ 0.233997] iommu: Adding device c280000.serial to group 16
[ 0.234335] iommu: Adding device 3130000.serial to group 17
[ 0.235459] iommu: Adding device 2490000.ether_qos to group 18
[ 0.235994] iommu: Adding device b000000.rtcpu to group 19
[ 0.236434] iommu: Adding device c1a0000.aon to group 20
[ 0.237218] Wake73 for irq=42
[ 0.237543] iommu: Adding device smmu_test to group 21
[ 0.238032] mc: mapped MMIO address: 0xffffff8000560000 → 0x2c10000
[ 0.238069] mc: mapped MMIO address: 0xffffff8000640000 → 0x2c20000
[ 0.238103] mc: mapped MMIO address: 0xffffff8000660000 → 0x2c30000
[ 0.238136] mc: mapped MMIO address: 0xffffff8000fa0000 → 0x2c40000
[ 0.238172] mc: mapped MMIO address: 0xffffff8000fc0000 → 0x2c50000
[ 0.238225] mc-err: Set intmask: 0xf3140
[ 0.238415] dram-ecc: DRAM ECC disabled-MC_ECC_CONTROL:0x0000000c
[ 0.239170] Wake76 for irq=199
[ 0.239191] Wake77 for irq=199
[ 0.239209] Wake78 for irq=199
[ 0.239227] Wake79 for irq=199
[ 0.239244] Wake80 for irq=199
[ 0.239261] Wake81 for irq=199
[ 0.239278] Wake82 for irq=199
[ 0.239432] iommu: Adding device 3530000.xhci to group 22
[ 0.239764] iommu: Adding device 3550000.xudc to group 23
[ 0.240541] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[ 0.240569] tegra-pmc: ### PMC reset source: Power on reset
[ 0.240590] tegra-pmc: ### PMC reset level: L0
[ 0.240609] tegra-pmc: ### PMC reset status reg: 0x0
[ 0.240854] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[ 0.240908] tegra-pmc c360000.pmc: IO padctrl driver initialized
[ 0.241067] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CTRL_0 = 3
[ 0.241094] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_24(PMU_INT) = 320
[ 0.241552] iommu: Adding device 13e10000.host1x to group 24
[ 0.241791] iommu: Adding device 13e10000.host1x:ctx0 to group 25
[ 0.242037] iommu: Adding device 13e10000.host1x:ctx1 to group 26
[ 0.242264] iommu: Adding device 13e10000.host1x:ctx2 to group 27
[ 0.242498] iommu: Adding device 13e10000.host1x:ctx3 to group 28
[ 0.242748] iommu: Adding device 13e10000.host1x:ctx4 to group 29
[ 0.242955] iommu: Adding device 13e10000.host1x:ctx5 to group 30
[ 0.243191] iommu: Adding device 13e10000.host1x:ctx6 to group 31
[ 0.243399] iommu: Adding device 13e10000.host1x:ctx7 to group 32
[ 0.243836] iommu: Adding device 150c0000.nvcsi to group 33
[ 0.244307] iommu: Adding device 15700000.vi to group 34
[ 0.244635] iommu: Adding device 15600000.isp to group 35
[ 0.244948] iommu: Adding device 15210000.nvdisplay to group 36
[ 0.245138] iommu: Adding device 15340000.vic to group 37
[ 0.245351] iommu: Adding device 154c0000.nvenc to group 38
[ 0.245535] iommu: Adding device 15480000.nvdec to group 39
[ 0.245849] iommu: Adding device 15380000.nvjpg to group 40
[ 0.246051] iommu: Adding device 15500000.tsec to group 41
[ 0.246232] iommu: Adding device 15100000.tsecb to group 42
[ 0.246939] iommu: Adding device 15810000.se to group 43
[ 0.247141] iommu: Adding device 15820000.se to group 44
[ 0.247365] iommu: Adding device 15830000.se to group 45
[ 0.247546] iommu: Adding device 15840000.se to group 46
[ 0.248020] iommu: Adding device 17000000.gp10b to group 47
[ 0.249310] tegra-reset 5000000.clock: registered 193 resets.
[ 0.251218] iommu: Adding device d000000.bpmp to group 48
[ 0.251465] bpmp: ping status is 0
[ 0.251651] bpmp d000000.bpmp: firmware tag is 0705d30e2bb4ef1fcf63b70c5fc3deef
[ 0.251990] bpmp d000000.bpmp: probe ok
[ 0.254607] iommu: Adding device 2600000.dma to group 49
[ 0.255586] GPIO line 461 (cam0-rst) hogged as output/low
[ 0.255643] GPIO line 456 (cam0-pwdn) hogged as output/low
[ 0.255714] GPIO line 457 (cam1-rst) hogged as output/low
[ 0.255764] GPIO line 426 (cam1-pwdn) hogged as output/low
[ 0.255837] GPIO line 424 (wifi-enable) hogged as output/high
[ 0.255889] GPIO line 445 (sdmmc-wake-input) hogged as input
[ 0.255942] GPIO line 446 (sdmmc-wake-output) hogged as output/low
[ 0.256044] gpiochip_add_data: registered GPIOs 320 to 511 on device: tegra-gpio
[ 0.257832] GPIO line 315 (wifi-wake-ap) hogged as input
[ 0.257945] gpiochip_add_data: registered GPIOs 256 to 319 on device: tegra-gpio-aon
[ 0.258817] iommu: Adding device 10003000.pcie-controller to group 50
[ 0.259105] iommu: Adding device sound to group 51
[ 0.260604] iommu: Adding device 3510000.hda to group 52
[ 0.261602] iommu: Adding device adsp_audio to group 53
[ 0.262862] iommu: Adding device 2993000.adsp to group 54
[ 0.271828] vdd-ac-bat: 5000 mV
[ 0.274144] vdd-1v8-ap: 1800 mV
[ 0.275297] gpio tegra-gpio-aon wake30 for gpio=60(FF:4)
[ 0.275728] gpio tegra-gpio-aon wake69 for gpio=59(FF:3)
[ 0.292497] SCSI subsystem initialized
[ 0.292673] libata version 3.00 loaded.
[ 0.292842] usbcore: registered new interface driver usbfs
[ 0.292901] usbcore: registered new interface driver hub
[ 0.293005] usbcore: registered new device driver usb
[ 0.296815] GPIO line 241 (touch-rail-1) hogged as output/high
[ 0.297221] GPIO line 242 (touch-rail-2) hogged as output/high
[ 0.297324] gpiochip_add_data: registered GPIOs 240 to 255 on device: tca9539
[ 0.298647] GPIO line 228 (lcd-bias-en-rail) hogged as output/high
[ 0.298756] gpiochip_add_data: registered GPIOs 224 to 239 on device: tca9539
[ 0.310873] media: Linux media interface: v0.10
[ 0.310936] Linux video capture interface: v2.00
[ 0.315014] pps_core: LinuxPPS API ver. 1 registered
[ 0.315036] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 0.315076] PTP clock support registered
[ 0.315993] tegra_wdt_t18x 30c0000.watchdog: Tegra WDT init timeout = 120 sec
[ 0.316037] tegra_wdt_t18x 30c0000.watchdog: Registered successfully
[ 0.317521] max77620 4-003c: PMIC Version OTP:0x45 and ES:0x8
[ 0.319470] GPIO line 221 (spmic_gpio_input_5) hogged as input
[ 0.319654] GPIO line 222 (spmic_gpio_input_6) hogged as input
[ 0.319748] gpiochip_add_data: registered GPIOs 216 to 223 on device: max77620-gpio
[ 0.326721] vddio-ddr: at 1125 mV
[ 0.330560] avdd_dsi_csi: 1200 mV
[ 0.334560] vdd-1v8: 1800 mV
[ 0.338562] vdd-3v3-sys: 3300 mV
[ 0.339647] spmic-ldo0: at 1800 mV
[ 0.340417] spmic-ldo1: at 800 mV
[ 0.346558] vddio-3v3: 3300 mV
[ 0.347196] vddio-sdmmc1: 1800 <–> 3300 mV at 3300 mV
[ 0.349317] vdd-rtc: at 800 mV
[ 0.350019] avdd-ts-hv: 1800 <–> 3300 mV at 1800 mV
[ 0.353316] spmic-ldo6: at 1500 mV
[ 0.357315] vdd-pex-1v05: 1000 mV
[ 0.357863] dvdd-pex: 1000 mV
[ 0.358125] max77620 4-003c: max77620 probe successful
[ 0.358359] Advanced Linux Sound Architecture Driver Initialized.
[ 0.359301] en-vdd-sd: 3300 mV
[ 0.359836] en-vdd-cam: 1800 mV
[ 0.361317] vdd-hdmi: 5000 mV
[ 0.361485] vdd-usb0-5v: 5000 mV
[ 0.361648] vdd-usb1-5v: 5000 mV
[ 0.365313] en-vdd-ts-1v8: 1800 mV
[ 0.369313] en-vdd-ts-hv-3v3: 3300 mV
[ 0.369840] en-vdd-disp-3v3: 3300 mV
[ 0.370352] en-mdm-pwr-3v7: 3700 mV
[ 0.370869] en-vdd-disp-1v8: 1800 mV
[ 0.371390] en-vdd-cam-hv-2v8: 2800 mV
[ 0.371902] en-vdd-cam-1v2: 1200 mV
[ 0.372415] vdd-fan: 5000 mV
[ 0.372532] vdd-3v3: 3300 mV
[ 0.373253] dis-vdd-1v2: 1200 mV
[ 0.373375] en-vdd-vcm-2v8: 2800 mV
[ 0.373892] vdd-usb2-5v: 5000 mV
[ 0.373998] vdd-sys-bl: 3300 mV
[ 0.374510] en-vdd-sys: 1200 mV
[ 0.376205] gpio tegra-gpio wake53 for gpio=159(X:7)
[ 0.377850] extcon-gpio-states external-connection:extcon@1: Cable state 2
[ 0.378232] clocksource: Switched to clocksource arch_sys_counter
[ 0.396830] nvmap_heap_init: nvmap_heap_init: created heap block cache
[ 0.397114] nvmap: nvmap_override_cache_ops() set roc flush ops to replace cache ops by set/ways
[ 0.397596] nvmap_page_pool_init: Total RAM pages: 2009482
[ 0.397612] nvmap_page_pool_init: nvmap page pool size: 251185 pages (981 MB)
[ 0.397797] nvmap_background_zero_thread: PP zeroing thread starting.
[ 0.402161] Wake76 for irq=199
[ 0.402173] Wake77 for irq=199
[ 0.402183] Wake78 for irq=199
[ 0.402192] Wake79 for irq=199
[ 0.402201] Wake80 for irq=199
[ 0.402209] Wake81 for irq=199
[ 0.402218] Wake82 for irq=199
[ 0.402965] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type BCPU-therm
[ 0.403158] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type MCPU-therm
[ 0.403265] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type GPU-therm
[ 0.403339] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[ 0.403702] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type AO-therm
[ 0.403839] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type Tboard_tegra
[ 0.403974] thermal thermal_zone6: Registering thermal zone thermal_zone6 for type Tdiode_tegra
[ 0.404115] thermal thermal_zone7: Registering thermal zone thermal_zone7 for type PMIC-Die
[ 0.404404] isomgr_init(): iso emc max clk=1866000KHz
[ 0.404415] isomgr_init(): max_iso_bw=26870400KB
[ 0.404487] NET: Registered protocol family 2
[ 0.404783] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.404980] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.405268] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.405320] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.405377] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.405536] NET: Registered protocol family 1
[ 0.405742] RPC: Registered named UNIX socket transport module.
[ 0.405756] RPC: Registered udp transport module.
[ 0.405766] RPC: Registered tcp transport module.
[ 0.405777] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.405795] PCI: CLS 0 bytes, default 128
[ 0.405885] Trying to unpack rootfs image as initramfs…
[ 0.419395] host1x 13e10000.host1x: initialized
[ 0.420180] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[ 0.422379] futex hash table entries: 2048 (order: 6, 262144 bytes)
[ 0.422471] audit: initializing netlink subsys (disabled)
[ 0.422501] audit: type=2000 audit(0.412:1): initialized
[ 0.428860] io scheduler noop registered (default)
[ 0.431784] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[ 0.432965] tegra-pwm 3290000.pwm: PWM clk can sleep in ops
[ 0.434021] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[ 0.435059] tegra-pwm c340000.pwm: PWM clk can sleep in ops
[ 0.438425] tsec 15500000.tsec: initialized
[ 0.439545] tsec 15100000.tsecb: initialized
[ 0.441613] nvdec 15480000.nvdec: initialized
[ 0.444998] falcon 15340000.vic: initialized
[ 0.445976] falcon 154c0000.nvenc: initialized
[ 0.446979] falcon 15380000.nvjpg: initialized
[ 0.447690] iommu_context_dev 13e10000.host1x:ctx0: initialized (streamid=56)
[ 0.448190] iommu_context_dev 13e10000.host1x:ctx1: initialized (streamid=57)
[ 0.448686] iommu_context_dev 13e10000.host1x:ctx2: initialized (streamid=58)
[ 0.449183] iommu_context_dev 13e10000.host1x:ctx3: initialized (streamid=59)
[ 0.449671] iommu_context_dev 13e10000.host1x:ctx4: initialized (streamid=60)
[ 0.450158] iommu_context_dev 13e10000.host1x:ctx5: initialized (streamid=61)
[ 0.450661] iommu_context_dev 13e10000.host1x:ctx6: initialized (streamid=62)
[ 0.451153] iommu_context_dev 13e10000.host1x:ctx7: initialized (streamid=63)
[ 0.452373] DC OR NODE connected to /host1x/sor1
[ 0.452534] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[ 0.452579] tegradc 15210000.nvdisplay: DT parsed successfully
[ 0.452619] tegradc 15210000.nvdisplay: Display dc.ffffff8002320000 registered with id=0
[ 0.452624] misc tegra_camera_ctrl: tegra_camera_isomgr_register tpg_max_iso = 3916800KBs
[ 0.452627] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=4687500, vi_iso_bw=1500000, max_bw=4687500
[ 0.459968] tegra_nvdisp_bandwidth_register_max_config: max config iso bw = 16727000 KB/s
[ 0.459988] tegra_nvdisp_bandwidth_register_max_config: max config EMC floor = 665600000 Hz
[ 0.460004] tegra_nvdisp_bandwidth_register_max_config: max config hubclk = 357620000 Hz
[ 0.460047] tegradc 15210000.nvdisplay: vblank syncpt # 7 for dc 1
[ 0.460062] tegradc 15210000.nvdisplay: vpulse3 syncpt # 8 for dc 1
[ 0.460199] tegra-adma 2930000.adma: Tegra ADMA driver register 10 channels
[ 0.462314] tegra-fuse-burn 3820000.efuse:efuse-burn: Fuse burn driver initialized
[ 0.462560] tegradc 15210000.nvdisplay: hdmi: no prod_list_hdmi_board, use default range
[ 0.462580] PD DISP0 index2 UP
[ 0.462693] kfuse 3830000.kfuse: initialized
[ 0.463500] PD DISP1 index3 UP
[ 0.463681] PD DISP2 index4 UP
[ 0.463978] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0
[ 0.464491] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.466363] console [ttyS0] disabled
[ 0.466406] 3100000.serial: ttyS0 at MMIO 0x3100000 (irq = 37, base_baud = 25500000) is a Tegra
[ 0.504769] PD DISP2 index4 DOWN
[ 0.504933] PD DISP1 index3 DOWN
[ 0.505081] PD DISP0 index2 DOWN
[ 0.506900] tegradc 15210000.nvdisplay: probed
[ 2.556262] console [ttyS0] enabled
[ 2.558157] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 38, base_baud = 0) is a TEGRA_UART
[ 2.559247] c280000.serial: ttyTHS2 at MMIO 0xc280000 (irq = 39, base_baud = 0) is a TEGRA_UART
[ 2.559472] serial-tegra 3130000.serial: RX in PIO mode
[ 2.560336] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 40, base_baud = 0) is a TEGRA_UART
[ 2.565604] Console: switching to colour frame buffer device 240x75
[ 2.570916] brd: module loaded
[ 2.575508] loop: module loaded
[ 2.575696] gpio tegra-gpio-aon wake35 for gpio=16(V:0)
[ 2.575713] nct1008_nct72 7-004c: find device tree node, parsing dt
[ 2.575718] nct1008_nct72 7-004c: starting parse dt
[ 2.575791] nct1008_nct72 7-004c: success parsing dt
[ 2.575914] nct1008_nct72 7-004c: success in enabling tmp451 VDD rail
[ 2.588225] gk20a 17000000.gp10b: failed to allocate secure buffer -12
[ 2.612275] tmp451: Enabled overheat logging at 104.00C
[ 2.612384] gpio tegra-gpio-aon wake35 for gpio=16(V:0)
[ 2.612427] nct1008_nct72 7-004c: nct1008_probe: initialized
[ 2.614713] THERMAL EST: found 3 subdevs
[ 2.614717] THERMAL EST num_resources: 0
[ 2.614720] [THERMAL EST subdev 0]
[ 2.614725] [THERMAL EST subdev 1]
[ 2.614729] [THERMAL EST subdev 2]
[ 2.615061] thermal thermal_zone8: Registering thermal zone thermal_zone8 for type thermal-fan-est
[ 2.615064] THERMAL EST: thz register success.
[ 2.615181] THERMAL EST: end of probe, return err: 0
[ 2.615373] tegra_profiler: Branch: Dev
[ 2.615375] tegra_profiler: Version: 1.109
[ 2.615378] tegra_profiler: Samples version: 37
[ 2.615380] tegra_profiler: IO version: 21
[ 2.615387] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.615391] armv8_pmu: [0] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0
[ 2.615394] armv8_pmu: imp: 0x4e, idcode: 0x1
[ 2.615398] armv8_pmu: [1] arch: AA64 PmuV3 NVIDIA (Denver), type: 6, ver: 2
[ 2.615401] armv8_pmu: imp: 0x4e, idcode: 0x1
[ 2.615404] armv8_pmu: [2] arch: AA64 PmuV3 NVIDIA (Denver), type: 6, ver: 2
[ 2.615407] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.615410] armv8_pmu: [3] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0
[ 2.615413] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.615416] armv8_pmu: [4] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0
[ 2.615421] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.615423] armv8_pmu: [5] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0
[ 2.615625] tegra_profiler: auth: init
[ 2.618940] tegra-ahci 3507000.ahci-sata: AHCI 0001.0301 32 slots 2 ports 3 Gbps 0x1 impl platform mode
[ 2.618953] tegra-ahci 3507000.ahci-sata: flags: 64bit ncq sntf pm led pmp pio slum part deso sadm apst
[ 2.620099] scsi host0: tegra_ahci
[ 2.620562] scsi host1: tegra_ahci
[ 2.620775] ata1: SATA max UDMA/133 mmio [mem 0x03507000-0x03508fff] port 0x100 irq 25
[ 2.620778] ata2: DUMMY
[ 2.621785] spi-tegra114 3210000.spi: Static pin configuration used
[ 2.622299] spi-tegra114 c260000.spi: Static pin configuration used
[ 2.622728] spi-tegra114 3240000.spi: Static pin configuration used
[ 2.623631] tun: Universal TUN/TAP device driver, 1.6
[ 2.623634] tun: (C) 1999-2004 Max Krasnyansky maxk@qualcomm.com
[ 2.623832] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 2.623834] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 2.623877] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.3.0-k
[ 2.623879] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 2.624931] PPP generic driver version 2.4.2
[ 2.625074] PPP BSD Compression module registered
[ 2.625082] PPP Deflate Compression module registered
[ 2.625105] PPP MPPE Compression module registered
[ 2.625117] NET: Registered protocol family 24
[ 2.625170] usbcore: registered new interface driver r8152
[ 2.625212] usbcore: registered new interface driver asix
[ 2.625244] usbcore: registered new interface driver ax88179_178a
[ 2.625301] usbcore: registered new interface driver cdc_ether
[ 2.625345] usbcore: registered new interface driver smsc95xx
[ 2.625376] usbcore: registered new interface driver net1080
[ 2.625406] usbcore: registered new interface driver cdc_subset
[ 2.625436] usbcore: registered new interface driver zaurus
[ 2.625487] usbcore: registered new interface driver cdc_ncm
[ 2.625779] Wake76 for irq=199
[ 2.625782] Wake77 for irq=199
[ 2.625784] Wake78 for irq=199
[ 2.625785] Wake79 for irq=199
[ 2.625787] Wake80 for irq=199
[ 2.625789] Wake81 for irq=199
[ 2.625791] Wake82 for irq=199
[ 2.625843] tegra-xotg xotg: usb2 phy is not available yet
[ 2.626498] usbcore: registered new interface driver usb-storage
[ 2.626575] usbcore: registered new interface driver usbserial
[ 2.626603] usbcore: registered new interface driver ftdi_sio
[ 2.626630] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 2.626658] usbcore: registered new interface driver option
[ 2.626691] usbserial: USB Serial support registered for GSM modem (1-port)
[ 2.626719] usbcore: registered new interface driver pl2303
[ 2.626740] usbserial: USB Serial support registered for pl2303
[ 2.626920] tegra-usb-cd usb_cd: otg phy is not available yet
[ 2.627879] eqos 2490000.ether_qos: Setting local MAC: 0 4 4b a7 e0 bc
[ 2.628480] libphy: dwc_phy: probed
[ 2.629320] tegra-xudc-new 3550000.xudc: usb2 phy is not available yet
[ 2.691241] gpio tegra-gpio wake18 for gpio=101(M:5)
[ 2.691385] bcm54xx_low_power_mode(): put phy in iddq-lp mode
[ 2.765011] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[ 2.767162] tegra_rtc c2a0000.rtc: rtc core: registered c2a0000.rtc as rtc1
[ 2.767176] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[ 2.767311] i2c /dev entries driver
[ 2.768053] [OV5693]: probing v4l2 sensor.
[ 2.938241] ata1: SATA link down (SStatus 0 SControl 300)
[ 3.229948] tegradc 15210000.nvdisplay: fb registered
[ 3.237142] gpio tegra-gpio wake21 for gpio=121(P:1)
[ 3.244072] PD DISP0 index2 UP
[ 3.249960] PD DISP1 index3 UP
[ 3.255049] PD DISP2 index4 UP
[ 3.268743] Parent Clock set for DC plld2
[ 3.278928] tegradc 15210000.nvdisplay: hdmi: pclk:154128K, set prod-setting:prod_c_200M
[ 3.288888] tegradc 15210000.nvdisplay: hdmi: pclk:154128K, set prod-setting:prod_c_300M
[ 3.568841] gspca_main: v2.14.0 registered
[ 3.568889] usbcore: registered new interface driver gspca_zc3xx
[ 3.569213] max77620-power max77620-power: Event recorder REG_NVERC : 0x0
[ 3.571040] FAN dev name: pwm-fan
[ 3.571087] FAN:gpio request success.
[ 3.571093] FAN: can’t find tach_gpio
[ 3.571119] pwm_fan_driver pwm-fan: cap state:7, cap pwm:255
[ 3.571264] pwm_fan_driver pwm-fan: unable to request PWM, trying legacy API
[ 3.571269] pwm_fan_driver pwm-fan: got pwm for fan
[ 3.571273] pwm_fan_driver pwm-fan: tach period: 1000
[ 3.571566] pwm_fan_driver pwm-fan: index 0: pwm=0, rpm=0, rru=40, rrd=40, state:2
[ 3.571569] pwm_fan_driver pwm-fan: index 1: pwm=80, rpm=1000, rru=2, rrd=2, state:2
[ 3.571572] pwm_fan_driver pwm-fan: index 2: pwm=120, rpm=2000, rru=1, rrd=1, state:2
[ 3.571576] pwm_fan_driver pwm-fan: index 3: pwm=160, rpm=3000, rru=1, rrd=1, state:2
[ 3.571579] pwm_fan_driver pwm-fan: index 4: pwm=255, rpm=4000, rru=1, rrd=1, state:3
[ 3.571581] pwm_fan_driver pwm-fan: index 5: pwm=255, rpm=5000, rru=1, rrd=1, state:3
[ 3.571584] pwm_fan_driver pwm-fan: index 6: pwm=255, rpm=6000, rru=1, rrd=1, state:3
[ 3.571586] pwm_fan_driver pwm-fan: index 7: pwm=255, rpm=7000, rru=1, rrd=1, state:4
[ 3.571589] pwm_fan_driver pwm-fan: index 8: pwm=255, rpm=10000, rru=1, rrd=1, state:4
[ 3.571592] pwm_fan_driver pwm-fan: index 9: pwm=255, rpm=11000, rru=1, rrd=1, state:4
[ 3.572302] device-mapper: uevent: version 1.0.3
[ 3.572483] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[ 3.572869] sdhci: Secure Digital Host Controller Interface driver
[ 3.572870] sdhci: Copyright(c) Pierre Ossman
[ 3.572874] sdhci-pltfm: SDHCI platform and OF driver helper
[ 3.573188] sdhci-tegra 3460000.sdhci: Parent select= pll_p rate=408000000
[ 3.573465] sdhci-tegra 3460000.sdhci: Parent select= pll_c4_out0 rate=196249804
[ 3.573686] sdhci-tegra 3460000.sdhci: Client registration for eMC Successful
[ 3.574804] tegra-se-elp 3ad0000.se_elp: tegra_se_elp_probe: complete
[ 3.574934] hidraw: raw HID events driver (C) Jiri Kosina
[ 3.576339] usbcore: registered new interface driver usbhid
[ 3.576340] usbhid: USB HID core driver
[ 3.579288] nvadsp 2993000.adsp: in probe()…
[ 3.581076] nvadsp 2993000.adsp: Registering AMC Error Interrupt
[ 3.581104] nvadsp 2993000.adsp: AMC/ARAM initialized.
[ 3.581299] nvadsp 2993000.adsp: nvadsp_app_module_probe
[ 3.581990] Denver: backdoor interface is NOT available.
[ 3.583735] coresight-tmc 8030000.etf: TMC initialized
[ 3.584760] coresight-tmc 8050000.etr: TMC initialized
[ 3.585082] coresight-tpiu 8060000.tpiu: TPIU initialized
[ 3.585525] coresight-funnel 9010000.funnel_bccplex: FUNNEL initialized
[ 3.585935] coresight-funnel 8010000.funnel_major: FUNNEL initialized
[ 3.586360] coresight-funnel 8820000.funnel_minor: FUNNEL initialized
[ 3.586774] coresight-replicator 8040000.replicator: REPLICATOR initialized
[ 3.587356] coresight-etm4x 9840000.ptm: ETM 4.0 initialized
[ 3.587888] coresight-etm4x 9940000.ptm: ETM 4.0 initialized
[ 3.588420] coresight-etm4x 9a40000.ptm: ETM 4.0 initialized
[ 3.588943] coresight-etm4x 9b40000.ptm: ETM 4.0 initialized
[ 3.588968] Module initialized successfully
[ 3.592115] tegra186-cam-rtcpu b000000.rtcpu: Trace buffer configured at IOVA=0xa0000000
[ 3.593351] tegra186-cam-rtcpu b000000.rtcpu: already unhalted
[ 3.593634] tegra-ivc ivc-b000000.rtcpu: region 0: iova=0xa0110000-0xa011957f size=38272
[ 3.594024] tegra-ivc ivc-b000000.rtcpu:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900
[ 3.594071] tegra-ivc ivc-b000000.rtcpu:vinotify@12c0: vinotify: ver=0 grp=1 RX[64x128]=0x1900-0x3980 TX[64x128]=0x3980-0x5a00
[ 3.594108] tegra-ivc ivc-b000000.rtcpu:mods@32c0: mods: ver=0 grp=1 RX[1x64]=0x5a00-0x5ac0 TX[1x64]=0x5ac0-0x5b80
[ 3.594145] tegra-ivc ivc-b000000.rtcpu:ivccontrol@52c0: ivccontrol: ver=0 grp=1 RX[16x320]=0x5b80-0x7000 TX[16x320]=0x7000-0x8480
[ 3.594183] tegra-ivc ivc-b000000.rtcpu:ivccapture@72c0: ivccapture: ver=0 grp=1 RX[16x64]=0x8480-0x8900 TX[16x64]=0x8900-0x8d80
[ 3.594235] tegra-ivc ivc-b000000.rtcpu:dbg@7c00: dbg: ver=0 grp=1 RX[1x384]=0x8d80-0x8f80 TX[1x384]=0x8f80-0x9180
[ 3.594271] tegra-ivc ivc-b000000.rtcpu:dbg@7e00: dbg: ver=0 grp=1 RX[1x384]=0x9180-0x9380 TX[1x384]=0x9380-0x9580
[ 3.594412] tegra186-cam-rtcpu b000000.rtcpu: using cam RTCPU IRQ (52)
[ 3.594415] tegra186-cam-rtcpu b000000.rtcpu: tegra_camrtc_mon_create is successful
[ 3.595374] tegra-ivc ivc-b000000.rtcpu:echo@0: ivc channel driver missing
[ 3.595378] tegra-ivc ivc-b000000.rtcpu:vinotify@12c0: ivc channel driver missing
[ 3.595380] tegra-ivc ivc-b000000.rtcpu:mods@32c0: ivc channel driver missing
[ 3.595383] tegra-ivc ivc-b000000.rtcpu:ivccontrol@52c0: ivc channel driver missing
[ 3.595385] tegra-ivc ivc-b000000.rtcpu:ivccapture@72c0: ivc channel driver missing
[ 3.595387] tegra-ivc ivc-b000000.rtcpu:dbg@7c00: ivc channel driver missing
[ 3.595390] tegra-ivc ivc-b000000.rtcpu:dbg@7e00: ivc channel driver missing
[ 3.595414] tegra186-cam-rtcpu b000000.rtcpu: firmware version cpu=sce cmd=4 sha1=a8b1ecdd9615cd817a56df035be363fce3b0b88f
[ 3.599233] tegra-ivc-cdev ivc-b000000.rtcpu:echo@0: probing /dev/camchar-echo
[ 3.599988] tegra-ivc-cdev ivc-b000000.rtcpu:dbg@7c00: probing /dev/camchar-dbg
[ 3.600085] camchar: rtcpu character device driver loaded
[ 3.603484] tegra186-aondbg aondbg: aondbg driver probe() OK
[ 3.603709] register_ari_mca_banks: Registered MCA ROC:IOB
[ 3.603795] register_ari_mca_banks: Registered MCA ROC:CCE
[ 3.604111] tegra18-bridge 2390000.axi2apb: bridge probed OK
[ 3.604136] tegra18-bridge 23a0000.axi2apb: bridge probed OK
[ 3.604158] tegra18-bridge 23b0000.axi2apb: bridge probed OK
[ 3.604183] tegra18-bridge 23c0000.axi2apb: bridge probed OK
[ 3.604206] tegra18-bridge 23d0000.axi2apb: bridge probed OK
[ 3.604229] tegra18-bridge 2100000.axip2p: bridge probed OK
[ 3.604251] tegra18-bridge 2110000.axip2p: bridge probed OK
[ 3.604275] tegra18-bridge 2120000.axip2p: bridge probed OK
[ 3.604299] tegra18-bridge 2130000.axip2p: bridge probed OK
[ 3.604321] tegra18-bridge 2140000.axip2p: bridge probed OK
[ 3.604342] tegra18-bridge 2150000.axip2p: bridge probed OK
[ 3.604366] tegra18-bridge 2160000.axip2p: bridge probed OK
[ 3.604389] tegra18-bridge 2170000.axip2p: bridge probed OK
[ 3.604411] tegra18-bridge 2180000.axip2p: bridge probed OK
[ 3.604433] tegra18-bridge 2190000.axip2p: bridge probed OK
[ 3.604479] **** A57 ECC: Enabled
[ 3.604481] tegra18_a57_serr_init: on CPU 4 a A57 Core
[ 3.604607] parse_throttle_dt_data: Num cap clks = 4
[ 3.604610] parse_throttle_dt_data: clk=mcpu type=1
[ 3.604612] parse_throttle_dt_data: clk=bcpu type=2
[ 3.604617] parse_throttle_dt_data: clk=gpu type=4
[ 3.604619] parse_throttle_dt_data: clk=emc type=3
[ 3.605055] tegra_throttle_probe: probe successful. #cdevs=4
[ 3.605141] tegra18x_actmon d230000.actmon: in actmon_register()…
[ 3.607589] tegra18x_actmon d230000.actmon: initialization Completed for the device mc_all
[ 3.607884] hw perfevents: enabled with denver15_uncore_pmu PMU driver, 3 counters available
[ 3.609913] tegra-se-nvhost 15810000.se: initialized
[ 3.610229] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit with 64 bit addr
[ 3.610394] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[ 3.610472] sdhci-tegra 3440000.sdhci: Parent select= pll_p rate=408000000
[ 3.610745] sdhci-tegra 3440000.sdhci: Client registration for eMC Successful
[ 3.611197] tegra-se-nvhost 15820000.se: initialized
[ 3.612272] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[ 3.612575] tegra-se-nvhost 15830000.se: initialized
[ 3.612682] tegra-se-nvhost 15830000.se: tegra_se_probe: complete
[ 3.612986] tegra-se-nvhost 15840000.se: initialized
[ 3.613385] tegra-se-nvhost 15840000.se: tegra_se_probe: complete
[ 3.617378] tegra-gpcdma 2600000.dma: GPC DMA driver register 32 channels
[ 3.620589] cpufreq: platform driver Initialization: pass
[ 3.620735] tegra_cluster_clk e090000.cluster_clk_priv: in probe()…
[ 3.620795] tegra_cluster_clk e090000.cluster_clk_priv: passed
[ 3.620975] tegra186-padctl 3520000.pinctrl: padctl mmio start 0x0000000003520000 end 0x0000000003520fff
[ 3.620979] tegra186-padctl 3520000.pinctrl: ao mmio start 0x0000000003540000 end 0x0000000003540fff
[ 3.621015] tegra186-padctl 3520000.pinctrl: FUSE_SKU_USB_CALIB_0 0x2eb417
[ 3.621019] tegra186-padctl 3520000.pinctrl: FUSE_USB_CALIB_EXT_0 0x8
[ 3.622054] tegra186-padctl 3520000.pinctrl: using UTMI port 0 for otg
[ 3.622610] tegra186-padctl 3520000.pinctrl: VBUS over-current detection enabled
[ 3.623128] tegra-bpmp-thermal d000000.bpmp:bpmpthermal: zone 0 not supported
[ 3.625044] cpuidle: Initializing cpuidle driver init for Denver cluster
[ 3.625149] cpuidle: Initializing cpuidle driver init for A57 cluster
[ 3.626019] tachometer tegra-tachometer: Tachometer driver tegra-tachometer registered
[ 3.626022] Tachometer driver initialized with pulse_per_rev: 2 and win_len: 2
[ 3.628575] tegra210_adsp_audio_platform_probe: platform probe started
[ 3.629162] tegra210-adsp adsp_audio: Default param-type to BYTE for mp3-dec1
[ 3.629386] tegra210-adsp adsp_audio: Default param-type to BYTE for spkprot
[ 3.629688] tegra210-adsp adsp_audio: Default param-type to BYTE for src
[ 3.629932] tegra210-adsp adsp_audio: Default param-type to BYTE for aac-dec1
[ 3.634110] snd_hda_codec_hdmi hdaudioC0D4: HDMI: Unknown ELD version 0
[ 3.634261] tegra210-adsp adsp_audio: Default param-type to BYTE for aec
[ 3.634265] tegra210-adsp adsp_audio: adma channel page address dt entry not found
[ 3.634267] tegra210-adsp adsp_audio: using adma channel page 0
[ 3.634545] tegra210_adsp_audio_platform_probe probe successfull.
[ 3.634545] input: tegra-hda HDMI/DP,pcm=3 as /devices/3510000.hda/sound/card0/input0
[ 3.634660] input: tegra-hda HDMI/DP,pcm=7 as /devices/3510000.hda/sound/card0/input1
[ 3.644310] OPE platform probe
[ 3.644378] OPE platform probe successful
[ 3.646225] mmc1: SDHCI controller on 3440000.sdhci [3440000.sdhci] using ADMA 64-bit with 64 bit addr
[ 3.646469] sdhci-tegra 3400000.sdhci: Got CD GPIO
[ 3.646509] sdhci-tegra 3400000.sdhci: Got WP GPIO
[ 3.646646] sdhci-tegra 3400000.sdhci: Parent select= pll_p rate=408000000
[ 3.646665] sdhci-tegra 3400000.sdhci: wakeup init done, cd_irq: 256
[ 3.647163] sdhci-tegra 3400000.sdhci: Client registration for eMC Successful
[ 3.651743] tegra-snd-t186ref-mobile-rt565x sound: Failed to get HP Det GPIO, should be handled by codec
[ 3.672234] mmc0: MAN_BKOPS_EN bit is not set
[ 3.679979] mmc0: Skipping tuning since strobe enabled
[ 3.686265] gpio tegra-gpio wake71 for gpio=125(P:5)
[ 3.686300] mmc2: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit with 64 bit addr
[ 3.686928] mmc0: periodic cache flush enabled
[ 3.686935] mmc0: new HS400 MMC card at address 0001
[ 3.687152] mmcblk0: mmc0:0001 032G34 29.1 GiB
[ 3.687235] mmcblk0boot0: mmc0:0001 032G34 partition 1 4.00 MiB
[ 3.687317] mmcblk0boot1: mmc0:0001 032G34 partition 2 4.00 MiB
[ 3.687394] mmcblk0rpmb: mmc0:0001 032G34 partition 3 4.00 MiB
[ 3.688489] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17
[ 3.713884] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF1 <-> ADMAIF1 mapping ok
[ 3.714059] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF2 <-> ADMAIF2 mapping ok
[ 3.714232] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF3 <-> ADMAIF3 mapping ok
[ 3.714379] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF4 <-> ADMAIF4 mapping ok
[ 3.714524] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF5 <-> ADMAIF5 mapping ok
[ 3.714674] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF6 <-> ADMAIF6 mapping ok
[ 3.714823] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF7 <-> ADMAIF7 mapping ok
[ 3.714969] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF8 <-> ADMAIF8 mapping ok
[ 3.715130] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF9 <-> ADMAIF9 mapping ok
[ 3.715295] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF10 <-> ADMAIF10 mapping ok
[ 3.715451] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF11 <-> ADMAIF11 mapping ok
[ 3.715597] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF12 <-> ADMAIF12 mapping ok
[ 3.715748] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF13 <-> ADMAIF13 mapping ok
[ 3.715894] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF14 <-> ADMAIF14 mapping ok
[ 3.716073] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF15 <-> ADMAIF15 mapping ok
[ 3.716249] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF16 <-> ADMAIF16 mapping ok
[ 3.716401] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF17 <-> ADMAIF17 mapping ok
[ 3.716554] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF18 <-> ADMAIF18 mapping ok
[ 3.716701] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF19 <-> ADMAIF19 mapping ok
[ 3.716808] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF20 <-> ADMAIF20 mapping ok
[ 3.721550] tegra-snd-t186ref-mobile-rt565x sound: ADSP-FE1 <-> ADSP PCM1 mapping ok
[ 3.721661] tegra-snd-t186ref-mobile-rt565x sound: ADSP-FE2 <-> ADSP PCM2 mapping ok
[ 3.721690] compress asoc: ADSP-FE3 <-> ADSP COMPR1 mapping ok
[ 3.721724] compress asoc: ADSP-FE4 <-> ADSP COMPR2 mapping ok
[ 3.726651] mmc1: queuing unknown CIS tuple 0x80 (5 bytes)
[ 3.758564] input: tegra-snd-t186ref-mobile-rt565x Headphone Jack as /devices/sound/sound/card1/input2
[ 3.759263] tegra-snd-t186ref-mobile-rt565x sound: codec-dai “dit-hifi” registered
[ 3.759267] tegra-snd-t186ref-mobile-rt565x sound: This is a dummy codec
[ 3.760041] GACT probability NOT on
[ 3.760050] Mirror/redirect action on
[ 3.760063] u32 classifier
[ 3.760064] Actions configured
[ 3.760090] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[ 3.760830] ipip: IPv4 over IPv4 tunneling driver
[ 3.761158] Initializing XFRM netlink socket
[ 3.761562] NET: Registered protocol family 10
[ 3.762302] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 3.762360] NET: Registered protocol family 17
[ 3.762373] NET: Registered protocol family 15
[ 3.762396] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[ 3.762402] 8021q: 802.1Q VLAN Support v1.8
[ 3.763037] Registered cp15_barrier emulation handler
[ 3.763058] Registered setend emulation handler
[ 3.764809] registered taskstats version 1
[ 3.768906] isp 15600000.isp: initialized
[ 3.773216] nvcsi 150c0000.nvcsi: initialized
[ 3.774228] Wake76 for irq=199
[ 3.774229] Wake77 for irq=199
[ 3.774229] Wake78 for irq=199
[ 3.774230] Wake79 for irq=199
[ 3.774231] Wake80 for irq=199
[ 3.774231] Wake81 for irq=199
[ 3.774232] Wake82 for irq=199
[ 3.774545] xhci-tegra 3530000.xhci: UTMI port 0 has OTG_CAP
[ 3.774547] xhci-tegra 3530000.xhci: No USB3 port has OTG_CAP
[ 3.798265] xhci-tegra 3530000.xhci: Direct firmware load for tegra18x_xusb_firmware failed with error -2
[ 3.798267] xhci-tegra 3530000.xhci: Falling back to user helper
[ 3.798564] spi-tegra114 3210000.spi: Static pin configuration used
[ 3.800961] spi-tegra114 c260000.spi: Static pin configuration used
[ 3.803039] spi-tegra114 3240000.spi: Static pin configuration used
[ 3.805078] tegra-xotg xotg: OTG rev:0200, ADP:0, SRP:1, HNP:1, RSP:0
[ 3.805111] tegra-xotg xotg: update_id_state: ID grounded
[ 3.805115] tegra-xotg xotg: update_vbus_state: VBUS not detected
[ 3.805131] tegra-xotg xotg: Nvidia XUSB OTG Controller
[ 3.808248] tegra-xotg xotg: otg: gadget gadget registered
[ 3.808251] tegra-xotg xotg: set gadget otg_caps from OTG controller
[ 3.808253] tegra-xotg xotg: otg: host not registered yet
[ 3.808255] tegra-xotg xotg: otg: start OTG finite state machine
[ 3.808291] tegra-xudc-new 3550000.xudc: entering ELPG
[ 3.808325] tegra-xotg xotg: FSM: can’t move to a_idle, host isn’t ready
[ 3.809147] gpio tegra-gpio-aon wake29 for gpio=56(FF:0)
[ 3.809212] gpio tegra-gpio-aon wake67 for gpio=57(FF:1)
[ 3.809280] gpio tegra-gpio-aon wake68 for gpio=58(FF:2)
[ 3.809420] input: gpio-keys as /devices/gpio-keys/input/input3
[ 3.809758] tegra-xudc-new 3550000.xudc: entering ELPG done
[ 3.845339] tegra_rtc c2a0000.rtc: setting system clock to 2018-03-01 08:09:35 UTC (1519891775)
[ 3.875839] bpmp: mounted debugfs mirror
[ 3.876315] [dram-timers] DRAM derating cdev registered.
[ 3.880144] spmic-ldo0: disabling
[ 3.880307] spmic-ldo1: disabling
[ 3.880450] en-vdd-cam: disabling
[ 3.880452] vdd-usb0-5v: disabling
[ 3.880454] vdd-usb1-5v: disabling
[ 3.880457] en-vdd-disp-3v3: disabling
[ 3.880459] en-mdm-pwr-3v7: disabling
[ 3.880460] en-vdd-disp-1v8: disabling
[ 3.880462] en-vdd-cam-hv-2v8: disabling
[ 3.880464] en-vdd-cam-1v2: disabling
[ 3.880466] vdd-fan: disabling
[ 3.880467] vdd-3v3: disabling
[ 3.880470] en-vdd-vcm-2v8: disabling
[ 3.880471] vdd-usb2-5v: disabling
[ 3.880473] vdd-sys-bl: disabling
[ 3.880474] en-vdd-sys: disabling
[ 3.886445] ALSA device list:
[ 3.886447] #0: tegra-hda at 0x3518000 irq 400
[ 3.886488] #1: tegra-snd-t186ref-mobile-rt565x
[ 3.887595] tegra-vi4 15700000.vi: initialized
[ 3.923995] mmc1 tuning done saved tap delay=21
[ 3.923998] mmc1: hw tuning done …
[ 3.924004] mmc1: tuning_window[0]: 0xfffffffe
[ 3.924011] mmc1: tuning_window[1]: 0xffffc3ff
[ 3.924015] mmc1: tuning_window[2]: 0xfc7fffff
[ 3.924020] mmc1: tuning_window[3]: 0x7fffffff
[ 3.924024] mmc1: tuning_window[4]: 0x0
[ 3.924028] mmc1: tuning_window[5]: 0x0
[ 3.924033] mmc1: tuning_window[6]: 0x0
[ 3.924057] mmc1: tuning_window[7]: 0x0
[ 3.924060] sdhci: Tap value: 21 | Trim value: 5
[ 3.924063] sdhci: SDMMC_VENDOR_INTR_STATUS[0x108]: 0x40000
[ 3.929977] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
[ 3.930022] mmc1: new ultra high speed SDR104 SDIO card at address 0001
[ 12.074276] random: nonblocking pool is initialized
[ 12.450170] tegradc 15210000.nvdisplay: hdmi: plugged
[ 12.655106] EXT4-fs (mmcblk0p1): 39 orphan inodes deleted
[ 12.661669] EXT4-fs (mmcblk0p1): recovery complete
[ 12.688858] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[ 12.698069] VFS: Mounted root (ext4 filesystem) on device 179:1.
[ 12.707096] devtmpfs: mounted
[ 12.711416] Freeing unused kernel memory: 1144K (ffffffc0010ce000 - ffffffc0011ec000)
[ 12.720392] Freeing alternatives memory: 96K (ffffffc0011ec000 - ffffffc001204000)
[ 12.793647] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[ 12.813278] systemd[1]: Detected architecture arm64.
[ 12.827450] systemd[1]: Set hostname to .
[ 12.928078] systemd[1]: Reached target Swap.
[ 12.935448] systemd[1]: Listening on Journal Socket (/dev/log).
[ 12.944254] systemd[1]: Reached target Remote File Systems (Pre).
[ 12.953249] systemd[1]: Created slice User and Session Slice.
[ 12.961956] systemd[1]: Listening on Journal Socket.
[ 12.969882] systemd[1]: Listening on Syslog Socket.
[ 12.977760] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 12.990033] systemd[1]: Reached target User and Group Name Lookups.
[ 12.999957] systemd[1]: Created slice System Slice.
[ 13.009372] systemd[1]: Starting Create list of required static device nodes for the current kernel…
[ 13.023704] systemd[1]: Started Braille Device Support.
[ 13.032953] systemd[1]: Reached target Remote File Systems.
[ 13.042902] systemd[1]: Starting Remount Root and Kernel File Systems…
[ 13.054015] systemd[1]: Listening on udev Control Socket.
[ 13.063022] systemd[1]: Listening on Journal Audit Socket.
[ 13.073155] systemd[1]: Starting Journal Service…
[ 13.081691] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 13.094770] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 13.106022] systemd[1]: Reached target Encrypted Volumes.
[ 13.119772] systemd[1]: Starting Load Kernel Modules…
[ 13.126716] gpio tegra-gpio-aon wake30 for gpio=60(FF:4)
[ 13.136913] systemd[1]: Mounting Debug File System…
[ 13.146061] systemd[1]: Created slice system-getty.slice.
[ 13.155494] systemd[1]: Listening on udev Kernel Socket.
[ 13.164806] systemd[1]: Reached target Slices.
[ 13.175278] systemd[1]: Mounted Debug File System.
[ 13.184242] systemd[1]: Started Journal Service.
[ 13.283568] systemd-journald[269]: Received request to flush runtime journal from PID 1
[ 13.491080] tegra-pcie 10003000.pcie-controller: 4x1, 1x1 configuration
[ 13.492057] tegra-pcie 10003000.pcie-controller: PCIE: Enable power rails
[ 13.492530] tegra-pcie 10003000.pcie-controller: probing port 0, using 4 lanes
[ 13.494419] tegra-pcie 10003000.pcie-controller: probing port 2, using 1 lanes
[ 13.617193] xhci-tegra 3530000.xhci: cannot find firmware…retry after 1 second
[ 13.667353] CAN device driver interface
[ 13.671033] dhd_module_init in
[ 13.671064] tegra_net_perf_init: cannot get wifi sclk
[ 13.671132] found wifi platform device bcmdhd_wlan
[ 13.675270] gpio tegra-gpio-aon wake69 for gpio=59(FF:3)
[ 13.675279] wifi_platform_get_country_code_map: could not get country_code_map
[ 13.675280] wifi_plat_dev_drv_probe:platform country code map is not available
[ 13.675290] Power-up adapter ‘DHD generic adapter’
[ 13.675295] wifi_platform_set_power = 1
[ 13.748602] Message RAM Configuration
| base addr |0x0c312000|
| sidfc_flssa |0x00000000|
| xidfc_flesa |0x00000040|
| rxf0c_f0sa |0x000000c0|
| rxf1c_f1sa |0x00000300|
| rxbc_rbsa |0x00000540|
| txefc_efsa |0x00000780|
| txbc_tbsa |0x00000800|
| tmc_tmsa |0x00000c80|
[ 13.802779] Release 3.2.0 from 19.12.2014
[ 13.808920] net can0: mttcan device registered (regs=ffffff8006f5e000, irq=427)
[ 13.810612] Message RAM Configuration
| base addr |0x0c322000|
| sidfc_flssa |0x00000000|
| xidfc_flesa |0x00000040|
| rxf0c_f0sa |0x000000c0|
| rxf1c_f1sa |0x00000300|
| rxbc_rbsa |0x00000540|
| txefc_efsa |0x00000780|
| txbc_tbsa |0x00000800|
| tmc_tmsa |0x00000c80|
[ 13.810781] Release 3.2.0 from 19.12.2014
[ 13.811007] net can1: mttcan device registered (regs=ffffff8007ffe000, irq=428)
[ 13.878223] wifi_platform_bus_enumerate device present 1
[ 13.896090] wifi_platform_bus_enumerate device present 0
[ 13.896449] F1 signature read @0x18000000=0x17214354
[ 13.899857] F1 signature OK, socitype:0x1 chip:0x4354 rev:0x1 pkg:0x2
[ 13.900338] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
[ 13.900393] wifi_platform_prealloc: failed to alloc static mem section 7
[ 13.900399] wifi_platform_get_mac_addr
[ 13.901852] CFG80211-ERROR) wl_setup_wiphy : Registering Vendor80211
[ 13.902080] wl_create_event_handler(): thread:wl_event_handler:1f4 started
[ 13.902100] CFG80211-ERROR) wl_event_handler : tsk Enter, tsk = 0xffffffc07a701a70
[ 13.902191] dhd_attach(): thread:dhd_watchdog_thread:1f5 started
[ 13.902253] dhd_attach(): thread:dhd_dpc:1f6 started
[ 13.902303] dhd_attach(): thread:dhd_rxf:1f7 started
[ 13.902307] dhd_deferred_work_init: work queue initialized
[ 13.902462] Dongle Host Driver, version 1.201.82 (r)
Compiled in drivers/net/wireless/bcmdhd on Feb 8 2018 at 12:33:00
[ 13.902725] tegra_sysfs_register
[ 13.902750] Register interface [wlan0] MAC: 00:04:4b:a7:e0:ba

[ 13.902753] dhd_prot_ioctl : bus is down. we have nothing to do
[ 13.902843] sdhci-tegra 3440000.sdhci: Tuning already done, restoring the best tap value : 21
[ 13.903882] wifi_platform_set_power = 0
[ 13.930234] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[ 14.336241] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[ 14.616220] xhci-tegra 3530000.xhci: Firmware timestamp: 2017-03-31 06:21:56 UTC, Version: 55.07 release
[ 14.618235] xhci-tegra 3530000.xhci: xHCI Host Controller
[ 14.618253] xhci-tegra 3530000.xhci: new USB bus registered, assigned bus number 1
[ 14.619035] xhci-tegra 3530000.xhci: hcc params 0x0184fd25 hci version 0x100 quirks 0x00010810
[ 14.619057] xhci-tegra 3530000.xhci: irq 59, io mem 0x03530000
[ 14.619165] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 14.619168] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 14.619170] usb usb1: Product: xHCI Host Controller
[ 14.619172] usb usb1: Manufacturer: Linux 4.4.38-jetsonbot-v0.1 xhci-hcd
[ 14.619173] usb usb1: SerialNumber: 3530000.xhci
[ 14.619431] hub 1-0:1.0: USB hub found
[ 14.619450] hub 1-0:1.0: 4 ports detected
[ 14.638348] xhci-tegra 3530000.xhci: xHCI Host Controller
[ 14.638355] xhci-tegra 3530000.xhci: new USB bus registered, assigned bus number 2
[ 14.638498] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 14.638501] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 14.638502] usb usb2: Product: xHCI Host Controller
[ 14.638504] usb usb2: Manufacturer: Linux 4.4.38-jetsonbot-v0.1 xhci-hcd
[ 14.638505] usb usb2: SerialNumber: 3530000.xhci
[ 14.638736] hub 2-0:1.0: USB hub found
[ 14.638752] hub 2-0:1.0: 3 ports detected
[ 14.639095] tegra-xotg xotg: otg: host 3530000.xhci registered
[ 14.650413] extcon-gpio-states external-connection:extcon@1: Cable state 2
[ 14.738241] tegra-pcie 10003000.pcie-controller: link 0 down, retrying
[ 14.740261] tegra-pcie 10003000.pcie-controller: link 0 down, ignoring
[ 14.982212] usb 1-1: new low-speed USB device number 2 using xhci-tegra
[ 15.118575] usb 1-1: feature bit otg_vbus_off set
[ 15.118579] usb 1-1: New USB device found, idVendor=046a, idProduct=b090
[ 15.118581] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 15.118584] usb 1-1: Product: USB keyboard
[ 15.118585] usb 1-1: Manufacturer: Cherry
[ 15.118769] usb 1-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[ 15.118793] usb 1-1: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
[ 15.119139] xhci-tegra 3530000.xhci: tegra_xhci_mbox_work mailbox command 6
[ 15.123541] input: Cherry USB keyboard as /devices/3530000.xhci/usb1/1-1/1-1:1.0/0003:046A:B090.0001/input/input4
[ 15.139406] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[ 15.178425] hid-generic 0003:046A:B090.0001: input,hidraw0: USB HID v1.11 Keyboard [Cherry USB keyboard] on usb-3530000.xhci-1/input0
[ 15.188661] input: Cherry USB keyboard as /devices/3530000.xhci/usb1/1-1/1-1:1.1/0003:046A:B090.0002/input/input5
[ 15.242318] hid-generic 0003:046A:B090.0002: input,hidraw1: USB HID v1.11 Device [Cherry USB keyboard] on usb-3530000.xhci-1/input1
[ 15.354212] usb 1-2: new full-speed USB device number 3 using xhci-tegra
[ 15.491083] usb 1-2: feature bit otg_vbus_off set
[ 15.491088] usb 1-2: New USB device found, idVendor=1a81, idProduct=2205
[ 15.491091] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 15.491093] usb 1-2: Product: Fujitsu Mouse
[ 15.491094] usb 1-2: Manufacturer: Fujitsu Mouse
[ 15.496601] input: Fujitsu Mouse Fujitsu Mouse as /devices/3530000.xhci/usb1/1-2/1-2:1.0/0003:1A81:2205.0003/input/input6
[ 15.546508] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[ 15.550371] hid-generic 0003:1A81:2205.0003: input,hidraw2: USB HID v1.11 Mouse [Fujitsu Mouse Fujitsu Mouse] on usb-3530000.xhci-2/input0
[ 15.950425] tegra-pcie 10003000.pcie-controller: link 2 down, retrying
[ 15.952446] tegra-pcie 10003000.pcie-controller: link 2 down, ignoring
[ 15.952454] tegra-pcie 10003000.pcie-controller: PCIE: no end points detected
[ 15.952630] tegra-pcie 10003000.pcie-controller: PCIE: Disable power rails
[ 16.135162] cfg80211: World regulatory domain updated:
[ 16.135166] cfg80211: DFS Master region: unset
[ 16.135166] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 16.135170] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 16.135172] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 16.135174] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[ 16.135176] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[ 16.135178] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[ 16.135180] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[ 16.135181] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[ 16.135183] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[ 16.286089] xhci-tegra 3530000.xhci: tegra_xhci_mbox_work mailbox command 5
[ 16.286094] xhci-tegra 3530000.xhci: tegra_xhci_mbox_work ignore firmware MBOX_CMD_DEC_SSPI_CLOCK request
[ 17.280849] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 17.289915] gpio tegra-gpio wake18 for gpio=101(M:5)
[ 17.297347] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 17.313875] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 17.321365]
Dongle Host Driver, version 1.201.82 (r)
Compiled in drivers/net/wireless/bcmdhd on Feb 8 2018 at 12:33:00
[ 17.339380] wl_android_wifi_on in
[ 17.339382] wifi_platform_set_power = 1
[ 17.618652] mmc1: queuing unknown CIS tuple 0x80 (5 bytes)
[ 17.684418] sdhci-tegra 3440000.sdhci: Tuning already done, restoring the best tap value : 21
[ 17.684788] F1 signature read @0x18000000=0x17214354
[ 17.688308] F1 signature OK, socitype:0x1 chip:0x4354 rev:0x1 pkg:0x2
[ 17.688779] DHD: dongle ram size is set to 786432(orig 786432) at 0x180000
[ 17.736839] dhdsdio_write_vars: Download, Upload and compare of NVRAM succeeded.
[ 17.778490] dhd_bus_init: enable 0x06, ready 0x06 (waited 0us)
[ 17.778681] gpio tegra-gpio-aon wake69 for gpio=59(FF:3)
[ 17.778711] gpio tegra-gpio-aon wake69 for gpio=59(FF:3)
[ 17.778713] Enabling wake69
[ 17.779707] wifi_platform_get_mac_addr
[ 17.781137] Firmware up: op_mode=0x0005, MAC=00:04:4b:a7:e0:ba
[ 17.786386] dhd_preinit_ioctls pspretend_threshold for HostAPD failed -23
[ 17.790643] Firmware version = wl0: May 4 2017 13:48:00 version 7.35.221.21 (r697384) FWID 01-58d9d0b3
[ 17.792758] dhd_interworking_enable: failed to set WNM info, ret=-23
[ 17.792926] tegra_sysfs_on
[ 17.921648] CFGP2P-ERROR) wl_cfgp2p_add_p2p_disc_if : P2P interface registered
[ 17.931499] WLC_E_IF: NO_IF set, event Ignored
[ 18.640820] PD DISP2 index4 DOWN
[ 18.640994] PD DISP1 index3 DOWN
[ 18.641080] PD DISP0 index2 DOWN
[ 18.651646] PD DISP0 index2 UP
[ 18.652613] PD DISP1 index3 UP
[ 18.652711] PD DISP2 index4 UP
[ 18.654390] Parent Clock set for DC plld2
[ 18.657476] tegradc 15210000.nvdisplay: hdmi: pclk:154128K, set prod-setting:prod_c_200M
[ 18.657484] tegradc 15210000.nvdisplay: hdmi: pclk:154128K, set prod-setting:prod_c_300M
[ 20.232633] PD DISP2 index4 DOWN
[ 20.232782] PD DISP1 index3 DOWN
[ 20.232855] PD DISP0 index2 DOWN
[ 20.249796] PD DISP0 index2 UP
[ 20.250635] PD DISP1 index3 UP
[ 20.250715] PD DISP2 index4 UP
[ 20.252098] Parent Clock set for DC plld2
[ 20.254628] tegradc 15210000.nvdisplay: hdmi: pclk:154128K, set prod-setting:prod_c_200M
[ 20.254632] tegradc 15210000.nvdisplay: hdmi: pclk:154128K, set prod-setting:prod_c_300M
[ 22.392410] gk20a 17000000.gp10b: railgate is disabled.
[ 22.530541] PD DISP2 index4 DOWN
[ 22.530699] PD DISP1 index3 DOWN
[ 22.530773] PD DISP0 index2 DOWN
[ 22.541272] PD DISP0 index2 UP
[ 22.545813] PD DISP1 index3 UP
[ 22.545898] PD DISP2 index4 UP
[ 22.547476] Parent Clock set for DC plld2
[ 22.550884] tegradc 15210000.nvdisplay: hdmi: pclk:154128K, set prod-setting:prod_c_200M
[ 22.550889] tegradc 15210000.nvdisplay: hdmi: pclk:154128K, set prod-setting:prod_c_300M
[ 22.688867] CFG80211-ERROR) wl_cfg80211_connect : Connectting with34:97:f6:01:e3:c8 channel (10) ssid “ASUS_C8_2G”, len (10)

[ 23.068140] wl_bss_connect_done succeeded with 34:97:f6:01:e3:c8
[ 23.123736] wl_bss_connect_done succeeded with 34:97:f6:01:e3:c8
[ 23.154070] cfg80211: Regulatory domain changed to country: GB
[ 23.154073] cfg80211: DFS Master region: ETSI
[ 23.154074] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 23.154077] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 23.154079] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[ 23.154081] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[ 23.154083] cfg80211: (5490000 KHz - 5710000 KHz @ 160000 KHz), (N/A, 2700 mBm), (0 s)
[ 23.154085] cfg80211: (57000000 KHz - 66000000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
[ 23.224792] dhd_ndo_add_ip: ndo ip addr add failed, retcode = -23
[ 23.224795] dhd_inet6_work_handler: Adding host ip for NDO failed -23
[ 24.886016] fuse init (API version 7.23)
[ 27.959475] PD DISP2 index4 DOWN
[ 27.959629] PD DISP1 index3 DOWN
[ 27.959705] PD DISP0 index2 DOWN
[ 27.970262] PD DISP0 index2 UP
[ 27.971828] PD DISP1 index3 UP
[ 27.972209] PD DISP2 index4 UP
[ 27.978606] Parent Clock set for DC plld2
[ 27.982278] tegradc 15210000.nvdisplay: hdmi: pclk:154128K, set prod-setting:prod_c_200M
[ 27.982284] tegradc 15210000.nvdisplay: hdmi: pclk:154128K, set prod-setting:prod_c_300M
nvidia@tegra-ubuntu:~$

system log file


Mar 1 07:35:02 tegra-ubuntu systemd[1]: Started CUPS Scheduler.
Mar 1 07:35:03 tegra-ubuntu anacron[6710]: Job `cron.daily’ terminated
Mar 1 07:35:03 tegra-ubuntu anacron[6710]: Normal exit (1 job run)
Mar 1 07:35:10 tegra-ubuntu rsyslogd-2007: action ‘action 9’ suspended, next retry is Thu Mar 1 07:36:40 2018 [v8.16.0 try http://www.rsyslog.com/e/2007 ]
Mar 1 07:40:37 tegra-ubuntu rsyslogd-2007: action ‘action 9’ suspended, next retry is Thu Mar 1 07:42:07 2018 [v8.16.0 try http://www.rsyslog.com/e/2007 ]
Mar 1 07:42:29 tegra-ubuntu rsyslogd-2007: action ‘action 9’ suspended, next retry is Thu Mar 1 07:43:59 2018 [v8.16.0 try http://www.rsyslog.com/e/2007 ]
Mar 1 07:45:02 tegra-ubuntu rsyslogd-2007: action ‘action 9’ suspended, next retry is Thu Mar 1 07:46:32 2018 [v8.16.0 try http://www.rsyslog.com/e/2007 ]
Mar 1 07:48:58 tegra-ubuntu rsyslogd-2007: action ‘action 9’ suspended, next retry is Thu Mar 1 07:50:28 2018 [v8.16.0 try http://www.rsyslog.com/e/2007 ]
Mar 1 07:56:38 tegra-ubuntu rsyslogd-2007: action ‘action 9’ suspended, next retry is Thu Mar 1 07:58:08 2018 [v8.16.0 try http://www.rsyslog.com/e/2007 ]
Mar 1 08:03:54 tegra-ubuntu gnome-session[1681]: Nautilus-Share-Message: Called “net usershare info” but it failed: Failed to execute child process “net” (No such file or directory)
Mar 1 08:03:54 tegra-ubuntu rsyslogd-2007: action ‘action 9’ suspended, next retry is Thu Mar 1 08:05:24 2018 [v8.16.0 try http://www.rsyslog.com/e/2007 ]
Mar 1 08:05:06 tegra-ubuntu gnome-session[1681]: message repeated 3 times: [ Nautilus-Share-Message: Called “net usershare info” but it failed: Failed to execute child process “net” (No such file or directory)]
Mar 1 08:06:03 tegra-ubuntu org.gnome.zeitgeist.SimpleIndexer[1530]: ** (zeitgeist-fts:2144): WARNING **: Unable to get info on application://nautilus-autostart.desktop
Mar 1 08:06:03 tegra-ubuntu rsyslogd-2007: action ‘action 9’ suspended, next retry is Thu Mar 1 08:07:33 2018 [v8.16.0 try http://www.rsyslog.com/e/2007\00\]
\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\Mar 1 08:09:48 tegra-ubuntu rsyslogd: [origin software=“rsyslogd” swVersion=“8.16.0” x-pid=“661” x-info=“http://www.rsyslog.com”] start
Mar 1 08:09:48 tegra-ubuntu rsyslogd-2222: command ‘KLogPermitNonKernelFacility’ is currently not permitted - did you already set it via a RainerScript command (v6+ config)? [v8.16.0 try http://www.rsyslog.com/e/2222 ]
Mar 1 08:09:48 tegra-ubuntu rsyslogd: rsyslogd’s groupid changed to 115
Mar 1 08:09:48 tegra-ubuntu rsyslogd: rsyslogd’s userid changed to 108
Mar 1 08:09:48 tegra-ubuntu systemd-modules-load[271]: Inserted module ‘bluedroid_pm’
Mar 1 08:09:48 tegra-ubuntu systemd-modules-load[271]: Module ‘nvhost_vi’ is builtin
Mar 1 08:09:48 tegra-ubuntu systemd[1]: Started Create list of required static device nodes for the current kernel.
Mar 1 08:09:48 tegra-ubuntu kernel: [ 0.000000] Booting Linux on physical CPU 0x100
Mar 1 08:09:48 tegra-ubuntu kernel: [ 0.000000] Initializing cgroup subsys cpuset
Mar 1 08:09:48 tegra-ubuntu kernel: [ 0.000000] Initializing cgroup subsys cpu
Mar 1 08:09:48 tegra-ubuntu systemd[1]: Started Remount Root and Kernel File Systems.
Mar 1 08:09:48 tegra-ubuntu kernel: [ 0.000000] Initializing cgroup subsys cpuacct
Mar 1 08:09:48 tegra-ubuntu kernel: [ 0.000000] Linux version 4.4.38-jetsonbot-v0.1 (root@tegra-ubuntu) (gcc version 5.4.0 20160609 (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.6) ) #1 SMP PREEMPT Thu Feb 8 12:28:08 UTC 2018
Mar 1 08:09:48 tegra-ubuntu systemd[1]: Started Load Kernel Modules.
Mar 1 08:09:48 tegra-ubuntu kernel: [ 0.000000] Boot CPU: AArch64 Processor [411fd073]
Mar 1 08:09:48 tegra-ubuntu kernel: [ 0.000000] earlycon: Early serial console at MMIO32 0x3100000 (options ‘’)
Mar 1 08:09:48 tegra-ubuntu kernel: [ 0.000000] bootconsole [uart0] enabled
Mar 1 08:09:48 tegra-ubuntu kernel: [ 0.000000] Reserved memory: initialized node ramoops_carveout, compatible id nvidia,ramoops
Mar 1 08:09:48 tegra-ubuntu systemd[1]: Mounting Configuration File System…
Mar 1 08:09:48 tegra-ubuntu kernel: [ 0.000000] cma: Reserved 64 MiB at 0x00000000fc000000
Mar 1 08:09:48 tegra-ubuntu kernel: [ 0.000000] On node 0 totalpages: 2051072
Mar 1 08:09:48 tegra-ubuntu kernel: [ 0.000000] DMA zone: 8192 pages used for memmap
Mar 1 08:09:48 tegra-ubuntu kernel: [ 0.000000] DMA zone: 0 pages reserved
Mar 1 08:09:48 tegra-ubuntu systemd[1]: Starting Apply Kernel Variables…
Mar 1 08:09:48 tegra-ubuntu kernel: [ 0.000000] DMA zone: 519408 pages, LIFO batch:31
Mar 1 08:09:48 tegra-ubuntu kernel: [ 0.000000] Normal zone: 23933 pages used for memmap
Mar 1 08:09:48 tegra-ubuntu kernel: [ 0.000000] Normal zone: 1531664 pages, LIFO batch:31
Mar 1 08:09:48 tegra-ubuntu systemd[1]: Starting udev Coldplug all Devices…
Mar 1 08:09:48 tegra-ubuntu kernel: [ 0.000000] psci: probing for conduit method from DT.
Mar 1 08:09:48 tegra-ubuntu kernel: [ 0.000000] psci: PSCIv1.0 detected in firmware.
Mar 1 08:09:48 tegra-ubuntu systemd-sysctl[277]: Couldn’t write ‘1’ to ‘kernel/yama/ptrace_scope’, ignoring: No such file or directory
Mar 1 08:09:48 tegra-ubuntu kernel: [ 0.000000] psci: Using standard PSCI v0.2 function IDs
Mar 1 08:09:48 tegra-ubuntu kernel: [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
Mar 1 08:09:48 tegra-ubuntu kernel: [ 0.000000] PERCPU: Embedded 17 pages/cpu @ffffffc1f5cf3000 s31128 r8192 d30312 u69632
Mar 1 08:09:48 tegra-ubuntu kernel: [ 0.000000] pcpu-alloc: s31128 r8192 d30312 u69632 alloc=17*4096
Mar 1 08:09:48 tegra-ubuntu systemd-sysctl[277]: Couldn’t write ‘1’ to ‘net/ipv4/tcp_syncookies’, ignoring: No such file or directory
Mar 1 08:09:48 tegra-ubuntu rsyslogd-2039: Could not open output pipe ‘/dev/xconsole’:: No such file or directory [v8.16.0 try http://www.rsyslog.com/e/2039 ]
Mar 1 08:09:48 tegra-ubuntu systemd[1]: Starting Load/Save Random Seed…
Mar 1 08:09:48 tegra-ubuntu kernel: [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5
Mar 1 08:09:48 tegra-ubuntu kernel: [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2018947
Mar 1 08:09:48 tegra-ubuntu systemd[1]: Starting Create Static Device Nodes in /dev…
Mar 1 08:09:48 tegra-ubuntu kernel: [ 0.000000] Kernel command line: root=/dev/mmcblk0p1 rw rootwait console=ttyS0,115200n8 console=tty0 OS=l4t fbcon=map:0 net.ifnames=0 memtype=0 video=tegrafb no_console_suspend=1 earlycon=uart8250,mmio32,0x03100000 nvdumper_reserved=0x2772e0000 gpt tegraid=18.1.2.0.0 tegra_keep_boot_clocks maxcpus=6 androidboot.serialno=0324917251449 bl_prof_dataptr=0x10000@0x277240000 sdhci_tegra.en_boot_part_access=1 root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4
Mar 1 08:09:48 tegra-ubuntu kernel: [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
Mar 1 08:09:48 tegra-ubuntu systemd[1]: Starting Flush Journal to Persistent Storage…
Mar 1 08:09:48 tegra-ubuntu kernel: [ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
Mar 1 08:09:48 tegra-ubuntu kernel: [ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
Mar 1 08:09:48 tegra-ubuntu kernel: [ 0.000000] Memory: 7972392K/8204288K available (11064K kernel code, 1770K rwdata, 5628K rodata, 1144K init, 679K bss, 166360K reserved, 65536K cma-reserved)
Mar 1 08:09:48 tegra-ubuntu kernel: [ 0.000000] Virtual kernel memory layout:
Mar 1 08:09:48 tegra-ubuntu systemd[1]: Mounted Configuration File System.
Mar 1 08:09:48 tegra-ubuntu kernel: [ 0.000000] vmalloc : 0xffffff8000000000 - 0xffffffbdbfff0000 ( 246 GB)
Mar 1 08:09:48 tegra-ubuntu kernel: [ 0.000000] vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000 ( 8 GB maximum)
Mar 1 08:09:48 tegra-ubuntu systemd[1]: Started Apply Kernel Variables.
Mar 1 08:09:48 tegra-ubuntu kernel: [ 0.000000] 0xffffffbdc2000000 - 0xffffffbdc9d7c400 ( 125 MB actual)
Mar 1 08:09:48 tegra-ubuntu rsyslogd-2007: action ‘action 9’ suspended, next retry is Thu Mar 1 08:10:18 2018 [v8.16.0 try http://www.rsyslog.com/e/2007 ]
Mar 1 08:09:48 tegra-ubuntu kernel: [ 0.000000] fixed : 0xffffffbffa7fd000 - 0xffffffbffac00000 ( 4108 KB)
Mar 1 08:09:48 tegra-ubuntu kernel: [ 0.000000] PCI I/O : 0xffffffbffae00000 - 0xffffffbffbe00000 ( 16 MB)
Mar 1 08:09:48 tegra-ubuntu systemd[1]: Started Load/Save Random Seed.
Mar 1 08:09:48 tegra-ubuntu kernel: [ 0.000000] modules : 0xffffffbffc000000 - 0xffffffc000000000 ( 64 MB)
Mar 1 08:09:48 tegra-ubuntu kernel: [ 0.000000] memory : 0xffffffc000000000 - 0xffffffc1f5f10000 ( 8031 MB)
Mar 1 08:09:48 tegra-ubuntu kernel: [ 0.000000] .init : 0xffffffc0010ce000 - 0xffffffc0011ec000 ( 1144 KB)

Please find also the system file.
Thank you!