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 init=/bin/bash noinitrd' 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 0x81000000 zImage.multi_v7_defconfig Waiting for Ethernet connection... done. 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: 0x81000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ########################### 3 MiB/s done Bytes transferred = 5154472 (4ea6a8 hex) Tegra124 (Jetson TK1) # tftpboot 0x82000000 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: 0x82000000 Loading: *#### 3 MiB/s done Bytes transferred = 44415 (ad7f hex) Tegra124 (Jetson TK1) # bootz 0x81000000 - 0x82000000 Kernel image @ 0x81000000 [ 0x000000 - 0x4ea6a8 ] ## Flattened Device Tree blob at 82000000 Booting using the fdt blob at 0x82000000 Using Device Tree in place at 82000000, end 8200dd7e Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 3.17.0-rc1-91304-g7d1311b (pwalmsley@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 Tue Sep 16 14:29:28 PDT 2014 [ 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 ab800000 [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] On node 0 totalpages: 524032 [ 0.000000] free_area_init_node: node 0, pgdat c0cc0f40, node_mem_map ea7d8000 [ 0.000000] DMA zone: 1520 pages used for memmap [ 0.000000] DMA zone: 0 pages reserved [ 0.000000] DMA zone: 194560 pages, LIFO batch:31 [ 0.000000] HighMem zone: 2574 pages used for memmap [ 0.000000] HighMem zone: 329472 pages, LIFO batch:31 [ 0.000000] PERCPU: Embedded 8 pages/cpu @ea789000 s8512 r8192 d16064 u32768 [ 0.000000] pcpu-alloc: s8512 r8192 d16064 u32768 alloc=8*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: 522512 [ 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: 2001600K/2096128K available (6676K kernel code, 923K rwdata, 2684K rodata, 696K init, 305K bss, 94528K reserved, 1317888K highmem) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xffc00000 - 0xffe00000 (2048 kB) [ 0.000000] vmalloc : 0xf0000000 - 0xff000000 ( 240 MB) [ 0.000000] lowmem : 0xc0000000 - 0xef800000 ( 760 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0xc0208000 - 0xc0b2c368 (9361 kB) [ 0.000000] .init : 0xc0b2d000 - 0xc0bdb140 ( 697 kB) [ 0.000000] .data : 0xc0bdc000 - 0xc0cc2d40 ( 924 kB) [ 0.000000] .bss : 0xc0cc2d40 - 0xc0d0f258 ( 306 kB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] L2C: failed to init: -19 [ 0.000009] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483648000ns [ 0.000029] Switching to timer-based delay loop, resolution 1000ns [ 0.003210] Architected cp15 timer(s) running at 12.00MHz (virt). [ 0.003232] sched_clock: 56 bits at 12MHz, resolution 83ns, wraps every 2863311536128ns [ 0.003244] Switching to timer-based delay loop, resolution 83ns [ 0.003579] Console: colour dummy device 80x30 [ 0.003600] Calibrating delay loop (skipped), value calculated using timer frequency.. 24.00 BogoMIPS (lpj=60000) [ 0.003614] pid_max: default: 32768 minimum: 301 [ 0.003740] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.003751] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.004266] CPU: Testing write buffer coherency: ok [ 0.004458] /cpus/cpu@0 missing clock-frequency property [ 0.004486] /cpus/cpu@1 missing clock-frequency property [ 0.004512] /cpus/cpu@2 missing clock-frequency property [ 0.004539] /cpus/cpu@3 missing clock-frequency property [ 0.004551] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.004597] Setting up static identity map for 0x8084e308 - 0x8084e3a0 [ 0.006594] Tegra Revision: A01 SKU: 129 CPU Process: 1 Core Process: 1 [ 0.007657] CPU1: Booted secondary processor [ 0.007682] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.008176] CPU2: Booted secondary processor [ 0.008200] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [ 0.008671] CPU3: Booted secondary processor [ 0.008695] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [ 0.008756] Brought up 4 CPUs [ 0.008781] SMP: Total of 4 processors activated. [ 0.008788] CPU: All CPU(s) started in SVC mode. [ 0.009307] devtmpfs: initialized [ 0.014580] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0 [ 0.016312] pinctrl core: initialized pinctrl subsystem [ 0.016744] regulator-dummy: no parameters [ 0.030942] NET: Registered protocol family 16 [ 0.032894] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.034553] cpuidle: using governor ladder [ 0.034573] cpuidle: using governor menu [ 0.046886] No ATAGs? [ 0.046920] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [ 0.046930] hw-breakpoint: maximum watchpoint size is 8 bytes. [ 0.047086] EXYNOS: PMU not supported [ 0.049634] Serial: AMBA PL011 UART driver [ 0.076451] edma-dma-engine edma-dma-engine.0: Can't allocate PaRAM dummy slot [ 0.076473] edma-dma-engine: probe of edma-dma-engine.0 failed with error -22 [ 0.077048] +VDD_MUX: 12000 mV [ 0.077271] +5V_SYS: 5000 mV [ 0.077318] +5V_SYS: supplied by +VDD_MUX [ 0.077571] +3.3V_SYS: 3300 mV [ 0.077624] +3.3V_SYS: supplied by +VDD_MUX [ 0.077761] platform regulators:regulator@3: Driver reg-fixed-voltage requests probe deferral [ 0.077928] +3.3V_AVDD_HDMI_AP_GATED: 3300 mV [ 0.077974] reg-fixed-voltage regulators:regulator@4: Failed to find supply vin [ 0.078079] reg-fixed-voltage regulators:regulator@4: Failed to register regulator: -517 [ 0.078100] platform regulators:regulator@4: Driver reg-fixed-voltage requests probe deferral [ 0.078274] +USB0_VBUS_SW: Failed to request enable GPIO108: -517 [ 0.078383] reg-fixed-voltage regulators:regulator@7: Failed to register regulator: -517 [ 0.078403] platform regulators:regulator@7: Driver reg-fixed-voltage requests probe deferral [ 0.078575] +5V_USB_HS: Failed to request enable GPIO109: -517 [ 0.078662] reg-fixed-voltage regulators:regulator@8: Failed to register regulator: -517 [ 0.078681] platform regulators:regulator@8: Driver reg-fixed-voltage requests probe deferral [ 0.078757] platform regulators:regulator@10: Driver reg-fixed-voltage requests probe deferral [ 0.078926] +1.05V_RUN_AVDD_HDMI_PLL: Failed to request enable GPIO63: -517 [ 0.079013] reg-fixed-voltage regulators:regulator@11: Failed to register regulator: -517 [ 0.079033] platform regulators:regulator@11: Driver reg-fixed-voltage requests probe deferral [ 0.079202] +5V_HDMI_CON: Failed to request enable GPIO86: -517 [ 0.079288] reg-fixed-voltage regulators:regulator@12: Failed to register regulator: -517 [ 0.079307] platform regulators:regulator@12: Driver reg-fixed-voltage requests probe deferral [ 0.081487] vgaarb: loaded [ 0.082095] SCSI subsystem initialized [ 0.082265] libata version 3.00 loaded. [ 0.082579] usbcore: registered new interface driver usbfs [ 0.082652] usbcore: registered new interface driver hub [ 0.082749] usbcore: registered new device driver usb [ 0.085926] Linux video capture interface: v2.00 [ 0.085980] pps_core: LinuxPPS API ver. 1 registered [ 0.085988] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.086019] PTP clock support registered [ 0.086245] EDAC MC: Ver: 3.0.0 [ 0.087025] Advanced Linux Sound Architecture Driver Initialized. [ 0.088047] Switched to clocksource arch_sys_counter [ 0.097851] NET: Registered protocol family 2 [ 0.098479] TCP established hash table entries: 8192 (order: 3, 32768 bytes) [ 0.098569] TCP bind hash table entries: 8192 (order: 4, 65536 bytes) [ 0.098755] TCP: Hash tables configured (established 8192 bind 8192) [ 0.098798] TCP: reno registered [ 0.098811] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.098851] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.099027] NET: Registered protocol family 1 [ 0.099286] RPC: Registered named UNIX socket transport module. [ 0.099295] RPC: Registered udp transport module. [ 0.099302] RPC: Registered tcp transport module. [ 0.099309] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.099327] PCI: CLS 0 bytes, default 64 [ 0.101504] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.113951] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.114756] NFS: Registering the id_resolver key type [ 0.114782] Key type id_resolver registered [ 0.114791] Key type id_legacy registered [ 0.114850] msgmni has been set to 1463 [ 0.115435] bounce: pool size: 64 pages [ 0.115669] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.115689] io scheduler noop registered [ 0.115706] io scheduler deadline registered [ 0.115922] io scheduler cfq registered (default) [ 0.133207] tegra-apbdma 60020000.dma: Tegra20 APB DMA driver register 32 channels [ 0.192109] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 0.193982] Serial: IMX driver [ 0.194305] msm_serial: driver initialized [ 0.195100] console [ttyS0] disabled [ 0.195133] 70006300.serial: ttyS0 at MMIO 0x70006300 (irq = 122, base_baud = 25500000) is a Tegra [ 1.055272] console [ttyS0] enabled [ 1.059490] STMicroelectronics ASC driver initialized [ 1.065320] serial: Freescale lpuart driver [ 1.069709] [drm] Initialized drm 1.1.0 20060810 [ 1.075516] tegra-hdmi 54280000.hdmi: failed to get HDMI regulator [ 1.081720] platform 54280000.hdmi: Driver tegra-hdmi requests probe deferral [ 1.094763] loop: module loaded [ 1.098158] at24 0-0056: 256 byte 24c02 EEPROM, writable, 8 bytes/write [ 1.105906] as3722 4-0040: AS3722 with revision 0x1 found [ 1.115097] +VDD_CPU_AP: 700 <--> 1400 mV at 1000 mV 3500 mA [ 1.121860] +VDD_CORE: 700 <--> 1350 mV at 1100 mV 2500 mA [ 1.128106] +1.35V_LP0(sd2): 1350 mV [ 1.131825] +1.35V_LP0(sd2): supplied by +5V_SYS [ 1.136941] +1.35V_LP0(sd3): 1350 mV [ 1.140675] +1.35V_LP0(sd3): supplied by +5V_SYS [ 1.145780] +1.05V_RUN: 1050 mV [ 1.149079] +1.05V_RUN: supplied by +5V_SYS [ 1.153620] +1.8V_VDDIO: 1800 mV [ 1.156990] +1.8V_VDDIO: supplied by +5V_SYS [ 1.162642] +VDD_GPU_AP: 650 <--> 1200 mV at 1000 mV 3500 mA [ 1.168767] +1.05V_RUN_AVDD: 1050 mV at 300 mA [ 1.173370] +1.05V_RUN_AVDD: supplied by +1.35V_LP0(sd2) [ 1.179627] +1.8V_RUN_CAM: 1800 mV at 150 mA [ 1.184068] as3722-regulator as3722-regulator: Failed to find supply vin-ldo1-6 [ 1.191487] as3722-regulator as3722-regulator: regulator 8 register failed -517 [ 1.200014] platform as3722-regulator: Driver as3722-regulator requests probe deferral [ 1.213501] CAN device driver interface [ 1.218118] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.2.13-k [ 1.225171] igb: Copyright (c) 2007-2014 Intel Corporation. [ 1.232077] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver [ 1.239537] usbcore: registered new interface driver pegasus [ 1.245271] usbcore: registered new interface driver asix [ 1.250725] usbcore: registered new interface driver ax88179_178a [ 1.256871] usbcore: registered new interface driver cdc_ether [ 1.262776] usbcore: registered new interface driver smsc75xx [ 1.268597] usbcore: registered new interface driver smsc95xx [ 1.274396] usbcore: registered new interface driver net1080 [ 1.280114] usbcore: registered new interface driver cdc_subset [ 1.286087] usbcore: registered new interface driver zaurus [ 1.291750] usbcore: registered new interface driver cdc_ncm [ 1.297441] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.303978] ehci-pci: EHCI PCI platform driver [ 1.308480] ehci-platform: EHCI generic platform driver [ 1.313878] ehci-omap: OMAP-EHCI Host Controller driver [ 1.319234] ehci-orion: EHCI orion driver [ 1.323383] SPEAr-ehci: EHCI SPEAr driver [ 1.327512] tegra-ehci: Tegra EHCI driver [ 1.331743] platform 7d004000.usb: Driver tegra-ehci requests probe deferral [ 1.338907] platform 7d008000.usb: Driver tegra-ehci requests probe deferral [ 1.346035] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.352234] ohci-pci: OHCI PCI platform driver [ 1.356752] ohci-platform: OHCI generic platform driver [ 1.362110] ohci-omap3: OHCI OMAP3 driver [ 1.366253] SPEAr-ohci: OHCI SPEAr driver [ 1.371054] usbcore: registered new interface driver usb-storage [ 1.377565] tegra-phy 7d004000.usb-phy: no vbus regulator [ 1.383244] platform 7d008000.usb-phy: Driver tegra-phy requests probe deferral [ 1.391928] mousedev: PS/2 mouse device common for all mice [ 1.400718] as3722-rtc as3722-rtc: rtc core: registered as3722-rtc as rtc0 [ 1.407602] as3722-rtc as3722-rtc: RTC interrupt 464 [ 1.415436] tegra_rtc 7000e000.rtc: rtc core: registered 7000e000.rtc as rtc1 [ 1.422593] tegra_rtc 7000e000.rtc: Tegra internal Real Time Clock [ 1.429288] i2c /dev entries driver [ 1.434749] usbcore: registered new interface driver uvcvideo [ 1.440500] USB Video Class driver (1.1.1) [ 1.444608] gspca_main: v2.14.0 registered [ 1.449659] 0-004c supply vcc not found, using dummy regulator [ 1.459541] sdhci: Secure Digital Host Controller Interface driver [ 1.465724] sdhci: Copyright(c) Pierre Ossman [ 1.470981] Synopsys Designware Multimedia Card Interface Driver [ 1.477618] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.483990] sdhci-tegra 700b0400.sdhci: Got CD GPIO #170. [ 1.489411] sdhci-tegra 700b0400.sdhci: Got WP GPIO #132. [ 1.494849] mmc0: Unknown controller version (3). You may experience problems. [ 1.502159] sdhci-tegra 700b0400.sdhci: No vmmc regulator found [ 1.508181] platform 700b0400.sdhci: Driver sdhci-tegra requests probe deferral [ 1.515654] mmc0: Unknown controller version (3). You may experience problems. [ 1.522975] sdhci-tegra 700b0600.sdhci: No vmmc regulator found [ 1.528917] sdhci-tegra 700b0600.sdhci: No vqmmc regulator found [ 1.534930] mmc0: Invalid maximum block size, assuming 512 bytes [ 1.573068] mmc0: SDHCI controller on 700b0600.sdhci [700b0600.sdhci] using ADMA [ 1.581435] usbcore: registered new interface driver usbhid [ 1.587011] usbhid: USB HID core driver [ 1.622013] mmc0: BKOPS_EN bit is not set [ 1.629869] mmc0: new high speed MMC card at address 0001 [ 1.635629] mmcblk0: mmc0:0001 SEM16G 14.6 GiB [ 1.640277] mmcblk0boot0: mmc0:0001 SEM16G partition 1 4.00 MiB [ 1.646306] mmcblk0boot1: mmc0:0001 SEM16G partition 2 4.00 MiB [ 1.652331] mmcblk0rpmb: mmc0:0001 SEM16G partition 3 4.00 MiB [ 1.660073] Primary GPT is invalid, using alternate GPT. [ 1.665421] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 [ 1.673517] mmcblk0boot1: unknown partition table [ 1.679647] mmcblk0boot0: unknown partition table [ 2.010564] tegra30-i2s 70301100.i2s: DMA channels sourced from device 70300000.ahub [ 2.026830] tegra-snd-rt5640 sound: rt5640-aif1 <-> 70301100.i2s mapping ok [ 2.036851] input: NVIDIA Tegra Jetson TK1 Headphones as /devices/soc0/sound/sound/card0/input0 [ 2.046870] TCP: cubic registered [ 2.050208] NET: Registered protocol family 17 [ 2.054674] can: controller area network core (rev 20120528 abi 9) [ 2.060922] NET: Registered protocol family 29 [ 2.065380] can: raw protocol (rev 20120528) [ 2.069658] can: broadcast manager protocol (rev 20120528 t) [ 2.075330] can: netlink gateway (rev 20130117) max_hops=1 [ 2.081194] Key type dns_resolver registered [ 2.086082] ThumbEE CPU extension supported. [ 2.090379] Registering SWP/SWPB emulation handler [ 2.096872] +3.3V_RUN: 3300 mV [ 2.100076] +3.3V_RUN: supplied by +3.3V_SYS [ 2.104700] +3.3V_AVDD_HDMI_AP_GATED: 3300 mV [ 2.109243] +3.3V_AVDD_HDMI_AP_GATED: supplied by +3.3V_RUN [ 2.115340] +USB0_VBUS_SW: 5000 mV [ 2.118947] +USB0_VBUS_SW: supplied by +5V_SYS [ 2.123950] +5V_USB_HS: 5000 mV [ 2.127241] +5V_USB_HS: supplied by +5V_SYS [ 2.132607] +3.3V_LP0: 3300 mV [ 2.135862] +3.3V_LP0: supplied by +3.3V_SYS [ 2.140695] +1.05V_RUN_AVDD_HDMI_PLL: 1050 mV [ 2.145247] reg-fixed-voltage regulators:regulator@11: Failed to find supply vin [ 2.152846] reg-fixed-voltage regulators:regulator@11: Failed to register regulator: -517 [ 2.161089] platform regulators:regulator@11: Driver reg-fixed-voltage requests probe deferral [ 2.170671] +5V_HDMI_CON: 5000 mV [ 2.174185] +5V_HDMI_CON: supplied by +5V_SYS [ 2.179297] tegra-hdmi 54280000.hdmi: failed to get PLL regulator [ 2.185514] platform 54280000.hdmi: Driver tegra-hdmi requests probe deferral [ 2.194680] +VDD_CPU_AP: 700 <--> 1400 mV at 1000 mV 3500 mA [ 2.201858] +VDD_CORE: 700 <--> 1350 mV at 1100 mV 2500 mA [ 2.208433] +1.35V_LP0(sd2): 1350 mV [ 2.212175] +1.35V_LP0(sd2): supplied by +5V_SYS [ 2.217015] +1.35V_LP0(sd3): 1350 mV [ 2.220743] +1.35V_LP0(sd3): supplied by +5V_SYS [ 2.225549] +1.05V_RUN: 1050 mV [ 2.228848] +1.05V_RUN: supplied by +5V_SYS [ 2.233205] +1.8V_VDDIO: 1800 mV [ 2.236567] +1.8V_VDDIO: supplied by +5V_SYS [ 2.242444] +VDD_GPU_AP: 650 <--> 1200 mV at 1000 mV 3500 mA [ 2.248470] +1.05V_RUN_AVDD: 1050 mV at 300 mA [ 2.253084] +1.05V_RUN_AVDD: supplied by +1.35V_LP0(sd2) [ 2.259305] +1.8V_RUN_CAM: 1800 mV at 150 mA [ 2.263787] +1.8V_RUN_CAM: supplied by +3.3V_RUN [ 2.269747] +1.2V_GEN_AVDD: 1200 mV at 150 mA [ 2.274307] +1.2V_GEN_AVDD: supplied by +1.8V_VDDIO [ 2.281123] +1.05V_LP0_VDD_RTC: 1000 mV at 150 mA [ 2.286032] +1.05V_LP0_VDD_RTC: supplied by +3.3V_SYS [ 2.292195] +2.8V_RUN_CAM: 2800 mV at 150 mA [ 2.296696] +2.8V_RUN_CAM: supplied by +3.3V_SYS [ 2.302607] +1.2V_RUN_CAM_FRONT: 1200 mV at 150 mA [ 2.307613] +1.2V_RUN_CAM_FRONT: supplied by +1.8V_VDDIO [ 2.313878] +VDDIO_SDMMC3: 1800 <--> 3300 mV at 150 mA [ 2.319239] +VDDIO_SDMMC3: supplied by +3.3V_RUN [ 2.325142] +1.05V_RUN_CAM_REAR: 1050 mV at 150 mA [ 2.330149] +1.05V_RUN_CAM_REAR: supplied by +1.8V_VDDIO [ 2.337202] +3.3V_RUN_TOUCH: 2800 mV at 150 mA [ 2.341871] +3.3V_RUN_TOUCH: supplied by +5V_SYS [ 2.347792] +2.8V_RUN_CAM_AF: 2800 mV at 150 mA [ 2.352550] +2.8V_RUN_CAM_AF: supplied by +5V_SYS [ 2.358350] +1.8V_RUN_VPP_FUSE: 1800 mV at 150 mA [ 2.363285] +1.8V_RUN_VPP_FUSE: supplied by +3.3V_RUN [ 2.371750] tegra-ehci 7d004000.usb: EHCI Host Controller [ 2.377183] tegra-ehci 7d004000.usb: new USB bus registered, assigned bus number 1 [ 2.384978] tegra-ehci 7d004000.usb: irq 53, io mem 0x7d004000 [ 2.398201] tegra-ehci 7d004000.usb: USB 2.0 started, EHCI 1.10 [ 2.405016] hub 1-0:1.0: USB hub found [ 2.408830] hub 1-0:1.0: 1 port detected [ 2.414021] platform 7d008000.usb: Driver tegra-ehci requests probe deferral [ 2.422937] sdhci-tegra 700b0400.sdhci: Got CD GPIO #170. [ 2.428432] sdhci-tegra 700b0400.sdhci: Got WP GPIO #132. [ 2.433928] mmc1: Unknown controller version (3). You may experience problems. [ 2.441401] sdhci-tegra 700b0400.sdhci: No vmmc regulator found [ 2.447387] mmc1: Invalid maximum block size, assuming 512 bytes [ 2.488227] mmc1: SDHCI controller on 700b0400.sdhci [700b0400.sdhci] using ADMA [ 2.496027] +1.05V_RUN_AVDD_HDMI_PLL: 1050 mV [ 2.500538] +1.05V_RUN_AVDD_HDMI_PLL: supplied by +1.05V_RUN [ 2.508520] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 2.515174] [drm] No driver support for vblank timestamp query. [ 2.521141] host1x drm: No connectors reported connected with modes [ 2.527441] [drm] Cannot find any crtc or sizes - going 1024x768 [ 2.543405] Console: switching to colour frame buffer device 128x48 [ 2.557096] host1x drm: fb0: frame buffer device [ 2.561837] host1x drm: registered panic notifier [ 2.578178] [drm] Initialized tegra 0.0.0 20120330 on minor 0 [ 2.584774] tegra-ehci 7d008000.usb: EHCI Host Controller [ 2.590204] tegra-ehci 7d008000.usb: new USB bus registered, assigned bus number 2 [ 2.598005] tegra-ehci 7d008000.usb: irq 129, io mem 0x7d008000 [ 2.613164] tegra-ehci 7d008000.usb: USB 2.0 started, EHCI 1.10 [ 2.620023] hub 2-0:1.0: USB hub found [ 2.623832] hub 2-0:1.0: 1 port detected [ 2.629074] input: gpio-keys as /devices/soc0/gpio-keys/input/input1 [ 2.636429] as3722-rtc as3722-rtc: setting system clock to 2000-02-01 00:00:17 UTC (949363217) [ 2.654730] +1.05V_RUN_AVDD_HDMI_PLL: disabling [ 2.659308] +1.8V_RUN_VPP_FUSE: disabling [ 2.663735] +2.8V_RUN_CAM_AF: disabling [ 2.667911] +3.3V_RUN_TOUCH: disabling [ 2.672027] +1.05V_RUN_CAM_REAR: disabling [ 2.676487] +1.2V_RUN_CAM_FRONT: disabling [ 2.680950] +2.8V_RUN_CAM: disabling [ 2.684681] +1.8V_RUN_CAM: disabling [ 2.688597] +1.05V_RUN: disabling [ 2.692037] +USB0_VBUS_SW: disabling [ 2.695637] +3.3V_AVDD_HDMI_AP_GATED: disabling [ 2.700511] ALSA device list: [ 2.703485] #0: NVIDIA Tegra Jetson TK1 [ 2.708833] EXT4-fs (mmcblk0p1): couldn't mount as ext3 due to feature incompatibilities [ 2.717534] EXT4-fs (mmcblk0p1): couldn't mount as ext2 due to feature incompatibilities [ 2.732078] EXT4-fs (mmcblk0p1): recovery complete [ 2.736937] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null) [ 2.745119] VFS: Mounted root (ext4 filesystem) on device 179:1. [ 2.753482] devtmpfs: mounted [ 2.757052] Freeing unused kernel memory: 696K (c0b2d000 - c0bdb000) bash: cannot set terminal process group (-1): Inappropriate ioctl for device bash: no job control in this shell root@(none):/# [ 2.933240] usb 2-1: new high-speed USB device number 2 using tegra-ehci