U-Boot SPL 2014.07-00097-g772e173 (Jul 25 2014 - 20:02:52) U-Boot 2014.07-00097-g772e173 (Jul 25 2014 - 20:02:52) TEGRA124 Board: NVIDIA Jetson TK1 I2C: ready DRAM: 2 GiB MMC: Tegra SD/MMC: 0, Tegra SD/MMC: 1 In: serial Out: serial Err: serial Net: Net Initialization Skipped No ethernet found. Hit any key to stop autoboot: 2  0 Tegra124 (Jetson TK1) # Tegra124 (Jetson TK1) # usb reset (Re)start USB... USB0: USB EHCI 1.10 scanning bus 0 for devices... 1 USB Device(s) found USB1: USB EHCI 1.10 scanning bus 1 for devices... 2 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found scanning usb for ethernet devices... Warning: asx0 using MAC address from net device 1 Ethernet Device(s) found Tegra124 (Jetson TK1) # setenv bootargs 'ignore_loglevel console=ttyS0,115200n8 rw root=/dev/mmcblk0p1 rootwait gpt debug noinitrd earlyprintk init=/bin/bash' Tegra124 (Jetson TK1) # setenv ipaddr 192.168.100.102; setenv serverip 192.168.100.1; setenv tftpserverip 192.168.100.1 Tegra124 (Jetson TK1) # tftpboot 0x82000000 zImage.multi_v7_defconfig Using asx0 device TFTP from server 192.168.100.1; our IP address is 192.168.100.102 Filename 'zImage.multi_v7_defconfig'. Load address: 0x82000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################# 3.2 MiB/s done Bytes transferred = 6918928 (699310 hex) Tegra124 (Jetson TK1) # tftpboot 0x83000000 tegra124-jetson-tk1.dtb Using asx0 device TFTP from server 192.168.100.1; our IP address is 192.168.100.102 Filename 'tegra124-jetson-tk1.dtb'. Load address: 0x83000000 Loading: *##### 2.9 MiB/s done Bytes transferred = 64138 (fa8a hex) Tegra124 (Jetson TK1) # bootz 0x82000000 - 0x83000000 Kernel image @ 0x82000000 [ 0x000000 - 0x699310 ] ## Flattened Device Tree blob at 83000000 Booting using the fdt blob at 0x83000000 Using Device Tree in place at 83000000, end 83012a89 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.6.0-rc3-82540-gbf16200 (pwalmsley@sellafield) (gcc version 4.7.3 20130328 (prerelease) (crosstool-NG linaro-1.13.1-4.7-2013.04-20130415 - Linaro GCC 2013.04) ) #1 SMP Sun Apr 10 18:34:32 PDT 2016 [ 0.000000] CPU: ARMv7 Processor [413fc0f3] revision 3 (ARMv7), cr=10c5387d [ 0.000000] CPU: div instructions available: patching division code [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache [ 0.000000] Machine model: NVIDIA Tegra124 Jetson TK1 [ 0.000000] debug: ignoring loglevel setting. [ 0.000000] cma: Reserved 64 MiB at 0xfb800000 [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] On node 0 totalpages: 524032 [ 0.000000] free_area_init_node: node 0, pgdat c141b3c0, node_mem_map eeff8000 [ 0.000000] DMA zone: 1536 pages used for memmap [ 0.000000] DMA zone: 0 pages reserved [ 0.000000] DMA zone: 196608 pages, LIFO batch:31 [ 0.000000] HighMem zone: 327424 pages, LIFO batch:31 [ 0.000000] percpu: Embedded 12 pages/cpu @eef8f000 s19776 r8192 d21184 u49152 [ 0.000000] pcpu-alloc: s19776 r8192 d21184 u49152 alloc=12*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 522496 [ 0.000000] Kernel command line: ignore_loglevel console=ttyS0,115200n8 rw root=/dev/mmcblk0p1 rootwait gpt debug noinitrd earlyprintk init=/bin/bash [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes) [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Memory: 1995024K/2096128K available (9522K kernel code, 1141K rwdata, 4108K rodata, 2048K init, 341K bss, 35568K reserved, 65536K cma-reserved, 1244160K highmem) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) [ 0.000000] vmalloc : 0xf0800000 - 0xff800000 ( 240 MB) [ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0xc0208000 - 0xc104fa48 (14623 kB) [ 0.000000] .init : 0xc1100000 - 0xc1300000 (2048 kB) [ 0.000000] .data : 0xc1300000 - 0xc141d400 (1141 kB) [ 0.000000] .bss : 0xc141f000 - 0xc1474558 ( 342 kB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 32. [ 0.000000] RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=4. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=32, nr_cpu_ids=4 [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] /interrupt-controller@60004000: 160 interrupts forwarded to /interrupt-controller@0,50041000 [ 0.000000] Tegra clk 127: register failed with -17 [ 0.000008] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns [ 0.000032] clocksource: timer_us: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns [ 0.000046] Switching to timer-based delay loop, resolution 1000ns [ 0.005106] Architected cp15 timer(s) running at 12.00MHz (virt). [ 0.005124] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2c47f4ee7, max_idle_ns: 440795202497 ns [ 0.005142] sched_clock: 56 bits at 12MHz, resolution 83ns, wraps every 4398046511096ns [ 0.005155] Switching to timer-based delay loop, resolution 83ns [ 0.005601] Console: colour dummy device 80x30 [ 0.005625] Calibrating delay loop (skipped), value calculated using timer frequency.. 24.00 BogoMIPS (lpj=60000) [ 0.005639] pid_max: default: 32768 minimum: 301 [ 0.005738] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.005750] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.006352] CPU: Testing write buffer coherency: ok [ 0.006574] /cpus/cpu@0 missing clock-frequency property [ 0.006613] /cpus/cpu@1 missing clock-frequency property [ 0.006649] /cpus/cpu@2 missing clock-frequency property [ 0.006686] /cpus/cpu@3 missing clock-frequency property [ 0.006698] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.006745] Setting up static identity map for 0x80300000 - 0x80300098 [ 0.009799] Tegra Revision: A01 SKU: 129 CPU Process: 1 SoC Process: 1 [ 0.011209] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.011811] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [ 0.012390] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [ 0.012473] Brought up 4 CPUs [ 0.012492] SMP: Total of 4 processors activated (96.00 BogoMIPS). [ 0.012500] CPU: All CPU(s) started in SVC mode. [ 0.013981] devtmpfs: initialized [ 0.031909] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0 [ 0.032664] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302231375000 ns [ 0.034257] pinctrl core: initialized pinctrl subsystem [ 0.036068] NET: Registered protocol family 16 [ 0.038141] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.054926] cpuidle: using governor menu [ 0.072453] No ATAGs? [ 0.072487] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [ 0.072497] hw-breakpoint: maximum watchpoint size is 8 bytes. [ 0.078564] Serial: AMBA PL011 UART driver [ 0.110903] +USB0_VBUS_SW: Failed to request enable GPIO108: -517 [ 0.110919] reg-fixed-voltage regulators:regulator@7: Failed to register regulator: -517 [ 0.111009] +5V_USB_HS: Failed to request enable GPIO109: -517 [ 0.111023] reg-fixed-voltage regulators:regulator@8: Failed to register regulator: -517 [ 0.111188] +1.05V_RUN_AVDD_HDMI_PLL: Failed to request enable GPIO63: -517 [ 0.111201] reg-fixed-voltage regulators:regulator@11: Failed to register regulator: -517 [ 0.111286] +5V_HDMI_CON: Failed to request enable GPIO86: -517 [ 0.111299] reg-fixed-voltage regulators:regulator@12: Failed to register regulator: -517 [ 0.111385] +5V_SATA: Failed to request enable GPIO242: -517 [ 0.111397] reg-fixed-voltage regulators:regulator@13: Failed to register regulator: -517 [ 0.111481] +12V_SATA: Failed to request enable GPIO242: -517 [ 0.111493] reg-fixed-voltage regulators:regulator@14: Failed to register regulator: -517 [ 0.115068] vgaarb: loaded [ 0.116090] SCSI subsystem initialized [ 0.116267] libata version 3.00 loaded. [ 0.116568] usbcore: registered new interface driver usbfs [ 0.116641] usbcore: registered new interface driver hub [ 0.116706] usbcore: registered new device driver usb [ 0.120423] pps_core: LinuxPPS API ver. 1 registered [ 0.120433] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.120462] PTP clock support registered [ 0.120692] EDAC MC: Ver: 3.0.0 [ 0.123971] clocksource: Switched to clocksource arch_sys_counter [ 0.135420] NET: Registered protocol family 2 [ 0.135941] TCP established hash table entries: 8192 (order: 3, 32768 bytes) [ 0.136041] TCP bind hash table entries: 8192 (order: 4, 65536 bytes) [ 0.136227] TCP: Hash tables configured (established 8192 bind 8192) [ 0.136279] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.136321] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.136499] NET: Registered protocol family 1 [ 0.136741] RPC: Registered named UNIX socket transport module. [ 0.136750] RPC: Registered udp transport module. [ 0.136758] RPC: Registered tcp transport module. [ 0.136764] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.136784] PCI: CLS 0 bytes, default 64 [ 0.137799] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available [ 0.139463] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.140284] workingset: timestamp_bits=28 max_order=19 bucket_order=0 [ 0.151979] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.152850] NFS: Registering the id_resolver key type [ 0.152886] Key type id_resolver registered [ 0.152894] Key type id_legacy registered [ 0.152959] ntfs: driver 2.1.32 [Flags: R/O]. [ 0.154366] bounce: pool size: 64 pages [ 0.154580] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248) [ 0.154597] io scheduler noop registered [ 0.154611] io scheduler deadline registered [ 0.154649] io scheduler cfq registered (default) [ 0.174978] tegra-pcie 1003000.pcie-controller: 2x1, 1x1 configuration [ 0.175033] tegra-pcie 1003000.pcie-controller: Failed to get supply 'avddio-pex': -517 [ 0.182379] tegra-apbdma 60020000.dma: Tegra20 APB DMA driver register 32 channels [ 0.184406] tegra-pmc 7000e400.pmc: emergency thermal reset enabled [ 0.246781] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 0.249809] console [ttyS0] disabled [ 0.249844] 70006300.serial: ttyS0 at MMIO 0x70006300 (irq = 331, base_baud = 25500000) is a Tegra [ 1.070623] console [ttyS0] enabled [ 1.075022] SuperH (H)SCI(F) driver initialized [ 1.080608] msm_serial: driver initialized [ 1.084925] STMicroelectronics ASC driver initialized [ 1.092516] [drm] Initialized drm 1.1.0 20060810 [ 1.100182] tegra-hdmi 54280000.hdmi: failed to get HDMI regulator [ 1.119654] brd: module loaded [ 1.128733] loop: module loaded [ 1.132443] at24 0-0056: 256 byte 24c02 EEPROM, writable, 8 bytes/write [ 1.140681] as3722 4-0040: AS3722 with revision 0x1 found [ 1.164166] +5V_SYS: supplied by +VDD_MUX [ 1.168209] +1.05V_RUN: supplied by +5V_SYS [ 1.172527] tegra-ahci 70027000.sata: Failed to get supply 'hvdd': -517 [ 1.179199] tegra-ahci 70027000.sata: Failed to get regulators [ 1.199790] m25p80 spi32765.0: w25q32dw (4096 Kbytes) [ 1.208302] libphy: Fixed MDIO Bus: probed [ 1.213161] CAN device driver interface [ 1.219191] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.3.0-k [ 1.226159] igb: Copyright (c) 2007-2014 Intel Corporation. [ 1.235227] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver [ 1.242681] usbcore: registered new interface driver pegasus [ 1.248416] usbcore: registered new interface driver asix [ 1.253871] usbcore: registered new interface driver ax88179_178a [ 1.260017] usbcore: registered new interface driver cdc_ether [ 1.265923] usbcore: registered new interface driver smsc75xx [ 1.271741] usbcore: registered new interface driver smsc95xx [ 1.277539] usbcore: registered new interface driver net1080 [ 1.283254] usbcore: registered new interface driver cdc_subset [ 1.289237] usbcore: registered new interface driver zaurus [ 1.294898] usbcore: registered new interface driver cdc_ncm [ 1.300828] tegra-phy 7d004000.usb-phy: no vbus regulator [ 1.308232] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.314776] ehci-pci: EHCI PCI platform driver [ 1.319277] ehci-platform: EHCI generic platform driver [ 1.324734] ehci-omap: OMAP-EHCI Host Controller driver [ 1.330117] ehci-orion: EHCI orion driver [ 1.334287] SPEAr-ehci: EHCI SPEAr driver [ 1.338443] ehci-st: EHCI STMicroelectronics driver [ 1.343486] ehci-exynos: EHCI EXYNOS driver [ 1.347858] ehci-atmel: EHCI Atmel driver [ 1.352034] tegra-ehci: Tegra EHCI driver [ 1.356384] tegra-ehci 7d004000.usb: EHCI Host Controller [ 1.361816] tegra-ehci 7d004000.usb: new USB bus registered, assigned bus number 1 [ 1.369559] tegra-ehci 7d004000.usb: irq 348, io mem 0x7d004000 [ 1.383985] tegra-ehci 7d004000.usb: USB 2.0 started, EHCI 1.10 [ 1.390770] hub 1-0:1.0: USB hub found [ 1.394570] hub 1-0:1.0: 1 port detected [ 1.399139] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.405341] ohci-pci: OHCI PCI platform driver [ 1.409850] ohci-platform: OHCI generic platform driver [ 1.415270] ohci-omap3: OHCI OMAP3 driver [ 1.419443] SPEAr-ohci: OHCI SPEAr driver [ 1.423600] ohci-st: OHCI STMicroelectronics driver [ 1.428649] ohci-atmel: OHCI Atmel driver [ 1.433500] usbcore: registered new interface driver usb-storage [ 1.441288] mousedev: PS/2 mouse device common for all mice [ 1.450424] as3722-rtc as3722-rtc: rtc core: registered as3722-rtc as rtc0 [ 1.457312] as3722-rtc as3722-rtc: RTC interrupt 371 [ 1.465676] tegra_rtc 7000e000.rtc: rtc core: registered 7000e000.rtc as rtc1 [ 1.472867] tegra_rtc 7000e000.rtc: Tegra internal Real Time Clock [ 1.479664] i2c /dev entries driver [ 1.489672] 0-004c supply vcc not found, using dummy regulator [ 1.503833] sdhci: Secure Digital Host Controller Interface driver [ 1.510034] sdhci: Copyright(c) Pierre Ossman [ 1.516159] Synopsys Designware Multimedia Card Interface Driver [ 1.523408] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.529879] sdhci-tegra 700b0400.sdhci: Got CD GPIO [ 1.534793] sdhci-tegra 700b0400.sdhci: Got WP GPIO [ 1.539732] mmc0: Unknown controller version (3). You may experience problems. [ 1.547313] mmc0: Unknown controller version (3). You may experience problems. [ 1.554628] mmc0: Invalid maximum block size, assuming 512 bytes [ 1.593984] mmc0: SDHCI controller on 700b0600.sdhci [700b0600.sdhci] using ADMA 64-bit [ 1.603935] ledtrig-cpu: registered to indicate activity on CPUs [ 1.610333] usbcore: registered new interface driver usbhid [ 1.615914] usbhid: USB HID core driver [ 1.629166] NET: Registered protocol family 10 [ 1.634370] sit: IPv6 over IPv4 tunneling driver [ 1.639829] NET: Registered protocol family 17 [ 1.644304] can: controller area network core (rev 20120528 abi 9) [ 1.650561] NET: Registered protocol family 29 [ 1.655028] can: raw protocol (rev 20120528) [ 1.659314] can: broadcast manager protocol (rev 20120528 t) [ 1.664992] can: netlink gateway (rev 20130117) max_hops=1 [ 1.670912] Key type dns_resolver registered [ 1.675893] ThumbEE CPU extension supported. [ 1.680191] Registering SWP/SWPB emulation handler [ 1.699789] tegra-pcie 1003000.pcie-controller: 2x1, 1x1 configuration [ 1.706689] +3.3V_SYS: supplied by +VDD_MUX [ 1.710965] +3.3V_LP0: supplied by +3.3V_SYS [ 1.715606] +1.35V_LP0(sd2): supplied by +5V_SYS [ 1.720314] +1.05V_RUN_AVDD: supplied by +1.35V_LP0(sd2) [ 1.727246] tegra-pcie 1003000.pcie-controller: probing port 0, using 2 lanes [ 1.737717] tegra-pcie 1003000.pcie-controller: Slot present pin change, signature: 00000008 [ 1.757285] mmc0: new HS200 MMC card at address 0001 [ 1.763190] mmcblk0: mmc0:0001 SEM16G 14.7 GiB [ 1.768384] mmcblk0boot0: mmc0:0001 SEM16G partition 1 4.00 MiB [ 1.775029] mmcblk0boot1: mmc0:0001 SEM16G partition 2 4.00 MiB [ 1.781625] mmcblk0rpmb: mmc0:0001 SEM16G partition 3 4.00 MiB [ 1.791645] Primary GPT is invalid, using alternate GPT. [ 1.797024] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 [ 2.159771] tegra-pcie 1003000.pcie-controller: link 0 down, retrying [ 2.589379] tegra-pcie 1003000.pcie-controller: link 0 down, retrying [ 3.019113] tegra-pcie 1003000.pcie-controller: link 0 down, retrying [ 3.027701] tegra-pcie 1003000.pcie-controller: link 0 down, ignoring [ 3.034197] tegra-pcie 1003000.pcie-controller: probing port 1, using 1 lanes [ 3.043500] tegra-pcie 1003000.pcie-controller: Slot present pin change, signature: 00000000 [ 3.463730] tegra-pcie 1003000.pcie-controller: link 1 down, retrying [ 3.893206] tegra-pcie 1003000.pcie-controller: link 1 down, retrying [ 4.322834] tegra-pcie 1003000.pcie-controller: link 1 down, retrying [ 4.331428] tegra-pcie 1003000.pcie-controller: link 1 down, ignoring [ 4.338129] tegra-pcie 1003000.pcie-controller: PCI host bridge to bus 0000:00 [ 4.345368] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] [ 4.351556] pci_bus 0000:00: root bus resource [mem 0x13000000-0x1fffffff] [ 4.358436] pci_bus 0000:00: root bus resource [mem 0x20000000-0x3fffffff pref] [ 4.365749] pci_bus 0000:00: root bus resource [bus 00-ff] [ 4.371265] PCI: bus0: Fast back to back transfers enabled [ 4.377722] +5V_HDMI_CON: supplied by +5V_SYS [ 4.382225] +1.05V_RUN_AVDD_HDMI_PLL: supplied by +1.05V_RUN [ 4.388046] +3.3V_RUN: supplied by +3.3V_SYS [ 4.392359] +3.3V_AVDD_HDMI_AP_GATED: supplied by +3.3V_RUN [ 4.400660] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 4.407311] [drm] No driver support for vblank timestamp query. [ 4.513279] tegra-hdmi 54280000.hdmi: cannot set audio to 44100 at 297000000 pclk [ 4.665400] Console: switching to colour frame buffer device 512x135 [ 4.760562] drm drm: fb0: frame buffer device [ 4.779089] [drm] Initialized tegra 0.0.0 20120330 on minor 0 [ 4.786301] +5V_SATA: supplied by +5V_SYS [ 4.790539] +12V_SATA: supplied by +VDD_MUX [ 4.795156] tegra-ahci 70027000.sata: AHCI 0001.0301 32 slots 2 ports 3 Gbps 0x1 impl platform mode [ 4.804244] tegra-ahci 70027000.sata: flags: 64bit ncq sntf pm led pio slum part sadm sds apst [ 4.815272] scsi host0: tegra-ahci [ 4.819633] scsi host1: tegra-ahci [ 4.823383] ata1: SATA max UDMA/133 mmio [mem 0x70027000-0x70028fff] port 0x100 irq 341 [ 4.831429] ata2: DUMMY [ 4.835471] +5V_USB_HS: supplied by +5V_SYS [ 4.841314] tegra-ehci 7d008000.usb: EHCI Host Controller [ 4.846752] tegra-ehci 7d008000.usb: new USB bus registered, assigned bus number 2 [ 4.854562] tegra-ehci 7d008000.usb: irq 349, io mem 0x7d008000 [ 4.869086] tegra-ehci 7d008000.usb: USB 2.0 started, EHCI 1.10 [ 4.875889] hub 2-0:1.0: USB hub found [ 4.879709] hub 2-0:1.0: 1 port detected [ 4.885594] cpu: dev_pm_opp_of_cpumask_add_table: couldn't find opp table for cpu:0, -19 [ 4.893775] cpu cpu0: dev_pm_opp_get_max_volt_latency: Invalid regulator (-6) [ 4.900954] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 696000 KHz [ 4.908335] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 714000 KHz [ 4.918252] sdhci-tegra 700b0400.sdhci: Got CD GPIO [ 4.923176] sdhci-tegra 700b0400.sdhci: Got WP GPIO [ 4.928111] mmc1: Unknown controller version (3). You may experience problems. [ 4.935447] +VDDIO_SDMMC3: supplied by +3.3V_RUN [ 4.940149] mmc1: Invalid maximum block size, assuming 512 bytes [ 4.979135] mmc1: SDHCI controller on 700b0400.sdhci [700b0400.sdhci] using ADMA 64-bit [ 4.988840] input: gpio-keys as /devices/soc0/gpio-keys/input/input0 [ 4.996142] as3722-rtc as3722-rtc: setting system clock to 2000-01-01 00:02:58 UTC (946684978) [ 5.008187] +1.8V_RUN_CAM: disabling [ 5.011972] +2.8V_RUN_CAM: disabling [ 5.015765] +1.2V_RUN_CAM_FRONT: disabling [ 5.020078] +1.05V_RUN_CAM_REAR: disabling [ 5.024345] +3.3V_RUN_TOUCH: disabling [ 5.028239] +2.8V_RUN_CAM_AF: disabling [ 5.032240] +1.8V_RUN_VPP_FUSE: disabling [ 5.036415] +USB0_VBUS_SW: disabling [ 5.147885] ata1: SATA link down (SStatus 0 SControl 300) [ 5.154056] EXT4-fs (mmcblk0p1): couldn't mount as ext3 due to feature incompatibilities [ 5.162603] EXT4-fs (mmcblk0p1): couldn't mount as ext2 due to feature incompatibilities [ 5.183269] EXT4-fs (mmcblk0p1): warning: mounting fs with errors, running e2fsck is recommended [ 5.189065] usb 2-1: new high-speed USB device number 2 using tegra-ehci [ 5.201130] EXT4-fs (mmcblk0p1): recovery complete [ 5.205941] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null) [ 5.214050] VFS: Mounted root (ext4 filesystem) on device 179:1. [ 5.223739] devtmpfs: mounted [ 5.228064] Freeing unused kernel memory: 2048K (c1100000 - c1300000) bash: cannot set terminal process group (-1): Inappropriate ioctl for device bash: no job control in this shell root@(none):/# mount -t sysfs none /sys root@(none):/# root@(none):/# mount -t debugfs none /sys/kernel/debug root@(none):/# root@(none):/# rtcwake -d rtc1 -m mem -s 3 rtcwake: assuming RTC uses UTC ... rtcwake: wakeup from "mem" using /dev/rtc1 at Thu Jan 1 00:00:25 1970 [ 8.452494] PM: Syncing filesystems ... done. [ 8.721697] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 8.730201] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 8.738805] Suspending console(s) (use no_console_suspend to debug) [ 8.835465] PM: suspend of devices complete after 89.797 msecs [ 8.836366] PM: late suspend of devices complete after 0.897 msecs [ 8.837100] PM: noirq suspend of devices complete after 0.730 msecs [ 8.837101] Disabling non-boot CPUs ... [ 8.837539] CPU1: shutdown [ 8.849877] IRQ16 no longer affine to CPU2 [ 8.850070] CPU2: shutdown [ 8.869857] CPU3: shutdown [ 8.884424] Entering suspend state LP1 [ 8.884436] Enabling non-boot CPUs ... [ 8.909629] CPU1 is up [ 8.934660] CPU2 is up [ 8.959777] CPU3 is up [ 8.960340] PM: noirq resume of devices complete after 0.558 msecs [ 8.961629] PM: early resume of devices complete after 0.992 msecs [ 8.963611] tegra-hdmi 54280000.hdmi: cannot set audio to 44100 at 297000000 pclk [ 9.090442] PM: resume of devices complete after 128.804 msecs [ 9.165671] Restarting tasks ... done. root@(none):/# root@(none):/# [ 9.346509] ata1: SATA link down (SStatus 0 SControl 300) rtcwake -d rtc1 -m mem -s 3 rtcwake: assuming RTC uses UTC ... rtcwake: wakeup from "mem" using /dev/rtc1 at Thu Jan 1 00:00:29 1970 [ 9.511198] PM: Syncing filesystems ... done. [ 9.573477] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 9.581753] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 9.590512] Suspending console(s) (use no_console_suspend to debug) [ 9.695472] PM: suspend of devices complete after 97.718 msecs [ 9.697869] PM: late suspend of devices complete after 2.385 msecs [ 9.699348] PM: noirq suspend of devices complete after 1.471 msecs [ 9.699350] Disabling non-boot CPUs ... [ 9.699964] CPU1: shutdown [ 9.725848] CPU2: shutdown [ 9.750553] CPU3: shutdown [ 9.764772] Entering suspend state LP1 [ 9.764786] Enabling non-boot CPUs ... [ 9.789686] CPU1 is up [ 9.814753] CPU2 is up [ 9.839889] CPU3 is up [ 9.840459] PM: noirq resume of devices complete after 0.564 msecs [ 9.841806] PM: early resume of devices complete after 1.036 msecs [ 9.844273] tegra-hdmi 54280000.hdmi: cannot set audio to 44100 at 297000000 pclk [ 9.975625] PM: resume of devices complete after 133.809 msecs [ 10.046776] Restarting tasks ... done. root@(none):/# root@(none):/# [ 10.231498] ata1: SATA link down (SStatus 0 SControl 300) rtcwake -d rtc1 -m mem -s 3 rtcwake: assuming RTC uses UTC ... rtcwake: wakeup from "mem" using /dev/rtc1 at Thu Jan 1 00:00:33 1970 [ 10.384029] PM: Syncing filesystems ... done. [ 10.446175] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 10.454449] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 10.463164] Suspending console(s) (use no_console_suspend to debug) [ 10.575584] PM: suspend of devices complete after 105.173 msecs [ 10.577186] PM: late suspend of devices complete after 1.595 msecs [ 10.578534] PM: noirq suspend of devices complete after 1.343 msecs [ 10.578537] Disabling non-boot CPUs ... [ 10.578889] IRQ16 no longer affine to CPU1 [ 10.579192] CPU1: shutdown [ 10.595795] CPU2: shutdown [ 10.625480] CPU3: shutdown [ 10.639772] Entering suspend state LP1 [ 10.639786] Enabling non-boot CPUs ... [ 10.664660] CPU1 is up [ 10.689725] CPU2 is up [ 10.714857] CPU3 is up [ 10.715475] PM: noirq resume of devices complete after 0.613 msecs [ 10.716941] PM: early resume of devices complete after 1.144 msecs [ 10.719875] tegra-hdmi 54280000.hdmi: cannot set audio to 44100 at 297000000 pclk [ 10.850501] PM: resume of devices complete after 133.551 msecs [ 10.925886] Restarting tasks ... done. root@(none):/# root@(none):/# [ 11.111445] ata1: SATA link down (SStatus 0 SControl 300) rtcwake -d rtc1 -m mem -s 3 rtcwake: assuming RTC uses UTC ... rtcwake: wakeup from "mem" using /dev/rtc1 at Thu Jan 1 00:00:37 1970 [ 11.253546] PM: Syncing filesystems ... done. [ 11.315990] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 11.324274] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 11.332985] Suspending console(s) (use no_console_suspend to debug) [ 11.410420] PM: suspend of devices complete after 70.185 msecs [ 11.412825] PM: late suspend of devices complete after 2.393 msecs [ 11.414269] PM: noirq suspend of devices complete after 1.436 msecs [ 11.414271] Disabling non-boot CPUs ... [ 11.414904] CPU1: shutdown [ 11.445765] CPU2: shutdown [ 11.470165] IRQ16 no longer affine to CPU3 [ 11.470461] CPU3: shutdown [ 11.484738] Entering suspend state LP1 [ 11.484752] Enabling non-boot CPUs ... [ 11.509657] CPU1 is up [ 11.534715] CPU2 is up [ 11.559842] CPU3 is up [ 11.560432] PM: noirq resume of devices complete after 0.585 msecs [ 11.562077] PM: early resume of devices complete after 1.317 msecs [ 11.564564] tegra-hdmi 54280000.hdmi: cannot set audio to 44100 at 297000000 pclk [ 11.695585] PM: resume of devices complete after 133.499 msecs [ 11.770838] Restarting tasks ... done. root@(none):/# root@(none):/# [ 11.951436] ata1: SATA link down (SStatus 0 SControl 300) rtcwake -d rtc1 -m mem -s 3 rtcwake: assuming RTC uses UTC ... rtcwake: wakeup from "mem" using /dev/rtc1 at Thu Jan 1 00:00:41 1970 [ 12.096153] PM: Syncing filesystems ... done. [ 12.158372] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 12.166646] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 12.175385] Suspending console(s) (use no_console_suspend to debug) [ 12.250590] PM: suspend of devices complete after 67.964 msecs [ 12.252192] PM: late suspend of devices complete after 1.595 msecs [ 12.253540] PM: noirq suspend of devices complete after 1.343 msecs [ 12.253542] Disabling non-boot CPUs ... [ 12.254219] CPU1: shutdown [ 12.280469] IRQ16 no longer affine to CPU2 [ 12.280756] CPU2: shutdown [ 12.295448] CPU3: shutdown [ 12.309727] Entering suspend state LP1 [ 12.309740] Enabling non-boot CPUs ... [ 12.334620] CPU1 is up [ 12.359676] CPU2 is up [ 12.384816] CPU3 is up [ 12.385427] PM: noirq resume of devices complete after 0.605 msecs [ 12.386861] PM: early resume of devices complete after 1.110 msecs [ 12.389206] tegra-hdmi 54280000.hdmi: cannot set audio to 44100 at 297000000 pclk [ 12.520574] PM: resume of devices complete after 133.704 msecs [ 12.595865] Restarting tasks ... done. root@(none):/# root@(none):/# [ 12.776426] ata1: SATA link down (SStatus 0 SControl 300) rtcwake -d rtc1 -m mem -s 3 rtcwake: assuming RTC uses UTC ... rtcwake: wakeup from "mem" using /dev/rtc1 at Thu Jan 1 00:00:45 1970 [ 12.924117] PM: Syncing filesystems ... done. [ 12.986504] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 12.994786] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 13.003499] Suspending console(s) (use no_console_suspend to debug) [ 13.075474] PM: suspend of devices complete after 64.726 msecs [ 13.078029] PM: late suspend of devices complete after 2.542 msecs [ 13.079476] PM: noirq suspend of devices complete after 1.440 msecs [ 13.079479] Disabling non-boot CPUs ... [ 13.080111] CPU1: shutdown [ 13.105722] CPU2: shutdown [ 13.130412] CPU3: shutdown [ 13.144698] Entering suspend state LP1 [ 13.144712] Enabling non-boot CPUs ... [ 13.169593] CPU1 is up [ 13.194653] CPU2 is up [ 13.219786] CPU3 is up [ 13.220382] PM: noirq resume of devices complete after 0.591 msecs [ 13.222018] PM: early resume of devices complete after 1.321 msecs [ 13.224546] tegra-hdmi 54280000.hdmi: cannot set audio to 44100 at 297000000 pclk [ 13.355527] PM: resume of devices complete after 133.499 msecs [ 13.426672] Restarting tasks ... done. root@(none):/# root@(none):/# [ 13.611411] ata1: SATA link down (SStatus 0 SControl 300) rtcwake -d rtc1 -m mem -s 3 rtcwake: assuming RTC uses UTC ... rtcwake: wakeup from "mem" using /dev/rtc1 at Thu Jan 1 00:00:49 1970 [ 13.761795] PM: Syncing filesystems ... done. [ 13.823314] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 13.831587] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 13.840339] Suspending console(s) (use no_console_suspend to debug) [ 13.915296] PM: suspend of devices complete after 67.730 msecs [ 13.916885] PM: late suspend of devices complete after 1.582 msecs [ 13.918235] PM: noirq suspend of devices complete after 1.344 msecs [ 13.918237] Disabling non-boot CPUs ... [ 13.918852] CPU1: shutdown [ 13.935775] CPU2: shutdown [ 13.960457] CPU3: shutdown [ 13.974669] Entering suspend state LP1 [ 13.974683] Enabling non-boot CPUs ... [ 13.999582] CPU1 is up [ 14.024635] CPU2 is up [ 14.049768] CPU3 is up [ 14.050353] PM: noirq resume of devices complete after 0.579 msecs [ 14.052062] PM: early resume of devices complete after 1.400 msecs [ 14.055112] tegra-hdmi 54280000.hdmi: cannot set audio to 44100 at 297000000 pclk [ 14.185591] PM: resume of devices complete after 133.520 msecs [ 14.256739] Restarting tasks ... done. root@(none):/# root@(none):/# [ 14.446375] ata1: SATA link down (SStatus 0 SControl 300) rtcwake -d rtc1 -m mem -s 3 rtcwake: assuming RTC uses UTC ... rtcwake: wakeup from "mem" using /dev/rtc1 at Thu Jan 1 00:00:53 1970 [ 14.590485] PM: Syncing filesystems ... done. [ 14.652671] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 14.660958] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 14.669685] Suspending console(s) (use no_console_suspend to debug) [ 14.740297] PM: suspend of devices complete after 63.378 msecs [ 14.741886] PM: late suspend of devices complete after 1.583 msecs [ 14.743230] PM: noirq suspend of devices complete after 1.339 msecs [ 14.743233] Disabling non-boot CPUs ... [ 14.743877] CPU1: shutdown [ 14.770693] CPU2: shutdown [ 14.785385] CPU3: shutdown [ 14.799658] Entering suspend state LP1 [ 14.799672] Enabling non-boot CPUs ... [ 14.824544] CPU1 is up [ 14.849611] CPU2 is up [ 14.874752] CPU3 is up [ 14.875342] PM: noirq resume of devices complete after 0.585 msecs [ 14.876951] PM: early resume of devices complete after 1.300 msecs [ 14.879374] tegra-hdmi 54280000.hdmi: cannot set audio to 44100 at 297000000 pclk [ 15.010594] PM: resume of devices complete after 133.633 msecs [ 15.081745] Restarting tasks ... done. root@(none):/# root@(none):/# [ 15.266290] ata1: SATA link down (SStatus 0 SControl 300) rtcwake -d rtc1 -m mem -s 3 rtcwake: assuming RTC uses UTC ... rtcwake: wakeup from "mem" using /dev/rtc1 at Thu Jan 1 00:00:57 1970 [ 15.417771] PM: Syncing filesystems ... done. [ 15.479997] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 15.488256] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 15.496985] Suspending console(s) (use no_console_suspend to debug) [ 15.565507] PM: suspend of devices complete after 61.267 msecs [ 15.567461] PM: late suspend of devices complete after 1.942 msecs [ 15.568947] PM: noirq suspend of devices complete after 1.479 msecs [ 15.568950] Disabling non-boot CPUs ... [ 15.569562] CPU1: shutdown [ 15.600651] CPU2: shutdown [ 15.625072] IRQ16 no longer affine to CPU3 [ 15.625370] CPU3: shutdown [ 15.639638] Entering suspend state LP1 [ 15.639652] Enabling non-boot CPUs ... [ 15.664533] CPU1 is up [ 15.689594] CPU2 is up [ 15.714732] CPU3 is up [ 15.715316] PM: noirq resume of devices complete after 0.579 msecs [ 15.716343] PM: early resume of devices complete after 0.717 msecs [ 15.718615] tegra-hdmi 54280000.hdmi: cannot set audio to 44100 at 297000000 pclk [ 15.850463] PM: resume of devices complete after 134.111 msecs [ 15.925717] Restarting tasks ... done. root@(none):/# root@(none):/# [ 16.106261] ata1: SATA link down (SStatus 0 SControl 300) rtcwake -d rtc1 -m mem -s 3 rtcwake: assuming RTC uses UTC ... rtcwake: wakeup from "mem" using /dev/rtc1 at Thu Jan 1 00:01:01 1970 [ 16.260539] PM: Syncing filesystems ... done. [ 16.322711] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 16.331002] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 16.339734] Suspending console(s) (use no_console_suspend to debug) [ 16.445327] PM: suspend of devices complete after 98.368 msecs [ 16.447720] PM: late suspend of devices complete after 2.381 msecs [ 16.449120] PM: noirq suspend of devices complete after 1.393 msecs [ 16.449122] Disabling non-boot CPUs ... [ 16.449745] CPU1: shutdown [ 16.480643] CPU2: shutdown [ 16.505045] IRQ16 no longer affine to CPU3 [ 16.505342] CPU3: shutdown [ 16.519628] Entering suspend state LP1 [ 16.519643] Enabling non-boot CPUs ... [ 16.544513] CPU1 is up [ 16.569574] CPU2 is up [ 16.594702] CPU3 is up [ 16.595288] PM: noirq resume of devices complete after 0.581 msecs [ 16.596525] PM: early resume of devices complete after 0.935 msecs [ 16.599362] tegra-hdmi 54280000.hdmi: cannot set audio to 44100 at 297000000 pclk [ 16.730381] PM: resume of devices complete after 133.846 msecs [ 16.805613] Restarting tasks ... done. root@(noNVTB SYSTEM SUSPEND TEST COMPLETE e):/# root@(none):/# [ 16.991314] ata1: SATA link down (SStatus 0 SControl 300)