I used information from here 
<https://eewiki.net/display/linuxonarm/BeagleBoard>

Everything went smoothly. Network came up.  However, every 10 seconds I get
This message on the console.

omap_i2c 48060000.i2c: timeout waiting for bus ready

I do not know how to resolve this.  I need i2c, but does this mean
it is not working?  Is there something i2c needs that is not running?

Thank you for you time,

Durwin

===Console log===
U-Boot SPL 2015.07-dirty (Jul 29 2015 - 10:03:22)
SPL: Please implement spl_start_uboot() for your board
SPL: Direct Linux boot not active!
reading u-boot.img
reading u-boot.img

U-Boot 2015.07-dirty (Jul 29 2015 - 10:03:22 -0600)

OMAP36XX/37XX-GP ES1.2, CPU-OPP2, L3-200MHz, Max CPU Clock 1 Ghz
OMAP3 Beagle board + LPDDR/NAND
I2C:   ready
DRAM:  512 MiB
NAND:  0 MiB
MMC:   OMAP SD/MMC: 0
*** Warning - readenv() failed, using default environment

Beagle xM Rev C
No EEPROM on expansion board
No EEPROM on expansion board
Die ID #101000229ff80000016830c319017022
Net:   usb_ether
Error: usb_ether address not set.

Hit any key to stop autoboot:  0
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
Checking for: /uEnv.txt ...
Checking for: /boot/uEnv.txt ...
23 bytes read in 12 ms (1000 Bytes/s)
Loaded environment from /boot/uEnv.txt
Checking if uname_r is set in /boot/uEnv.txt...
Running uname_boot ...
loading /boot/vmlinuz-4.1.3-armv7-x2 ...
5305984 bytes read in 342 ms (14.8 MiB/s)
loading /boot/dtbs/4.1.3-armv7-x2/omap3-beagle-xm.dtb ...
107969 bytes read in 55 ms (1.9 MiB/s)
debug: [console=ttyO2,115200n8 root=/dev/mmcblk0p2 ro rootfstype=ext4 
rootwait fixrtc] ...
debug: [bootz 0x82000000 - 0x88000000] ...
Kernel image @ 0x82000000 [ 0x000000 - 0x50f680 ]
## Flattened Device Tree blob at 88000000
   Booting using the fdt blob at 0x88000000
   Using Device Tree in place at 88000000, end 8801d5c0

Starting kernel ...


