Jetson TX2 failed to flash on Jetpack 3.1

Hi everybody,
Today I try to flash u-boot on Jetson TX2 as:

sudo ./flash.sh -k EBT jetson-tx2 mmcblk1p1

but I got this error

[   5.4371 ] tegradevflash_v2 --iscpubl
[   5.4384 ] CPU Bootloader is not running on device.
[   5.5136 ]
[   6.7463 ] Writing partition
[   6.7478 ] tegradevflash_v2 --write EBT /home/openstack/Jetpack3.1_TX2/64_TX2/Linux_for_Tegra_tx2/bootloader/signed/nvtboot_cpu.bin.encrypt
[   6.7491 ] Bootloader version 01.00.0000
[   6.8219 ] File to be written cannot be of zero size
[   6.8220 ]
Error: Return value 10
Command tegradevflash_v2 --write EBT /home/openstack/Jetpack3.1_TX2/64_TX2/Linux_for_Tegra_tx2/bootloader/signed/nvtboot_cpu.bin.encrypt
Failed to flash/read t186ref.

Is there any suggestion to solve this problem?
Thank in advance.
P.S. The attached file are full log file
uboot_flashing.docx (39.2 KB)

Hi
I have a similar problem.
I’ve already wrote about my problems with wifi on the jetson system.
During the past months I have had a very intense working time (far away from the jetson) until yesterday when I decided to re-flash the board starting from scratch.
First I have booted the board to see that everything was ok.
Then I set it off and connected usb and ethernet cable directly to my host laptop, where I had downloaded the jetPack 3.1.
I started the process and then it got stuck at the IP address search for almost 1 hour.
At that point I decided to reset the board and restart the whole process.
I had no bridge around so I used an old modem. I connected both my laptop and the board to it and started the process again.
This time it got stuck asking me if I wanted to retry or insert IP address manually. I retried a few times with no success. Then, I chose the other option, and the process ended, telling me everything was successfully installed.
I tried to restart the board and it did not boot up.
Then I tried again using a small wifi peripheral I use to connect my decoder to wifi (tplink wr702n), so that I could use the eth port on the jetson to connect to my wifi network.
This time I had to go away while installing. When I got back I found the message that everything was correctly installed, but when I try to restart I can only see 4 leds lithing on the board: CR5 next to the fan connector on the jetson board (red), CR6, close to ethernet connector (red), CR1 between rec and power buttons (green) and finally CR2 on the other side of the power button (green).

Is my board broken?
please help

Regards and thanks in advance
Pierluigi

@Pierluigi: It might be a video mode mismatch, especially if you are using an HDMI to VGA adapter.
If you plug a usb keyboard, do the keyboard leds work ?
Can you ssh from host into the jetson ?

Hi Honey

video mode mismatch. Yes, I’m using an HDMI to VGA adapter, but I’ve been using this configuration effectively until last update. Why should it be broken suddenly? anyway, I’ve connected a usb keyboard and it will not light.
I don’t know how to connect via ssh, because I don’t know if it’s connected to a network and whether it has any ip address

If you are using a an HDMI to VGA adapter, then the EDID cannot be read for setting video mode accordingly. Then the video driver will select a default mode. These modes change from version to version (while a VGA mode would always work), so you may have been lucky with last version and unlucky with the new one.
Using an HDMI monitor or a DVI (most HDMI to DVI adapters can provide the EDID) could rule this out.

On the ethernet connector, no light ? You may find the IP of your Jetson looking at your DHCP server log.

Can you see your board in recovery mode from your host with lsusb ?

@Quang_OpenStack, you ran out of disk space long before the images were created:

90 CHUNK 30064771072(7340032 blks) ==>    30798932(7519 blks)
...
[   6.8219 ] File to be written cannot be of zero size

If you had enough disk space on the host there would have been approximately 2770 chunks…notice that you show only 90. The raw image generated is the size of the entire rootfs partition, so if you are flashing a 28GB partition, then the uncompressed image will itself be 28GB. Then there is the compressed version, this is probably another 2 or 3GB. There may be other temporary files, e.g., binary images with NULL padding are small, but still need some disk space.

@linuxdev,
I have a lot of disk space on my linux computer,more than 500 GB.
Do you have any suggestion for this?
Thank

What was the exact flash command line, and what is the exact size of “bootloader/system.img.raw”? If this is correct, then I can only imagine such a small compression result is due to not filling in the rootfs (such as no sample rootfs unpacked, or permission to access this denied).

@linuxdev
I use the command bellow to flash Jetson TX2

sudo ./flash.sh -k EBT jetson-tx2 mmcblk1p1

When I check bootloader/system.img.raw size, it is 28GB.
By the way, in bootloader/signed folder, there is no file nvtboot_cpu.bin.encrypt. Is it problem?
Thank

I don’t know if that is a valid flash command or not…you’re trying to flash just a boot loader to the EBT partition label, but your destination is the SD card. Can anyone from NVIDIA confirm if it is valid to try to flash boot loader and name the SD card? Many of those hidden partitions are probably not intended to ever reach the SD card…part of it probably must remain on eMMC even when naming mmcblk1p1.

Dear linuxdev,
I also try with

sudo ./flash.sh -k EBT jetson-tx2 mmcblk0p1

The same error happen.
Thank.
P.S.

  • I tested with both Jetpack 3.0 and Jetpack 3.1
  • There is no file nvtboot_cpu.bin.encrypt in bootloader/signed folder. I think this make error

hi Quang_OpenStack,

please check the 28.1 Release Development Guide, we share correct commands to update u-boot for TX2 in the U-Boot Customization chapter.

Flashing U-Boot Only
To flash the full L4T image to the reference platform see Flashing U-Boot Full L4T Image above. To flash a new version of U-Boot, perform the following:
To flash the new U-Boot
• Execute the following command on Jetson TX2:
$ sudo ./flash.sh -k kernel mmcblk0p1

BTW, there’s document erroneous about update the u-boot partition for TX1.
we had external wiki to update this at Jetson/TX2 DTB - eLinux.org

hi everybody…

ok…
It seems that I had problems with my adapter, at the end. I replaced it with another one (sorry I did not buy another monitor, LOL) and it worked.
Now I see the login screen on my jetson.
Thanks @Honey_Patouceul

What happens now is that I tried with several mouses and keyboards, and all-in-one mouse+ keyboard devices, but it seems there is no reaction on the jetson side.
The same devices worked on my laptop.
The problem is now… How to make them work?

Thanks a lot in advance.

Regards
Pierluigi

You can check the “/var/log/Xorg.0.log” to see what it thinks. The XInput module handles those devices, thus you get a USB note from dmesg at plug in or unplug, plus the X log tells what it did with that connect/disconnect event. E.G.:

sudo tail -f /var/log/Xorg.0.log
# ...now connect and disconnect the mouse/keyboard...

hi all and linuxdev
I tried to run your command

sudo tail -f /var/log/Xorg.0.log

what I got is the following

sudo tail -f /var/log/Xorg.0.log

I ran a dmesg command from ssh.
this is the result… anyone can help

