U-Boot SPL 2016.05-rc2 (Apr 21 2016 - 16:23:00) Trying to boot from RAM U-Boot 2016.05-rc2 (Apr 21 2016 - 16:23:00 -0700) TEGRA124 Model: NVIDIA Jetson TK1 Board: NVIDIA Jetson TK1 DRAM: 2 GiB MC: Tegra SD/MMC: 0, Tegra SD/MMC: 1 In: serial Out: serial Err: serial Net: No ethernet found. Hit any key to stop autoboot: 2  0 Tegra124 (Jetson TK1) # Tegra124 (Jetson TK1) # pci enum Tegra124 (Jetson TK1) # setenv bootargs 'ignore_loglevel console=ttyS0,115200n8 rw root=PARTUUID=b1791faa-84e8-4e27-83a1-9fb0a77e8803 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 Warning: eth_rtl8169 using MAC address from ROM Using eth_rtl8169 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.8 MiB/s done Bytes transferred = 6477152 (62d560 hex) Tegra124 (Jetson TK1) # tftpboot 0x83000000 tegra124-jetson-tk1.dtb Using eth_rtl8169 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: *##### 3.8 MiB/s done Bytes transferred = 64138 (fa8a hex) Tegra124 (Jetson TK1) # bootz 0x82000000 - 0x83000000 Kernel image @ 0x82000000 [ 0x000000 - 0x62d560 ] ## 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.3.0-75599-gbd4f203 (pwalmsley@tamien) (gcc version 4.7.3 20130328 (prerelease) (crosstool-NG linaro-1.13.1-4.7-2013.04-20130415 - Linaro GCC 2013.04) ) #1 SMP Thu Apr 28 03:02:22 PDT 2016 [ 0.000000] CPU: ARMv7 Processor [413fc0f3] revision 3 (ARMv7), cr=10c5387d [ 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 c0f982c0, 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 s19136 r8192 d21824 u49152 [ 0.000000] pcpu-alloc: s19136 r8192 d21824 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=PARTUUID=b1791faa-84e8-4e27-83a1-9fb0a77e8803 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: 1998652K/2096128K available (8156K kernel code, 1032K rwdata, 3660K rodata, 1040K init, 340K bss, 31940K 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 - 0xc0d932ac (11821 kB) [ 0.000000] .init : 0xc0d94000 - 0xc0e98000 (1040 kB) [ 0.000000] .data : 0xc0e98000 - 0xc0f9a220 (1033 kB) [ 0.000000] .bss : 0xc0f9d000 - 0xc0ff23a8 ( 341 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] L2C: failed to init: -19 [ 0.000009] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns [ 0.000028] clocksource: timer_us: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns [ 0.000042] Switching to timer-based delay loop, resolution 1000ns [ 0.004352] Architected cp15 timer(s) running at 12.00MHz (virt). [ 0.004370] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2c47f4ee7, max_idle_ns: 440795202497 ns [ 0.004388] sched_clock: 56 bits at 12MHz, resolution 83ns, wraps every 4398046511096ns [ 0.004400] Switching to timer-based delay loop, resolution 83ns [ 0.004791] Console: colour dummy device 80x30 [ 0.004815] Calibrating delay loop (skipped), value calculated using timer frequency.. 24.00 BogoMIPS (lpj=60000) [ 0.004829] pid_max: default: 32768 minimum: 301 [ 0.004938] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.004949] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.005535] CPU: Testing write buffer coherency: ok [ 0.005750] /cpus/cpu@0 missing clock-frequency property [ 0.005789] /cpus/cpu@1 missing clock-frequency property [ 0.005826] /cpus/cpu@2 missing clock-frequency property [ 0.005864] /cpus/cpu@3 missing clock-frequency property [ 0.005876] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.005918] Setting up static identity map for 0x80209000 - 0x80209098 [ 0.008866] Tegra Revision: A01 SKU: 129 CPU Process: 1 SoC Process: 1 [ 0.010146] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.010669] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [ 0.011185] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [ 0.011252] Brought up 4 CPUs [ 0.011273] SMP: Total of 4 processors activated (96.00 BogoMIPS). [ 0.011281] CPU: All CPU(s) started in SVC mode. [ 0.012714] devtmpfs: initialized [ 0.031187] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0 [ 0.031961] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302231375000 ns [ 0.033602] pinctrl core: initialized pinctrl subsystem [ 0.035257] NET: Registered protocol family 16 [ 0.037270] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.049570] cpuidle: using governor ladder [ 0.064587] cpuidle: using governor menu [ 0.081344] No ATAGs? [ 0.081381] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [ 0.081391] hw-breakpoint: maximum watchpoint size is 8 bytes. [ 0.086183] Serial: AMBA PL011 UART driver [ 0.115264] +USB0_VBUS_SW: Failed to request enable GPIO108: -517 [ 0.115379] reg-fixed-voltage regulators:regulator@7: Failed to register regulator: -517 [ 0.115597] +5V_USB_HS: Failed to request enable GPIO109: -517 [ 0.115701] reg-fixed-voltage regulators:regulator@8: Failed to register regulator: -517 [ 0.115997] +1.05V_RUN_AVDD_HDMI_PLL: Failed to request enable GPIO63: -517 [ 0.116101] reg-fixed-voltage regulators:regulator@11: Failed to register regulator: -517 [ 0.116317] +5V_HDMI_CON: Failed to request enable GPIO86: -517 [ 0.116419] reg-fixed-voltage regulators:regulator@12: Failed to register regulator: -517 [ 0.116633] +5V_SATA: Failed to request enable GPIO242: -517 [ 0.116735] reg-fixed-voltage regulators:regulator@13: Failed to register regulator: -517 [ 0.116949] +12V_SATA: Failed to request enable GPIO242: -517 [ 0.117050] reg-fixed-voltage regulators:regulator@14: Failed to register regulator: -517 [ 0.119953] vgaarb: loaded [ 0.120702] SCSI subsystem initialized [ 0.120877] libata version 3.00 loaded. [ 0.121175] usbcore: registered new interface driver usbfs [ 0.121246] usbcore: registered new interface driver hub [ 0.121321] usbcore: registered new device driver usb [ 0.124921] pps_core: LinuxPPS API ver. 1 registered [ 0.124931] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.124960] PTP clock support registered [ 0.125186] EDAC MC: Ver: 3.0.0 [ 0.128303] clocksource: Switched to clocksource arch_sys_counter [ 0.139918] NET: Registered protocol family 2 [ 0.140443] TCP established hash table entries: 8192 (order: 3, 32768 bytes) [ 0.140543] TCP bind hash table entries: 8192 (order: 4, 65536 bytes) [ 0.140729] TCP: Hash tables configured (established 8192 bind 8192) [ 0.140785] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.140827] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.140999] NET: Registered protocol family 1 [ 0.141258] RPC: Registered named UNIX socket transport module. [ 0.141267] RPC: Registered udp transport module. [ 0.141274] RPC: Registered tcp transport module. [ 0.141281] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.141301] PCI: CLS 0 bytes, default 64 [ 0.142292] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available [ 0.143842] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.155815] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.156718] NFS: Registering the id_resolver key type [ 0.156746] Key type id_resolver registered [ 0.156754] Key type id_legacy registered [ 0.156828] ntfs: driver 2.1.32 [Flags: R/O]. [ 0.158202] bounce: pool size: 64 pages [ 0.158436] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.158455] io scheduler noop registered [ 0.158471] io scheduler deadline registered [ 0.158510] io scheduler cfq registered (default) [ 0.175474] tegra-pcie 1003000.pcie-controller: 2x1, 1x1 configuration [ 0.175526] tegra-pcie 1003000.pcie-controller: Failed to get supply 'avddio-pex': -517 [ 0.182757] tegra-apbdma 60020000.dma: Tegra20 APB DMA driver register 32 channels [ 0.184167] tegra-pmc 7000e400.pmc: emergency thermal reset enabled [ 0.248721] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 0.251120] SuperH (H)SCI(F) driver initialized [ 0.252066] msm_serial: driver initialized [ 0.252892] console [ttyS0] disabled [ 0.252926] 70006300.serial: ttyS0 at MMIO 0x70006300 (irq = 333, base_baud = 25500000) is a Tegra [ 1.073933] console [ttyS0] enabled [ 1.078220] STMicroelectronics ASC driver initialized [ 1.085696] [drm] Initialized drm 1.1.0 20060810 [ 1.092695] tegra-hdmi 54280000.hdmi: failed to get HDMI regulator [ 1.106917] loop: module loaded [ 1.110374] at24 0-0056: 256 byte 24c02 EEPROM, writable, 8 bytes/write [ 1.118249] as3722 4-0040: AS3722 with revision 0x1 found [ 1.141415] +5V_SYS: supplied by +VDD_MUX [ 1.145486] +1.05V_RUN: supplied by +5V_SYS [ 1.149798] tegra-ahci 70027000.sata: Failed to get supply 'hvdd': -517 [ 1.156472] tegra-ahci 70027000.sata: Failed to get regulators [ 1.167879] m25p80 spi32765.0: w25q32dw (4096 Kbytes) [ 1.172958] spi32765.0: 'partitions' subnode not found on /spi@0,7000da00/spi-flash@0. Trying to parse direct subnodes as partitions. [ 1.188331] CAN device driver interface [ 1.193570] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.3.0-k [ 1.200535] igb: Copyright (c) 2007-2014 Intel Corporation. [ 1.209510] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver [ 1.216963] usbcore: registered new interface driver pegasus [ 1.222699] usbcore: registered new interface driver asix [ 1.228159] usbcore: registered new interface driver ax88179_178a [ 1.234311] usbcore: registered new interface driver cdc_ether [ 1.240223] usbcore: registered new interface driver smsc75xx [ 1.246053] usbcore: registered new interface driver smsc95xx [ 1.251859] usbcore: registered new interface driver net1080 [ 1.257579] usbcore: registered new interface driver cdc_subset [ 1.263559] usbcore: registered new interface driver zaurus [ 1.269231] usbcore: registered new interface driver cdc_ncm [ 1.275153] tegra-phy 7d004000.usb-phy: no vbus regulator [ 1.282443] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.288985] ehci-pci: EHCI PCI platform driver [ 1.293486] ehci-platform: EHCI generic platform driver [ 1.298944] ehci-omap: OMAP-EHCI Host Controller driver [ 1.304326] ehci-orion: EHCI orion driver [ 1.308492] SPEAr-ehci: EHCI SPEAr driver [ 1.312644] ehci-st: EHCI STMicroelectronics driver [ 1.317679] ehci-exynos: EHCI EXYNOS driver [ 1.322044] ehci-atmel: EHCI Atmel driver [ 1.326211] tegra-ehci: Tegra EHCI driver [ 1.330557] tegra-ehci 7d004000.usb: EHCI Host Controller [ 1.335986] tegra-ehci 7d004000.usb: new USB bus registered, assigned bus number 1 [ 1.343725] tegra-ehci 7d004000.usb: irq 350, io mem 0x7d004000 [ 1.358325] tegra-ehci 7d004000.usb: USB 2.0 started, EHCI 1.10 [ 1.365092] hub 1-0:1.0: USB hub found [ 1.368889] hub 1-0:1.0: 1 port detected [ 1.373426] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.379626] ohci-pci: OHCI PCI platform driver [ 1.384138] ohci-platform: OHCI generic platform driver [ 1.389547] ohci-omap3: OHCI OMAP3 driver [ 1.393712] SPEAr-ohci: OHCI SPEAr driver [ 1.397864] ohci-st: OHCI STMicroelectronics driver [ 1.402900] ohci-atmel: OHCI Atmel driver [ 1.407463] usbcore: registered new interface driver usb-storage [ 1.415088] mousedev: PS/2 mouse device common for all mice [ 1.424509] as3722-rtc as3722-rtc: rtc core: registered as3722-rtc as rtc0 [ 1.431396] as3722-rtc as3722-rtc: RTC interrupt 373 [ 1.439752] tegra_rtc 7000e000.rtc: rtc core: registered 7000e000.rtc as rtc1 [ 1.446935] tegra_rtc 7000e000.rtc: Tegra internal Real Time Clock [ 1.453729] i2c /dev entries driver [ 1.462383] 0-004c supply vcc not found, using dummy regulator [ 1.475760] sdhci: Secure Digital Host Controller Interface driver [ 1.481959] sdhci: Copyright(c) Pierre Ossman [ 1.488014] Synopsys Designware Multimedia Card Interface Driver [ 1.495212] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.501635] sdhci-tegra 700b0400.sdhci: Got CD GPIO [ 1.506539] sdhci-tegra 700b0400.sdhci: Got WP GPIO [ 1.511471] mmc0: Unknown controller version (3). You may experience problems. [ 1.518826] sdhci-tegra 700b0400.sdhci: No vmmc regulator found [ 1.524904] mmc0: Unknown controller version (3). You may experience problems. [ 1.532261] sdhci-tegra 700b0600.sdhci: No vmmc regulator found [ 1.538198] sdhci-tegra 700b0600.sdhci: No vqmmc regulator found [ 1.544218] mmc0: Invalid maximum block size, assuming 512 bytes [ 1.583325] mmc0: SDHCI controller on 700b0600.sdhci [700b0600.sdhci] using ADMA 64-bit [ 1.592724] ledtrig-cpu: registered to indicate activity on CPUs [ 1.598961] usbcore: registered new interface driver usbhid [ 1.604541] usbhid: USB HID core driver [ 1.614656] NET: Registered protocol family 10 [ 1.619875] sit: IPv6 over IPv4 tunneling driver [ 1.625225] NET: Registered protocol family 17 [ 1.629711] can: controller area network core (rev 20120528 abi 9) [ 1.636018] NET: Registered protocol family 29 [ 1.640492] can: raw protocol (rev 20120528) [ 1.644836] can: broadcast manager protocol (rev 20120528 t) [ 1.650528] can: netlink gateway (rev 20130117) max_hops=1 [ 1.656514] Key type dns_resolver registered [ 1.661421] ThumbEE CPU extension supported. [ 1.665774] Registering SWP/SWPB emulation handler [ 1.681181] tegra-pcie 1003000.pcie-controller: 2x1, 1x1 configuration [ 1.688025] +3.3V_SYS: supplied by +VDD_MUX [ 1.692288] +3.3V_LP0: supplied by +3.3V_SYS [ 1.697033] +1.35V_LP0(sd2): supplied by +5V_SYS [ 1.701741] +1.05V_RUN_AVDD: supplied by +1.35V_LP0(sd2) [ 1.708126] mmc0: MAN_BKOPS_EN bit is not set [ 1.709216] tegra-pcie 1003000.pcie-controller: probing port 0, using 2 lanes [ 1.719713] tegra-pcie 1003000.pcie-controller: Slot present pin change, signature: 00000008 [ 1.732567] mmc0: new high speed MMC card at address 0001 [ 1.739330] mmcblk0: mmc0:0001 SEM16G 14.6 GiB [ 1.744093] tegra-pcie 1003000.pcie-controller: probing port 1, using 1 lanes [ 1.751409] mmcblk0boot0: mmc0:0001 SEM16G partition 1 4.00 MiB [ 1.757557] tegra-pcie 1003000.pcie-controller: Slot present pin change, signature: 00000000 [ 1.766628] mmcblk0boot1: mmc0:0001 SEM16G partition 2 4.00 MiB [ 1.773561] mmcblk0rpmb: mmc0:0001 SEM16G partition 3 4.00 MiB [ 1.779769] tegra-pcie 1003000.pcie-controller: PCI host bridge to bus 0000:00 [ 1.782454] mmcblk0: p1 [ 1.789594] pci_bus 0000:00: root bus resource [mem 0x13000000-0x1fffffff] [ 1.796498] pci_bus 0000:00: root bus resource [mem 0x20000000-0x3fffffff pref] [ 1.803836] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.809349] pci_bus 0000:00: root bus resource [io 0x1000-0xffff] [ 1.815591] pci 0000:00:01.0: [10de:0e12] type 01 class 0x060400 [ 1.821734] pci 0000:00:01.0: PME# supported from D0 D1 D2 D3hot D3cold [ 1.828734] pci 0000:00:02.0: [10de:0e13] type 01 class 0x060400 [ 1.834883] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold [ 1.841842] PCI: bus0: Fast back to back transfers disabled [ 1.847447] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 1.855487] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 1.863782] pci 0000:01:00.0: [8086:4232] type 00 class 0x028000 [ 1.869899] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00001fff 64bit] [ 1.876887] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold [ 1.888487] PCI: bus1: Fast back to back transfers disabled [ 1.894115] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 1.901016] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000 [ 1.907097] pci 0000:02:00.0: reg 0x10: [io 0x0000-0x00ff] [ 1.912707] pci 0000:02:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit] [ 1.919522] pci 0000:02:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit pref] [ 1.926858] pci 0000:02:00.0: supports D1 D2 [ 1.931138] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 1.943482] PCI: bus2: Fast back to back transfers disabled [ 1.949103] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02 [ 1.955874] pci 0000:00:01.0: BAR 8: assigned [mem 0x13000000-0x130fffff] [ 1.962673] pci 0000:00:02.0: BAR 8: assigned [mem 0x13100000-0x131fffff] [ 1.969471] pci 0000:00:02.0: BAR 9: assigned [mem 0x20000000-0x200fffff 64bit pref] [ 1.977219] pci 0000:00:02.0: BAR 7: assigned [io 0x1000-0x1fff] [ 1.983324] pci 0000:01:00.0: BAR 0: assigned [mem 0x13000000-0x13001fff 64bit] [ 1.990661] pci 0000:00:01.0: PCI bridge to [bus 01] [ 1.995639] pci 0000:00:01.0: bridge window [mem 0x13000000-0x130fffff] [ 2.002443] pci 0000:02:00.0: BAR 4: assigned [mem 0x20000000-0x20003fff 64bit pref] [ 2.010234] pci 0000:02:00.0: BAR 2: assigned [mem 0x13100000-0x13100fff 64bit] [ 2.017573] pci 0000:02:00.0: BAR 0: assigned [io 0x1000-0x10ff] [ 2.023680] pci 0000:00:02.0: PCI bridge to [bus 02] [ 2.028653] pci 0000:00:02.0: bridge window [io 0x1000-0x1fff] [ 2.034755] pci 0000:00:02.0: bridge window [mem 0x13100000-0x131fffff] [ 2.041550] pci 0000:00:02.0: bridge window [mem 0x20000000-0x200fffff 64bit pref] [ 2.049327] pci 0000:00:01.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 2.056404] pcieport 0000:00:01.0: enabling device (0140 -> 0142) [ 2.062746] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt [ 2.069716] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt [ 2.076253] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded [ 2.083027] pci 0000:00:02.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 2.090073] pcieport 0000:00:02.0: enabling device (0140 -> 0143) [ 2.096381] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt [ 2.103349] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt [ 2.109885] pcie_pme 0000:00:02.0:pcie01: service driver pcie_pme loaded [ 2.116849] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded [ 2.122447] r8169 0000:02:00.0: enabling device (0140 -> 0143) [ 2.140212] r8169 0000:02:00.0 eth0: RTL8168g/8111g at 0xf0944000, 00:04:4b:3a:d9:81, XID 0c000800 IRQ 391 [ 2.149901] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko] [ 2.159261] +5V_HDMI_CON: supplied by +5V_SYS [ 2.163792] +1.05V_RUN_AVDD_HDMI_PLL: supplied by +1.05V_RUN [ 2.169723] +3.3V_RUN: supplied by +3.3V_SYS [ 2.174118] +3.3V_AVDD_HDMI_AP_GATED: supplied by +3.3V_RUN [ 2.182545] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 2.189196] [drm] No driver support for vblank timestamp query. [ 2.312922] tegra-hdmi 54280000.hdmi: cannot set audio to 44100 at 297000000 pclk [ 2.441372] Console: switching to colour frame buffer device 512x135 [ 2.535833] drm drm: fb0: frame buffer device [ 2.558444] [drm] Initialized tegra 0.0.0 20120330 on minor 0 [ 2.565434] +5V_SATA: supplied by +5V_SYS [ 2.569680] +12V_SATA: supplied by +VDD_MUX [ 2.574619] tegra-ahci 70027000.sata: AHCI 0001.0301 32 slots 2 ports 3 Gbps 0x1 impl platform mode [ 2.583695] tegra-ahci 70027000.sata: flags: 64bit ncq sntf pm led pio slum part sadm sds apst [ 2.594506] scsi host0: tegra-ahci [ 2.599079] scsi host1: tegra-ahci [ 2.602810] ata1: SATA max UDMA/133 mmio [mem 0x70027000-0x70028fff] port 0x100 irq 343 [ 2.610863] ata2: DUMMY [ 2.614637] +5V_USB_HS: supplied by +5V_SYS [ 2.620121] tegra-ehci 7d008000.usb: EHCI Host Controller [ 2.625581] tegra-ehci 7d008000.usb: new USB bus registered, assigned bus number 2 [ 2.633379] tegra-ehci 7d008000.usb: irq 351, io mem 0x7d008000 [ 2.648456] tegra-ehci 7d008000.usb: USB 2.0 started, EHCI 1.10 [ 2.655630] hub 2-0:1.0: USB hub found [ 2.659480] hub 2-0:1.0: 1 port detected [ 2.664984] dev_pm_opp_of_cpumask_add_table: couldn't find opp table for cpu:0, -19 [ 2.672767] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 696000 KHz [ 2.680136] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 714000 KHz [ 2.689328] sdhci-tegra 700b0400.sdhci: Got CD GPIO [ 2.694234] sdhci-tegra 700b0400.sdhci: Got WP GPIO [ 2.699160] mmc1: Unknown controller version (3). You may experience problems. [ 2.706484] +VDDIO_SDMMC3: supplied by +3.3V_RUN [ 2.711159] sdhci-tegra 700b0400.sdhci: No vmmc regulator found [ 2.717106] mmc1: Invalid maximum block size, assuming 512 bytes [ 2.758606] mmc1: SDHCI controller on 700b0400.sdhci [700b0400.sdhci] using ADMA 64-bit [ 2.767484] input: gpio-keys as /devices/soc0/gpio-keys/input/input0 [ 2.774741] as3722-rtc as3722-rtc: setting system clock to 2000-01-01 00:00:12 UTC (946684812) [ 2.787161] +1.8V_RUN_CAM: disabling [ 2.790940] +2.8V_RUN_CAM: disabling [ 2.794726] +1.2V_RUN_CAM_FRONT: disabling [ 2.798991] +1.05V_RUN_CAM_REAR: disabling [ 2.803229] +3.3V_RUN_TOUCH: disabling [ 2.807138] +2.8V_RUN_CAM_AF: disabling [ 2.811136] +1.8V_RUN_VPP_FUSE: disabling [ 2.815338] +USB0_VBUS_SW: disabling [ 2.938466] ata1: SATA link down (SStatus 0 SControl 300) [ 2.945215] EXT4-fs (mmcblk0p1): mounting ext3 file system using the ext4 subsystem [ 2.990280] EXT4-fs (mmcblk0p1): recovery complete [ 2.995895] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null) [ 2.997280] mmc1: new high speed SDHC card at address aaaa [ 2.998209] mmcblk1: mmc1:aaaa SD04G 3.69 GiB [ 3.014050] VFS: Mounted root (ext3 filesystem) on device 179:1. [ 3.014400] mmcblk1: p1 p2 p3 [ 3.027410] devtmpfs: mounted [ 3.031263] Freeing unused kernel memory: 1040K (c0d94000 - c0e98000) bash: cannot set terminal process group (-1): Inappropriate ioctl for device bash: no job control in this shell root@(none):/#