[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.1.3-armv7-x2 (gcc version 4.9.3 20150113 
(prerelease) (Linaro GCC 4.9-2015.01-3) ) #1 SMP Wed Jul 29 10:17:06 MDT 
2015
[    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), 
cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing 
instruction cache
[    0.000000] Machine model: TI OMAP3 BeagleBoard xM
[    0.000000] cma: Reserved 16 MiB at 0x9e800000
[    0.000000] Memory policy: Data cache writeback
[    0.000000] CPU: All CPU(s) started in SVC mode.
[    0.000000] OMAP3630 ES1.2 (l2cache iva sgx neon isp 192mhz_clk )
[    0.000000] PERCPU: Embedded 13 pages/cpu @df9fe000 s22144 r8192 d22912 
u53248
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  
Total pages: 129664
[    0.000000] Kernel command line: console=ttyO2,115200n8 
root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait fixrtc
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 
bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 
bytes)
[    0.000000] Memory: 483256K/523264K available (11111K kernel code, 1122K 
rwdata, 3916K rodata, 904K init, 913K bss, 23624K reserved, 16384K 
cma-reserved, 0K highmem)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[    0.000000]     vmalloc : 0xe0800000 - 0xff000000   ( 488 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xe0000000   ( 512 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0eb50e0   (15029 kB)
[    0.000000]       .init : 0xc0eb6000 - 0xc0f98000   ( 904 kB)
[    0.000000]       .data : 0xc0f98000 - 0xc10b0b88   (1123 kB)
[    0.000000]        .bss : 0xc10b3000 - 0xc11974bc   ( 914 kB)
[    0.000000] Hierarchical RCU implementation.
[    0.000000]     RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000]     RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] IRQ: Found an INTC at 0xfa200000 (revision 4.0) with 96 
interrupts
[    0.000000] of_ti_dpll_setup: clock: omap3630-dpll-usb-clock-errata
[    0.000000] Clocking rate (Crystal/Core/MPU): 26.0/400/600 MHz
[    0.000000] clock: dpll5: dpll5_clk omap3630
[    0.000000] clock: dpll5: Applying SPRZ319E 2.1: 13000000, 443,   5,   8
[    0.000000] OMAP clockevent source: timer1 at 32768 Hz
[    0.000000] clocksource 32k_counter: mask: 0xffffffff max_cycles: 
0xffffffff, max_idle_ns: 58327039986419 ns
[    0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps 
every 65535999984741ns
[    0.000000] OMAP clocksource: 32k_counter at 32768 Hz
[    0.000488] Console: colour dummy device 80x30
[    0.000518] Calibrating delay loop... 597.60 BogoMIPS (lpj=2988032)
[    0.118225] pid_max: default: 32768 minimum: 301
[    0.118408] Security Framework initialized
[    0.118499] AppArmor: AppArmor disabled by boot time parameter
[    0.118499] Yama: becoming mindful.
[    0.118774] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.118804] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 
bytes)
[    0.119934] Initializing cgroup subsys blkio
[    0.119964] Initializing cgroup subsys memory
[    0.120025] Initializing cgroup subsys devices
[    0.120056] Initializing cgroup subsys freezer
[    0.120086] Initializing cgroup subsys net_cls
[    0.120117] Initializing cgroup subsys perf_event
[    0.120147] Initializing cgroup subsys net_prio
[    0.120208] CPU: Testing write buffer coherency: ok
[    0.120269] ftrace: allocating 36294 entries in 107 pages
[    0.259582] CPU0: thread -1, cpu 0, socket -1, mpidr 0
[    0.259735] Setting up static identity map for 0x80008280 - 0x80008318
[    0.266174] Brought up 1 CPUs
[    0.266204] SMP: Total of 1 processors activated (597.60 BogoMIPS).
[    0.266204] CPU: All CPU(s) started in SVC mode.
[    0.267150] devtmpfs: initialized
[    0.323028] VFP support v0.3: implementor 41 architecture 3 part 30 
variant c rev 3
[    0.354614] omap_hwmod: mcbsp2_sidetone using broken dt data from mcbsp
[    0.355529] omap_hwmod: mcbsp3_sidetone using broken dt data from mcbsp
[    0.429260] clocksource jiffies: mask: 0xffffffff max_cycles: 
0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.431060] xor: measuring software checksum speed
[    0.527313]    arm4regs  :   744.800 MB/sec
[    0.627105]    8regs     :   582.000 MB/sec
[    0.726898]    32regs    :   664.000 MB/sec
[    0.826690]    neon      :  1065.600 MB/sec
[    0.826690] xor: using function: neon (1065.600 MB/sec)
[    0.826965] pinctrl core: initialized pinctrl subsystem
[    0.828704] NET: Registered protocol family 16
[    0.832153] DMA: preallocated 256 KiB pool for atomic coherent 
allocations
[    0.840759] Reprogramming SDRC clock to 400000000 Hz
[    0.847930] omap_gpio 48310000.gpio: could not find pctldev for node 
/ocp/l4@48000000/scm@2000/pinmux@a00/pinmux_gpio1_pins, deferring probe
[    0.849182] OMAP GPIO hardware version 2.5
[    0.855255] irq: no irq domain found for 
/ocp/l4@48000000/scm@2000/pinmux@30 !
[    0.870361] omap-gpmc 6e000000.gpmc: GPMC revision 5.0
[    0.871978] platform 48058000.ssi-controller: Cannot lookup hwmod 'ssi'
[    0.876220] of_amba_device_create(): amba_device_add() failed (-19) for 
/etb@5401b000
[    0.876373] of_amba_device_create(): amba_device_add() failed (-19) for 
/etm@54010000
[    0.880035] No ATAGs?
[    0.880065] hw-breakpoint: debug architecture 0x4 unsupported.
[    0.882415] OMAP DMA hardware revision 5.0
[    0.884368] Serial: AMBA PL011 UART driver
[    1.066223] raid6: int32x1  gen()   138 MB/s
[    1.235992] raid6: int32x1  xor()   103 MB/s
[    1.405792] raid6: int32x2  gen()   174 MB/s
[    1.575317] raid6: int32x2  xor()   115 MB/s
[    1.745086] raid6: int32x4  gen()   176 MB/s
[    1.914459] raid6: int32x4  xor()   117 MB/s
[    2.084136] raid6: int32x8  gen()   161 MB/s
[    2.253814] raid6: int32x8  xor()   104 MB/s
[    2.423400] raid6: neonx1   gen()   873 MB/s
[    2.593048] raid6: neonx2   gen()  1160 MB/s
[    2.762695] raid6: neonx4   gen()  1185 MB/s
[    2.932342] raid6: neonx8   gen()   737 MB/s
[    2.932342] raid6: using algorithm neonx4 gen() 1185 MB/s
[    2.932342] raid6: using intx1 recovery algorithm
[    2.960479] omap-dma-engine 48056000.dma-controller: OMAP DMA engine 
driver
[    2.969390] omap-iommu 480bd400.mmu: 480bd400.mmu registered
[    2.970764] SCSI subsystem initialized
[    2.971740] usbcore: registered new interface driver usbfs
[    2.971862] usbcore: registered new interface driver hub
[    2.971984] usbcore: registered new device driver usb
[    2.976043] omap_i2c 48070000.i2c: bus 0 rev4.4 at 2600 kHz
[    2.976928] omap_i2c 48072000.i2c: bus 1 rev4.4 at 400 kHz
[    2.977722] omap_i2c 48060000.i2c: bus 2 rev4.4 at 100 kHz
[    2.978485] media: Linux media interface: v0.10
[    2.978607] Linux video capture interface: v2.00
[    2.978759] pps_core: LinuxPPS API ver. 1 registered
[    2.978759] pps_core: Software ver. 5.3.6 - Copyright 2005-2007
[    2.978820] PTP clock support registered
[    2.979797] omap-mailbox 48094000.mailbox: omap mailbox rev 0x40
[    2.981750] NetLabel: Initializing
[    2.981781] NetLabel:  domain hash size = 128
[    2.981781] NetLabel:  protocols = UNLABELED CIPSOv4
[    2.981872] NetLabel:  unlabeled traffic allowed by default
[    2.982788] Switched to clocksource 32k_counter
[    3.136108] NET: Registered protocol family 2
[    3.137298] TCP established hash table entries: 4096 (order: 2, 16384 
bytes)
[    3.137390] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[    3.137481] TCP: Hash tables configured (established 4096 bind 4096)
[    3.137573] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    3.137603] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    3.137908] NET: Registered protocol family 1
[    3.138580] RPC: Registered named UNIX socket transport module.
[    3.138610] RPC: Registered udp transport module.
[    3.138610] RPC: Registered tcp transport module.
[    3.138610] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    3.141723] CPU PMU: Failed to parse /pmu/interrupt-affinity[0]
[    3.141815] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 
counters available
[    3.147430] futex hash table entries: 256 (order: 2, 16384 bytes)
[    3.147583] audit: initializing netlink subsys (disabled)
[    3.147674] audit: type=2000 audit(3.060:1): initialized
[    3.149505] zpool: loaded
[    3.149536] zbud: loaded
[    3.149993] VFS: Disk quotas dquot_6.6.0
[    3.150115] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 
bytes)
[    3.151062] NFS: Registering the id_resolver key type
[    3.151153] Key type id_resolver registered
[    3.151153] Key type id_legacy registered
[    3.151214] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    3.151641] fuse init (API version 7.23)
[    3.152038] SGI XFS with ACLs, security attributes, realtime, no debug 
enabled
[    3.155517] Block layer SCSI generic (bsg) driver version 0.4 loaded 
(major 249)
[    3.155822] io scheduler noop registered
[    3.155822] io scheduler deadline registered
[    3.155883] io scheduler cfq registered (default)
[    3.159240] pinctrl-single 48002030.pinmux: 284 pins at pa fa002030 size 
568
[    3.159606] pinctrl-single 48002a00.pinmux: 46 pins at pa fa002a00 size 
92
[    3.160491] pinctrl-single 480025a0.pinmux: 46 pins at pa fa0025a0 size 
92
[    3.166107] 48050000.dss supply vdda_video not found, using dummy 
regulator
[    3.166229] OMAP DSS rev 2.0
[    3.169128] ERROR: Bad of_node_put() on /ocp/dss@48050000/port
[    3.169158] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.1.3-armv7-x2 #1
[    3.169189] Hardware name: Generic OMAP36xx (Flattened Device Tree)
[    3.169219] [<c0019910>] (unwind_backtrace) from [<c0014974>] 
(show_stack+0x20/0x24)
[    3.169250] [<c0014974>] (show_stack) from [<c0a08f40>] 
(dump_stack+0x90/0xa0)
[    3.169281] [<c0a08f40>] (dump_stack) from [<c087d6e8>] 
(of_node_release+0xa0/0xa4)
[    3.169311] [<c087d6e8>] (of_node_release) from [<c050c21c>] 
(kobject_release+0x9c/0x1bc)
[    3.169342] [<c050c21c>] (kobject_release) from [<c050c390>] 
(kobject_put+0x54/0x80)
[    3.169372] [<c050c390>] (kobject_put) from [<c087cbfc>] 
(of_node_put+0x24/0x28)
[    3.169403] [<c087cbfc>] (of_node_put) from [<c0589e88>] 
(omapdss_of_find_source_for_first_ep+0x60/0x88)
[    3.169433] [<c0589e88>] (omapdss_of_find_source_for_first_ep) from 
[<c05998c0>] (tfp410_probe+0x154/0x1d4)
[    3.169464] [<c05998c0>] (tfp410_probe) from [<c067612c>] 
(platform_drv_probe+0x54/0xb4)
[    3.169494] [<c067612c>] (platform_drv_probe) from [<c06740b4>] 
(driver_probe_device+0x20c/0x440)
[    3.169525] [<c06740b4>] (driver_probe_device) from [<c06743d8>] 
(__driver_attach+0x9c/0xa0)
[    3.169525] [<c06743d8>] (__driver_attach) from [<c0671f84>] 
(bus_for_each_dev+0x78/0xac)
[    3.169555] [<c0671f84>] (bus_for_each_dev) from [<c0673980>] 
(driver_attach+0x2c/0x30)
[    3.169586] [<c0673980>] (driver_attach) from [<c0673578>] 
(bus_add_driver+0x170/0x22c)
[    3.169616] [<c0673578>] (bus_add_driver) from [<c0674c14>] 
(driver_register+0x88/0x108)
[    3.169616] [<c0674c14>] (driver_register) from [<c0676058>] 
(__platform_driver_register+0x64/0x6c)
[    3.169647] [<c0676058>] (__platform_driver_register) from [<c0f134d4>] 
(tfp410_driver_init+0x1c/0x20)
[    3.169677] [<c0f134d4>] (tfp410_driver_init) from [<c000994c>] 
(do_one_initcall+0xe8/0x224)
[    3.169708] [<c000994c>] (do_one_initcall) from [<c0eb6f6c>] 
(kernel_init_freeable+0x1e0/0x284)
[    3.169738] [<c0eb6f6c>] (kernel_init_freeable) from [<c0a049b8>] 
(kernel_init+0x1c/0xf8)
[    3.169769] [<c0a049b8>] (kernel_init) from [<c0010908>] 
(ret_from_fork+0x14/0x2c)
[    3.176940] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled
[    3.180633] Serial: AMBA driver
[    3.182189] omap_uart 4806a000.serial: no wakeirq for uart0
[    3.182464] 4806a000.serial: ttyO0 at MMIO 0x4806a000 (irq = 88, 
base_baud = 3000000) is a OMAP UART0
[    3.183593] omap_uart 4806c000.serial: no wakeirq for uart1
[    3.183837] 4806c000.serial: ttyO1 at MMIO 0x4806c000 (irq = 89, 
base_baud = 3000000) is a OMAP UART1
[    3.184906] 49020000.serial: ttyO2 at MMIO 0x49020000 (irq = 90, 
base_baud = 3000000) is a OMAP UART2
[    4.372344] console [ttyO2] enabled
[    4.377136] omap_uart 49042000.serial: no wakeirq for uart3
[    4.383300] 49042000.serial: ttyO3 at MMIO 0x49042000 (irq = 96, 
base_baud = 3000000) is a OMAP UART3
[    4.395111] [drm] Initialized drm 1.1.0 20060810
[    4.400054] usbcore: registered new interface driver udl
[    4.405761] Error: Driver 'tfp410' is already registered, aborting...
[    4.438232] twl 0-0048: PIH (irq 23) chaining IRQs 307..315
[    4.444244] twl 0-0048: power (irq 312) chaining IRQs 315..322
[    4.482635] twl4030_gpio twl4030-gpio: gpio (irq 307) chaining IRQs 
323..340
[    4.497772] twl4030_usb 48070000.i2c:twl@48:twl4030-usb: Initialized 
TWL4030 USB module
[    4.512237] usbcore: registered new interface driver dln2
[    4.527435] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    4.534393] ehci-platform: EHCI generic platform driver
[    4.540344] ehci-omap: OMAP-EHCI Host Controller driver
[    4.546447] ehci-omap 48064800.ehci: Can't get PHY device for port 1: 
-517
[    4.553863] tegra-ehci: Tegra EHCI driver
[    4.561767] musb-hdrc musb-hdrc.0.auto: MUSB HDRC host driver
[    4.568267] musb-hdrc musb-hdrc.0.auto: new USB bus registered, assigned 
bus number 1
[    4.576812] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    4.583953] usb usb1: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    4.591491] usb usb1: Product: MUSB HDRC host driver
[    4.596710] usb usb1: Manufacturer: Linux 4.1.3-armv7-x2 musb-hcd
[    4.603118] usb usb1: SerialNumber: musb-hdrc.0.auto
[    4.609466] hub 1-0:1.0: USB hub found
[    4.613555] hub 1-0:1.0: 1 port detected
[    4.622711] using random self ethernet address
[    4.627502] using random host ethernet address
[    4.633331] usb0: HOST MAC 3a:9f:f0:47:0f:ec
[    4.637908] usb0: MAC 66:aa:19:3d:13:0f
[    4.641967] using random self ethernet address
[    4.646667] using random host ethernet address
[    4.651397] g_ether gadget: Ethernet Gadget, version: Memorial Day 2008
[    4.658355] g_ether gadget: g_ether ready
[    4.663421] mousedev: PS/2 mouse device common for all mice
[    4.671844] input: twl4030_pwrbutton as 
/devices/platform/68000000.ocp/48070000.i2c/i2c-0/0-0048/48070000.i2c:twl@48:pwrbutton/input/input0
[    4.689849] twl_rtc 48070000.i2c:twl@48:rtc: Power up reset detected.
[    4.697021] twl_rtc 48070000.i2c:twl@48:rtc: Enabling TWL-RTC
[    4.705444] twl_rtc 48070000.i2c:twl@48:rtc: rtc core: registered 
48070000.i2c:twl@48 as rtc0
[    4.716125] i2c /dev entries driver
[    4.726989] omap_wdt: OMAP Watchdog Timer Rev 0x31: initial timeout 60 
sec
[    4.737182] sdhci: Secure Digital Host Controller Interface driver
[    4.743743] sdhci: Copyright(c) Pierre Ossman
[    4.794281] sdhci-pltfm: SDHCI platform and OF driver helper
[    4.802459] ledtrig-cpu: registered to indicate activity on CPUs
[    4.809112] hidraw: raw HID events driver (C) Jiri Kosina
[    4.819671] usbcore: registered new interface driver usbhid
[    4.825561] usbhid: USB HID core driver
[    4.829986] ashmem: initialized
[    4.844421] oprofile: using arm/armv7
[    4.848785] NET: Registered protocol family 10
[    4.855072] mip6: Mobile IPv6
[    4.858215] NET: Registered protocol family 17
[    4.863189] Key type dns_resolver registered
[    4.867706] mpls_gso: MPLS GSO support
[    4.872070] omap2_set_init_voltage: unable to find boot up OPP for 
vdd_mpu_iva
[    4.879669] omap2_set_init_voltage: unable to set vdd_mpu_iva
[    4.885772] omap2_set_init_voltage: unable to find boot up OPP for 
vdd_core
[    4.893096] omap2_set_init_voltage: unable to set vdd_core
[    4.902801] ThumbEE CPU extension supported.
[    4.907440] Registering SWP/SWPB emulation handler
[    4.912475] SmartReflex Class3 initialized
[    4.918060] registered taskstats version 1
[    4.923614] Btrfs loaded
[    4.928405] Key type encrypted registered
[    4.933868] 48050000.dss supply vdds_dsi not found, using dummy regulator
[    4.942047] omapdrm omapdrm.0: DMM not available, disable DMM support
[    4.950042] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    4.957092] [drm] No driver support for vblank timestamp query.
[    5.014465] mmc0: host does not support reading read-only switch, 
assuming write-enable
[    5.026306] mmc0: new high speed SDHC card at address e624
[    5.032775] mmcblk0: mmc0:e624 SE32G 29.7 GiB 
[    5.047241]  mmcblk0: p1 p2
[    5.983245] omap_i2c 48060000.i2c: timeout waiting for bus ready
[    5.989532] omapdrm omapdrm.0: No connectors reported connected with 
modes
[    5.996765] [drm] Cannot find any crtc or sizes - going 1024x768
[    6.019500] Console: switching to colour frame buffer device 128x48
[    6.037292] omapdrm omapdrm.0: fb0: omapdrm frame buffer device
[    6.043518] omapdrm omapdrm.0: registered panic notifier
[    6.049072] [drm] Initialized omapdrm 1.0.0 20110917 on minor 0
[    6.153778] ehci-omap 48064800.ehci: EHCI Host Controller
[    6.159820] ehci-omap 48064800.ehci: new USB bus registered, assigned 
bus number 2
[    6.168243] ehci-omap 48064800.ehci: irq 93, io mem 0x48064800
[    6.193267] ehci-omap 48064800.ehci: USB 2.0 started, EHCI 1.00
[    6.199798] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    6.206970] usb usb2: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    6.214538] usb usb2: Product: EHCI Host Controller
[    6.219635] usb usb2: Manufacturer: Linux 4.1.3-armv7-x2 ehci_hcd
[    6.226013] usb usb2: SerialNumber: 48064800.ehci
[    6.231903] hub 2-0:1.0: USB hub found
[    6.235992] hub 2-0:1.0: 3 ports detected
[    6.243041] input: gpio_keys as /devices/platform/gpio_keys/input/input1
[    6.251251] twl_rtc 48070000.i2c:twl@48:rtc: setting system clock to 
2000-01-01 00:00:01 UTC (946684801)
[    6.261260] sr_init: No PMIC hook to init smartreflex
[    6.266906] smartreflex smartreflex.0: omap_sr_probe: SmartReflex driver 
initialized
[    6.275360] smartreflex smartreflex.1: omap_sr_probe: SmartReflex driver 
initialized
[    6.283660] of_cfs_init
[    6.286254] of_cfs_init: OK
[    6.304687] VPLL2: disabling
[    6.308776] VMMC2: disabling
[    6.313018] VDAC: disabling
[    6.317657] VAUX3: disabling
[    6.327362] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly 
filesystem
[    6.335083] EXT4-fs (mmcblk0p2): write access will be enabled during 
recovery
[    6.505157] EXT4-fs (mmcblk0p2): recovery complete
[    6.513977] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data 
mode. Opts: (null)
[    6.522521] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[    6.533782] devtmpfs: mounted
[    6.538330] Freeing unused kernel memory: 904K (c0eb6000 - c0f98000)
[    6.553314] usb 2-2: new high-speed USB device number 2 using ehci-omap
[    6.704162] usb 2-2: New USB device found, idVendor=0424, idProduct=9514
[    6.711242] usb 2-2: New USB device strings: Mfr=0, Product=0, 
SerialNumber=0
[    6.720977] hub 2-2:1.0: USB hub found
[    6.725616] hub 2-2:1.0: 5 ports detected
[    6.800109] random: systemd urandom read with 35 bits of entropy 
available
[    6.811798] systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT 
+SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR)
[    6.826385] systemd[1]: Detected architecture 'arm'.