[code]ubuntu@tegra-ubuntu:~$ dmesg
[ 0.046345] Tegra Revision: A02p SKU: 0xdc CPU Process: 0 SoC Process: 0
[ 0.046985] 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.047005] DTB Build time: Jul 20 2017 00:50:45
[ 0.062598] CPU1: Booted secondary processor [4e0f0030]
[ 0.074092] CPU2: Booted secondary processor [4e0f0030]
[ 0.085803] CPU3: Booted secondary processor [411fd073]
[ 0.097816] CPU4: Booted secondary processor [411fd073]
[ 0.109818] CPU5: Booted secondary processor [411fd073]
[ 0.109879] Brought up 6 CPUs
[ 0.109930] SMP: Total of 6 processors activated.
[ 0.109941] CPU: All CPU(s) started at EL2
[ 0.110360] devtmpfs: initialized
[ 0.137087] Initilizing CustomIPI irq domain
[ 0.137292] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.138186] pinctrl core: initialized pinctrl subsystem
[ 0.138360] OS set in device tree is L4T.
[ 0.138560] regulator-dummy: no parameters
[ 0.138664] Initializing plugin-manager
[ 0.138716] Plugin module not found
[ 0.139134] node /plugin-manager/soc-prod-a02-fragment match with chip-id A02P
[ 0.139480] node /plugin-manager/fragement@0 match with odm-data enable-denver-wdt
[ 0.140104] node /plugin-manager/fragement@4 match with odm-data enable-denver-wdt
[ 0.141292] node /plugin-manager/fragment-sdwake-p3310-1000-300 match with board >=3310-1000-300
[ 0.141676] node /plugin-manager/fragement-pmon-p3310-1000-300 match with board >=3310-1000-300
[ 0.141938] node /plugin-manager/fragement-pmon-p3310-1000-800 match with board >=3310-1000-800
[ 0.142165] node /plugin-manager/fragment-devslp@0 match with board >=3310-1000-200
[ 0.142585] node /plugin-manager/fragment-500-pcie-config match with board >=3310-1000-500
[ 0.143017] node /plugin-manager/fragment-500-xusb-config match with board >=3310-1000-500
[ 0.143293] node /plugin-manager/fragment-500-e3325-pcie match with board >=3310-1000-500
[ 0.143667] node /plugin-manager/fragment-p3310-c00-comm match with board >=3310-1000-800
[ 0.143913] node /plugin-manager/fragment-p3310-c00-pmic match with board >=3310-1000-800
[ 0.144130] node /plugin-manager/fragment-p3310-c01 match with board >=3310-1000-900
[ 0.144382] node /plugin-manager/fragment-p3310-c03 match with board >=3310-1000-B00
[ 0.145940] node /plugin-manager/fragment-e3326@0 match with board 3326-*
[ 0.147025] node /plugin-manager/fragment-p3310-c00-camera match with board >=3310-1000-800
[ 0.148801] Adding domain adsp-pd to PM domain ape-pd
[ 0.151186] NET: Registered protocol family 16
[ 0.151861] console [pstore-1] enabled
[ 0.151872] pstore: Registered ramoops as persistent store backend
[ 0.151885] ramoops: attached 0x200000@0x96080000, ecc: 0/0
[ 0.161361] cpuidle: using governor ladder
[ 0.165803] cpuidle: using governor menu
[ 0.166963] bpmp: waiting for handshake
[ 0.166976] bpmp: handshake completed
[ 0.167016] bpmp: synchronizing channels
[ 0.167046] bpmp: channels synchronized
[ 0.167056] bpmp: mail init ok
[ 0.167376] vdso: 2 pages (1 code @ ffffffc001219000, 1 data @ ffffffc001218000)
[ 0.167406] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.168328] atomic_pool_init():526: DMA: preallocated 1024 KiB pool for atomic allocations
[ 0.169792] tegra_powergate_init: DONE
[ 0.169820] 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.169844] DTB Build time: Jul 20 2017 00:50:45
[ 0.170741] Tegra reboot handler registered.
[ 0.171804] Registering Tegra186 clocks (this may take a while)…done
[ 0.173947] arm-smmu 12000000.iommu: probing hardware configuration…
[ 0.173963] arm-smmu 12000000.iommu: SMMUv2 with:
[ 0.173975] arm-smmu 12000000.iommu: stage 1 translation
[ 0.173987] arm-smmu 12000000.iommu: stage 2 translation
[ 0.173997] arm-smmu 12000000.iommu: nested translation
[ 0.174009] arm-smmu 12000000.iommu: stream matching with 128 register groups, mask 0x7f80
[ 0.174027] arm-smmu 12000000.iommu: SMMU address space size (0x800000) differs from mapped region size (0x1000000)!
[ 0.174044] arm-smmu 12000000.iommu: 64 context banks (0 stage-2 only)
[ 0.174057] arm-smmu 12000000.iommu: Stage-1: 39-bit VA → 48-bit IPA
[ 0.174069] arm-smmu 12000000.iommu: Stage-2: 39-bit IPA → 48-bit PA
[ 0.222230] arm-smmu 12000000.iommu: registered 67 master devices
[ 0.227654] iommu: Adding device 3460000.sdhci to group 0
[ 0.228501] iommu: Adding device 3400000.sdhci to group 1
[ 0.231920] iommu: Adding device 3507000.ahci-sata to group 2
[ 0.232395] iommu: Adding device 3160000.i2c to group 3
[ 0.232786] iommu: Adding device c240000.i2c to group 4
[ 0.233464] iommu: Adding device 3180000.i2c to group 5
[ 0.233807] iommu: Adding device 3190000.i2c to group 6
[ 0.234243] iommu: Adding device 31b0000.i2c to group 7
[ 0.234573] iommu: Adding device 31c0000.i2c to group 8
[ 0.234890] iommu: Adding device c250000.i2c to group 9
[ 0.235223] iommu: Adding device 31e0000.i2c to group 10
[ 0.237172] iommu: Adding device 3210000.spi to group 11
[ 0.237489] iommu: Adding device c260000.spi to group 12
[ 0.237821] iommu: Adding device 3240000.spi to group 13
[ 0.238548] iommu: Adding device 3100000.serial to group 14
[ 0.238900] iommu: Adding device 3110000.serial to group 15
[ 0.239190] iommu: Adding device c280000.serial to group 16
[ 0.239532] iommu: Adding device 3130000.serial to group 17
[ 0.240753] iommu: Adding device 2490000.ether_qos to group 18
[ 0.241330] iommu: Adding device b000000.rtcpu to group 19
[ 0.241757] iommu: Adding device c1a0000.aon to group 20
[ 0.242584] Wake73 for irq=42
[ 0.242921] iommu: Adding device smmu_test to group 21
[ 0.243398] mc: mapped MMIO address: 0xffffff8000560000 → 0x2c10000
[ 0.243435] mc: mapped MMIO address: 0xffffff8000640000 → 0x2c20000
[ 0.243487] mc: mapped MMIO address: 0xffffff8000660000 → 0x2c30000
[ 0.243520] mc: mapped MMIO address: 0xffffff8000fa0000 → 0x2c40000
[ 0.243551] mc: mapped MMIO address: 0xffffff8000fc0000 → 0x2c50000
[ 0.243583] mc-err: Set intmask: 0xf3140
[ 0.243846] dram-ecc: DRAM ECC disabled-MC_ECC_CONTROL:0x0000000c
[ 0.244617] Wake76 for irq=199
[ 0.244638] Wake77 for irq=199
[ 0.244665] Wake78 for irq=199
[ 0.244702] Wake79 for irq=199
[ 0.244718] Wake80 for irq=199
[ 0.244734] Wake81 for irq=199
[ 0.244750] Wake82 for irq=199
[ 0.244902] iommu: Adding device 3530000.xhci to group 22
[ 0.245245] iommu: Adding device 3550000.xudc to group 23
[ 0.246049] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[ 0.246076] tegra-pmc: ### PMC reset source: Power on reset
[ 0.246097] tegra-pmc: ### PMC reset level: L0
[ 0.246116] tegra-pmc: ### PMC reset status reg: 0x0
[ 0.246404] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[ 0.246441] tegra-pmc c360000.pmc: IO padctrl driver initialized
[ 0.246633] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CTRL_0 = 3
[ 0.246660] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_24(PMU_INT) = 320
[ 0.247146] iommu: Adding device 13e10000.host1x to group 24
[ 0.247387] iommu: Adding device 13e10000.host1x:ctx0 to group 25
[ 0.247596] iommu: Adding device 13e10000.host1x:ctx1 to group 26
[ 0.247859] iommu: Adding device 13e10000.host1x:ctx2 to group 27
[ 0.248093] iommu: Adding device 13e10000.host1x:ctx3 to group 28
[ 0.248296] iommu: Adding device 13e10000.host1x:ctx4 to group 29
[ 0.248522] iommu: Adding device 13e10000.host1x:ctx5 to group 30
[ 0.248736] iommu: Adding device 13e10000.host1x:ctx6 to group 31
[ 0.248943] iommu: Adding device 13e10000.host1x:ctx7 to group 32
[ 0.249404] iommu: Adding device 150c0000.nvcsi to group 33
[ 0.249897] iommu: Adding device 15700000.vi to group 34
[ 0.250291] iommu: Adding device 15600000.isp to group 35
[ 0.250656] iommu: Adding device 15210000.nvdisplay to group 36
[ 0.250855] iommu: Adding device 15340000.vic to group 37
[ 0.251062] iommu: Adding device 154c0000.nvenc to group 38
[ 0.251287] iommu: Adding device 15480000.nvdec to group 39
[ 0.251586] iommu: Adding device 15380000.nvjpg to group 40
[ 0.251818] iommu: Adding device 15500000.tsec to group 41
[ 0.252001] iommu: Adding device 15100000.tsecb to group 42
[ 0.252653] iommu: Adding device 15810000.se to group 43
[ 0.252871] iommu: Adding device 15820000.se to group 44
[ 0.253065] iommu: Adding device 15830000.se to group 45
[ 0.253273] iommu: Adding device 15840000.se to group 46
[ 0.253737] iommu: Adding device 17000000.gp10b to group 47
[ 0.255102] tegra-reset 5000000.clock: registered 193 resets.
[ 0.257046] iommu: Adding device d000000.bpmp to group 48
[ 0.257291] bpmp: ping status is 0
[ 0.257465] bpmp d000000.bpmp: firmware tag is 0705d30e2bb4ef1fcf63b70c5fc3deef
[ 0.257869] bpmp d000000.bpmp: probe ok
[ 0.260914] iommu: Adding device 2600000.dma to group 49
[ 0.261774] GPIO line 461 (cam0-rst) hogged as output/low
[ 0.261826] GPIO line 456 (cam0-pwdn) hogged as output/low
[ 0.261875] GPIO line 457 (cam1-rst) hogged as output/low
[ 0.261937] GPIO line 426 (cam1-pwdn) hogged as output/low
[ 0.261985] GPIO line 424 (wifi-enable) hogged as output/high
[ 0.262031] GPIO line 445 (sdmmc-wake-input) hogged as input
[ 0.262076] GPIO line 446 (sdmmc-wake-output) hogged as output/low
[ 0.262182] gpiochip_add_data: registered GPIOs 320 to 511 on device: tegra-gpio
[ 0.264188] GPIO line 315 (wifi-wake-ap) hogged as input
[ 0.264286] gpiochip_add_data: registered GPIOs 256 to 319 on device: tegra-gpio-aon
[ 0.265229] iommu: Adding device 10003000.pcie-controller to group 50
[ 0.265525] iommu: Adding device sound to group 51
[ 0.267269] iommu: Adding device 3510000.hda to group 52
[ 0.268398] iommu: Adding device adsp_audio to group 53
[ 0.269773] iommu: Adding device 2993000.adsp to group 54
[ 0.279109] vdd-ac-bat: 5000 mV
[ 0.281247] vdd-1v8-ap: 1800 mV
[ 0.282403] gpio tegra-gpio-aon wake30 for gpio=60(FF:4)
[ 0.282771] gpio tegra-gpio-aon wake69 for gpio=59(FF:3)
[ 0.300634] SCSI subsystem initialized
[ 0.300833] libata version 3.00 loaded.
[ 0.301004] usbcore: registered new interface driver usbfs
[ 0.301065] usbcore: registered new interface driver hub
[ 0.301178] usbcore: registered new device driver usb
[ 0.305153] GPIO line 241 (touch-rail-1) hogged as output/high
[ 0.305593] GPIO line 242 (touch-rail-2) hogged as output/high
[ 0.305697] gpiochip_add_data: registered GPIOs 240 to 255 on device: tca9539
[ 0.307085] GPIO line 228 (lcd-bias-en-rail) hogged as output/high
[ 0.307187] gpiochip_add_data: registered GPIOs 224 to 239 on device: tca9539
[ 0.319475] media: Linux media interface: v0.10
[ 0.319548] Linux video capture interface: v2.00
[ 0.323507] pps_core: LinuxPPS API ver. 1 registered
[ 0.323539] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 0.323585] PTP clock support registered
[ 0.324497] tegra_wdt_t18x 30c0000.watchdog: Tegra WDT init timeout = 120 sec
[ 0.324539] tegra_wdt_t18x 30c0000.watchdog: Registered successfully
[ 0.326040] max77620 4-003c: PMIC Version OTP:0x45 and ES:0x8
[ 0.327994] GPIO line 221 (spmic_gpio_input_5) hogged as input
[ 0.328203] GPIO line 222 (spmic_gpio_input_6) hogged as input
[ 0.328333] gpiochip_add_data: registered GPIOs 216 to 223 on device: max77620-gpio
[ 0.334779] vddio-ddr: at 1125 mV
[ 0.338613] avdd_dsi_csi: 1200 mV
[ 0.342614] vdd-1v8: 1800 mV
[ 0.346613] vdd-3v3-sys: 3300 mV
[ 0.347733] spmic-ldo0: at 1800 mV
[ 0.348531] spmic-ldo1: at 800 mV
[ 0.354612] vddio-3v3: 3300 mV
[ 0.355224] vddio-sdmmc1: 1800 <–> 3300 mV at 3300 mV
[ 0.357359] vdd-rtc: at 800 mV
[ 0.358047] avdd-ts-hv: 1800 <–> 3300 mV at 1800 mV
[ 0.361357] spmic-ldo6: at 1500 mV
[ 0.365356] vdd-pex-1v05: 1000 mV
[ 0.365898] dvdd-pex: 1000 mV
[ 0.366173] max77620 4-003c: max77620 probe successful
[ 0.366427] Advanced Linux Sound Architecture Driver Initialized.
[ 0.367418] en-vdd-sd: 3300 mV
[ 0.368048] en-vdd-cam: 1800 mV
[ 0.369806] vdd-hdmi: 5000 mV
[ 0.369994] vdd-usb0-5v: 5000 mV
[ 0.370167] vdd-usb1-5v: 5000 mV
[ 0.373807] en-vdd-ts-1v8: 1800 mV
[ 0.377806] en-vdd-ts-hv-3v3: 3300 mV
[ 0.378321] en-vdd-disp-3v3: 3300 mV
[ 0.378826] en-mdm-pwr-3v7: 3700 mV
[ 0.379346] en-vdd-disp-1v8: 1800 mV
[ 0.379864] en-vdd-cam-hv-2v8: 2800 mV
[ 0.380383] en-vdd-cam-1v2: 1200 mV
[ 0.380899] vdd-fan: 5000 mV
[ 0.381009] vdd-3v3: 3300 mV
[ 0.381737] dis-vdd-1v2: 1200 mV
[ 0.381866] en-vdd-vcm-2v8: 2800 mV
[ 0.382385] vdd-usb2-5v: 5000 mV
[ 0.382491] vdd-sys-bl: 3300 mV
[ 0.383013] en-vdd-sys: 1200 mV
[ 0.384714] gpio tegra-gpio wake53 for gpio=159(X:7)
[ 0.386388] extcon-gpio-states external-connection:extcon@1: Cable state 0
[ 0.386745] clocksource: Switched to clocksource arch_sys_counter
[ 0.406080] nvmap_heap_init: nvmap_heap_init: created heap block cache
[ 0.406396] nvmap: nvmap_override_cache_ops() set roc flush ops to replace cache ops by set/ways
[ 0.406896] nvmap_page_pool_init: Total RAM pages: 2009466
[ 0.406913] nvmap_page_pool_init: nvmap page pool size: 251183 pages (981 MB)
[ 0.407059] nvmap_background_zero_thread: PP zeroing thread starting.
[ 0.411623] Wake76 for irq=199
[ 0.411635] Wake77 for irq=199
[ 0.411645] Wake78 for irq=199
[ 0.411655] Wake79 for irq=199
[ 0.411664] Wake80 for irq=199
[ 0.411673] Wake81 for irq=199
[ 0.411681] Wake82 for irq=199
[ 0.412433] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type BCPU-therm
[ 0.412633] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type MCPU-therm
[ 0.412751] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type GPU-therm
[ 0.412826] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type PLL-therm
[ 0.413219] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type AO-therm
[ 0.413364] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type Tboard_tegra
[ 0.413507] thermal thermal_zone6: Registering thermal zone thermal_zone6 for type Tdiode_tegra
[ 0.413656] thermal thermal_zone7: Registering thermal zone thermal_zone7 for type PMIC-Die
[ 0.413951] isomgr_init(): iso emc max clk=1866000KHz
[ 0.413963] isomgr_init(): max_iso_bw=26870400KB
[ 0.414043] NET: Registered protocol family 2
[ 0.414350] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.414574] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.414898] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.414956] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.415008] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.415164] NET: Registered protocol family 1
[ 0.415338] RPC: Registered named UNIX socket transport module.
[ 0.415351] RPC: Registered udp transport module.
[ 0.415362] RPC: Registered tcp transport module.
[ 0.415372] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.415390] PCI: CLS 0 bytes, default 128
[ 0.415485] Trying to unpack rootfs image as initramfs…
[ 0.429437] host1x 13e10000.host1x: initialized
[ 0.430245] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[ 0.432373] futex hash table entries: 2048 (order: 6, 262144 bytes)
[ 0.432466] audit: initializing netlink subsys (disabled)
[ 0.432495] audit: type=2000 audit(0.420:1): initialized
[ 0.438933] io scheduler noop registered (default)
[ 0.441876] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[ 0.443063] tegra-pwm 3290000.pwm: PWM clk can sleep in ops
[ 0.444135] tegra-pwm 32a0000.pwm: PWM clk can sleep in ops
[ 0.445200] tegra-pwm c340000.pwm: PWM clk can sleep in ops
[ 0.448735] tsec 15500000.tsec: initialized
[ 0.449868] tsec 15100000.tsecb: initialized
[ 0.452217] nvdec 15480000.nvdec: initialized
[ 0.455864] falcon 15340000.vic: initialized
[ 0.456867] falcon 154c0000.nvenc: initialized
[ 0.457845] falcon 15380000.nvjpg: initialized
[ 0.458640] iommu_context_dev 13e10000.host1x:ctx0: initialized (streamid=56)
[ 0.459154] iommu_context_dev 13e10000.host1x:ctx1: initialized (streamid=57)
[ 0.459658] iommu_context_dev 13e10000.host1x:ctx2: initialized (streamid=58)
[ 0.460157] iommu_context_dev 13e10000.host1x:ctx3: initialized (streamid=59)
[ 0.460661] iommu_context_dev 13e10000.host1x:ctx4: initialized (streamid=60)
[ 0.461158] iommu_context_dev 13e10000.host1x:ctx5: initialized (streamid=61)
[ 0.461653] iommu_context_dev 13e10000.host1x:ctx6: initialized (streamid=62)
[ 0.462144] iommu_context_dev 13e10000.host1x:ctx7: initialized (streamid=63)
[ 0.464801] DC OR NODE connected to /host1x/sor1
[ 0.464949] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[ 0.465014] tegradc 15210000.nvdisplay: DT parsed successfully
[ 0.465045] misc tegra_camera_ctrl: tegra_camera_isomgr_register tpg_max_iso = 3916800KBs
[ 0.465058] tegradc 15210000.nvdisplay: Display dc.ffffff8002320000 registered with id=0
[ 0.465076] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=4687500, vi_iso_bw=1500000, max_bw=4687500
[ 0.472403] tegra_nvdisp_bandwidth_register_max_config: max config iso bw = 16727000 KB/s
[ 0.472422] tegra_nvdisp_bandwidth_register_max_config: max config EMC floor = 665600000 Hz
[ 0.472438] tegra_nvdisp_bandwidth_register_max_config: max config hubclk = 357620000 Hz
[ 0.472482] tegradc 15210000.nvdisplay: vblank syncpt # 7 for dc 1
[ 0.472497] tegradc 15210000.nvdisplay: vpulse3 syncpt # 8 for dc 1
[ 0.472622] tegra-adma 2930000.adma: Tegra ADMA driver register 10 channels
[ 0.474905] tegra-fuse-burn 3820000.efuse:efuse-burn: Fuse burn driver initialized
[ 0.475099] tegradc 15210000.nvdisplay: hdmi: no prod_list_hdmi_board, use default range
[ 0.475119] PD DISP0 index2 UP
[ 0.476004] PD DISP1 index3 UP
[ 0.476018] kfuse 3830000.kfuse: initialized
[ 0.476161] PD DISP2 index4 UP
[ 0.477279] tegra-pmc-iopower pmc-iopower: NO_IOPOWER setting 0x0
[ 0.477685] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.479567] console [ttyS0] disabled
[ 0.479611] 3100000.serial: ttyS0 at MMIO 0x3100000 (irq = 37, base_baud = 25500000) is a Tegra
[ 0.502424] Unsupported HDMI VIC 15, ignoring
[ 0.502425] Unsupported HDMI VIC 29, ignoring
[ 0.502427] Unsupported HDMI VIC 114, ignoring
[ 0.502428] Unsupported HDMI VIC 81, ignoring
[ 0.502436] PD DISP2 index4 DOWN
[ 0.502603] PD DISP1 index3 DOWN
[ 0.502754] PD DISP0 index2 DOWN
[ 0.504708] tegradc 15210000.nvdisplay: probed
[ 2.583602] console [ttyS0] enabled
[ 2.585636] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 38, base_baud = 0) is a TEGRA_UART
[ 2.586724] c280000.serial: ttyTHS2 at MMIO 0xc280000 (irq = 39, base_baud = 0) is a TEGRA_UART
[ 2.587003] serial-tegra 3130000.serial: RX in PIO mode
[ 2.587903] 3130000.serial: ttyTHS3 at MMIO 0x3130000 (irq = 40, base_baud = 0) is a TEGRA_UART
[ 2.588871] Console: switching to colour frame buffer device 128x48
[ 2.598356] brd: module loaded
[ 2.602645] loop: module loaded
[ 2.602900] gpio tegra-gpio-aon wake35 for gpio=16(V:0)
[ 2.602921] nct1008_nct72 7-004c: find device tree node, parsing dt
[ 2.602924] nct1008_nct72 7-004c: starting parse dt
[ 2.603012] nct1008_nct72 7-004c: success parsing dt
[ 2.603149] nct1008_nct72 7-004c: success in enabling tmp451 VDD rail
[ 2.615751] gk20a 17000000.gp10b: failed to allocate secure buffer -12
[ 2.639821] tmp451: Enabled overheat logging at 104.00C
[ 2.639941] gpio tegra-gpio-aon wake35 for gpio=16(V:0)
[ 2.639984] nct1008_nct72 7-004c: nct1008_probe: initialized
[ 2.642438] THERMAL EST: found 3 subdevs
[ 2.642442] THERMAL EST num_resources: 0
[ 2.642446] [THERMAL EST subdev 0]
[ 2.642456] [THERMAL EST subdev 1]
[ 2.642460] [THERMAL EST subdev 2]
[ 2.642847] thermal thermal_zone8: Registering thermal zone thermal_zone8 for type thermal-fan-est
[ 2.642849] THERMAL EST: thz register success.
[ 2.642981] THERMAL EST: end of probe, return err: 0
[ 2.643220] tegra_profiler: Branch: Dev
[ 2.643222] tegra_profiler: Version: 1.109
[ 2.643224] tegra_profiler: Samples version: 37
[ 2.643226] tegra_profiler: IO version: 21
[ 2.643233] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.643238] armv8_pmu: [0] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0
[ 2.643241] armv8_pmu: imp: 0x4e, idcode: 0x1
[ 2.643245] armv8_pmu: [1] arch: AA64 PmuV3 NVIDIA (Denver), type: 6, ver: 2
[ 2.643248] armv8_pmu: imp: 0x4e, idcode: 0x1
[ 2.643251] armv8_pmu: [2] arch: AA64 PmuV3 NVIDIA (Denver), type: 6, ver: 2
[ 2.643254] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.643257] armv8_pmu: [3] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0
[ 2.643261] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.643264] armv8_pmu: [4] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0
[ 2.643267] armv8_pmu: imp: 0x41, idcode: 0x1
[ 2.643270] armv8_pmu: [5] arch: AA64 PmuV3 ARM CORTEX-A57, type: 5, ver: 0
[ 2.643417] tegra_profiler: auth: init
[ 2.646968] tegra-ahci 3507000.ahci-sata: AHCI 0001.0301 32 slots 2 ports 3 Gbps 0x1 impl platform mode
[ 2.646979] tegra-ahci 3507000.ahci-sata: flags: 64bit ncq sntf pm led pmp pio slum part deso sadm apst
[ 2.648016] scsi host0: tegra_ahci
[ 2.648408] scsi host1: tegra_ahci
[ 2.648551] ata1: SATA max UDMA/133 mmio [mem 0x03507000-0x03508fff] port 0x100 irq 25
[ 2.648554] ata2: DUMMY
[ 2.649468] spi-tegra114 3210000.spi: Static pin configuration used
[ 2.649920] spi-tegra114 c260000.spi: Static pin configuration used
[ 2.650345] spi-tegra114 3240000.spi: Static pin configuration used
[ 2.651185] tun: Universal TUN/TAP device driver, 1.6
[ 2.651187] tun: (C) 1999-2004 Max Krasnyansky maxk@qualcomm.com
[ 2.651410] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 2.651413] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 2.651451] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.3.0-k
[ 2.651453] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 2.652541] PPP generic driver version 2.4.2
[ 2.652660] PPP BSD Compression module registered
[ 2.652667] PPP Deflate Compression module registered
[ 2.652686] PPP MPPE Compression module registered
[ 2.652698] NET: Registered protocol family 24
[ 2.652809] usbcore: registered new interface driver r8152
[ 2.652843] usbcore: registered new interface driver asix
[ 2.652869] usbcore: registered new interface driver ax88179_178a
[ 2.652894] usbcore: registered new interface driver cdc_ether
[ 2.652932] usbcore: registered new interface driver smsc95xx
[ 2.652962] usbcore: registered new interface driver net1080
[ 2.652988] usbcore: registered new interface driver cdc_subset
[ 2.653015] usbcore: registered new interface driver zaurus
[ 2.653059] usbcore: registered new interface driver cdc_ncm
[ 2.653366] Wake76 for irq=199
[ 2.653369] Wake77 for irq=199
[ 2.653371] Wake78 for irq=199
[ 2.653373] Wake79 for irq=199
[ 2.653375] Wake80 for irq=199
[ 2.653377] Wake81 for irq=199
[ 2.653379] Wake82 for irq=199
[ 2.653437] tegra-xotg xotg: usb2 phy is not available yet
[ 2.654195] usbcore: registered new interface driver usb-storage
[ 2.654273] usbcore: registered new interface driver usbserial
[ 2.654312] usbcore: registered new interface driver ftdi_sio
[ 2.654339] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 2.654378] usbcore: registered new interface driver option
[ 2.654402] usbserial: USB Serial support registered for GSM modem (1-port)
[ 2.654440] usbcore: registered new interface driver pl2303
[ 2.654464] usbserial: USB Serial support registered for pl2303
[ 2.654675] tegra-usb-cd usb_cd: otg phy is not available yet
[ 2.655657] eqos 2490000.ether_qos: Setting local MAC: 0 4 4b 8c 47 5b
[ 2.656193] libphy: dwc_phy: probed
[ 2.657063] tegra-xudc-new 3550000.xudc: usb2 phy is not available yet
[ 2.719786] gpio tegra-gpio wake18 for gpio=101(M:5)
[ 2.719938] bcm54xx_low_power_mode(): put phy in iddq-lp mode
[ 2.784082] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[ 2.786245] tegra_rtc c2a0000.rtc: rtc core: registered c2a0000.rtc as rtc1
[ 2.786259] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[ 2.786397] i2c /dev entries driver
[ 2.787143] [OV5693]: probing v4l2 sensor.
[ 2.966781] ata1: SATA link down (SStatus 0 SControl 300)
[ 3.221183] tegradc 15210000.nvdisplay: fb registered
[ 3.227364] gpio tegra-gpio wake21 for gpio=121(P:1)
[ 3.233273] PD DISP0 index2 UP
[ 3.238214] PD DISP1 index3 UP
[ 3.242352] PD DISP2 index4 UP
[ 3.255194] Parent Clock set for DC plld2
[ 3.264331] tegradc 15210000.nvdisplay: hdmi: pclk:64995K, set prod-setting:prod_c_75M
[ 3.412731] Unsupported HDMI VIC 15, ignoring
[ 3.418019] Unsupported HDMI VIC 29, ignoring
[ 3.423306] Unsupported HDMI VIC 114, ignoring
[ 3.428651] Unsupported HDMI VIC 81, ignoring
[ 3.589187] gspca_main: v2.14.0 registered
[ 3.589234] usbcore: registered new interface driver gspca_zc3xx
[ 3.589552] max77620-power max77620-power: Event recorder REG_NVERC : 0x0
[ 3.591447] FAN dev name: pwm-fan
[ 3.591496] FAN:gpio request success.
[ 3.591502] FAN: can’t find tach_gpio
[ 3.591526] pwm_fan_driver pwm-fan: cap state:7, cap pwm:255
[ 3.591674] pwm_fan_driver pwm-fan: unable to request PWM, trying legacy API
[ 3.591678] pwm_fan_driver pwm-fan: got pwm for fan
[ 3.591682] pwm_fan_driver pwm-fan: tach period: 1000
[ 3.591975] pwm_fan_driver pwm-fan: index 0: pwm=0, rpm=0, rru=40, rrd=40, state:2
[ 3.591978] pwm_fan_driver pwm-fan: index 1: pwm=80, rpm=1000, rru=2, rrd=2, state:2
[ 3.591982] pwm_fan_driver pwm-fan: index 2: pwm=120, rpm=2000, rru=1, rrd=1, state:2
[ 3.591985] pwm_fan_driver pwm-fan: index 3: pwm=160, rpm=3000, rru=1, rrd=1, state:2
[ 3.591988] pwm_fan_driver pwm-fan: index 4: pwm=255, rpm=4000, rru=1, rrd=1, state:3
[ 3.591991] pwm_fan_driver pwm-fan: index 5: pwm=255, rpm=5000, rru=1, rrd=1, state:3
[ 3.591994] pwm_fan_driver pwm-fan: index 6: pwm=255, rpm=6000, rru=1, rrd=1, state:3
[ 3.591997] pwm_fan_driver pwm-fan: index 7: pwm=255, rpm=7000, rru=1, rrd=1, state:4
[ 3.592000] pwm_fan_driver pwm-fan: index 8: pwm=255, rpm=10000, rru=1, rrd=1, state:4
[ 3.592003] pwm_fan_driver pwm-fan: index 9: pwm=255, rpm=11000, rru=1, rrd=1, state:4
[ 3.592751] device-mapper: uevent: version 1.0.3
[ 3.592932] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[ 3.593286] sdhci: Secure Digital Host Controller Interface driver
[ 3.593287] sdhci: Copyright(c) Pierre Ossman
[ 3.593290] sdhci-pltfm: SDHCI platform and OF driver helper
[ 3.593613] sdhci-tegra 3460000.sdhci: Parent select= pll_p rate=408000000
[ 3.593905] sdhci-tegra 3460000.sdhci: Parent select= pll_c4_out0 rate=196249804
[ 3.594139] sdhci-tegra 3460000.sdhci: Client registration for eMC Successful
[ 3.595310] tegra-se-elp 3ad0000.se_elp: tegra_se_elp_probe: complete
[ 3.595432] hidraw: raw HID events driver (C) Jiri Kosina
[ 3.596902] usbcore: registered new interface driver usbhid
[ 3.596903] usbhid: USB HID core driver
[ 3.599948] nvadsp 2993000.adsp: in probe()…
[ 3.601798] nvadsp 2993000.adsp: Registering AMC Error Interrupt
[ 3.601824] nvadsp 2993000.adsp: AMC/ARAM initialized.
[ 3.602017] nvadsp 2993000.adsp: nvadsp_app_module_probe
[ 3.602731] Denver: backdoor interface is NOT available.
[ 3.604437] coresight-tmc 8030000.etf: TMC initialized
[ 3.605474] coresight-tmc 8050000.etr: TMC initialized
[ 3.605809] coresight-tpiu 8060000.tpiu: TPIU initialized
[ 3.606252] coresight-funnel 9010000.funnel_bccplex: FUNNEL initialized
[ 3.606651] coresight-funnel 8010000.funnel_major: FUNNEL initialized
[ 3.607068] coresight-funnel 8820000.funnel_minor: FUNNEL initialized
[ 3.607495] coresight-replicator 8040000.replicator: REPLICATOR initialized
[ 3.608081] coresight-etm4x 9840000.ptm: ETM 4.0 initialized
[ 3.608612] coresight-etm4x 9940000.ptm: ETM 4.0 initialized
[ 3.609134] coresight-etm4x 9a40000.ptm: ETM 4.0 initialized
[ 3.609656] coresight-etm4x 9b40000.ptm: ETM 4.0 initialized
[ 3.609681] Module initialized successfully
[ 3.612953] tegra186-cam-rtcpu b000000.rtcpu: Trace buffer configured at IOVA=0xa0000000
[ 3.614159] tegra186-cam-rtcpu b000000.rtcpu: already unhalted
[ 3.614431] tegra-ivc ivc-b000000.rtcpu: region 0: iova=0xa0110000-0xa011957f size=38272
[ 3.614843] tegra-ivc ivc-b000000.rtcpu:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900
[ 3.614889] tegra-ivc ivc-b000000.rtcpu:vinotify@12c0: vinotify: ver=0 grp=1 RX[64x128]=0x1900-0x3980 TX[64x128]=0x3980-0x5a00
[ 3.614926] tegra-ivc ivc-b000000.rtcpu:mods@32c0: mods: ver=0 grp=1 RX[1x64]=0x5a00-0x5ac0 TX[1x64]=0x5ac0-0x5b80
[ 3.614966] tegra-ivc ivc-b000000.rtcpu:ivccontrol@52c0: ivccontrol: ver=0 grp=1 RX[16x320]=0x5b80-0x7000 TX[16x320]=0x7000-0x8480
[ 3.615006] tegra-ivc ivc-b000000.rtcpu:ivccapture@72c0: ivccapture: ver=0 grp=1 RX[16x64]=0x8480-0x8900 TX[16x64]=0x8900-0x8d80
[ 3.615043] tegra-ivc ivc-b000000.rtcpu:dbg@7c00: dbg: ver=0 grp=1 RX[1x384]=0x8d80-0x8f80 TX[1x384]=0x8f80-0x9180
[ 3.615082] tegra-ivc ivc-b000000.rtcpu:dbg@7e00: dbg: ver=0 grp=1 RX[1x384]=0x9180-0x9380 TX[1x384]=0x9380-0x9580
[ 3.615236] tegra186-cam-rtcpu b000000.rtcpu: using cam RTCPU IRQ (52)
[ 3.615239] tegra186-cam-rtcpu b000000.rtcpu: tegra_camrtc_mon_create is successful
[ 3.616208] tegra-ivc ivc-b000000.rtcpu:echo@0: ivc channel driver missing
[ 3.616211] tegra-ivc ivc-b000000.rtcpu:vinotify@12c0: ivc channel driver missing
[ 3.616214] tegra-ivc ivc-b000000.rtcpu:mods@32c0: ivc channel driver missing
[ 3.616216] tegra-ivc ivc-b000000.rtcpu:ivccontrol@52c0: ivc channel driver missing
[ 3.616219] tegra-ivc ivc-b000000.rtcpu:ivccapture@72c0: ivc channel driver missing
[ 3.616221] tegra-ivc ivc-b000000.rtcpu:dbg@7c00: ivc channel driver missing
[ 3.616224] tegra-ivc ivc-b000000.rtcpu:dbg@7e00: ivc channel driver missing
[ 3.616249] tegra186-cam-rtcpu b000000.rtcpu: firmware version cpu=sce cmd=4 sha1=a8b1ecdd9615cd817a56df035be363fce3b0b88f
[ 3.620076] tegra-ivc-cdev ivc-b000000.rtcpu:echo@0: probing /dev/camchar-echo
[ 3.620817] tegra-ivc-cdev ivc-b000000.rtcpu:dbg@7c00: probing /dev/camchar-dbg
[ 3.620926] camchar: rtcpu character device driver loaded
[ 3.624371] tegra186-aondbg aondbg: aondbg driver probe() OK
[ 3.624605] register_ari_mca_banks: Registered MCA ROC:IOB
[ 3.624691] register_ari_mca_banks: Registered MCA ROC:CCE
[ 3.625019] tegra18-bridge 2390000.axi2apb: bridge probed OK
[ 3.625048] tegra18-bridge 23a0000.axi2apb: bridge probed OK
[ 3.625072] tegra18-bridge 23b0000.axi2apb: bridge probed OK
[ 3.625095] tegra18-bridge 23c0000.axi2apb: bridge probed OK
[ 3.625120] tegra18-bridge 23d0000.axi2apb: bridge probed OK
[ 3.625145] tegra18-bridge 2100000.axip2p: bridge probed OK
[ 3.625168] tegra18-bridge 2110000.axip2p: bridge probed OK
[ 3.625190] tegra18-bridge 2120000.axip2p: bridge probed OK
[ 3.625212] tegra18-bridge 2130000.axip2p: bridge probed OK
[ 3.625236] tegra18-bridge 2140000.axip2p: bridge probed OK
[ 3.625259] tegra18-bridge 2150000.axip2p: bridge probed OK
[ 3.625282] tegra18-bridge 2160000.axip2p: bridge probed OK
[ 3.625305] tegra18-bridge 2170000.axip2p: bridge probed OK
[ 3.625330] tegra18-bridge 2180000.axip2p: bridge probed OK
[ 3.625352] tegra18-bridge 2190000.axip2p: bridge probed OK
[ 3.625400] **** A57 ECC: Enabled
[ 3.625402] tegra18_a57_serr_init: on CPU 4 a A57 Core
[ 3.625535] parse_throttle_dt_data: Num cap clks = 4
[ 3.625538] parse_throttle_dt_data: clk=mcpu type=1
[ 3.625540] parse_throttle_dt_data: clk=bcpu type=2
[ 3.625545] parse_throttle_dt_data: clk=gpu type=4
[ 3.625547] parse_throttle_dt_data: clk=emc type=3
[ 3.625999] tegra_throttle_probe: probe successful. #cdevs=4
[ 3.626086] tegra18x_actmon d230000.actmon: in actmon_register()…
[ 3.628548] tegra18x_actmon d230000.actmon: initialization Completed for the device mc_all
[ 3.628842] hw perfevents: enabled with denver15_uncore_pmu PMU driver, 3 counters available
[ 3.630774] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit with 64 bit addr
[ 3.630975] tegra-se-nvhost 15810000.se: initialized
[ 3.631029] sdhci-tegra 3440000.sdhci: Parent select= pll_p rate=408000000
[ 3.631325] sdhci-tegra 3440000.sdhci: Client registration for eMC Successful
[ 3.631632] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[ 3.632402] tegra-se-nvhost 15820000.se: initialized
[ 3.632877] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[ 3.633174] tegra-se-nvhost 15830000.se: initialized
[ 3.633280] tegra-se-nvhost 15830000.se: tegra_se_probe: complete
[ 3.633560] tegra-se-nvhost 15840000.se: initialized
[ 3.633970] tegra-se-nvhost 15840000.se: tegra_se_probe: complete
[ 3.638160] tegra-gpcdma 2600000.dma: GPC DMA driver register 32 channels
[ 3.641513] cpufreq: platform driver Initialization: pass
[ 3.641658] tegra_cluster_clk e090000.cluster_clk_priv: in probe()…
[ 3.641712] tegra_cluster_clk e090000.cluster_clk_priv: passed
[ 3.641897] tegra186-padctl 3520000.pinctrl: padctl mmio start 0x0000000003520000 end 0x0000000003520fff
[ 3.641901] tegra186-padctl 3520000.pinctrl: ao mmio start 0x0000000003540000 end 0x0000000003540fff
[ 3.641936] tegra186-padctl 3520000.pinctrl: FUSE_SKU_USB_CALIB_0 0x2eb095
[ 3.641939] tegra186-padctl 3520000.pinctrl: FUSE_USB_CALIB_EXT_0 0x8
[ 3.643148] tegra186-padctl 3520000.pinctrl: using UTMI port 0 for otg
[ 3.643676] tegra186-padctl 3520000.pinctrl: VBUS over-current detection enabled
[ 3.644232] tegra-bpmp-thermal d000000.bpmp:bpmpthermal: zone 0 not supported
[ 3.646125] cpuidle: Initializing cpuidle driver init for Denver cluster
[ 3.646232] cpuidle: Initializing cpuidle driver init for A57 cluster
[ 3.647145] tachometer tegra-tachometer: Tachometer driver tegra-tachometer registered
[ 3.647149] Tachometer driver initialized with pulse_per_rev: 2 and win_len: 2
[ 3.649882] tegra210_adsp_audio_platform_probe: platform probe started
[ 3.650414] tegra210-adsp adsp_audio: Default param-type to BYTE for mp3-dec1
[ 3.650632] tegra210-adsp adsp_audio: Default param-type to BYTE for spkprot
[ 3.650946] tegra210-adsp adsp_audio: Default param-type to BYTE for src
[ 3.651192] tegra210-adsp adsp_audio: Default param-type to BYTE for aac-dec1
[ 3.651488] tegra210-adsp adsp_audio: Default param-type to BYTE for aec
[ 3.651492] tegra210-adsp adsp_audio: adma channel page address dt entry not found
[ 3.651493] tegra210-adsp adsp_audio: using adma channel page 0
[ 3.662030] tegra210_adsp_audio_platform_probe probe successfull.
[ 3.662030] input: tegra-hda HDMI/DP,pcm=3 as /devices/3510000.hda/sound/card0/input0
[ 3.662154] input: tegra-hda HDMI/DP,pcm=7 as /devices/3510000.hda/sound/card0/input1
[ 3.665185] OPE platform probe
[ 3.665245] OPE platform probe successful
[ 3.666765] mmc1: SDHCI controller on 3440000.sdhci [3440000.sdhci] using ADMA 64-bit with 64 bit addr
[ 3.666997] sdhci-tegra 3400000.sdhci: Got CD GPIO
[ 3.667038] sdhci-tegra 3400000.sdhci: Got WP GPIO
[ 3.667094] sdhci-tegra 3400000.sdhci: Parent select= pll_p rate=408000000
[ 3.667119] sdhci-tegra 3400000.sdhci: wakeup init done, cd_irq: 256
[ 3.667317] sdhci-tegra 3400000.sdhci: Client registration for eMC Successful
[ 3.672555] tegra-snd-t186ref-mobile-rt565x sound: Failed to get HP Det GPIO, should be handled by codec
[ 3.684780] mmc0: MAN_BKOPS_EN bit is not set
[ 3.692064] mmc0: Skipping tuning since strobe enabled
[ 3.699534] mmc0: periodic cache flush enabled
[ 3.699543] mmc0: new HS400 MMC card at address 0001
[ 3.699912] mmcblk0: mmc0:0001 032G34 29.1 GiB
[ 3.700064] mmcblk0boot0: mmc0:0001 032G34 partition 1 4.00 MiB
[ 3.700207] mmcblk0boot1: mmc0:0001 032G34 partition 2 4.00 MiB
[ 3.700335] mmcblk0rpmb: mmc0:0001 032G34 partition 3 4.00 MiB
[ 3.701479] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17
[ 3.710834] gpio tegra-gpio wake71 for gpio=125(P:5)
[ 3.710868] mmc2: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit with 64 bit addr
[ 3.724662] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF1 <-> ADMAIF1 mapping ok
[ 3.724731] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF2 <-> ADMAIF2 mapping ok
[ 3.724803] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF3 <-> ADMAIF3 mapping ok
[ 3.724867] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF4 <-> ADMAIF4 mapping ok
[ 3.724939] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF5 <-> ADMAIF5 mapping ok
[ 3.725006] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF6 <-> ADMAIF6 mapping ok
[ 3.725075] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF7 <-> ADMAIF7 mapping ok
[ 3.725139] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF8 <-> ADMAIF8 mapping ok
[ 3.725203] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF9 <-> ADMAIF9 mapping ok
[ 3.725270] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF10 <-> ADMAIF10 mapping ok
[ 3.725335] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF11 <-> ADMAIF11 mapping ok
[ 3.725403] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF12 <-> ADMAIF12 mapping ok
[ 3.725469] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF13 <-> ADMAIF13 mapping ok
[ 3.725537] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF14 <-> ADMAIF14 mapping ok
[ 3.725603] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF15 <-> ADMAIF15 mapping ok
[ 3.725673] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF16 <-> ADMAIF16 mapping ok
[ 3.725743] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF17 <-> ADMAIF17 mapping ok
[ 3.725808] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF18 <-> ADMAIF18 mapping ok
[ 3.725877] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF19 <-> ADMAIF19 mapping ok
[ 3.725942] tegra-snd-t186ref-mobile-rt565x sound: ADMAIF20 <-> ADMAIF20 mapping ok
[ 3.728859] tegra-snd-t186ref-mobile-rt565x sound: ADSP-FE1 <-> ADSP PCM1 mapping ok
[ 3.728928] tegra-snd-t186ref-mobile-rt565x sound: ADSP-FE2 <-> ADSP PCM2 mapping ok
[ 3.728955] compress asoc: ADSP-FE3 <-> ADSP COMPR1 mapping ok
[ 3.728975] compress asoc: ADSP-FE4 <-> ADSP COMPR2 mapping ok
[ 3.739236] mmc1: queuing unknown CIS tuple 0x80 (5 bytes)
[ 3.760168] input: tegra-snd-t186ref-mobile-rt565x Headphone Jack as /devices/sound/sound/card1/input2
[ 3.760989] tegra-snd-t186ref-mobile-rt565x sound: codec-dai “dit-hifi” registered
[ 3.760992] tegra-snd-t186ref-mobile-rt565x sound: This is a dummy codec
[ 3.761595] GACT probability NOT on
[ 3.761604] Mirror/redirect action on
[ 3.761616] u32 classifier
[ 3.761617] Actions configured
[ 3.761639] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[ 3.762357] ipip: IPv4 over IPv4 tunneling driver
[ 3.762672] Initializing XFRM netlink socket
[ 3.763071] NET: Registered protocol family 10
[ 3.763795] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 3.763851] NET: Registered protocol family 17
[ 3.763865] NET: Registered protocol family 15
[ 3.763903] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[ 3.763909] 8021q: 802.1Q VLAN Support v1.8
[ 3.764195] Registered cp15_barrier emulation handler
[ 3.764211] Registered setend emulation handler
[ 3.765568] registered taskstats version 1
[ 3.769618] isp 15600000.isp: initialized
[ 3.774018] nvcsi 150c0000.nvcsi: initialized
[ 3.775196] Wake76 for irq=199
[ 3.775198] Wake77 for irq=199
[ 3.775198] Wake78 for irq=199
[ 3.775199] Wake79 for irq=199
[ 3.775200] Wake80 for irq=199
[ 3.775200] Wake81 for irq=199
[ 3.775201] Wake82 for irq=199
[ 3.775502] xhci-tegra 3530000.xhci: UTMI port 0 has OTG_CAP
[ 3.775503] xhci-tegra 3530000.xhci: No USB3 port has OTG_CAP
[ 3.799077] spi-tegra114 3210000.spi: Static pin configuration used
[ 3.799227] xhci-tegra 3530000.xhci: Direct firmware load for tegra18x_xusb_firmware failed with error -2
[ 3.799229] xhci-tegra 3530000.xhci: Falling back to user helper
[ 3.799756] spi-tegra114 c260000.spi: Static pin configuration used
[ 3.800458] spi-tegra114 3240000.spi: Static pin configuration used
[ 3.801200] tegra-xotg xotg: OTG rev:0200, ADP:0, SRP:1, HNP:1, RSP:0
[ 3.801237] tegra-xotg xotg: update_id_state: ID floating
[ 3.801242] tegra-xotg xotg: update_vbus_state: VBUS not detected
[ 3.801254] tegra-xotg xotg: Nvidia XUSB OTG Controller
[ 3.802985] tegra-xotg xotg: otg: gadget gadget registered
[ 3.802987] tegra-xotg xotg: set gadget otg_caps from OTG controller
[ 3.802989] tegra-xotg xotg: otg: host not registered yet
[ 3.802990] tegra-xotg xotg: otg: start OTG finite state machine
[ 3.803029] tegra-xudc-new 3550000.xudc: entering ELPG
[ 3.803520] tegra-xudc-new 3550000.xudc: entering ELPG done
[ 3.803734] gpio tegra-gpio-aon wake29 for gpio=56(FF:0)
[ 3.803806] gpio tegra-gpio-aon wake67 for gpio=57(FF:1)
[ 3.803875] gpio tegra-gpio-aon wake68 for gpio=58(FF:2)
[ 3.804002] input: gpio-keys as /devices/gpio-keys/input/input3
[ 3.838607] tegra_rtc c2a0000.rtc: setting system clock to 2000-01-01 01:00:19 UTC (946688419)
[ 3.868367] bpmp: mounted debugfs mirror
[ 3.868849] [dram-timers] DRAM derating cdev registered.
[ 3.872777] spmic-ldo0: disabling
[ 3.872948] spmic-ldo1: disabling
[ 3.873091] en-vdd-cam: disabling
[ 3.873093] vdd-usb0-5v: disabling
[ 3.873095] vdd-usb1-5v: disabling
[ 3.873098] en-vdd-disp-3v3: disabling
[ 3.873099] en-mdm-pwr-3v7: disabling
[ 3.873101] en-vdd-disp-1v8: disabling
[ 3.873102] en-vdd-cam-hv-2v8: disabling
[ 3.873104] en-vdd-cam-1v2: disabling
[ 3.873105] vdd-fan: disabling
[ 3.873107] vdd-3v3: disabling
[ 3.873108] en-vdd-vcm-2v8: disabling
[ 3.873110] vdd-usb2-5v: disabling
[ 3.873111] vdd-sys-bl: disabling
[ 3.873113] en-vdd-sys: disabling
[ 3.880062] ALSA device list:
[ 3.880064] #0: tegra-hda at 0x3518000 irq 400
[ 3.880065] #1: tegra-snd-t186ref-mobile-rt565x
[ 3.881272] tegra-vi4 15700000.vi: initialized
[ 3.936522] mmc1 tuning done saved tap delay=63
[ 3.936524] mmc1: hw tuning done …
[ 3.936531] mmc1: tuning_window[0]: 0xffffffff
[ 3.936536] mmc1: tuning_window[1]: 0xfffff8ff
[ 3.936541] mmc1: tuning_window[2]: 0xff8fffff
[ 3.936546] mmc1: tuning_window[3]: 0x7fffffff
[ 3.936550] mmc1: tuning_window[4]: 0x0
[ 3.936554] mmc1: tuning_window[5]: 0x0
[ 3.936559] mmc1: tuning_window[6]: 0x0
[ 3.936563] mmc1: tuning_window[7]: 0x0
[ 3.936566] sdhci: Tap value: 63 | Trim value: 5
[ 3.936568] sdhci: SDMMC_VENDOR_INTR_STATUS[0x108]: 0x40000
[ 3.942093] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
[ 3.942134] mmc1: new ultra high speed SDR104 SDIO card at address 0001
[ 11.740353] random: nonblocking pool is initialized
[ 12.272810] tegradc 15210000.nvdisplay: hdmi: plugged
[ 12.702204] EXT4-fs (mmcblk0p1): 4 orphan inodes deleted
[ 12.708466] EXT4-fs (mmcblk0p1): recovery complete
[ 12.718389] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[ 12.727403] VFS: Mounted root (ext4 filesystem) on device 179:1.
[ 12.735592] devtmpfs: mounted
[ 12.739729] Freeing unused kernel memory: 1164K (ffffffc0010cd000 - ffffffc0011f0000)
[ 12.748548] Freeing alternatives memory: 96K (ffffffc0011f0000 - ffffffc001208000)
[ 12.792621] systemd[1]: System time before build time, advancing clock.
[ 12.808656] systemd[1]: Configuration file /etc/systemd/system.conf is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 12.824169] systemd[1]: Configuration file /etc/systemd/system.conf is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 12.842690] 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.864041] systemd[1]: Detected architecture arm64.
[ 12.875854] systemd[1]: Set hostname to .
[ 12.904592] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/networking.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 12.924326] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/networking.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 12.947502] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/anacron.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 12.966689] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/anacron.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 12.988958] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/rc-local.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 13.007432] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/rc-local.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 13.028633] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/dbus.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 13.046835] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/dbus.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 13.067462] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/dns-clean.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 13.086369] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/dns-clean.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 13.107608] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/brltty.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 13.126535] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/brltty.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 13.148010] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/rpcbind.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 13.167369] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/rpcbind.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 13.189164] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/plymouth-read-write.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 13.209614] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/plymouth-read-write.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 13.232442] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/systemd-sysctl.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 13.252616] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/systemd-sysctl.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 13.279498] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/avahi-daemon.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 13.299558] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/avahi-daemon.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 13.321988] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/NetworkManager.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 13.342197] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/NetworkManager.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 13.364830] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/console-setup.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 13.385108] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/console-setup.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 13.407677] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/pppd-dns.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 13.427617] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/pppd-dns.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 13.449813] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/kerneloops.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 13.469902] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/kerneloops.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 13.492336] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/bluetooth.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 13.512347] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/bluetooth.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 13.538942] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/gpsd.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 13.558544] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/gpsd.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 13.580373] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/rsyslog.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 13.600200] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/rsyslog.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 13.622292] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/plymouth-quit.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 13.642642] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/plymouth-quit.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 13.665303] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/lvm2-lvmpolld.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 13.685664] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/lvm2-lvmpolld.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 13.708236] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/cron.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 13.727867] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/cron.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 13.749904] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/systemd-udevd.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 13.770343] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/systemd-udevd.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 13.793152] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/unattended-upgrades.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 13.818411] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/unattended-upgrades.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 13.841690] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/systemd-modules-load.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 13.862713] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/systemd-modules-load.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 13.886068] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/lightdm.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 13.905949] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/lightdm.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 13.928046] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/whoopsie.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 13.947989] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/whoopsie.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 13.970190] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/cups-browsed.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 13.990455] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/cups-browsed.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 14.013147] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/systemd-random-seed.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 14.034052] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/systemd-random-seed.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 14.057279] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/cups.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 14.076863] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/cups.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 14.103149] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/lvm2-lvmetad.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 14.123442] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/lvm2-lvmetad.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 14.146300] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/ssh.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 14.165806] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/ssh.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 14.187543] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/rsync.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 14.207243] systemd-sysv-generator[251]: Configuration file /lib/systemd/system/rsync.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 14.234723] systemd-sysv-generator[251]: Overwriting existing symlink /run/systemd/generator.late/skeleton.service with real service.
[ 14.257036] systemd[1]: Configuration file /lib/systemd/system/local-fs.target is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 14.278231] systemd[1]: Configuration file /lib/systemd/system/local-fs.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 14.302273] systemd[1]: Configuration file /lib/systemd/system/systemd-remount-fs.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 14.324446] systemd[1]: Configuration file /lib/systemd/system/systemd-remount-fs.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 14.349081] systemd[1]: Configuration file /lib/systemd/system/system.slice is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 14.367232] systemd[1]: Configuration file /lib/systemd/system/system.slice is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 14.387584] systemd[1]: Configuration file /lib/systemd/system/-.slice is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 14.405215] systemd[1]: Configuration file /lib/systemd/system/-.slice is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 14.425180] systemd[1]: Configuration file /lib/systemd/system/slices.target is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 14.443340] systemd[1]: Configuration file /lib/systemd/system/slices.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 14.463879] systemd[1]: Configuration file /lib/systemd/system/systemd-journald.socket is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 14.482946] systemd[1]: Configuration file /lib/systemd/system/systemd-journald.socket is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 14.504687] systemd[1]: Configuration file /lib/systemd/system/systemd-journald.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 14.523815] systemd[1]: Configuration file /lib/systemd/system/systemd-journald.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 14.545543] systemd[1]: Configuration file /lib/systemd/system/sysinit.target is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 14.563813] systemd[1]: Configuration file /lib/systemd/system/sysinit.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 14.586462] systemd[1]: Configuration file /lib/systemd/system/systemd-sysctl.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 14.605483] systemd[1]: Configuration file /lib/systemd/system/systemd-sysctl.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 14.625630] systemd[1]: Configuration file /lib/systemd/system/systemd-ask-password-console.path is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 14.645552] systemd[1]: Configuration file /lib/systemd/system/systemd-ask-password-console.path is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 14.667986] systemd[1]: Configuration file /lib/systemd/system/systemd-ask-password-console.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 14.688196] systemd[1]: Configuration file /lib/systemd/system/systemd-ask-password-console.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 14.710715] systemd[1]: Configuration file /lib/systemd/system/paths.target is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 14.728804] systemd[1]: Configuration file /lib/systemd/system/paths.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 14.749146] systemd[1]: Configuration file /lib/systemd/system/systemd-binfmt.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 14.768100] systemd[1]: Configuration file /lib/systemd/system/systemd-binfmt.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 14.789402] systemd[1]: Configuration file /lib/systemd/system/systemd-hwdb-update.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 14.808807] systemd[1]: Configuration file /lib/systemd/system/systemd-hwdb-update.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 14.830610] systemd[1]: Configuration file /lib/systemd/system/systemd-modules-load.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 14.850094] systemd[1]: Configuration file /lib/systemd/system/systemd-modules-load.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 14.870862] systemd[1]: Configuration file /lib/systemd/system/sys-fs-fuse-connections.mount is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 14.890621] systemd[1]: Configuration file /lib/systemd/system/sys-fs-fuse-connections.mount is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 14.912880] systemd[1]: Configuration file /lib/systemd/system/systemd-tmpfiles-setup.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 14.932683] systemd[1]: Configuration file /lib/systemd/system/systemd-tmpfiles-setup.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 14.954998] systemd[1]: Configuration file /lib/systemd/system/systemd-update-utmp.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 14.974331] systemd[1]: Configuration file /lib/systemd/system/systemd-update-utmp.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
[ 14.996172] systemd[1]: Configuration file /lib/systemd/system/systemd-machine-id-commit.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ 15.016016] systemd[1]: Configuration file /lib/systemd/system/systemd-machine-id-commit.service is marked world-writable. Please remove world writability permission bits. Proceeding

