U-Boot SPL 2014.01-00219-gc4d376f (Feb 18 2014 - 19:57:32) U-Boot 2014.01-00219-gc4d376f (Feb 18 2014 - 19:57:32) TEGRA114 Board: NVIDIA Dalmore 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 Tegra114 (Dalmore) # Tegra114 (Dalmore) # usb reset (Re)start USB... USB0: USB EHCI 1.10 scanning bus 0 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 Tegra114 (Dalmore) # setenv bootargs 'ignore_loglevel console=ttyS0,115200n8 rw root=PARTUUID=7369c667-ff51-ec4a-29cd-baabf2fbe346 rootwait gpt debug earlyprintk init=/bin/bash' Tegra114 (Dalmore) # setenv ipaddr 192.168.100.100; setenv serverip 192.168.100.1; setenv tftpserverip 192.168.100.1 Tegra114 (Dalmore) # tftpboot 0x81000000 zImage.tegra_defconfig Using asx0 device TFTP from server 192.168.100.1; our IP address is 192.168.100.100 Filename 'zImage.tegra_defconfig'. Load address: 0x81000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################ 3.2 MiB/s done Bytes transferred = 6193480 (5e8148 hex) Tegra114 (Dalmore) # tftpboot 0x82000000 tegra114-dalmore.dtb Using asx0 device TFTP from server 192.168.100.1; our IP address is 192.168.100.100 Filename 'tegra114-dalmore.dtb'. Load address: 0x82000000 Loading: *### 2.7 MiB/s done Bytes transferred = 34502 (86c6 hex) Tegra114 (Dalmore) # bootz 0x81000000 - 0x82000000 Kernel image @ 0x81000000 [ 0x000000 - 0x5e8148 ] ## Flattened Device Tree blob at 82000000 Booting using the fdt blob at 0x82000000 Loading Device Tree to 8fff4000, end 8ffff6c5 ... OK Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.15.0-rc1-next-20171129-15191-gd127129 (jonathanh@kaivo) (gcc version 4.7.3 20130328 (prerelease) (crosstool-NG linaro-1.13.1-4.7-2013.04-20130415 - Linaro GCC 2013.04)) #1 SMP PREEMPT Tue Nov 28 19:17:25 PST 2017 [ 0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (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] OF: fdt: Machine model: NVIDIA Tegra114 Dalmore evaluation board [ 0.000000] debug: ignoring loglevel setting. [ 0.000000] bootconsole [earlycon0] enabled [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] cma: Reserved 64 MiB at 0xfbc00000 [ 0.000000] On node 0 totalpages: 524032 [ 0.000000] Normal zone: 1536 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 196608 pages, LIFO batch:31 [ 0.000000] HighMem zone: 327424 pages, LIFO batch:31 [ 0.000000] random: fast init done [ 0.000000] percpu: Embedded 17 pages/cpu @eef9b000 s39296 r8192 d22144 u69632 [ 0.000000] pcpu-alloc: s39296 r8192 d22144 u69632 alloc=17*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 522496 [ 0.000000] Kernel command line: ignore_loglevel console=ttyS0,115200n8 rw root=PARTUUID=7369c667-ff51-ec4a-29cd-baabf2fbe346 rootwait gpt debug earlyprintk init=/bin/bash [ 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: 1998600K/2096128K available (9216K kernel code, 778K rwdata, 2560K rodata, 1024K init, 299K bss, 31992K 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 : 0xc0008000 - 0xc0a00000 (10208 kB) [ 0.000000] .init : 0xc0d00000 - 0xc0e00000 (1024 kB) [ 0.000000] .data : 0xc0e00000 - 0xc0ec2bb0 ( 779 kB) [ 0.000000] .bss : 0xc0ec2bb0 - 0xc0f0d7ec ( 300 kB) [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] Tasks RCU enabled. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000] /interrupt-controller@60004000: 160 interrupts forwarded to /interrupt-controller@50041000 [ 0.000000] Tegra clk 127: register failed with -17 [ 0.000009] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns [ 0.007686] clocksource: timer_us: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns [ 0.017214] Switching to timer-based delay loop, resolution 1000ns [ 0.024057] arch_timer: cp15 timer(s) running at 12.00MHz (virt). [ 0.029438] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2c47f4ee7, max_idle_ns: 440795202497 ns [ 0.040185] sched_clock: 56 bits at 12MHz, resolution 83ns, wraps every 4398046511096ns [ 0.048153] Switching to timer-based delay loop, resolution 83ns [ 0.054625] Console: colour dummy device 80x30 [ 0.058569] Calibrating delay loop (skipped), value calculated using timer frequency.. 24.00 BogoMIPS (lpj=120000) [ 0.068878] pid_max: default: 32768 minimum: 301 [ 0.073957] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.080065] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.087924] CPU: Testing write buffer coherency: ok [ 0.092226] /cpus/cpu@0 missing clock-frequency property [ 0.097224] /cpus/cpu@1 missing clock-frequency property [ 0.102534] /cpus/cpu@2 missing clock-frequency property [ 0.107799] /cpus/cpu@3 missing clock-frequency property [ 0.113082] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.153200] Setting up static identity map for 0x80100000 - 0x801000a0 [ 0.157960] Hierarchical SRCU implementation. [ 0.173642] Tegra Revision: A01 SKU: 0 CPU Process: 1 SoC Process: 0 [ 0.193231] smp: Bringing up secondary CPUs ... [ 0.243896] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.314001] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [ 0.384105] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [ 0.384220] smp: Brought up 1 node, 4 CPUs [ 0.403310] SMP: Total of 4 processors activated (96.00 BogoMIPS). [ 0.409500] CPU: All CPU(s) started in SVC mode. [ 0.415919] devtmpfs: initialized [ 0.428003] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0 [ 0.434173] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.443560] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.451094] pinctrl core: initialized pinctrl subsystem [ 0.456146] NET: Registered protocol family 16 [ 0.460818] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.467466] cpuidle: using governor menu [ 0.489809] No ATAGs? [ 0.489950] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [ 0.498291] hw-breakpoint: maximum watchpoint size is 8 bytes. [ 0.505079] tegra-mc 70019000.memory-controller: no memory timings for RAM code 3 registered [ 0.512675] iommu: Adding device reg-dummy to group 0 [ 0.517586] iommu: Adding device 50000000.host1x to group 1 [ 0.523105] iommu: Adding device 54140000.gr2d to group 2 [ 0.528501] iommu: Adding device 54180000.gr3d to group 3 [ 0.533890] iommu: Adding device 54200000.dc to group 4 [ 0.539115] iommu: Adding device 54240000.dc to group 5 [ 0.544260] iommu: Adding device 54280000.hdmi to group 6 [ 0.549645] iommu: Adding device 54300000.dsi to group 7 [ 0.554913] iommu: Adding device 60005000.timer to group 8 [ 0.560391] iommu: Adding device 60007000.flow-controller to group 9 [ 0.566698] iommu: Adding device 6000a000.dma to group 10 [ 0.572093] iommu: Adding device 6000c000.ahb to group 11 [ 0.577448] iommu: Adding device 6000d000.gpio to group 12 [ 0.582931] iommu: Adding device 70000800.apbmisc to group 13 [ 0.588626] iommu: Adding device 70000868.pinmux to group 14 [ 0.594278] iommu: Adding device 70006300.serial to group 15 [ 0.599897] iommu: Adding device 7000a000.pwm to group 16 [ 0.605286] iommu: Adding device 7000c000.i2c to group 17 [ 0.610637] iommu: Adding device 7000c700.i2c to group 18 [ 0.616030] iommu: Adding device 7000d000.i2c to group 19 [ 0.621386] iommu: Adding device 7000da00.spi to group 20 [ 0.626784] iommu: Adding device 7000e000.rtc to group 21 [ 0.632132] iommu: Adding device 7000e400.pmc to group 22 [ 0.637523] iommu: Adding device 7000f800.fuse to group 23 [ 0.642967] iommu: Adding device 70019000.memory-controller to group 24 [ 0.649579] iommu: Adding device 70080000.ahub to group 25 [ 0.655012] iommu: Adding device 700e3000.mipi to group 26 [ 0.660506] iommu: Adding device 78000400.sdhci to group 27 [ 0.666024] iommu: Adding device 78000600.sdhci to group 28 [ 0.671586] iommu: Adding device 7d000000.usb to group 29 [ 0.676939] iommu: Adding device 7d000000.usb-phy to group 30 [ 0.682680] iommu: Adding device 7d008000.usb to group 31 [ 0.688033] iommu: Adding device 7d008000.usb-phy to group 32 [ 0.693771] iommu: Adding device timer to group 33 [ 0.698518] iommu: Adding device backlight to group 34 [ 0.703636] iommu: Adding device clocks to group 35 [ 0.708513] iommu: Adding device gpio-keys to group 36 [ 0.713604] iommu: Adding device regulators to group 37 [ 0.718824] iommu: Adding device regulators:regulator@0 to group 38 [ 0.725037] iommu: Adding device regulators:regulator@1 to group 39 [ 0.731299] iommu: Adding device regulators:regulator@3 to group 40 [ 0.737518] iommu: Adding device regulators:regulator@4 to group 41 [ 0.743785] iommu: Adding device regulators:regulator@5 to group 42 [ 0.749999] iommu: Adding device regulators:regulator@6 to group 43 [ 0.756258] iommu: Adding device regulators:regulator@7 to group 44 [ 0.762478] iommu: Adding device sound to group 45 [ 0.784176] dvdd_ts: Failed to request enable GPIO61: -517 [ 0.787784] reg-fixed-voltage regulators:regulator@1: Failed to register regulator: -517 [ 0.795925] usb1_vbus: Failed to request enable GPIO108: -517 [ 0.801588] reg-fixed-voltage regulators:regulator@3: Failed to register regulator: -517 [ 0.809703] usb2_vbus: Failed to request enable GPIO86: -517 [ 0.815256] reg-fixed-voltage regulators:regulator@4: Failed to register regulator: -517 [ 0.823812] VDD_5V0_HDMI_CON: Failed to request enable GPIO81: -517 [ 0.829562] reg-fixed-voltage regulators:regulator@7: Failed to register regulator: -517 [ 0.838761] vgaarb: loaded [ 0.841064] SCSI subsystem initialized [ 0.844249] libata version 3.00 loaded. [ 0.848152] usbcore: registered new interface driver usbfs [ 0.853363] usbcore: registered new interface driver hub [ 0.858661] usbcore: registered new device driver usb [ 0.866751] tps65090 2-0048: No cache defaults, reading back from HW [ 0.872304] iommu: Adding device tps65090-pmic to group 46 [ 0.877603] TPS65090_RAILSDCDC1: supplied by vdd_ac_bat [ 0.882992] TPS65090_RAILSDCDC2: supplied by vdd_ac_bat [ 0.888200] TPS65090_RAILSDCDC3: supplied by vdd_ac_bat [ 0.892846] TPS65090_RAILSFET1: supplied by vdd_ac_bat [ 0.897820] TPS65090_RAILSFET2: supplied by vdd_ac_bat [ 0.902892] TPS65090_RAILSFET3: supplied by vdd-sys-3v3 [ 0.908306] TPS65090_RAILSFET4: supplied by vdd-sys-3v3 [ 0.913455] TPS65090_RAILSFET5: supplied by vdd-sys-3v3 [ 0.918693] TPS65090_RAILSFET6: supplied by vdd-sys-3v3 [ 0.924180] TPS65090_RAILSFET7: supplied by vdd-sys-3v3 [ 0.929106] TPS65090_RAILSLDO1: supplied by vdd_ac_bat [ 0.933846] TPS65090_RAILSLDO2: supplied by vdd_ac_bat [ 0.939165] iommu: Adding device tps65090-charger to group 47 [ 0.944851] palmas 2-0058: Irq flag is 0x00000004 [ 0.951339] palmas 2-0058: Muxing GPIO ff, PWM 0, LED 0 [ 0.954896] iommu: Adding device 7000d000.i2c:tps65913@58:gpio to group 48 [ 0.962103] iommu: Adding device 7000d000.i2c:tps65913@58:pmic to group 49 [ 0.970029] SMPS12: supplied by vdd-ao [ 0.973159] vdd_hdmi_5v0: supplied by vdd-sys-5v0 [ 0.977596] SMPS3: supplied by vdd-ao [ 0.982221] SMPS457: supplied by vdd-sys-3v3 [ 0.986365] SMPS6: supplied by regulator-dummy [ 0.990523] SMPS8: supplied by vdd-sys-3v3 [ 0.994817] SMPS9: supplied by vdd-sys-3v3 [ 0.997743] sdhci-vdd-sd-slot: Bringing 2840000uV into 2800000-2800000uV [ 1.005349] SMPS10_OUT2: supplied by regulator-dummy [ 1.009712] SMPS10_OUT1: supplied by regulator-dummy [ 1.014685] LDO1: supplied by vdd-sys-3v3 [ 1.018932] LDO2: supplied by vdd-sys-3v3 [ 1.022919] LDO3: supplied by vddio-1v8 [ 1.026751] LDO4: supplied by vdd-sys-3v3 [ 1.030710] LDO5: supplied by vdd_ac_bat [ 1.034181] LDO6: supplied by vdd-sys-3v3 [ 1.037980] vdd-sensor-2v85: Bringing 2900000uV into 2850000-2850000uV [ 1.045305] LDO7: supplied by vdd-sys-3v3 [ 1.049641] LDO8: supplied by vdd-ao [ 1.051994] vdd-rtc: Bringing 675000uV into 900000-900000uV [ 1.058617] LDO9: supplied by sdhci-vdd-sd-slot [ 1.068941] LDOLN: supplied by vdd-sys-5v0 [ 1.072314] LDOUSB: supplied by vdd-sys-5v0 [ 1.080698] iommu: Adding device 7000d000.i2c:tps65913@58:rtc to group 50 [ 1.085760] iommu: Adding device 7000d000.i2c:tps65913@58:pinmux to group 51 [ 1.093012] Linux video capture interface: v2.00 [ 1.097259] pps_core: LinuxPPS API ver. 1 registered [ 1.102123] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 1.111286] PTP clock support registered [ 1.115731] Advanced Linux Sound Architecture Driver Initialized. [ 1.121873] Bluetooth: Core ver 2.22 [ 1.124798] NET: Registered protocol family 31 [ 1.129163] Bluetooth: HCI device and connection manager initialized [ 1.135518] Bluetooth: HCI socket layer initialized [ 1.140348] Bluetooth: L2CAP socket layer initialized [ 1.145406] Bluetooth: SCO socket layer initialized [ 1.150916] clocksource: Switched to clocksource arch_sys_counter [ 1.250636] NET: Registered protocol family 2 [ 1.254172] TCP established hash table entries: 8192 (order: 3, 32768 bytes) [ 1.260197] TCP bind hash table entries: 8192 (order: 4, 65536 bytes) [ 1.266722] TCP: Hash tables configured (established 8192 bind 8192) [ 1.273407] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.278774] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.285417] NET: Registered protocol family 1 [ 1.290116] RPC: Registered named UNIX socket transport module. [ 1.295318] RPC: Registered udp transport module. [ 1.299970] RPC: Registered tcp transport module. [ 1.304668] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.311536] iommu: Adding device regulatory.0 to group 52 [ 1.326682] PCI: CLS 0 bytes, default 64 [ 1.330336] iommu: Adding device alarmtimer to group 53 [ 1.334924] Initialise system trusted keyrings [ 1.338487] workingset: timestamp_bits=30 max_order=19 bucket_order=0 [ 1.346184] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.361360] NFS: Registering the id_resolver key type [ 1.364518] Key type id_resolver registered [ 1.368659] Key type id_legacy registered [ 1.377724] Key type asymmetric registered [ 1.379910] Asymmetric key parser 'x509' registered [ 1.384944] bounce: pool size: 64 pages [ 1.388642] io scheduler noop registered (default) [ 1.393368] io scheduler mq-deadline registered [ 1.397850] io scheduler kyber registered [ 1.419037] tegra-apbdma 6000a000.dma: Tegra20 APB DMA driver register 32 channels [ 1.426109] tegra-pmc 7000e400.pmc: i2c-thermtrip node not found, emergency thermal reset disabled. [ 1.434315] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 1.440153] iommu: Adding device serial8250 to group 54 [ 1.447136] console [ttyS0] disabled [ 1.448849] 70006300.serial: ttyS0 at MMIO 0x70006300 (irq = 329, base_baud = 25500000) is a Tegra [ 1.457798] console [ttyS0] enabled [ 1.457798] console [ttyS0] enabled [ 1.464034] bootconsole [earlycon0] disabled [ 1.464034] bootconsole [earlycon0] disabled [ 1.491789] tegra-hdmi 54280000.hdmi: failed to get HDMI regulator [ 1.516980] loop: module loaded [ 1.532065] m25p80 spi0.0: w25q32dw (4096 Kbytes) [ 1.548805] iommu: Adding device Fixed MDIO bus.0 to group 55 [ 1.554783] libphy: Fixed MDIO Bus: probed [ 1.558876] CAN device driver interface [ 1.562783] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k [ 1.569735] igb: Copyright (c) 2007-2014 Intel Corporation. [ 1.575456] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver [ 1.582925] usbcore: registered new interface driver pegasus [ 1.588661] usbcore: registered new interface driver asix [ 1.594140] usbcore: registered new interface driver ax88179_178a [ 1.600282] usbcore: registered new interface driver cdc_ether [ 1.606200] usbcore: registered new interface driver smsc75xx [ 1.612033] usbcore: registered new interface driver smsc95xx [ 1.617822] usbcore: registered new interface driver net1080 [ 1.623553] usbcore: registered new interface driver cdc_subset [ 1.629516] usbcore: registered new interface driver zaurus [ 1.635174] usbcore: registered new interface driver cdc_ncm [ 1.641080] tegra-phy 7d000000.usb-phy: no vbus regulator [ 1.646932] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.653471] ehci-pci: EHCI PCI platform driver [ 1.657973] tegra-ehci: Tegra EHCI driver [ 1.662669] usbcore: registered new interface driver cdc_acm [ 1.668320] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 1.676399] usbcore: registered new interface driver cdc_wdm [ 1.682155] usbcore: registered new interface driver usb-storage [ 1.692077] iommu: Adding device ci_hdrc.0 to group 56 [ 1.705511] palmas-rtc 7000d000.i2c:tps65913@58:rtc: rtc core: registered 7000d000.i2c:tps65913@58:rtc as rtc0 [ 1.717035] tegra_rtc 7000e000.rtc: rtc core: registered 7000e000.rtc as rtc1 [ 1.724243] tegra_rtc 7000e000.rtc: Tegra internal Real Time Clock [ 1.730743] i2c /dev entries driver [ 1.735170] usbcore: registered new interface driver uvcvideo [ 1.740934] USB Video Class driver (1.1.1) [ 1.745024] gspca_main: v2.14.0 registered [ 1.750050] sbs-battery 0-000b: sbs_probe: Failed to get device status [ 1.756610] sbs-battery: probe of 0-000b failed with error -121 [ 1.767822] tegra-wdt 60005000.timer: initialized (heartbeat = 120 sec, nowayout = 0) [ 1.776351] sdhci: Secure Digital Host Controller Interface driver [ 1.782623] sdhci: Copyright(c) Pierre Ossman [ 1.786975] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.792947] sdhci-tegra 78000400.sdhci: Got CD GPIO [ 1.797835] sdhci-tegra 78000400.sdhci: Got WP GPIO [ 1.811001] mmc0: Invalid maximum block size, assuming 512 bytes [ 1.848310] mmc0: SDHCI controller on 78000400.sdhci [78000400.sdhci] using ADMA [ 1.861032] mmc1: Invalid maximum block size, assuming 512 bytes [ 1.898319] mmc1: SDHCI controller on 78000600.sdhci [78000600.sdhci] using ADMA [ 1.906703] usbcore: registered new interface driver usbhid [ 1.912321] usbhid: USB HID core driver [ 1.918047] iommu: Adding device snd-soc-dummy to group 57 [ 1.960508] mmc1: new high speed MMC card at address 0001 [ 1.966667] mmcblk1: mmc1:0001 SEM32G 29.1 GiB [ 1.971704] mmcblk1boot0: mmc1:0001 SEM32G partition 1 4.00 MiB [ 1.978097] mmcblk1boot1: mmc1:0001 SEM32G partition 2 4.00 MiB [ 1.984298] mmcblk1rpmb: mmc1:0001 SEM32G partition 3 4.00 MiB, chardev (247:0) [ 1.994603] mmcblk1: p1 p2 p3 p4 p5 p6 p7 p8 [ 2.002048] mmc0: new high speed SDHC card at address aaaa [ 2.008107] mmcblk0: mmc0:aaaa SL16G 14.8 GiB [ 2.029210] mmcblk0: p1 p2 p3 [ 2.353724] iommu: Adding device 70080400.i2s to group 58 [ 2.360075] tegra30-i2s 70080400.i2s: DMA channels sourced from device 70080000.ahub [ 2.376660] tegra-snd-rt5640 sound: rt5640-aif1 <-> 70080400.i2s mapping ok [ 2.388272] input: NVIDIA Tegra Dalmore Headphones as /devices/soc0/sound/sound/card0/input0 [ 2.399080] NET: Registered protocol family 10 [ 2.404932] Segment Routing with IPv6 [ 2.408766] mip6: Mobile IPv6 [ 2.411757] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 2.419215] NET: Registered protocol family 17 [ 2.423696] NET: Registered protocol family 15 [ 2.428134] can: controller area network core (rev 20170425 abi 9) [ 2.434528] NET: Registered protocol family 29 [ 2.438967] can: raw protocol (rev 20170425) [ 2.443252] can: broadcast manager protocol (rev 20170425 t) [ 2.448911] can: netlink gateway (rev 20170425) max_hops=1 [ 2.454606] Bluetooth: RFCOMM socket layer initialized [ 2.459754] Bluetooth: RFCOMM ver 1.11 [ 2.463534] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 2.468845] Bluetooth: BNEP socket layer initialized [ 2.473822] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 2.479741] Bluetooth: HIDP socket layer initialized [ 2.484922] Key type dns_resolver registered [ 2.489676] Registering SWP/SWPB emulation handler [ 2.495306] Loading compiled-in X.509 certificates [ 2.517279] usb1_vbus: supplied by vdd-sys-5v0 [ 2.522612] usb2_vbus: supplied by vdd-sys-5v0 [ 2.528424] VDD_5V0_HDMI_CON: supplied by vdd-sys-5v0 [ 2.538049] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 2.544728] [drm] No driver support for vblank timestamp query. [ 2.645270] Console: switching to colour frame buffer device 240x75 [ 2.683791] drm drm: fb0: frame buffer device [ 2.688331] [drm] Initialized tegra 0.0.0 20120330 for drm on minor 0 [ 2.695942] tegra-ehci 7d008000.usb: EHCI Host Controller [ 2.701398] tegra-ehci 7d008000.usb: new USB bus registered, assigned bus number 1 [ 2.709366] tegra-ehci 7d008000.usb: irq 340, io mem 0x7d008000 [ 2.741002] tegra-ehci 7d008000.usb: USB 2.0 started, EHCI 1.10 [ 2.748227] hub 1-0:1.0: USB hub found [ 2.752113] hub 1-0:1.0: 1 port detected [ 2.757518] input: gpio-keys as /devices/soc0/gpio-keys/input/input1 [ 2.766561] palmas-rtc 7000d000.i2c:tps65913@58:rtc: setting system clock to 2000-04-21 10:17:52 UTC (956312272) [ 2.777067] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 2.788799] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 2.795709] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 [ 2.804382] cfg80211: failed to load regulatory.db [ 2.811084] dvdd_ts: disabling [ 2.814139] usb1_vbus: disabling [ 2.817363] vdd_cam_1v8_reg: disabling [ 2.821174] ALSA device list: [ 2.824149] #0: NVIDIA Tegra Dalmore [ 2.829190] EXT4-fs (mmcblk1p1): mounting ext3 file system using the ext4 subsystem [ 2.860727] EXT4-fs (mmcblk1p1): recovery complete [ 2.865613] EXT4-fs (mmcblk1p1): mounted filesystem with ordered data mode. Opts: (null) [ 2.873881] VFS: Mounted root (ext3 filesystem) on device 179:1. [ 2.885530] devtmpfs: mounted [ 2.889584] Freeing unused kernel memory: 1024K bash: cannot set terminal process group (-1): Inappropriate ioctl for device bash: no job control in this shell root@(none):/# [ 3.131051] usb 1-1: new high-speed USB device number 2 using tegra-ehci 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:21 1970 [ 6.250891] PM: suspend entry (deep) [ 6.254507] PM: Syncing filesystems ... done. [ 6.260854] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 6.262187] OOM killer disabled. [ 6.262192] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 6.263496] Suspending console(s) (use no_console_suspend to debug) [ 6.406757] Disabling non-boot CPUs ... [ 6.571452] IRQ17 no longer affine to CPU3 [ 6.572427] Entering suspend state LP1 [ 6.572447] Enabling non-boot CPUs ... [ 6.574193] CPU1 is up [ 6.575858] CPU2 is up [ 6.577671] CPU3 is up [ 7.217573] OOM killer enabled. [ 7.220707] Restarting tasks ... done. root@(none):/# [ 7.225337] PM: suspend exit 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:30 1970 [ 7.595557] PM: suspend entry (deep) [ 7.599135] PM: Syncing filesystems ... done. [ 7.604684] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 7.605999] OOM killer disabled. [ 7.606003] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 7.607359] Suspending console(s) (use no_console_suspend to debug) [ 7.747016] Disabling non-boot CPUs ... [ 7.791396] IRQ17 no longer affine to CPU1 [ 7.912223] Entering suspend state LP1 [ 7.912268] Enabling non-boot CPUs ... [ 7.914035] CPU1 is up [ 7.915716] CPU2 is up [ 7.917545] CPU3 is up [ 8.556719] OOM killer enabled. [ 8.559854] Restarting tasks ... done. root@(none):/# root@(none):/# [ 8.564496] PM: suspend exit 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:39 1970 [ 8.934819] PM: suspend entry (deep) [ 8.938405] PM: Syncing filesystems ... done. [ 8.943916] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 8.945217] OOM killer disabled. [ 8.945222] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 8.946581] Suspending console(s) (use no_console_suspend to debug) [ 9.086706] Disabling non-boot CPUs ... [ 9.261219] IRQ17 no longer affine to CPU3 [ 9.262218] Entering suspend state LP1 [ 9.262262] Enabling non-boot CPUs ... [ 9.264027] CPU1 is up [ 9.265694] CPU2 is up [ 9.267508] CPU3 is up [ 9.907957] OOM killer enabled. [ 9.911113] Restarting tasks ... done. root@(none):/# root@(none):/# [ 9.915693] PM: suspend exit 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:48 1970 [ 10.283507] PM: suspend entry (deep) [ 10.287092] PM: Syncing filesystems ... done. [ 10.292779] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 10.294116] OOM killer disabled. [ 10.294120] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 10.295456] Suspending console(s) (use no_console_suspend to debug) [ 10.437203] Disabling non-boot CPUs ... [ 10.551283] IRQ17 no longer affine to CPU2 [ 10.612573] Entering suspend state LP1 [ 10.612618] Enabling non-boot CPUs ... [ 10.614396] CPU1 is up [ 10.616092] CPU2 is up [ 10.617929] CPU3 is up [ 11.257276] OOM killer enabled. [ 11.260411] Restarting tasks ... done. root@(none):/# root@(none):/# [ 11.265004] PM: suspend exit 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 [ 11.647386] PM: suspend entry (deep) [ 11.651008] PM: Syncing filesystems ... done. [ 11.656430] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 11.657743] OOM killer disabled. [ 11.657748] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 11.659084] Suspending console(s) (use no_console_suspend to debug) [ 11.806883] Disabling non-boot CPUs ... [ 11.841293] IRQ17 no longer affine to CPU1 [ 11.962313] Entering suspend state LP1 [ 11.962359] Enabling non-boot CPUs ... [ 11.964124] CPU1 is up [ 11.965807] CPU2 is up [ 11.967640] CPU3 is up [ 12.607126] OOM killer enabled. [ 12.610261] Restarting tasks ... done. root@(none):/# root@(none):/# [ 12.614858] PM: suspend exit 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:06 1970 [ 12.983303] PM: suspend entry (deep) [ 12.986889] PM: Syncing filesystems ... done. [ 12.992433] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 12.993753] OOM killer disabled. [ 12.993757] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 12.995109] Suspending console(s) (use no_console_suspend to debug) [ 13.136481] Disabling non-boot CPUs ... [ 13.191246] IRQ17 no longer affine to CPU1 [ 13.332061] Entering suspend state LP1 [ 13.332106] Enabling non-boot CPUs ... [ 13.333872] CPU1 is up [ 13.335548] CPU2 is up [ 13.337377] CPU3 is up [ 13.976937] OOM killer enabled. [ 13.980071] Restarting tasks ... done. root@(none):/# root@(none):/# [ 13.984736] PM: suspend exit 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:15 1970 [ 14.352473] PM: suspend entry (deep) [ 14.356054] PM: Syncing filesystems ... done. [ 14.361619] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 14.362941] OOM killer disabled. [ 14.362945] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 14.364294] Suspending console(s) (use no_console_suspend to debug) [ 14.506658] Disabling non-boot CPUs ... [ 14.541206] IRQ17 no longer affine to CPU1 [ 14.662051] Entering suspend state LP1 [ 14.662096] Enabling non-boot CPUs ... [ 14.663864] CPU1 is up [ 14.665538] CPU2 is up [ 14.667362] CPU3 is up [ 15.307090] OOM killer enabled. [ 15.310225] Restarting tasks ... done. root@(none):/# root@(none):/# [ 15.314806] PM: suspend exit 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:24 1970 [ 15.685859] PM: suspend entry (deep) [ 15.689438] PM: Syncing filesystems ... done. [ 15.695190] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 15.696509] OOM killer disabled. [ 15.696514] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 15.697850] Suspending console(s) (use no_console_suspend to debug) [ 15.836798] Disabling non-boot CPUs ... [ 15.951118] IRQ17 no longer affine to CPU2 [ 16.012367] Entering suspend state LP1 [ 16.012412] Enabling non-boot CPUs ... [ 16.014198] CPU1 is up [ 16.015893] CPU2 is up [ 16.017734] CPU3 is up [ 16.656585] OOM killer enabled. [ 16.659720] Restarting tasks ... done. root@(none):/# root@(none):/# [ 16.664333] PM: suspend exit 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:33 1970 [ 17.034395] PM: suspend entry (deep) [ 17.037981] PM: Syncing filesystems ... done. [ 17.043218] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 17.044523] OOM killer disabled. [ 17.044527] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 17.045882] Suspending console(s) (use no_console_suspend to debug) [ 17.186309] Disabling non-boot CPUs ... [ 17.291070] IRQ17 no longer affine to CPU2 [ 17.361958] Entering suspend state LP1 [ 17.362004] Enabling non-boot CPUs ... [ 17.363772] CPU1 is up [ 17.365449] CPU2 is up [ 17.367275] CPU3 is up [ 18.007002] OOM killer enabled. [ 18.010137] Restarting tasks ... done. root@(none):/# root@(none):/# [ 18.014717] PM: suspend exit 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:42 1970 [ 18.384467] PM: suspend entry (deep) [ 18.388052] PM: Syncing filesystems ... done. [ 18.393855] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 18.395173] OOM killer disabled. [ 18.395177] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 18.396531] Suspending console(s) (use no_console_suspend to debug) [ 18.536575] Disabling non-boot CPUs ... [ 18.591073] IRQ17 no longer affine to CPU1 [ 18.711898] Entering suspend state LP1 [ 18.711943] Enabling non-boot CPUs ... [ 18.713713] CPU1 is up [ 18.715392] CPU2 is up [ 18.717220] CPU3 is up [ 19.357270] OOM killer enabled. [ 19.360405] Restarting tasks ... done. root@(none):/# root@(none):/# [ 19.364990] PM: suspend exit NVTB SYSTEM SUSPEND TEST COMPLETE