Welcome to  [1mDebian GNU/Linux 8 (jessie) [0m!

[    6.875427] systemd[1]: Set hostname to <arm>.
[    7.013397] usb 2-2.1: new high-speed USB device number 3 using ehci-omap
[    7.133514] usb 2-2.1: New USB device found, idVendor=0424, 
idProduct=ec00
[    7.140747] usb 2-2.1: New USB device strings: Mfr=0, Product=0, 
SerialNumber=0
[    7.317718] systemd[1]: Cannot add dependency job for unit 
display-manager.service, ignoring: Unit display-manager.service failed to 
load: No such file or directory.
[    7.336486] systemd[1]: Starting Forward Password Requests to Wall 
Directory Watch.
[    7.345184] systemd[1]: Started Forward Password Requests to Wall 
Directory Watch.
[    7.353363] systemd[1]: Expecting device dev-ttyO2.device...
         Expecting device dev-ttyO2.device...
[    7.373443] systemd[1]: Starting Remote File Systems (Pre).
[ [32m  OK   [0m] Reached target Remote File Systems (Pre).
[    7.393341] systemd[1]: Reached target Remote File Systems (Pre).
[    7.399902] systemd[1]: Starting Dispatch Password Requests to Console 
Directory Watch.
[    7.408752] systemd[1]: Started Dispatch Password Requests to Console 
Directory Watch.
[    7.417266] systemd[1]: Starting Paths.
[ [32m  OK   [0m] Reached target Paths.
[    7.433380] systemd[1]: Reached target Paths.
[    7.438018] systemd[1]: Starting Encrypted Volumes.
[ [32m  OK   [0m] Reached target Encrypted Volumes.
[    7.463348] systemd[1]: Reached target Encrypted Volumes.
[    7.469238] systemd[1]: Starting Arbitrary Executable File Formats File 
System Automount Point.
[ [32m  OK   [0m] Set up automount Arbitrary Executable File Formats 
F...utomount Point.
[    7.503387] systemd[1]: Set up automount Arbitrary Executable File 
Formats File System Automount Point.
[    7.513427] systemd[1]: Starting Swap.
[ [32m  OK   [0m] Reached target Swap.
[    7.533355] systemd[1]: Reached target Swap.
[    7.537933] systemd[1]: Expecting device dev-mmcblk0p1.device...
         Expecting device dev-mmcblk0p1.device...
[    7.563385] systemd[1]: Starting Root Slice.
[ [32m  OK   [0m] Created slice Root Slice.
[    7.583374] systemd[1]: Created slice Root Slice.
[    7.588409] systemd[1]: Starting User and Session Slice.
[ [32m  OK   [0m] Created slice User and Session Slice.
[    7.613403] systemd[1]: Created slice User and Session Slice.
[    7.619537] systemd[1]: Starting Delayed Shutdown Socket.
[ [32m  OK   [0m] Listening on Delayed Shutdown Socket.
[    7.643371] systemd[1]: Listening on Delayed Shutdown Socket.
[    7.649475] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[ [32m  OK   [0m] Listening on /dev/initctl Compatibility Named Pipe.
[    7.673339] systemd[1]: Listening on /dev/initctl Compatibility Named 
Pipe.
[    7.680725] systemd[1]: Starting Journal Socket (/dev/log).
[ [32m  OK   [0m] Listening on Journal Socket (/dev/log).
[    7.703369] systemd[1]: Listening on Journal Socket (/dev/log).
[    7.709686] systemd[1]: Starting udev Control Socket.
[ [32m  OK   [0m] Listening on udev Control Socket.
[    7.733367] systemd[1]: Listening on udev Control Socket.
[    7.739166] systemd[1]: Starting udev Kernel Socket.
[ [32m  OK   [0m] Listening on udev Kernel Socket.
[    7.763366] systemd[1]: Listening on udev Kernel Socket.
[    7.769073] systemd[1]: Starting Journal Socket.
[ [32m  OK   [0m] Listening on Journal Socket.
[    7.793365] systemd[1]: Listening on Journal Socket.
[    7.798767] systemd[1]: Starting System Slice.
[ [32m  OK   [0m] Created slice System Slice.
[    7.823425] systemd[1]: Created slice System Slice.
[    7.828765] systemd[1]: Starting File System Check on Root Device...
         Starting File System Check on Root Device...
[    7.856781] systemd[1]: Starting system-systemd\x2dfsck.slice.
[ [32m  OK   [0m] Created slice system-systemd\x2dfsck.slice.
[    7.893493] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    7.900207] systemd[1]: Starting system-getty.slice.
[ [32m  OK   [0m] Created slice system-getty.slice[    7.908508] 
systemd[1]: Created slice system-getty.slice.
.
[    7.918518] systemd[1]: Starting system-serial\x2dgetty.slice.
[ [32m  OK   [0m] Created slice system-serial\x2dg[    7.926055] 
systemd[1]: Created slice system-serial\x2dgetty.slice.
etty.slice.
[    7.937866] systemd[1]: Starting Increase datagram queue length...
         Starting Increase datagram queue length...
[    7.953735] systemd[1]: Mounted Huge Pages File System.
[    7.959838] systemd[1]: Mounting Debug File System...
         Mounting Debug File System...
[    7.987915] systemd[1]: Starting Create list of required static device 
nodes for the current kernel...
         Starting Create list of required static device nodes...rrent 
kernel...
[    8.030334] systemd[1]: Starting Load Kernel Modules...
         Starting Load Kernel Modules...
[    8.050140] systemd[1]: Started Set Up Additional Binary Formats.
[    8.083404] systemd[1]: Starting udev Coldplug all Devices...
         Starting udev Coldplug all Devices...
[    8.098297] systemd[1]: Mounting POSIX Message Queue File System...
         Mounting POSIX Message Queue File System...
[    8.147552] systemd[1]: Starting Slices.
[ [32m  OK   [0m] Reached target Slices.[    8.163391] systemd[1]: Reached 
target Slices.

[ [32m  OK   [0m] Mounted POSIX Message Queue File System.
[    8.213073] systemd[1]: Mounted POSIX Message Queue File System.
[ [32m  OK   [0m] Mounted Debug File System.[    8.236389] systemd[1]: 
Mounted Debug File System.

[ [32m  OK   [0m] Started Increase datagram queue [    8.272003] 
systemd[1]: Started Increase datagram queue length.
length.
[ [32m  OK   [0m] Started Create list of required [    8.306243] 
systemd[1]: Started Create list of required static device nodes for the 
current kernel.
static device nodes ...current kernel.
[ [32m  OK   [0m] Started File System Check on Root Device.
[    8.373443] systemd[1]: Started File System Check on Root Device.
[ [32m  OK   [0m] Started Load Kernel Modules.
[    8.393432] systemd[1]: Started Load Kernel Modules.
[ [32m  OK   [0m] Started udev Coldplug all Devices.
[    8.623535] systemd[1]: Started udev Coldplug all Devices.
[    8.659332] systemd[1]: Starting Apply Kernel Variables...
         Starting Apply Kernel Variables...
[    8.687713] systemd[1]: Mounting Configuration File System...
         Mounting Configuration File System...
[    8.716583] systemd[1]: Mounting FUSE Control File System...
         Mounting FUSE Control File System...
[    8.756866] systemd[1]: Starting Remount Root and Kernel File Systems...
         Starting Remount Root and Kernel File Systems...
[    8.797424] systemd[1]: Starting Create Static Device Nodes in /dev...
         Starting Create Static Device Nodes in /dev...
[    8.827087] systemd[1]: Starting Syslog Socket.
[ [32m  OK   [0m] Listening on Syslog Socket.
[    8.848144] systemd[1]: Listening on Syslog Socket.
[    8.853515] EXT4-fs (mmcblk0p2): re-mounted. Opts: errors=remount-ro
[    8.862182] systemd[1]: Starting Journal Service...
         Starting Journal Service...
[ [32m  OK   [0m] Started Journal Service.
[    8.913482] systemd[1]: Started Journal Service.
[ [32m  OK   [0m] Mounted FUSE Control File System.
[ [32m  OK   [0m] Mounted Configuration File System.
[ [32m  OK   [0m] Started Apply Kernel Variables.
[ [32m  OK   [0m] Started Remount Root and Kernel File Systems.
[ [32m  OK   [0m] Started Create Static Device Nodes in /dev.
         Starting udev Kernel Device Manager...
[    9.126217] systemd-fsck[80]: rootfs: clean, 25296/1949696 files, 
286335/7788416 blocks
         Starting Load/Save Random Seed...
[ [32m  OK   [0m] Reached target Local File System[    9.259704] 
systemd-udevd[112]: starting version 215
s (Pre).
[ [32m  OK   [0m] Started udev Kernel Device Manager.
[ [32m  OK   [0m] Started Load/Save Random Seed.
         Starting Copy rules generated while the root was ro...
         Starting LSB: Tune IDE hard disks...
[ [32m  OK   [0m] Started Copy rules generated while the root was ro.
[ [32m  OK   [0m] Started LSB: Tune IDE hard disks.
[   10.022094] omap_ssi 48058000.ssi-controller: _od_fail_runtime_resume: 
FIXME: missing hwmod/omap_dev info
[   10.032257]  ssi0: runtime PM failed -19
[   10.339172] twl4030_keypad 48070000.i2c:twl@48:keypad: OF: linux,keymap 
property not defined in /ocp/i2c@48070000/twl@48/keypad
[   10.351348] twl4030_keypad 48070000.i2c:twl@48:keypad: Failed to build 
keymap
[   10.539276] twl4030_keypad: probe of 48070000.i2c:twl@48:keypad failed 
with error -2
[   10.550567] twl4030_madc 48070000.i2c:twl@48:madc: clk disabled, enabling
[   10.689453] Driver for 1-wire Dallas network protocol.
[   10.788330] omap_hdq 480b2000.1w: OMAP HDQ Hardware Rev 0.5. Driver in 
Interrupt mode
[ [32m  OK   [0m] Found device /dev/mmcblk0p1.
         Starting File System Check on /dev/mmcblk0p1...
[ [32m  OK   [0m] Found device /dev/ttyO2.
[   10.949642] systemd-fsck[148]: fsck.fat 3.0.27 (2014-11-12)
[   10.951870] systemd-fsck[148]: 0x25: Dirty bit is set. Fs was not 
properly unmounted and some data may be corrupt.
[   10.953457] systemd-fsck[148]: Automatically removing dirty bit.
[   10.954921] systemd-fsck[148]: Performing changes.
[   10.956386] systemd-fsck[148]: /dev/mmcblk0p1: 3 files, 229/6123 clusters
[ [32m  OK   [0m] Started File System Check on /dev/mmcblk0p1.
[   11.130432] omap-aes 480c5000.aes: OMAP AES hw accel rev: 2.6
         Mounting /boot/uboot...
[ [32m  OK   [0m] Mounted /boot/uboot.
[ [32m  OK   [0m] Reached target Local File Systems.
         Starting Create Volatile Files and Directories...
[ [32m  OK   [0m] Reached target Remote File Systems.
         Starting Trigger Flushing of Journal to Persistent Storage...
[   11.429595] omap-twl4030 sound: twl4030-hifi <-> 49022000.mcbsp mapping 
ok
         Starting LSB: Raise network interfaces....
[ [32m  OK   [0m] Started Create Volatile Files and Directories.
[   11.575561] systemd-journald[110]: Received request to flush runtime 
journal from PID 1
[ [32m  OK   [0m] Started Trigger Flushing of Journal to Persistent Storage.
         Starting Network Time Synchronization...
[   11.717041] smsc95xx v1.0.4
         Starting Update UTMP about System Boot/Shutdown...
[ [32m  OK   [0m] Started Update UTMP about System Boot/Shutdown.
[   11.851837] random: nonblocking pool is initialized
[   11.895202] smsc95xx 2-2.1:1.0 eth0: register 'smsc95xx' at 
usb-48064800.ehci-2.1, smsc95xx USB 2.0 Ethernet, c2:50:9c:40:cc:aa
[ [32m  OK   [0m] Started Network Time Synchronization.
[ [32m  OK   [0m] Reached target System Time Synchronized.
[   11.995391] usbcore: registered new interface driver smsc95xx
[ [32m  OK   [0m] Reached target Sound Card.
[   12.682220] smsc95xx 2-2.1:1.0 eth0: hardware isn't capable of remote 
wakeup
[   12.689941] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   14.174072] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   14.182769] smsc95xx 2-2.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 
0x45E1
[   17.093231] omap_i2c 48060000.i2c: timeout waiting for bus ready
[ [0m [31m*      [0m] A start job is running for LSB: Raise network 
interf...10s / no limit)
 [K[ [1;31m* [0m [31m*     [0m] A start job is running for LSB: Raise 
network interf...10s / no limit)[   18.123229] omap_i2c 48060000.i2c: 
timeout waiting for bus ready

 [K[ [31m* [1;31m* [0m [31m*    [0m] A start job is running for LSB: Raise 
network interf...11s / no limit)
 [K[ [32m  OK   [0m] Started LSB: Raise network interfaces..
[ [32m  OK   [0m] Reached target Network.
[ [32m  OK   [0m] Reached target Network is Online.
[ [32m  OK   [0m] Reached target System Initialization.
[ [32m  OK   [0m] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[ [32m  OK   [0m] Listening on D-Bus System Message Bus Socket.
[ [32m  OK   [0m] Reached target Sockets.
[ [32m  OK   [0m] Reached target Timers.
[ [32m  OK   [0m] Reached target Basic System.
         Starting Cape Manager Service...
         Starting Regular background program processing daemon...
[ [32m  OK   [0m] Started Regular background program processing daemon.
         Starting OpenBSD Secure Shell server...
[ [32m  OK   [0m] Started OpenBSD Secure Shell server.
         Starting Restore /etc/resolv.conf if the system cras...s shut 
down....
         Starting /etc/rc.local Compatibility...
         Starting Login Service...
         Starting LSB: Start busybox udhcpd at boot time...
         Starting LSB: Load kernel modules needed to enable cpufreq 
scaling...
         Starting LSB: Apache2 web server...
         Starting LSB: Advanced IEEE 802.11 management daemon...
         Starting Avahi mDNS/DNS-SD Stack...
         Starting D-Bus System Message Bus...
[ [32m  OK   [0m] Started D-Bus System Message Bus.
[ [32m  OK   [0m] Started Avahi mDNS/DNS-SD Stack.
         Starting System Logging Service...
         Starting Permit User Sessions...
[ [32m  OK   [0m] Started Cape Manager Service.
[ [32m  OK   [0m] Started Restore /etc/resolv.conf if the system 
crash...was shut down..
[ [32m  OK   [0m] Started /etc/rc.local Compatibility.
[ [32m  OK   [0m] Started LSB: Start busybox udhcpd at boot time.
[ [32m  OK   [0m] Started LSB: Load kernel modules needed to enable cpufreq 
scaling.
[ [32m  OK   [0m] Started LSB: Advanced IEEE 802.11 management daemon.
[ [32m  OK   [0m] Started Permit User Sessions.
[ [32m  OK   [0m] Started System Logging Service.
[ [32m  OK   [0m] Started Login Service.
         Starting LSB: set CPUFreq kernel parameters...
         Starting Getty on tty1...
[ [32m  OK   [0m] Started Getty on tty1.
         Starting Serial Getty on ttyO2...
[ [32m  OK   [0m] Started Serial Getty on ttyO2.
[ [32m  OK   [0m] Reached target Login Prompts.
[ [32m  OK   [0m] Started LSB: set CPUFreq kernel parameters.
[ [32m  OK   [0m] Started LSB: Apache2 web server.
[ [32m  OK   [0m] Reached target Multi-User System.
[ [32m  OK   [0m] Reached target Graphical Interface.
         Starting Update UTMP about System Runlevel Changes...
[ [32m  OK   [0m] Started Update UTMP about System Runlevel Changes.


Debian GNU/Linux 8 arm ttyO2

default username:password is [debian:temppwd]

arm login: 

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to