I can see strange things here:

[ 3.775502] xhci-tegra 3530000.xhci: UTMI port 0 has OTG_CAP
[ 3.775503] xhci-tegra 3530000.xhci: No USB3 port has OTG_CAP
[ 3.799077] spi-tegra114 3210000.spi: Static pin configuration used
[ 3.799227] xhci-tegra 3530000.xhci: Direct firmware load for tegra18x_xusb_firmware failed with error -2
[ 3.799229] xhci-tegra 3530000.xhci: Falling back to user helper

“tail -f” is meant to watch changes in real time as you add or remove a device. It isn’t something you run and it is done. What you do is watch it as you do things and see if there is output as you do those things, e.g., remove or add a mouse, try to log in, so on.

I do see this, which makes me wonder if something was customized or if flash was from a partition type unable to preserve permissions:

[ 12.808656] systemd[1]: Configuration file /etc/systemd/system.conf is marked executable. Please remove executable permission bits. Proceeding anyway.

Then this says there is some sort of customization of the micro-B port, or the carrier is not even the development board:

[ 3.775502] xhci-tegra 3530000.xhci: UTMI port 0 has OTG_CAP
[ 3.775503] xhci-tegra 3530000.xhci: No USB3 port has OTG_CAP

What parts of this are customized? Was JetPack run from a native Linux file system type? Or was command line used, and if so, was sudo used to unpack the sample rootfs and run apply_binaries.sh?

