U-Boot 2013.10 (Jul 10 2015 - 13:56:29) I2C: ready DRAM: 256 MiB WARNING: Caches not enabled NAND: 0 MiB MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1 *** Warning - readenv() failed, using default environment Net: cpsw, usb_ether Hit any key to stop autoboot: 5 0 U-Boot# pri arch=arm baudrate=115200 board=am335x board_name=am335x bootcmd=run mmc.boot bootdelay=5 bootfile=BBONE/_zIMG console=ttyO0,115200n8 cpu=armv7 ethact=cpsw ethaddr=00:12:34:56:78:01 fat.dtb=fatload mmc 0 $fdtaddr device.dtb fat.lnx=fatload mmc 0 $rdaddr zImage fdtaddr=0x80F80000 fdtfile=BBONE/_DTB gatewayip=11.1.1.1 ipaddr=11.1.1.122 loadaddr=0x80200000 mloFile=BBONE/_MLO mmc.args=setenv bootargs console=$console root=/dev/mmcblk0p2 rw rootwait mmc.boot=run mmc.args; mmc rescan; run fat.lnx; run fat.dtb; bootz $rdaddr - $fdtaddr mmc.lnx=tftp $loadaddr $fdtfile ; fatwrite mmc 0 $loadaddr device.dtb $filesize ; tftp $loadaddr $bootfile ; fatwrite mmc 0 $loadaddr zImage $filesize mmc.ubt=tftp $loadaddr $mloFile ; fatwrite mmc 0 $loadaddr MLO $filesize ; tftp $loadaddr $ubtFile ; fatwrite mmc 0 $loadaddr u-boot.img $filesize nfs.args=setenv bootargs console=$console root=/dev/nfs nfsroot=${serverip}:${nfs.root},${nfs.opts} rw ip=dhcp ${morebootargs} nfs.boot=tftp $loadaddr $bootfile ; tftp $fdtaddr $fdtfile ; run nfs.args ; bootz $loadaddr - $fdtaddr nfs.opts=nolock nfs.root=/home/dkn/_NFS/_RFS rdaddr=0x81000000 serverip=11.1.1.15 soc=am33xx stderr=serial stdin=serial stdout=serial ubtFile=BBONE/_UBT usbnet_devaddr=bc:6a:29:d3:64:b5 vendor=ti ver=U-Boot 2013.10 (Jul 10 2015 - 13:56:29) Environment size: 1381/131068 bytes U-Boot# U-Boot# U-Boot# bot t ot reading zImage 3611416 bytes read in 783 ms (4.4 MiB/s) reading device.dtb 32858 bytes read in 12 ms (2.6 MiB/s) Kernel image @ 0x81000000 [ 0x000000 - 0x371b18 ] ## Flattened Device Tree blob at 80f80000 Booting using the fdt blob at 0x80f80000 Loading Device Tree to 8f628000, end 8f633059 ... OK Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 3.12.10 (dkn@dkn-ubtu-12) (gcc version 4.9.2 20140904 (prerelease) (crosstool-NG linaro-1.13.1-4.9-2014.09 - Linaro GCC 4.9-2014.09) ) #4 PREEMPT Fri Jul 10 20:53:28 PDT 2015 [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine: Generic AM33XX (Flattened Device Tree), model: TI AM335x BeagleBone [ 0.000000] Memory policy: ECC disabled, Data cache writeback [ 0.000000] CPU: All CPU(s) started in SVC mode. [ 0.000000] AM335X ES1.0 (sgx neon ) [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 64512 [ 0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/mmcblk0p2 rw rootwait [ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes) [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] Memory: 244776K/260096K available (4741K kernel code, 486K rwdata, 1856K rodata, 333K init, 5466K bss, 15320K reserved, 0K highmem) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB) [ 0.000000] vmalloc : 0xd0800000 - 0xff000000 ( 744 MB) [ 0.000000] lowmem : 0xc0000000 - 0xd0000000 ( 256 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0xc0008000 - 0xc0679bf0 (6599 kB) [ 0.000000] .init : 0xc067a000 - 0xc06cd670 ( 334 kB) [ 0.000000] .data : 0xc06ce000 - 0xc07479bc ( 487 kB) [ 0.000000] .bss : 0xc07479bc - 0xc0c9e248 (5467 kB) [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts [ 0.000000] Total of 128 interrupts on 1 active controller [ 0.000000] ------------[ cut here ]------------ [ 0.000000] WARNING: CPU: 0 PID: 0 at arch/arm/mach-omap2/omap_hwmod.c:2232 _enable+0x268/0x28c() [ 0.000000] omap_hwmod: timer2: enabled state can only be entered from initialized, idle, or disabled state [ 0.000000] Modules linked in: [ 0.000000] CPU: 0 PID: 0 Comm: swapper Not tainted 3.12.10 #4 [ 0.000000] [] (unwind_backtrace+0x0/0xec) from [] (show_stack+0x10/0x14) [ 0.000000] [] (show_stack+0x10/0x14) from [] (warn_slowpath_common+0x70/0x88) [ 0.000000] [] (warn_slowpath_common+0x70/0x88) from [] (warn_slowpath_fmt+0x30/0x40) [ 0.000000] [] (warn_slowpath_fmt+0x30/0x40) from [] (_enable+0x268/0x28c) [ 0.000000] [] (_enable+0x268/0x28c) from [] (omap_hwmod_enable+0x28/0x48) [ 0.000000] [] (omap_hwmod_enable+0x28/0x48) from [] (omap_dm_timer_init_one+0x208/0x310) [ 0.000000] [] (omap_dm_timer_init_one+0x208/0x310) from [] (omap2_gp_clockevent_init+0xa4/0x120) [ 0.000000] [] (omap2_gp_clockevent_init+0xa4/0x120) from [] (omap3_gptimer_timer_init+0x34/0x50) [ 0.000000] [] (omap3_gptimer_timer_init+0x34/0x50) from [] (start_kernel+0x1d4/0x308) [ 0.000000] [] (start_kernel+0x1d4/0x308) from [<80008070>] (0x80008070) [ 0.000000] ---[ end trace 1b75b31a2719ed1c ]--- [ 0.000000] OMAP clockevent source: timer2 at 24000000 Hz [ 0.000000] ------------[ cut here ]------------ [ 0.000000] WARNING: CPU: 0 PID: 0 at arch/arm/mach-omap2/omap_hwmod.c:2232 _enable+0x268/0x28c() [ 0.000000] omap_hwmod: timer1: enabled state can only be entered from initialized, idle, or disabled state [ 0.000000] Modules linked in: [ 0.000000] CPU: 0 PID: 0 Comm: swapper Tainted: G W 3.12.10 #4 [ 0.000000] [] (unwind_backtrace+0x0/0xec) from [] (show_stack+0x10/0x14) [ 0.000000] [] (show_stack+0x10/0x14) from [] (warn_slowpath_common+0x70/0x88) [ 0.000000] [] (warn_slowpath_common+0x70/0x88) from [] (warn_slowpath_fmt+0x30/0x40) [ 0.000000] [] (warn_slowpath_fmt+0x30/0x40) from [] (_enable+0x268/0x28c) [ 0.000000] [] (_enable+0x268/0x28c) from [] (omap_hwmod_enable+0x28/0x48) [ 0.000000] [] (omap_hwmod_enable+0x28/0x48) from [] (omap_dm_timer_init_one+0x208/0x310) [ 0.000000] [] (omap_dm_timer_init_one+0x208/0x310) from [] (omap2_gptimer_clocksource_init+0x38/0xb8) [ 0.000000] [] (omap2_gptimer_clocksource_init+0x38/0xb8) from [] (start_kernel+0x1d4/0x308) [ 0.000000] [] (start_kernel+0x1d4/0x308) from [<80008070>] (0x80008070) [ 0.000000] ---[ end trace 1b75b31a2719ed1d ]--- [ 0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms [ 0.000000] OMAP clocksource: timer1 at 24000000 Hz [ 0.000000] Console: colour dummy device 80x30 [ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8 [ 0.000000] ... MAX_LOCK_DEPTH: 48 [ 0.000000] ... MAX_LOCKDEP_KEYS: 8191 [ 0.000000] ... CLASSHASH_SIZE: 4096 [ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384 [ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768 [ 0.000000] ... CHAINHASH_SIZE: 16384 [ 0.000000] memory used by lock dependency info: 3695 kB [ 0.000000] per task-struct memory footprint: 1152 bytes [ 0.002384] Calibrating delay loop... 199.06 BogoMIPS (lpj=995328) [ 0.148348] pid_max: default: 32768 minimum: 301 [ 0.149159] Mount-cache hash table entries: 512 [ 0.211310] CPU: Testing write buffer coherency: ok [ 0.214275] Setting up static identity map for 0xc0485688 - 0xc04856e0 [ 0.225260] devtmpfs: initialized [ 0.236096] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3 [ 0.358785] pinctrl core: initialized pinctrl subsystem [ 0.364501] regulator-dummy: no parameters [ 0.367277] NET: Registered protocol family 16 [ 0.368957] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.386478] platform mpu.1: FIXME: clock-name 'fck' DOES NOT exist in dt! [ 0.386640] ------------[ cut here ]------------ [ 0.386709] WARNING: CPU: 0 PID: 1 at arch/arm/mach-omap2/omap_hwmod.c:2232 _enable+0x268/0x28c() [ 0.386735] omap_hwmod: mpu: enabled state can only be entered from initialized, idle, or disabled state [ 0.386759] Modules linked in: [ 0.386811] CPU: 0 PID: 1 Comm: swapper Tainted: G W 3.12.10 #4 [ 0.386884] [] (unwind_backtrace+0x0/0xec) from [] (show_stack+0x10/0x14) [ 0.386949] [] (show_stack+0x10/0x14) from [] (warn_slowpath_common+0x70/0x88) [ 0.386999] [] (warn_slowpath_common+0x70/0x88) from [] (warn_slowpath_fmt+0x30/0x40) [ 0.387046] [] (warn_slowpath_fmt+0x30/0x40) from [] (_enable+0x268/0x28c) [ 0.387092] [] (_enable+0x268/0x28c) from [] (omap_hwmod_enable+0x28/0x48) [ 0.387138] [] (omap_hwmod_enable+0x28/0x48) from [] (omap_device_enable+0x3c/0x78) [ 0.387185] [] (omap_device_enable+0x3c/0x78) from [] (_omap_device_notifier_call+0x190/0x1b0) [ 0.387247] [] (_omap_device_notifier_call+0x190/0x1b0) from [] (notifier_call_chain+0x44/0x84) [ 0.387305] [] (notifier_call_chain+0x44/0x84) from [] (__blocking_notifier_call_chain+0x48/0x60) [ 0.387353] [] (__blocking_notifier_call_chain+0x48/0x60) from [] (blocking_notifier_call_chain+0x18/0x20) [ 0.387422] [] (blocking_notifier_call_chain+0x18/0x20) from [] (device_add+0x3ec/0x638) [ 0.387490] [] (device_add+0x3ec/0x638) from [] (of_platform_device_create_pdata+0x5c/0x78) [ 0.387543] [] (of_platform_device_create_pdata+0x5c/0x78) from [] (of_platform_bus_create+0xe4/0x168) [ 0.387593] [] (of_platform_bus_create+0xe4/0x168) from [] (of_platform_bus_create+0x140/0x168) [ 0.387643] [] (of_platform_bus_create+0x140/0x168) from [] (of_platform_populate+0x5c/0xa0) [ 0.387695] [] (of_platform_populate+0x5c/0xa0) from [] (omap_generic_init+0x28/0x30) [ 0.387740] [] (omap_generic_init+0x28/0x30) from [] (customize_machine+0x20/0x40) [ 0.387788] [] (customize_machine+0x20/0x40) from [] (do_one_initcall+0xf8/0x158) [ 0.387852] [] (do_one_initcall+0xf8/0x158) from [] (kernel_init_freeable+0x120/0x1c0) [ 0.387908] [] (kernel_init_freeable+0x120/0x1c0) from [] (kernel_init+0xc/0x154) [ 0.387972] [] (kernel_init+0xc/0x154) from [] (ret_from_fork+0x14/0x2c) [ 0.388000] ---[ end trace 1b75b31a2719ed1e ]--- [ 0.389127] ------------[ cut here ]------------ [ 0.389183] WARNING: CPU: 0 PID: 1 at arch/arm/mach-omap2/omap_hwmod.c:2232 _enable+0x268/0x28c() [ 0.389211] omap_hwmod: l3_main: enabled state can only be entered from initialized, idle, or disabled state [ 0.389232] Modules linked in: [ 0.389274] CPU: 0 PID: 1 Comm: swapper Tainted: G W 3.12.10 #4 [ 0.389333] [] (unwind_backtrace+0x0/0xec) from [] (show_stack+0x10/0x14) [ 0.389385] [] (show_stack+0x10/0x14) from [] (warn_slowpath_common+0x70/0x88) [ 0.389435] [] (warn_slowpath_common+0x70/0x88) from [] (warn_slowpath_fmt+0x30/0x40) [ 0.389482] [] (warn_slowpath_fmt+0x30/0x40) from [] (_enable+0x268/0x28c) [ 0.389525] [] (_enable+0x268/0x28c) from [] (omap_hwmod_enable+0x28/0x48) [ 0.389571] [] (omap_hwmod_enable+0x28/0x48) from [] (omap_device_enable+0x3c/0x78) [ 0.389618] [] (omap_device_enable+0x3c/0x78) from [] (_omap_device_notifier_call+0x190/0x1b0) [ 0.389668] [] (_omap_device_notifier_call+0x190/0x1b0) from [] (notifier_call_chain+0x44/0x84) [ 0.389717] [] (notifier_call_chain+0x44/0x84) from [] (__blocking_notifier_call_chain+0x48/0x60) [ 0.389766] [] (__blocking_notifier_call_chain+0x48/0x60) from [] (blocking_notifier_call_chain+0x18/0x20) [ 0.389819] [] (blocking_notifier_call_chain+0x18/0x20) from [] (device_add+0x3ec/0x638) [ 0.389874] [] (device_add+0x3ec/0x638) from [] (of_platform_device_create_pdata+0x5c/0x78) [ 0.389926] [] (of_platform_device_create_pdata+0x5c/0x78) from [] (of_platform_bus_create+0xe4/0x168) [ 0.389976] [] (of_platform_bus_create+0xe4/0x168) from [] (of_platform_populate+0x5c/0xa0) [ 0.390022] [] (of_platform_populate+0x5c/0xa0) from [] (omap_generic_init+0x28/0x30) [ 0.390067] [] (omap_generic_init+0x28/0x30) from [] (customize_machine+0x20/0x40) [ 0.390110] [] (customize_machine+0x20/0x40) from [] (do_one_initcall+0xf8/0x158) [ 0.390163] [] (do_one_initcall+0xf8/0x158) from [] (kernel_init_freeable+0x120/0x1c0) [ 0.390212] [] (kernel_init_freeable+0x120/0x1c0) from [] (kernel_init+0xc/0x154) [ 0.390264] [] (kernel_init+0xc/0x154) from [] (ret_from_fork+0x14/0x2c) [ 0.390292] ---[ end trace 1b75b31a2719ed1f ]--- [ 0.392262] platform 49000000.edma: FIXME: clock-name 'fck' DOES NOT exist in dt! [ 0.398909] OMAP GPIO hardware version 0.1 [ 0.422776] ------------[ cut here ]------------ [ 0.422854] WARNING: CPU: 0 PID: 1 at arch/arm/mach-omap2/omap_hwmod.c:2232 _enable+0x268/0x28c() [ 0.422882] omap_hwmod: ocmcram: enabled state can only be entered from initialized, idle, or disabled state [ 0.422905] Modules linked in: [ 0.422953] CPU: 0 PID: 1 Comm: swapper Tainted: G W 3.12.10 #4 [ 0.423023] [] (unwind_backtrace+0x0/0xec) from [] (show_stack+0x10/0x14) [ 0.423085] [] (show_stack+0x10/0x14) from [] (warn_slowpath_common+0x70/0x88) [ 0.423136] [] (warn_slowpath_common+0x70/0x88) from [] (warn_slowpath_fmt+0x30/0x40) [ 0.423183] [] (warn_slowpath_fmt+0x30/0x40) from [] (_enable+0x268/0x28c) [ 0.423227] [] (_enable+0x268/0x28c) from [] (omap_hwmod_enable+0x28/0x48) [ 0.423274] [] (omap_hwmod_enable+0x28/0x48) from [] (omap_device_enable+0x3c/0x78) [ 0.423320] [] (omap_device_enable+0x3c/0x78) from [] (_omap_device_notifier_call+0x190/0x1b0) [ 0.423379] [] (_omap_device_notifier_call+0x190/0x1b0) from [] (notifier_call_chain+0x44/0x84) [ 0.423435] [] (notifier_call_chain+0x44/0x84) from [] (__blocking_notifier_call_chain+0x48/0x60) [ 0.423484] [] (__blocking_notifier_call_chain+0x48/0x60) from [] (blocking_notifier_call_chain+0x18/0x20) [ 0.423548] [] (blocking_notifier_call_chain+0x18/0x20) from [] (device_add+0x3ec/0x638) [ 0.423613] [] (device_add+0x3ec/0x638) from [] (of_platform_device_create_pdata+0x5c/0x78) [ 0.423666] [] (of_platform_device_create_pdata+0x5c/0x78) from [] (of_platform_bus_create+0xe4/0x168) [ 0.423716] [] (of_platform_bus_create+0xe4/0x168) from [] (of_platform_bus_create+0x140/0x168) [ 0.423766] [] (of_platform_bus_create+0x140/0x168) from [] (of_platform_populate+0x5c/0xa0) [ 0.423816] [] (of_platform_populate+0x5c/0xa0) from [] (omap_generic_init+0x28/0x30) [ 0.423862] [] (omap_generic_init+0x28/0x30) from [] (customize_machine+0x20/0x40) [ 0.423909] [] (customize_machine+0x20/0x40) from [] (do_one_initcall+0xf8/0x158) [ 0.423971] [] (do_one_initcall+0xf8/0x158) from [] (kernel_init_freeable+0x120/0x1c0) [ 0.424025] [] (kernel_init_freeable+0x120/0x1c0) from [] (kernel_init+0xc/0x154) [ 0.424086] [] (kernel_init+0xc/0x154) from [] (ret_from_fork+0x14/0x2c) [ 0.424112] ---[ end trace 1b75b31a2719ed20 ]--- [ 0.426606] platform 56000000.sgx: FIXME: clock-name 'fck' DOES NOT exist in dt! [ 0.430588] DSS not supported on this SoC [ 0.430626] No ATAGs? [ 0.430653] hw-breakpoint: debug architecture 0x4 unsupported. [ 0.459731] bio: create slab at 0 [ 0.485881] edma-dma-engine edma-dma-engine.0: TI EDMA DMA engine driver [ 0.488199] vmmcsd_fixed: 3300 mV [ 0.492097] SCSI subsystem initialized [ 0.493377] usbcore: registered new interface driver usbfs [ 0.493664] usbcore: registered new interface driver hub [ 0.494310] usbcore: registered new device driver usb [ 0.496078] omap_i2c 44e0b000.i2c: could not find pctldev for node /pinmux@44e10800/pinmux_i2c0_pins, deferring probe [ 0.496183] platform 44e0b000.i2c: Driver omap_i2c requests probe deferral [ 0.496656] pps_core: LinuxPPS API ver. 1 registered [ 0.496684] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.496824] PTP clock support registered [ 0.503314] Switched to clocksource timer1 [ 0.772118] NET: Registered protocol family 2 [ 0.777031] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.777503] TCP bind hash table entries: 2048 (order: 4, 73728 bytes) [ 0.779507] TCP: Hash tables configured (established 2048 bind 2048) [ 0.779918] TCP: reno registered [ 0.779987] UDP hash table entries: 256 (order: 2, 20480 bytes) [ 0.780540] UDP-Lite hash table entries: 256 (order: 2, 20480 bytes) [ 0.783241] NET: Registered protocol family 1 [ 0.787297] RPC: Registered named UNIX socket transport module. [ 0.787350] RPC: Registered udp transport module. [ 0.787378] RPC: Registered tcp transport module. [ 0.787405] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.790368] NetWinder Floating Point Emulator V0.97 (double precision) [ 0.791844] PM: Loading am335x-pm-firmware.bin [ 1.134427] VFS: Disk quotas dquot_6.5.2 [ 1.134638] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 1.139439] NFS: Registering the id_resolver key type [ 1.140436] Key type id_resolver registered [ 1.140484] Key type id_legacy registered [ 1.140870] msgmni has been set to 478 [ 1.148853] io scheduler noop registered [ 1.148906] io scheduler deadline registered [ 1.149029] io scheduler cfq registered (default) [ 1.155435] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568 [ 1.160987] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.171801] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 88, base_baud = 3000000) is a OMAP UART0 [ 2.802751] console [ttyO0] enabled [ 2.812750] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20 [ 2.849698] brd: module loaded [ 2.871481] loop: module loaded [ 2.880480] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.887553] ehci-omap: OMAP-EHCI Host Controller driver [ 2.894010] usbcore: registered new interface driver usb-storage [ 2.904145] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0 [ 2.911777] 44e3e000.rtc: already running [ 2.916626] i2c /dev entries driver [ 2.920471] Driver for 1-wire Dallas network protocol. [ 2.931458] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec [ 2.942852] edma-dma-engine edma-dma-engine.0: allocated channel for 0:25 [ 2.950292] edma-dma-engine edma-dma-engine.0: allocated channel for 0:24 [ 2.957735] omap_hsmmc 48060000.mmc: unable to get vmmc regulator -517 [ 2.965303] edma-dma-engine edma-dma-engine.0: freeing channel for 24 [ 2.972150] edma-dma-engine edma-dma-engine.0: freeing channel for 25 [ 2.979481] platform 48060000.mmc: Driver omap_hsmmc requests probe deferral [ 2.993167] ledtrig-cpu: registered to indicate activity on CPUs [ 3.000862] usbcore: registered new interface driver usbhid [ 3.006997] usbhid: USB HID core driver [ 3.014217] TCP: cubic registered [ 3.017755] Initializing XFRM netlink socket [ 3.022507] NET: Registered protocol family 17 [ 3.027507] NET: Registered protocol family 15 [ 3.033120] Key type dns_resolver registered [ 3.038809] cpu cpu0: cpu0 regulator not ready, retry [ 3.044363] platform cpufreq-cpu0.0: Driver cpufreq-cpu0 requests probe deferral [ 3.054264] ThumbEE CPU extension supported. [ 3.081918] DCDC1: at 1800 mV [ 3.088746] vdd_mpu: 925 <--> 1375 mV at 1125 mV [ 3.097011] vdd_core: 925 <--> 1150 mV at 1100 mV [ 3.105261] LDO1: at 1800 mV [ 3.111375] LDO2: at 3300 mV [ 3.117364] LDO3: 1800 <--> 3300 mV at 3300 mV [ 3.125619] LDO4: at 3300 mV [ 3.131468] tps65217 0-0024: TPS65217 ID 0xf version 1.2 [ 3.137548] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz [ 3.145775] edma-dma-engine edma-dma-engine.0: allocated channel for 0:25 [ 3.153045] edma-dma-engine edma-dma-engine.0: allocated channel for 0:24 [ 3.213110] cpufreq_cpu0: Bootloader freq 300000000Hz no match to table, Using 275000000Hz [ 3.283401] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6 [ 3.289915] davinci_mdio 4a101000.mdio: detected phy mask fffffffe [ 3.299463] libphy: 4a101000.mdio: probed [ 3.303980] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720 [ 3.315393] Detected MACID = 00:12:34:56:78:01 [ 3.322889] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 01:09:07 UTC (946688947) [ 3.332225] mmc0: host does not support reading read-only switch. assuming write-enable. [ 3.362004] mmc0: new high speed SDHC card at address e624 [ 3.368968] Waiting for root device /dev/mmcblk0p2... [ 3.377187] mmcblk0: mmc0:e624 SS16G 14.8 GiB [ 3.386576] mmcblk0: p1 p2 [ 3.569342] EXT3-fs (mmcblk0p2): warning: maximal mount count reached, running e2fsck is recommended [ 3.579893] kjournald starting. Commit interval 5 seconds [ 3.590040] EXT3-fs (mmcblk0p2): using internal journal [ 3.598050] EXT3-fs (mmcblk0p2): recovery complete [ 3.603164] EXT3-fs (mmcblk0p2): mounted filesystem with ordered data mode [ 3.610790] VFS: Mounted root (ext3 filesystem) on device 179:2. [ 3.623148] devtmpfs: mounted [ 3.627707] Freeing unused kernel memory: 332K (c067a000 - c06cd000) >> Mounting /proc : [SUCCESS] >> Re-mounting root FS for writable : [SUCCESS] >> Mounting ALL : [SUCCESS] Starting logging: start-stop-daemon: unable to stat /sbin/syslogd (No such file or directory) start-stop-daemon: unable to stat /sbin/klogd (No such file or directory) OK Starting mdev... mdev: /sys/class: No such file or directory Initializing random number generator... done. Starting network... Starting network : >> Do uDHCPc[ 5.040817] net eth0: initializing cpsw version 1.12 (0) [ 5.052417] net eth0: phy found : id is : 0x7c0f1 [ 8.124768] libphy: 4a101000.mdio:00 - Link is Up - 100/Full >> Got IP << 11.1.1.13 >> [SUCCESS] Starting telnet daemon : [SUCCESS] Starting http daemon : [SUCCESS] Starting Samba Server : Starting Samba daemons: nmbd smbd. [SUCCESS] Please press Enter to activate this console. rb-13:~ % rb-13:~ %