U-Boot SPL 2014.01-00219-gc4d376f (Feb 18 2014 - 19:57:18) U-Boot 2014.01-00219-gc4d376f (Feb 18 2014 - 19:57:18) TEGRA30 Board: NVIDIA Beaver 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 Tegra30 (Beaver) # Tegra30 (Beaver) # usb reset (Re)start USB... USB0: USB EHCI 1.00 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 Tegra30 (Beaver) # setenv bootargs 'ignore_loglevel console=ttyS0,115200n8 rw root=/dev/mmcblk0p1 rootwait gpt debug init=/bin/bash noinitrd' Tegra30 (Beaver) # setenv ipaddr 192.168.100.101; setenv serverip 192.168.100.1; setenv tftpserverip 192.168.100.1 Tegra30 (Beaver) # tftpboot 0x81000000 zImage.multi_v7_defconfig Using asx0 device TFTP from server 192.168.100.1; our IP address is 192.168.100.101 Filename 'zImage.multi_v7_defconfig'. Load address: 0x81000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ######################################################## 3.3 MiB/s done Bytes transferred = 6542832 (63d5f0 hex) Tegra30 (Beaver) # tftpboot 0x82000000 tegra30-beaver.dtb Using asx0 device TFTP from server 192.168.100.1; our IP address is 192.168.100.101 Filename 'tegra30-beaver.dtb'. Load address: 0x82000000 Loading: *#### 3.1 MiB/s done Bytes transferred = 51467 (c90b hex) Tegra30 (Beaver) # bootz 0x81000000 - 0x82000000 Kernel image @ 0x81000000 [ 0x000000 - 0x63d5f0 ] ## Flattened Device Tree blob at 82000000 Booting using the fdt blob at 0x82000000 Loading Device Tree to 8fff0000, end 8ffff90a ... OK Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.3.0-next-20151109-54259-g963513a (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 Tue Nov 10 02:33:07 PST 2015 [ 0.000000] CPU: ARMv7 Processor [412fc099] revision 9 (ARMv7), cr=10c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine model: NVIDIA Tegra30 Beaver evaluation board [ 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 c0fc4180, 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 @eef93000 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=/dev/mmcblk0p1 rootwait gpt debug init=/bin/bash noinitrd [ 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: 1998504K/2096128K available (8243K kernel code, 1040K rwdata, 3740K rodata, 1044K init, 341K bss, 32088K 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 - 0xc0dbce28 (11988 kB) [ 0.000000] .init : 0xc0dbd000 - 0xc0ec2000 (1044 kB) [ 0.000000] .data : 0xc0ec2000 - 0xc0fc60e0 (1041 kB) [ 0.000000] .bss : 0xc0fc9000 - 0xc101e468 ( 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@50041000 [ 0.000000] L2C: platform modifies aux control register: 0x02080000 -> 0x3e480001 [ 0.000000] L2C: DT/platform modifies aux control register: 0x02080000 -> 0x3e480001 [ 0.000000] L2C-310 erratum 769419 enabled [ 0.000000] L2C-310 enabling early BRESP for Cortex-A9 [ 0.000000] L2C-310: enabling full line of zeros but not enabled in Cortex-A9 [ 0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled [ 0.000000] L2C-310 cache controller enabled, 8 ways, 1024 kB [ 0.000000] L2C-310: CACHE_ID 0x410000c7, AUX_CTRL 0x4e480001 [ 0.000014] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns [ 0.000033] clocksource: timer_us: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns [ 0.000042] Switching to timer-based delay loop, resolution 1000ns [ 0.002507] Console: colour dummy device 80x30 [ 0.002531] Calibrating delay loop (skipped), value calculated using timer frequency.. 2.00 BogoMIPS (lpj=5000) [ 0.002540] pid_max: default: 32768 minimum: 301 [ 0.002627] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.002635] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.003060] CPU: Testing write buffer coherency: ok [ 0.003358] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.003433] Setting up static identity map for 0x80209000 - 0x80209098 [ 0.005691] Tegra Revision: A03 SKU: 128 CPU Process: 4 SoC Process: 0 [ 0.006900] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.007542] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [ 0.008178] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [ 0.008217] Brought up 4 CPUs [ 0.008230] SMP: Total of 4 processors activated (8.00 BogoMIPS). [ 0.008234] CPU: All CPU(s) started in SVC mode. [ 0.008820] devtmpfs: initialized [ 0.017260] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4 [ 0.017958] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302231375000 ns [ 0.021459] pinctrl core: initialized pinctrl subsystem [ 0.022960] NET: Registered protocol family 16 [ 0.025168] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.039933] cpuidle: using governor ladder [ 0.054925] cpuidle: using governor menu [ 0.063167] No ATAGs? [ 0.063201] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers. [ 0.063208] hw-breakpoint: maximum watchpoint size is 4 bytes. [ 0.066030] Serial: AMBA PL011 UART driver [ 0.067135] tegra-mc 7000f000.memory-controller: no memory timings for RAM code 3 registered [ 0.087967] vdd_5v_sata: Failed to request enable GPIO30: -517 [ 0.088036] reg-fixed-voltage regulators:regulator@3: Failed to register regulator: -517 [ 0.088144] usb1_vbus: Failed to request enable GPIO238: -517 [ 0.088194] reg-fixed-voltage regulators:regulator@4: Failed to register regulator: -517 [ 0.088299] usb3_vbus: Failed to request enable GPIO236: -517 [ 0.088350] reg-fixed-voltage regulators:regulator@5: Failed to register regulator: -517 [ 0.088503] sys_3v3_pexs: Failed to request enable GPIO95: -517 [ 0.088554] reg-fixed-voltage regulators:regulator@7: Failed to register regulator: -517 [ 0.090593] vgaarb: loaded [ 0.091170] SCSI subsystem initialized [ 0.091319] libata version 3.00 loaded. [ 0.091504] usbcore: registered new interface driver usbfs [ 0.091542] usbcore: registered new interface driver hub [ 0.091580] usbcore: registered new device driver usb [ 0.146724] pps_core: LinuxPPS API ver. 1 registered [ 0.146733] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.146749] PTP clock support registered [ 0.146904] EDAC MC: Ver: 3.0.0 [ 0.148423] clocksource: Switched to clocksource timer_us [ 0.154497] NET: Registered protocol family 2 [ 0.154893] TCP established hash table entries: 8192 (order: 3, 32768 bytes) [ 0.154947] TCP bind hash table entries: 8192 (order: 4, 65536 bytes) [ 0.155030] TCP: Hash tables configured (established 8192 bind 8192) [ 0.155117] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.155174] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.155349] NET: Registered protocol family 1 [ 0.155586] RPC: Registered named UNIX socket transport module. [ 0.155594] RPC: Registered udp transport module. [ 0.155598] RPC: Registered tcp transport module. [ 0.155602] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.155621] PCI: CLS 0 bytes, default 64 [ 0.156356] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available [ 0.157303] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.163580] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.164083] NFS: Registering the id_resolver key type [ 0.164127] Key type id_resolver registered [ 0.164132] Key type id_legacy registered [ 0.164175] ntfs: driver 2.1.32 [Flags: R/O]. [ 0.165033] bounce: pool size: 64 pages [ 0.165152] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.165165] io scheduler noop registered [ 0.165173] io scheduler deadline registered [ 0.165195] io scheduler cfq registered (default) [ 0.170637] tegra30-pinctrl 70000868.pinmux: invalid group "sdmmc3_dat6_pd3" for function "rsvd1" [ 0.170652] tegra30-pinctrl 70000868.pinmux: invalid group "sdmmc3_dat7_pd4" for function "rsvd1" [ 0.170674] tegra30-pinctrl 70000868.pinmux: invalid group "vi_vsync_pd6" for function "rsvd1" [ 0.170685] tegra30-pinctrl 70000868.pinmux: invalid group "vi_hsync_pd7" for function "rsvd1" [ 0.171126] tegra30-pinctrl 70000868.pinmux: invalid group "hdmi_int_pn7" for function "rsvd1" [ 0.171170] tegra30-pinctrl 70000868.pinmux: invalid group "ulpi_data3_po4" for function "rsvd1" [ 0.171488] tegra30-pinctrl 70000868.pinmux: invalid group "vi_d10_pt2" for function "rsvd1" [ 0.171501] tegra30-pinctrl 70000868.pinmux: invalid group "vi_d11_pt3" for function "rsvd1" [ 0.171513] tegra30-pinctrl 70000868.pinmux: invalid group "vi_d0_pt4" for function "rsvd1" [ 0.171552] tegra30-pinctrl 70000868.pinmux: invalid group "pu0" for function "rsvd1" [ 0.171582] tegra30-pinctrl 70000868.pinmux: invalid group "pu3" for function "rsvd1" [ 0.171612] tegra30-pinctrl 70000868.pinmux: invalid group "pu6" for function "rsvd1" [ 0.171659] tegra30-pinctrl 70000868.pinmux: invalid group "pv3" for function "rsvd1" [ 0.172129] tegra30-pinctrl 70000868.pinmux: invalid group "pbb0" for function "rsvd1" [ 0.172241] tegra30-pinctrl 70000868.pinmux: invalid group "pcc1" for function "rsvd1" [ 0.176464] tegra-pcie 3000.pcie-controller: 2x3 configuration [ 0.176577] vdd_1v5_gen: supplied by vdd_5v_in [ 0.176620] vdd_pexa,vdd_pexb: supplied by vdd_1v5_gen [ 0.176715] tegra-pcie 3000.pcie-controller: Failed to get supply 'hvdd-pex': -517 [ 0.180705] tegra-apbdma 6000a000.dma: Tegra20 APB DMA driver register 32 channels [ 0.181636] tegra-pmc 7000e400.pmc: i2c-thermtrip node not found, emergency thermal reset disabled. [ 0.214219] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 0.215881] SuperH (H)SCI(F) driver initialized [ 0.216419] msm_serial: driver initialized [ 0.217042] console [ttyS0] disabled [ 0.217080] 70006000.serial: ttyS0 at MMIO 0x70006000 (irq = 331, base_baud = 25500000) is a Tegra [ 1.144033] console [ttyS0] enabled [ 1.148000] STMicroelectronics ASC driver initialized [ 1.154562] [drm] Initialized drm 1.1.0 20060810 [ 1.160692] tegra-hdmi 54280000.hdmi: failed to get HDMI regulator [ 1.172305] loop: module loaded [ 1.180251] m25p80 spi32766.1: w25q32 (4096 Kbytes) [ 1.185149] spi32766.1: 'partitions' subnode not found on /spi@7000da00/spi-flash@1. Trying to parse direct subnodes as partitions. [ 1.198760] libphy: Fixed MDIO Bus: probed [ 1.203227] CAN device driver interface [ 1.207890] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.3.0-k [ 1.214846] igb: Copyright (c) 2007-2014 Intel Corporation. [ 1.222183] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver [ 1.229622] usbcore: registered new interface driver pegasus [ 1.235313] usbcore: registered new interface driver asix [ 1.240735] usbcore: registered new interface driver ax88179_178a [ 1.246849] usbcore: registered new interface driver cdc_ether [ 1.252714] usbcore: registered new interface driver smsc75xx [ 1.258503] usbcore: registered new interface driver smsc95xx [ 1.264271] usbcore: registered new interface driver net1080 [ 1.269951] usbcore: registered new interface driver cdc_subset [ 1.275890] usbcore: registered new interface driver zaurus [ 1.281519] usbcore: registered new interface driver cdc_ncm [ 1.288540] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.295066] ehci-pci: EHCI PCI platform driver [ 1.299535] ehci-platform: EHCI generic platform driver [ 1.304884] ehci-omap: OMAP-EHCI Host Controller driver [ 1.310192] ehci-orion: EHCI orion driver [ 1.314280] SPEAr-ehci: EHCI SPEAr driver [ 1.318357] ehci-st: EHCI STMicroelectronics driver [ 1.323314] ehci-exynos: EHCI EXYNOS driver [ 1.327589] ehci-atmel: EHCI Atmel driver [ 1.331678] tegra-ehci: Tegra EHCI driver [ 1.336012] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.342202] ohci-pci: OHCI PCI platform driver [ 1.346677] ohci-platform: OHCI generic platform driver [ 1.352002] ohci-omap3: OHCI OMAP3 driver [ 1.356093] SPEAr-ohci: OHCI SPEAr driver [ 1.360179] ohci-st: OHCI STMicroelectronics driver [ 1.365131] ohci-atmel: OHCI Atmel driver [ 1.369448] usbcore: registered new interface driver usb-storage [ 1.376378] mousedev: PS/2 mouse device common for all mice [ 1.384134] tegra_rtc 7000e000.rtc: rtc core: registered 7000e000.rtc as rtc1 [ 1.391298] tegra_rtc 7000e000.rtc: Tegra internal Real Time Clock [ 1.410004] tps65910-rtc tps65910-rtc: rtc core: registered tps65910-rtc as rtc0 [ 1.417596] i2c /dev entries driver [ 1.426457] sdhci: Secure Digital Host Controller Interface driver [ 1.432634] sdhci: Copyright(c) Pierre Ossman [ 1.437884] Synopsys Designware Multimedia Card Interface Driver [ 1.444537] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.450723] sdhci-tegra 78000000.sdhci: Got CD GPIO [ 1.455611] sdhci-tegra 78000000.sdhci: Got WP GPIO [ 1.461618] sdhci-tegra 78000000.sdhci: No vmmc regulator found [ 1.467533] sdhci-tegra 78000000.sdhci: No vqmmc regulator found [ 1.473533] mmc0: Invalid maximum block size, assuming 512 bytes [ 1.513508] mmc0: SDHCI controller on 78000000.sdhci [78000000.sdhci] using ADMA [ 1.522080] sdhci-tegra 78000600.sdhci: No vmmc regulator found [ 1.527998] sdhci-tegra 78000600.sdhci: No vqmmc regulator found [ 1.533997] mmc1: Invalid maximum block size, assuming 512 bytes [ 1.573429] mmc1: SDHCI controller on 78000600.sdhci [78000600.sdhci] using ADMA [ 1.581876] ledtrig-cpu: registered to indicate activity on CPUs [ 1.588108] usbcore: registered new interface driver usbhid [ 1.593676] usbhid: USB HID core driver [ 1.600332] NET: Registered protocol family 10 [ 1.605591] sit: IPv6 over IPv4 tunneling driver [ 1.610653] NET: Registered protocol family 17 [ 1.615111] can: controller area network core (rev 20120528 abi 9) [ 1.621324] NET: Registered protocol family 29 [ 1.625769] can: raw protocol (rev 20120528) [ 1.630039] can: broadcast manager protocol (rev 20120528 t) [ 1.635697] can: netlink gateway (rev 20130117) max_hops=1 [ 1.641489] Key type dns_resolver registered [ 1.646167] ThumbEE CPU extension supported. [ 1.650450] Registering SWP/SWPB emulation handler [ 1.658688] mmc1: new high speed MMC card at address 0001 [ 1.665777] mmcblk0: mmc1:0001 SEM16G 14.8 GiB [ 1.671759] mmcblk0boot0: mmc1:0001 SEM16G partition 1 1.00 MiB [ 1.679483] mmcblk0boot1: mmc1:0001 SEM16G partition 2 1.00 MiB [ 1.687227] mmcblk0rpmb: mmc1:0001 SEM16G partition 3 128 KiB [ 1.698643] tegra-pcie 3000.pcie-controller: 2x3 configuration [ 1.699486] Primary GPT is invalid, using alternate GPT. [ 1.699502] mmcblk0: p1 p2 p3 p4 p5 [ 1.713514] sys_3v3,vdd_3v3_alw: supplied by vdd_5v_in [ 1.718672] sys_3v3_pexs: supplied by sys_3v3,vdd_3v3_alw [ 1.726560] tegra-pcie 3000.pcie-controller: probing port 0, using 2 lanes [ 1.791704] tegra-pcie 3000.pcie-controller: probing port 2, using 2 lanes [ 2.202409] tegra-pcie 3000.pcie-controller: link 2 down, retrying [ 2.612423] tegra-pcie 3000.pcie-controller: link 2 down, retrying [ 3.022423] tegra-pcie 3000.pcie-controller: link 2 down, retrying [ 3.030613] tegra-pcie 3000.pcie-controller: link 2 down, ignoring [ 3.036921] tegra-pcie 3000.pcie-controller: PCI host bridge to bus 0000:00 [ 3.043885] pci_bus 0000:00: root bus resource [mem 0x20000000-0x27ffffff] [ 3.050751] pci_bus 0000:00: root bus resource [mem 0x28000000-0x3fffffff pref] [ 3.058049] pci_bus 0000:00: root bus resource [bus 00-ff] [ 3.063528] pci_bus 0000:00: root bus resource [io 0x1000-0xffff] [ 3.069724] pci 0000:00:01.0: [10de:0e1c] type 01 class 0x060400 [ 3.075786] pci 0000:00:01.0: PME# supported from D0 D1 D2 D3hot D3cold [ 3.082548] PCI: bus0: Fast back to back transfers disabled [ 3.088119] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 3.096211] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000 [ 3.102241] pci 0000:01:00.0: reg 0x10: [io 0x0000-0x00ff] [ 3.107821] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit pref] [ 3.115041] pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit pref] [ 3.122303] pci 0000:01:00.0: supports D1 D2 [ 3.126568] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 3.138448] PCI: bus1: Fast back to back transfers disabled [ 3.144020] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 3.150684] pci 0000:00:01.0: BAR 9: assigned [mem 0x28000000-0x280fffff 64bit pref] [ 3.158422] pci 0000:00:01.0: BAR 7: assigned [io 0x1000-0x1fff] [ 3.164510] pci 0000:01:00.0: BAR 4: assigned [mem 0x28000000-0x28003fff 64bit pref] [ 3.172252] pci 0000:01:00.0: BAR 2: assigned [mem 0x28004000-0x28004fff 64bit pref] [ 3.179993] pci 0000:01:00.0: BAR 0: assigned [io 0x1000-0x10ff] [ 3.186081] pci 0000:00:01.0: PCI bridge to [bus 01] [ 3.191039] pci 0000:00:01.0: bridge window [io 0x1000-0x1fff] [ 3.197124] pci 0000:00:01.0: bridge window [mem 0x28000000-0x280fffff 64bit pref] [ 3.204869] pci 0000:00:01.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 3.211920] pcieport 0000:00:01.0: enabling device (0140 -> 0143) [ 3.218146] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt [ 3.225101] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt [ 3.231621] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded [ 3.238502] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded [ 3.244085] r8169 0000:01:00.0: enabling device (0140 -> 0143) [ 3.250841] r8169 0000:01:00.0 eth0: RTL8168evl/8111evl at 0xf08d6000, 02:04:4b:01:60:a6, XID 0c900800 IRQ 375 [ 3.260840] r8169 0000:01:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko] [ 3.270170] +VDD_5V_HDMI: supplied by sys_3v3,vdd_3v3_alw [ 3.275668] vdd_1v8_gen: supplied by vdd_5v_in [ 3.283892] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 3.290502] [drm] No driver support for vblank timestamp query. [ 3.296439] drm drm: No connectors reported connected with modes [ 3.302443] [drm] Cannot find any crtc or sizes - going 1024x768 [ 3.329961] Console: switching to colour frame buffer device 128x48 [ 3.342268] drm drm: fb0: frame buffer device [ 3.358822] [drm] Initialized tegra 0.0.0 20120330 on minor 0 [ 3.367389] usb3_vbus: supplied by vdd_5v_in [ 3.373839] utmi_phy_clk_enable: timeout waiting for phy to stabilize [ 3.380297] tegra-ehci 7d004000.usb: EHCI Host Controller [ 3.385705] tegra-ehci 7d004000.usb: new USB bus registered, assigned bus number 1 [ 3.393548] tegra-ehci 7d004000.usb: irq 343, io mem 0x7d004000 [ 3.408829] tegra-ehci 7d004000.usb: USB 2.0 started, EHCI 1.00 [ 3.416080] hub 1-0:1.0: USB hub found [ 3.419851] hub 1-0:1.0: 1 port detected [ 3.424742] tegra-ehci 7d008000.usb: EHCI Host Controller [ 3.430153] tegra-ehci 7d008000.usb: new USB bus registered, assigned bus number 2 [ 3.437904] tegra-ehci 7d008000.usb: irq 344, io mem 0x7d008000 [ 3.453821] tegra-ehci 7d008000.usb: USB 2.0 started, EHCI 1.00 [ 3.460957] hub 2-0:1.0: USB hub found [ 3.464725] hub 2-0:1.0: 1 port detected [ 3.475045] tps65910-rtc tps65910-rtc: setting system clock to 2000-01-01 00:00:02 UTC (946684802) [ 3.489063] vdd_sata,avdd_plle: disabling [ 3.493862] usb1_vbus: disabling [ 3.499788] EXT4-fs (mmcblk0p1): mounting ext3 file system using the ext4 subsystem [ 3.518444] EXT4-fs (mmcblk0p1): warning: mounting fs with errors, running e2fsck is recommended [ 3.529900] EXT4-fs (mmcblk0p1): recovery complete [ 3.534706] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null) [ 3.542817] VFS: Mounted root (ext3 filesystem) on device 179:1. [ 3.559871] devtmpfs: mounted [ 3.563840] Freeing unused kernel memory: 1044K (c0dbd000 - c0ec2000) bash: cannot set terminal process group (-1): Inappropriate ioctl for device bash: no job control in this shell root@(none):/# [ 3.778833] usb 2-1: new high-speed USB device number 2 using tegra-ehci