hi linuxdev and thanks for your answer

I’ll try to give my best answer to your questions.

I’ve run the command without sudo, as sudo will always give me the following error

nvidia@tegra-ubuntu:~$ sudo apt-get update
sudo: /usr/bin/sudo must be owned by uid 0 and have the setuid bit set

What I can see is the following:

nvidia@tegra-ubuntu:~$ tail -f /var/log/Xorg.0.log
[    35.782] (**) tegra-snd-t186ref-mobile-rt565x Headphone Jack: always reports core events
[    35.782] (**) evdev: tegra-snd-t186ref-mobile-rt565x Headphone Jack: Device: "/dev/input/event2"
[    35.782] (--) evdev: tegra-snd-t186ref-mobile-rt565x Headphone Jack: Vendor 0 Product 0
[    35.782] (--) evdev: tegra-snd-t186ref-mobile-rt565x Headphone Jack: Found keys
[    35.782] (II) evdev: tegra-snd-t186ref-mobile-rt565x Headphone Jack: Configuring as keyboard
[    35.782] (**) Option "config_info" "udev:/sys/devices/sound/sound/card1/input2/event2"
[    35.782] (II) XINPUT: Adding extended input device "tegra-snd-t186ref-mobile-rt565x Headphone Jack" (type: KEYBOARD, id 7)
[    35.782] (**) Option "xkb_rules" "evdev"
[    35.782] (**) Option "xkb_model" "pc105"
[    35.782] (**) Option "xkb_layout" "us"

this is not changing when I plug usb devices to the usb port on the tegra.
I’ve tried plugging a wireless all-in-one keyboard+mouse, a wired keyboard directly and through a hub. Then I tried, only without the hub, plugging a printer, a memory stick, a webcam. No changes at all.
This seems quite strange to me as it seems like the usb port is not working at all.
I tried to run the lsusb command, too, but it gives no response at all.

I am flashing from a laptop that is originally a windows laptop. I have a partition on the SSD, in which I installed ubuntu. The space on that partition is not much, so I decided to flash starting from one of the windows disks that i have on the laptop. Could this be a problem?

I don’t have any idea about any of the things you mention. I have not (consciously) made any change to the usb ports, and the board I have is absolutely the one I received from nVidia, thus I think it is original and the right carrier.

I don’t think I have customised anything here (at least consciously).

JetPack was run from a Linux system but the location of the file was in a windows hard disk.

No command line used, and thus no sudo.

Regards
Pierluigi

Ok, here’s the cause of your problems…flash setup was incorrect:

sudo: /usr/bin/sudo must be owned by uid 0 and have the setuid bit set

When unpacking the sample rootfs permissions must be preserved. This can only occur if you unpack using sudo. Even if you use correct procedure the file system type you unpack to must be a native Linux type, so ext4 works, but VFAT or NTFS will guarantee failure. Run “df -H-T” and look for the directory holding your Linux_for_Tegra software.

Your windows partition has no understanding of a Linux system, e.g., it does not understand sticky bit or suid (suid is needed for sudo). Not even JetPack (using guaranteed correct sudo) is able to get around this.

The apply_binaries.sh step must also be run with sudo, but there is no point if using NTFS or VFAT.

Great linuxdev
I had submitted the same problem three months ago, when I first tried to setup the Jetson, but no one was able to help me fix in as few messages as you did… well, nobody was able to help me fix this at all.

I have repartitioned the bigger hard disk on my laptop thus getting 50 GB for an ext4 partition, then I relaunched the whole process using the following command

./JetPack-L4T-3.1-linux-x64.run

from the directory where it is installed.

I am now installing the whole system and it seems it is working well.
During a restart I tried to connect the usb all-in-one keyboard keyboard and it worked ( GREAT!!! ).

I’m just waiting for the setup to finish, it’s been a long wait to put my hands on the little beast: i want to play!

Thanks a lot

Best regards
Pierluigi