>From the serial console, have you tried looking at the dmesg log for any clues? I've included my BBW dmesg as reference. At around 6.7 seconds, you can see the init of 'gadget' in my dmesg log. Is yours starting? How about rndis?
You can also see if services are running by typing the following in the console: systemctl look for cloud9, connman, gateone. Are they active and running? Another option is to get a more detailed dmesg log by running this: journalctl look for any errors.... Louis On Friday, September 20, 2013 2:31:34 PM UTC-5, Raphael Titsworth-Morin wrote: > Hi Gerald, > > I don't know which one I was using last night when I posted, but I > re-imaged and am now using: > Angstrom-Cloud9-IDE-GNOME-eglibc-ipk-v2012.12-beaglebone-2013.06.20.img > > Just to clarify (in case it matters), I am using a BeagleBone and not a > BeagleBone Black. > > Since I re-imaged, all I can do is connect with Putty over serial. I > cannot even load Cloud9 anymore. > > I feel like the virtual ethernet over usb is no longer working. Here is > what I get from ifconfig: > > root@beaglebone:~# ifconfig > eth0 Link encap:Ethernet HWaddr 00:18:31:8F:47:B8 > UP BROADCAST MULTICAST MTU:1500 Metric:1 > RX packets:0 errors:0 dropped:0 overruns:0 frame:0 > TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:1000 > RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) > Interrupt:56 > > lo Link encap:Local Loopback > inet addr:127.0.0.1 Mask:255.0.0.0 > inet6 addr: ::1/128 Scope:Host > UP LOOPBACK RUNNING MTU:65536 Metric:1 > RX packets:0 errors:0 dropped:0 overruns:0 frame:0 > TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:0 > RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) > > > Thanks for the help! > > On Friday, September 20, 2013 9:10:30 AM UTC-4, Gerald wrote: >> >> What version of the BeagleBone Black image are you using? >> >> Gerald >> >> >> >> On Fri, Sep 20, 2013 at 1:55 AM, <[email protected]> wrote: >> >>> Hi there! >>> >>> I just started playing with a BeagleBone I've had lying around for a >>> little while. >>> >>> I have some (not much) experience with linux, but mainly Ubuntu, and >>> have never played with anything quite like this. >>> >>> I got everything installed as needed. I plugged in the Beaglebone, >>> ejected it from within Windows Explorer and navigated to 192.168.7.2, as >>> per the instructions found >>> here<http://beagleboard.org/static/beaglebone/alpha/START.htm>. >>> I start going through the little slideshow, which I find quite >>> informative. I get to the slide which has links to blink the LEDs in it. >>> They work. Awesome. I get to the slide with link to Cloud9 and something >>> else. I click the Cloud9 link, expecting it to open in a new tab. It >>> doesn't. Whatever. I go through the tour and then try to go back to the >>> slideshow. It doesn't work anymore and tells me that "index.html" doesn't >>> exist. I try in firefox (I was in chrome). Still doesn't work. Cloud9 >>> does, though. >>> >>> I reboot. The slideshow still doesn't doesn't work, but this time I >>> don't even get a message about "index.html" not existing. I wonder what >>> does/doesn't work, so I open up Cloud9. Everything seems ok. I try to >>> plug in the sample code from the link I mentioned previously and run it as >>> described. Doesn't work. I use Putty and log in. I can turn the LEDs on >>> and off by echo-ing 0 or 1 to the appropriate files, but nothing from >>> within Cloud9. >>> >>> Then I tell myself that perhaps the slideshow was being served up using >>> Node. The led blinking example was in JS, so perhaps there is a problem >>> with node and that's why I'm not getting anything. I have a bit of >>> background in web development (Apache/PHP/MySQL, specifically) but do not >>> know how Node works. It seems to run correctly when I run "node" from the >>> shell, but I assume there needs to be a particular instance of it running >>> to serve up/run the stuff from Cloud9 and the slideshow? >>> >>> Anyway, I just want to start fiddling. >>> >>> Is there something I'm missing? Is this normal? Or should I re-image? >>> >>> Also, is there a good, detailed reference somewhere on using BoneScript? >>> And a good reference on getting stuff done outside of BoneScript? Can I >>> write applications in other languages from within Cloud9? Or is that >>> something I'll have to do differently? >>> >>> I'm really excited about playing with the BeagleBone, especially since >>> it seems I'll be able to read/run a lot more stuff more easily than with my >>> arduino, but at the moment I'm feeling incredibly lost and confused. >>> >>> Thanks in advance for any help! >>> >>> Raph >>> >>> -- >>> 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 [email protected]. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >> >> -- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
[ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 3.8.13 (koen@rrMBP) (gcc version 4.7.3 20130205 (prerelease) (Linaro GCC 4.7-2013.02-01) ) #1 SMP Tue Jun 18 02:11:09 EDT 2013 [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=50c5387d [ 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] On node 0 totalpages: 65280 [ 0.000000] free_area_init_node: node 0, pgdat c0688d80, node_mem_map c06e4000 [ 0.000000] Normal zone: 512 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 64768 pages, LIFO batch:15 [ 0.000000] AM335X ES1.0 (neon ) [ 0.000000] PERCPU: Embedded 8 pages/cpu @c08f2000 s9408 r8192 d15168 u32768 [ 0.000000] pcpu-alloc: s9408 r8192 d15168 u32768 alloc=8*4096 [ 0.000000] pcpu-alloc: [0] 0 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 64768 [ 0.000000] Kernel command line: console=ttyO0,115200n8 run_hardware_tests quiet root=/dev/mmcblk0p2 ro rootfstype=ext4 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] __ex_table already sorted, skipping sort [ 0.000000] allocated 524288 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] Memory: 255MB = 255MB total [ 0.000000] Memory: 251176k/251176k available, 10968k 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 : 0xbf800000 - 0xbfe00000 ( 6 MB) [ 0.000000] .text : 0xc0008000 - 0xc05d5914 (5943 kB) [ 0.000000] .init : 0xc05d6000 - 0xc06174c0 ( 262 kB) [ 0.000000] .data : 0xc0618000 - 0xc0689ca0 ( 456 kB) [ 0.000000] .bss : 0xc0689ca0 - 0xc06e36bc ( 359 kB) [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1. [ 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] OMAP clockevent source: GPTIMER1 at 24000000 Hz [ 0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms [ 0.000000] OMAP clocksource: GPTIMER2 at 24000000 Hz [ 0.000000] Console: colour dummy device 80x30 [ 0.000367] Calibrating delay loop... 545.07 BogoMIPS (lpj=531968) [ 0.015423] pid_max: default: 32768 minimum: 301 [ 0.015657] Security Framework initialized [ 0.015754] Mount-cache hash table entries: 512 [ 0.025797] Initializing cgroup subsys cpuacct [ 0.025834] Initializing cgroup subsys memory [ 0.025899] Initializing cgroup subsys blkio [ 0.026043] CPU: Testing write buffer coherency: ok [ 0.026606] CPU0: thread -1, cpu 0, socket -1, mpidr 0 [ 0.026684] Setting up static identity map for 0x80370ee0 - 0x80370f2c [ 0.028111] Brought up 1 CPUs [ 0.028136] SMP: Total of 1 processors activated (545.07 BogoMIPS). [ 0.029475] devtmpfs: initialized [ 0.094463] pinctrl core: initialized pinctrl subsystem [ 0.094688] rstctl core: initialized rstctl subsystem [ 0.095191] regulator-dummy: no parameters [ 0.095776] NET: Registered protocol family 16 [ 0.096691] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.106677] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568 [ 0.107509] platform 49000000.edma: alias fck already exists [ 0.107543] platform 49000000.edma: alias fck already exists [ 0.107570] platform 49000000.edma: alias fck already exists [ 0.108738] gpiochip_add: registered GPIOs 0 to 31 on device: gpio [ 0.108924] OMAP GPIO hardware version 0.1 [ 0.110362] gpiochip_add: registered GPIOs 32 to 63 on device: gpio [ 0.111680] gpiochip_add: registered GPIOs 64 to 95 on device: gpio [ 0.112989] gpiochip_add: registered GPIOs 96 to 127 on device: gpio [ 0.118693] hw-breakpoint: debug architecture 0x4 unsupported. [ 0.120932] cpsw.0: No hwaddr in dt. Using e0:c7:9d:b0:c0:f2 from efuse [ 0.120979] cpsw.1: No hwaddr in dt. Using e0:c7:9d:b0:c0:f3 from efuse [ 0.135511] bio: create slab <bio-0> at 0 [ 0.147550] edma-dma-engine edma-dma-engine.0: TI EDMA DMA engine driver [ 0.147782] of_get_named_gpio_flags: can't parse gpios property [ 0.148034] vmmcsd_fixed: 3300 mV [ 0.150921] SCSI subsystem initialized [ 0.151331] usbcore: registered new interface driver usbfs [ 0.151455] usbcore: registered new interface driver hub [ 0.151755] usbcore: registered new device driver usb [ 0.153849] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz [ 0.155417] input: tps65217_pwr_but as /devices/ocp.2/44e0b000.i2c/i2c-0/0-0024/input/input0 [ 0.157656] DCDC1: at 1800 mV [ 0.158876] vdd_mpu: 925 <--> 1325 mV at 1100 mV [ 0.160044] vdd_core: 925 <--> 1150 mV at 1100 mV [ 0.161150] LDO1: at 1800 mV [ 0.162277] LDO2: at 3300 mV [ 0.163385] LDO3: 1800 <--> 3300 mV at 3300 mV [ 0.164575] LDO4: at 3300 mV [ 0.165599] tps65217 0-0024: TPS65217 ID 0xf version 1.2 [ 0.166375] omap_i2c 44e0b000.i2c: unable to select pin group [ 0.167089] omap_i2c 4819c000.i2c: bus 1 rev0.11 at 100 kHz [ 0.169511] omap_i2c 4819c000.i2c: unable to select pin group [ 0.169807] media: Linux media interface: v0.10 [ 0.169912] Linux video capture interface: v2.00 [ 0.170581] Advanced Linux Sound Architecture Driver Initialized. [ 0.172011] Switching to clocksource gp_timer [ 0.190310] NET: Registered protocol family 2 [ 0.191343] TCP established hash table entries: 2048 (order: 2, 16384 bytes) [ 0.191433] TCP bind hash table entries: 2048 (order: 3, 40960 bytes) [ 0.191523] TCP: Hash tables configured (established 2048 bind 2048) [ 0.191694] TCP: reno registered [ 0.191723] UDP hash table entries: 256 (order: 1, 12288 bytes) [ 0.191772] UDP-Lite hash table entries: 256 (order: 1, 12288 bytes) [ 0.192207] NET: Registered protocol family 1 [ 0.192791] RPC: Registered named UNIX socket transport module. [ 0.192811] RPC: Registered udp transport module. [ 0.192825] RPC: Registered tcp transport module. [ 0.192839] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.194079] CPU PMU: probing PMU on CPU 0 [ 0.194112] hw perfevents: enabled with ARMv7 Cortex-A8 PMU driver, 5 counters available [ 0.194579] omap2_mbox_probe: platform not supported [ 0.198571] VFS: Disk quotas dquot_6.5.2 [ 0.198805] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 0.200113] NFS: Registering the id_resolver key type [ 0.200220] Key type id_resolver registered [ 0.200238] Key type id_legacy registered [ 0.200315] jffs2: version 2.2. (NAND) (SUMMARY) \xffffffc2\xffffffa9 2001-2006 Red Hat, Inc. [ 0.200752] msgmni has been set to 490 [ 0.203725] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250) [ 0.203753] io scheduler noop registered [ 0.203769] io scheduler deadline registered [ 0.203810] io scheduler cfq registered (default) [ 0.205532] tps65217-bl tps65217-bl: no platform data provided [ 0.205576] tps65217-bl: probe of tps65217-bl failed with error -22 [ 0.206469] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.209095] omap_uart 44e09000.serial: did not get pins for uart0 error: -19 [ 0.209510] 44e09000.serial: ttyO0 at MMIO 0x44e09000 (irq = 88) is a OMAP UART0 [ 0.221746] console [ttyO0] enabled [ 0.222759] [drm] Initialized drm 1.1.0 20060810 [ 0.236725] brd: module loaded [ 0.243794] loop: module loaded [ 0.243920] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write [ 0.243998] at24 1-0054: 32768 byte 24c256 EEPROM, writable, 1 bytes/write [ 0.244068] at24 1-0055: 32768 byte 24c256 EEPROM, writable, 1 bytes/write [ 0.244136] at24 1-0056: 32768 byte 24c256 EEPROM, writable, 1 bytes/write [ 0.244206] at24 1-0057: 32768 byte 24c256 EEPROM, writable, 1 bytes/write [ 0.251410] bone-capemgr bone_capemgr.7: Baseboard: 'A335BONE,00A6,1013BB000675' [ 0.251448] bone-capemgr bone_capemgr.7: compatible-baseboard=ti,beaglebone [ 0.275660] bone-capemgr bone_capemgr.7: slot #0: 'BeagleBone LCD7 CAPE,00A3,Beagleboardtoys,BB-BONE-LCD7-01' [ 0.306903] bone-capemgr bone_capemgr.7: slot #1: No cape found [ 0.344008] bone-capemgr bone_capemgr.7: slot #2: No cape found [ 0.381118] bone-capemgr bone_capemgr.7: slot #3: No cape found [ 0.387700] bone-capemgr bone_capemgr.7: initialized OK. [ 0.389737] OneNAND driver initializing [ 0.390927] bone-capemgr bone_capemgr.7: loader: before slot-0 BB-BONE-LCD7-01:00A3 (prio 0) [ 0.390955] bone-capemgr bone_capemgr.7: loader: check slot-0 BB-BONE-LCD7-01:00A3 (prio 0) [ 0.390983] bone-capemgr bone_capemgr.7: loader: after slot-0 BB-BONE-LCD7-01:00A3 (prio 0) [ 0.391013] bone-capemgr bone_capemgr.7: slot #0: Requesting part number/version based 'BB-BONE-LCD7-01-00A3.dtbo [ 0.391044] bone-capemgr bone_capemgr.7: slot #0: Requesting firmware 'BB-BONE-LCD7-01-00A3.dtbo' for board-name 'BeagleBone LCD7 CAPE', version '00A3' [ 0.391077] bone-capemgr bone_capemgr.7: slot #0: dtbo 'BB-BONE-LCD7-01-00A3.dtbo' loaded; converting to live tree [ 0.391988] bone-capemgr bone_capemgr.7: slot #0: #4 overlays [ 0.393816] ehrpwm 48302200.ehrpwm: unable to select pin group [ 0.395305] usbcore: registered new interface driver asix [ 0.395432] usbcore: registered new interface driver cdc_ether [ 0.395567] usbcore: registered new interface driver smsc95xx [ 0.395657] usbcore: registered new interface driver net1080 [ 0.395758] usbcore: registered new interface driver cdc_subset [ 0.395846] usbcore: registered new interface driver zaurus [ 0.396019] usbcore: registered new interface driver cdc_ncm [ 0.396924] usbcore: registered new interface driver cdc_acm [ 0.396945] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 0.396958] Initializing USB Mass Storage driver... [ 0.397082] usbcore: registered new interface driver usb-storage [ 0.397095] USB Mass Storage support registered. [ 0.397312] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host) [ 0.397696] musb-hdrc musb-hdrc.0.auto: pdev->id = 0 [ 0.397724] musb-hdrc musb-hdrc.0.auto: drivers/usb/musb/musb_dsps.c:468 dsps_musb_init: OK [ 0.397760] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn) [ 0.397782] musb-hdrc: MHDRC RTL version 2.0 [ 0.397796] musb-hdrc: setup fifo_mode 4 [ 0.397825] musb-hdrc: 28/31 max ep, 16384/16384 memory [ 0.397975] musb-hdrc musb-hdrc.0.auto: *** mode=3 [ 0.397996] musb-hdrc musb-hdrc.0.auto: *** power=250 [ 0.402765] musb-hdrc musb-hdrc.1.auto: pdev->id = 1 [ 0.402799] musb-hdrc musb-hdrc.1.auto: drivers/usb/musb/musb_dsps.c:468 dsps_musb_init: OK [ 0.402839] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn) [ 0.402859] musb-hdrc: MHDRC RTL version 2.0 [ 0.402873] musb-hdrc: setup fifo_mode 4 [ 0.402897] musb-hdrc: 28/31 max ep, 16384/16384 memory [ 0.403064] musb-hdrc musb-hdrc.1.auto: *** mode=1 [ 0.403085] musb-hdrc musb-hdrc.1.auto: *** power=250 [ 0.403106] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver [ 0.403531] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 1 [ 0.403582] musb-hdrc musb-hdrc.1.auto: supports USB remote wakeup [ 0.403693] usb usb1: default language 0x0409 [ 0.403753] usb usb1: udev 1, busnum 1, minor = 0 [ 0.403778] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 0.403800] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.403820] usb usb1: Product: MUSB HDRC host driver [ 0.403840] usb usb1: Manufacturer: Linux 3.8.13 musb-hcd [ 0.403859] usb usb1: SerialNumber: musb-hdrc.1.auto [ 0.404766] usb usb1: usb_probe_device [ 0.404794] usb usb1: configuration #1 chosen from 1 choice [ 0.404864] usb usb1: adding 1-0:1.0 (config #1, interface 0) [ 0.405079] hub 1-0:1.0: usb_probe_interface [ 0.405102] hub 1-0:1.0: usb_probe_interface - got id [ 0.405131] hub 1-0:1.0: USB hub found [ 0.405173] hub 1-0:1.0: 1 port detected [ 0.405193] hub 1-0:1.0: standalone hub [ 0.405210] hub 1-0:1.0: individual port power switching [ 0.405228] hub 1-0:1.0: no over-current protection [ 0.405245] hub 1-0:1.0: Single TT [ 0.405267] hub 1-0:1.0: TT requires at most 8 FS bit times (666 ns) [ 0.405286] hub 1-0:1.0: power on to power good time: 10ms [ 0.405327] hub 1-0:1.0: local power source is good [ 0.405446] hub 1-0:1.0: enabling power on all ports [ 0.406906] mousedev: PS/2 mouse device common for all mice [ 0.407169] ti_tscadc 44e0d000.tscadc: Initialized OK. [ 0.409326] platform 4830e000.fb: alias fck already exists [ 0.409621] bone-capemgr bone_capemgr.7: slot #0: Applied #4 overlays. [ 0.409648] bone-capemgr bone_capemgr.7: loader: done slot-0 BB-BONE-LCD7-01:00A3 (prio 0) [ 0.410936] input: ti-tsc as /devices/ocp.2/44e0d000.tscadc/tsc/input/input1 [ 0.411510] tsc tsc: Initialized OK [ 0.412782] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0 [ 0.413142] i2c /dev entries driver [ 0.414967] Driver for 1-wire Dallas network protocol. [ 0.416574] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec [ 0.416980] cpuidle: using governor ladder [ 0.417000] cpuidle: using governor menu [ 0.417407] of_get_named_gpio_flags: can't parse gpios property [ 0.417426] of_get_named_gpio_flags: can't parse gpios property [ 0.417441] of_get_named_gpio_flags: can't parse gpios property [ 0.417477] omap_hsmmc mmc.3: of_parse_phandle_with_args of 'reset' failed [ 0.424751] omap_hsmmc mmc.3: Failed to get rstctl; not using any [ 0.424831] omap_hsmmc mmc.3: unable to select pin group [ 0.425128] edma-dma-engine edma-dma-engine.0: allocated channel for 0:25 [ 0.425214] edma-dma-engine edma-dma-engine.0: allocated channel for 0:24 [ 0.425719] mmc.3 supply vmmc_aux not found, using dummy regulator [ 0.427266] omap_hsmmc mmc.3: pins are not configured from the driver [ 0.455947] pinctrl-single 44e10800.pinmux: pin 44e10854 already requested by 44e10800.pinmux; cannot claim for gpio-leds.6 [ 0.467708] pinctrl-single 44e10800.pinmux: pin-21 (gpio-leds.6) status -22 [ 0.475020] pinctrl-single 44e10800.pinmux: could not request pin 21 on device pinctrl-single [ 0.484010] leds-gpio gpio-leds.6: pins are not configured from the driver [ 0.484050] of_get_named_gpio_flags exited with status 53 [ 0.484073] of_get_named_gpio_flags exited with status 54 [ 0.484095] of_get_named_gpio_flags exited with status 55 [ 0.484117] of_get_named_gpio_flags exited with status 56 [ 0.484154] of_get_named_gpio_flags exited with status 53 [ 0.484448] of_get_named_gpio_flags exited with status 54 [ 0.484747] of_get_named_gpio_flags exited with status 55 [ 0.484941] of_get_named_gpio_flags exited with status 56 [ 0.485279] of_get_named_gpio_flags exited with status 60 [ 0.485307] of_get_named_gpio_flags exited with status 60 [ 0.485699] ledtrig-cpu: registered to indicate activity on CPUs [ 0.486141] edma-dma-engine edma-dma-engine.0: allocated channel for 0:36 [ 0.486222] omap-sham 53100000.sham: hw accel on OMAP rev 4.3 [ 0.488481] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2 [ 0.488707] edma-dma-engine edma-dma-engine.0: allocated channel for 0:5 [ 0.488790] edma-dma-engine edma-dma-engine.0: allocated channel for 0:6 [ 0.490002] usbcore: registered new interface driver usbhid [ 0.490021] usbhid: USB HID core driver [ 0.490965] tiadc tiadc: Initialized [ 0.493628] TCP: cubic registered [ 0.493652] Initializing XFRM netlink socket [ 0.493711] NET: Registered protocol family 17 [ 0.493793] NET: Registered protocol family 15 [ 0.493957] Key type dns_resolver registered [ 0.494289] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3 [ 0.494327] ThumbEE CPU extension supported. [ 0.494647] Registering SWP/SWPB emulation handler [ 0.495599] registered taskstats version 1 [ 0.497492] of_get_named_gpio_flags: can't parse gpios property [ 0.497526] panel panel.12: panel: No power control GPIO [ 0.499521] of_get_named_gpio_flags exited with status 2 [ 0.499549] tilcdc 4830e000.fb: Power GPIO active high, initial state set to high [ 0.500001] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010). [ 0.500018] [drm] No driver support for vblank timestamp query. [ 0.506283] hub 1-0:1.0: state 7 ports 1 chg 0000 evt 0000 [ 0.506344] hub 1-0:1.0: hub_suspend [ 0.506378] usb usb1: bus auto-suspend, wakeup 1 [ 0.516781] Console: switching to colour frame buffer device 100x30 [ 0.525242] tilcdc 4830e000.fb: fb0: frame buffer device [ 0.525263] tilcdc 4830e000.fb: registered panic notifier [ 0.525341] [drm] Initialized tilcdc 1.0.0 20121205 on minor 0 [ 0.549060] mmc0: host does not support reading read-only switch. assuming write-enable. [ 0.551051] mmc0: new high speed SDHC card at address 1234 [ 0.551824] mmcblk0: mmc0:1234 SA04G 3.63 GiB [ 0.554338] mmcblk0: p1 p2 [ 0.576449] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6 [ 0.576475] davinci_mdio 4a101000.mdio: detected phy mask fffffffe [ 0.577570] libphy: 4a101000.mdio: probed [ 0.577601] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720 [ 0.577859] Detected MACID = e0:c7:9d:b0:c0:f2 [ 0.578017] cpsw 4a100000.ethernet: NAPI disabled [ 0.579655] of_get_named_gpio_flags exited with status 3 [ 0.579703] of_get_named_gpio_flags exited with status 112 [ 0.579735] of_get_named_gpio_flags exited with status 51 [ 0.579765] of_get_named_gpio_flags exited with status 49 [ 0.579794] of_get_named_gpio_flags exited with status 48 [ 0.580969] input: gpio_keys.11 as /devices/ocp.2/gpio_keys.11/input/input2 [ 0.581678] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800) [ 0.631478] usb usb1: usb wakeup-resume [ 0.631526] usb usb1: usb auto-resume [ 0.631553] hub 1-0:1.0: hub_resume [ 0.631600] hub 1-0:1.0: port 1: status 0101 change 0001 [ 0.635037] tilcdc 4830e000.fb: timeout waiting for framedone [ 0.654495] ALSA device list: [ 0.654577] No soundcards found. [ 0.688552] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null) [ 0.688637] VFS: Mounted root (ext4 filesystem) readonly on device 179:2. [ 0.715915] devtmpfs: mounted [ 0.716346] Freeing init memory: 260K [ 0.734725] hub 1-0:1.0: state 7 ports 1 chg 0002 evt 0000 [ 0.734785] hub 1-0:1.0: port 1, status 0101, change 0000, 12 Mb/s [ 0.840164] usb 1-1: new high-speed USB device number 2 using musb-hdrc [ 0.960254] usb 1-1: default language 0x0409 [ 0.960575] usb 1-1: udev 2, busnum 1, minor = 1 [ 0.960599] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608 [ 0.960617] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 0.960633] usb 1-1: Product: USB2.0 Hub [ 0.961225] usb 1-1: usb_probe_device [ 0.961249] usb 1-1: configuration #1 chosen from 1 choice [ 0.961564] usb 1-1: adding 1-1:1.0 (config #1, interface 0) [ 0.961783] hub 1-1:1.0: usb_probe_interface [ 0.961802] hub 1-1:1.0: usb_probe_interface - got id [ 0.961827] hub 1-1:1.0: USB hub found [ 0.962190] hub 1-1:1.0: 4 ports detected [ 0.962210] hub 1-1:1.0: standalone hub [ 0.962224] hub 1-1:1.0: ganged power switching [ 0.962238] hub 1-1:1.0: global over-current protection [ 0.962251] hub 1-1:1.0: Single TT [ 0.962268] hub 1-1:1.0: TT requires at most 32 FS bit times (2664 ns) [ 0.962282] hub 1-1:1.0: Port indicators are supported [ 0.962296] hub 1-1:1.0: power on to power good time: 100ms [ 0.962688] hub 1-1:1.0: local power source is good [ 0.962706] hub 1-1:1.0: no over-current condition exists [ 0.962961] hub 1-1:1.0: enabling power on all ports [ 0.964577] hub 1-0:1.0: state 7 ports 1 chg 0000 evt 0002 [ 0.964617] hub 1-0:1.0: port 1 enable change, status 00000503 [ 1.065277] hub 1-1:1.0: port 2: status 0301 change 0001 [ 1.166359] hub 1-1:1.0: state 7 ports 4 chg 0004 evt 0000 [ 1.166665] hub 1-1:1.0: port 2, status 0301, change 0000, 1.5 Mb/s [ 1.232971] usb 1-1.2: new low-speed USB device number 3 using musb-hdrc [ 1.315859] usb 1-1.2: skipped 1 descriptor after interface [ 1.315885] usb 1-1.2: skipped 1 descriptor after interface [ 1.316344] usb 1-1.2: default language 0x0409 [ 1.323065] usb 1-1.2: udev 3, busnum 1, minor = 2 [ 1.323086] usb 1-1.2: New USB device found, idVendor=1c4f, idProduct=0002 [ 1.323104] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1.323120] usb 1-1.2: Product: USB Keykoard [ 1.323134] usb 1-1.2: Manufacturer: USB [ 1.323756] usb 1-1.2: usb_probe_device [ 1.323782] usb 1-1.2: configuration #1 chosen from 1 choice [ 1.324293] usb 1-1.2: adding 1-1.2:1.0 (config #1, interface 0) [ 1.324617] usbhid 1-1.2:1.0: usb_probe_interface [ 1.324638] usbhid 1-1.2:1.0: usb_probe_interface - got id [ 1.328587] input: USB USB Keykoard as /devices/ocp.2/47400000.usb/musb-hdrc.1.auto/usb1/1-1/1-1.2/1-1.2:1.0/input/input3 [ 1.328973] hid-generic 0003:1C4F:0002.0001: input: USB HID v1.10 Keyboard [USB USB Keykoard] on usb-musb-hdrc.1.auto-1.2/input0 [ 1.329207] usb 1-1.2: adding 1-1.2:1.1 (config #1, interface 1) [ 1.329444] usbhid 1-1.2:1.1: usb_probe_interface [ 1.329466] usbhid 1-1.2:1.1: usb_probe_interface - got id [ 1.333604] input: USB USB Keykoard as /devices/ocp.2/47400000.usb/musb-hdrc.1.auto/usb1/1-1/1-1.2/1-1.2:1.1/input/input4 [ 1.333952] hid-generic 0003:1C4F:0002.0002: input: USB HID v1.10 Device [USB USB Keykoard] on usb-musb-hdrc.1.auto-1.2/input1 [ 1.567011] systemd[1]: systemd 196 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX +IMA +SYSVINIT -LIBCRYPTSETUP +GCRYPT +ACL +XZ; angstrom) [ 1.660732] systemd[1]: Inserted module 'autofs4' [ 1.663140] systemd[1]: Set hostname to <beaglebone>. [ 1.692693] systemd[1]: Initializing machine ID from random generator. [ 1.693109] systemd[1]: Installed transient /etc/machine-id file. [ 2.034863] systemd[1]: Starting Forward Password Requests to Wall Directory Watch. [ 2.035635] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 2.035783] systemd[1]: Expecting device dev-ttyGS0.device... [ 2.035903] systemd[1]: Expecting device dev-ttyO0.device... [ 2.036006] systemd[1]: Starting Remote File Systems. [ 2.036101] systemd[1]: Reached target Remote File Systems. [ 2.036202] systemd[1]: Starting Delayed Shutdown Socket. [ 2.036461] systemd[1]: Listening on Delayed Shutdown Socket. [ 2.036551] systemd[1]: Starting /dev/initctl Compatibility Named Pipe. [ 2.036752] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [ 2.036880] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [ 2.037212] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 2.037695] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point. [ 2.038598] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 2.039460] systemd[1]: Starting udev Kernel Socket. [ 2.039762] systemd[1]: Listening on udev Kernel Socket. [ 2.040270] systemd[1]: Starting udev Control Socket. [ 2.040577] systemd[1]: Listening on udev Control Socket. [ 2.040672] systemd[1]: Starting Swap. [ 2.040768] systemd[1]: Reached target Swap. [ 2.040891] systemd[1]: Starting Journal Socket. [ 2.041518] systemd[1]: Listening on Journal Socket. [ 2.041745] systemd[1]: Starting File System Check on Root Device... [ 2.050389] systemd[1]: Starting udev Coldplug all Devices... [ 2.058087] systemd[1]: Mounting Debug File System... [ 2.106565] systemd[1]: Started Set Up Additional Binary Formats. [ 2.149703] systemd[1]: Starting Apply Kernel Variables... [ 2.179534] systemd[1]: Starting Load Kernel Modules... [ 2.187416] systemd[1]: Mounted Huge Pages File System. [ 2.187632] systemd[1]: Started Machine ID first boot configure. [ 2.187942] systemd[1]: Mounting POSIX Message Queue File System... [ 2.197838] systemd[1]: Starting udev Kernel Device Manager... [ 2.206193] systemd[1]: Starting Journal Service... [ 2.212812] systemd[1]: Started Journal Service. [ 2.224059] systemd[1]: Mounted Debug File System. [ 2.418107] systemd-udevd[86]: starting version 196 [ 2.435476] Bluetooth: Core ver 2.16 [ 2.435604] NET: Registered protocol family 31 [ 2.435618] Bluetooth: HCI device and connection manager initialized [ 2.435668] Bluetooth: HCI socket layer initialized [ 2.435690] Bluetooth: L2CAP socket layer initialized [ 2.435743] Bluetooth: SCO socket layer initialized [ 2.458941] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 2.459008] Bluetooth: HIDP socket layer initialized [ 2.595838] NET: Registered protocol family 10 [ 2.648877] NET: Registered protocol family 23 [ 2.721808] IrCOMM protocol (Dag Brattli) [ 2.793720] Bluetooth: RFCOMM TTY layer initialized [ 2.793818] Bluetooth: RFCOMM socket layer initialized [ 2.793832] Bluetooth: RFCOMM ver 1.11 [ 3.158745] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null) [ 3.772770] systemd-journald[87]: Received SIGUSR1 [ 6.759404] udc musb-hdrc.0.auto: registering UDC driver [g_multi] [ 6.759554] gadget: using random self ethernet address [ 6.760679] usb0: MAC 5e:67:1a:44:07:f4 [ 6.760698] usb0: HOST MAC e0:c7:9d:b0:c0:f3 [ 6.766359] gserial_setup: registered 1 ttyGS* device [ 6.766557] lun0: open backing file: /dev/mmcblk0p1 [ 6.769980] gadget: Mass Storage Function, version: 2009/09/11 [ 6.770005] gadget: Number of LUNs=1 [ 6.770032] lun0: LUN: removable file: /dev/mmcblk0p1 [ 6.770047] gadget: I/O thread pid: 281 [ 6.770074] gadget: adding config #1 'Multifunction with RNDIS'/bf8ee59c [ 6.770176] gadget: adding 'rndis'/cd2f0e00 to config 'Multifunction with RNDIS'/bf8ee59c [ 6.770211] rndis_register: configNr = 0 [ 6.770223] rndis_set_param_medium: 0 0 [ 6.770239] gadget: RNDIS: dual speed IN/ep1in OUT/ep1out NOTIFY/ep2in [ 6.770258] gadget: adding 'acm'/cd2f0d40 to config 'Multifunction with RNDIS'/bf8ee59c [ 6.770286] gadget: acm ttyGS0: dual speed IN/ep3in OUT/ep2out NOTIFY/ep4in [ 6.770303] gadget: adding 'Mass Storage Function'/cd064440 to config 'Multifunction with RNDIS'/bf8ee59c [ 6.770327] gadget: cfg 1/bf8ee59c speeds: high full [ 6.770341] gadget: interface 0 = rndis/cd2f0e00 [ 6.770354] gadget: interface 1 = rndis/cd2f0e00 [ 6.770367] gadget: interface 2 = acm/cd2f0d40 [ 6.770380] gadget: interface 3 = acm/cd2f0d40 [ 6.770393] gadget: interface 4 = Mass Storage Function/cd064440 [ 6.770412] gadget: Multifunction Composite Gadget [ 6.770444] gadget: g_multi ready [ 6.770495] musb-hdrc musb-hdrc.0.auto: MUSB HDRC host driver [ 6.770885] musb-hdrc musb-hdrc.0.auto: new USB bus registered, assigned bus number 2 [ 6.770924] musb-hdrc musb-hdrc.0.auto: supports USB remote wakeup [ 6.771015] usb usb2: default language 0x0409 [ 6.771061] usb usb2: udev 1, busnum 2, minor = 128 [ 6.771080] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 [ 6.771098] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 6.771114] usb usb2: Product: MUSB HDRC host driver [ 6.771129] usb usb2: Manufacturer: Linux 3.8.13 musb-hcd [ 6.771144] usb usb2: SerialNumber: musb-hdrc.0.auto [ 6.773937] usb usb2: usb_probe_device [ 6.773968] usb usb2: configuration #1 chosen from 1 choice [ 6.774042] usb usb2: adding 2-0:1.0 (config #1, interface 0) [ 6.774264] hub 2-0:1.0: usb_probe_interface [ 6.774284] hub 2-0:1.0: usb_probe_interface - got id [ 6.774310] hub 2-0:1.0: USB hub found [ 6.774345] hub 2-0:1.0: 1 port detected [ 6.774361] hub 2-0:1.0: standalone hub [ 6.774375] hub 2-0:1.0: individual port power switching [ 6.774388] hub 2-0:1.0: no over-current protection [ 6.774402] hub 2-0:1.0: Single TT [ 6.774419] hub 2-0:1.0: TT requires at most 8 FS bit times (666 ns) [ 6.774434] hub 2-0:1.0: power on to power good time: 10ms [ 6.774468] hub 2-0:1.0: local power source is good [ 6.774555] hub 2-0:1.0: enabling power on all ports [ 6.875500] hub 2-0:1.0: state 7 ports 1 chg 0000 evt 0000 [ 6.875581] hub 2-0:1.0: hub_suspend [ 6.875616] usb usb2: bus auto-suspend, wakeup 1 [ 7.978334] gs_open: ttyGS0 (cd2f1000,cd2d5a40) [ 7.978492] gs_close: ttyGS0 (cd2f1000,cd2d5a40) ... [ 7.978511] gs_close: ttyGS0 (cd2f1000,cd2d5a40) done! [ 7.982838] gs_open: ttyGS0 (cd2f1000,cd327200) [ 7.982985] gs_close: ttyGS0 (cd2f1000,cd327200) ... [ 7.983003] gs_close: ttyGS0 (cd2f1000,cd327200) done! [ 8.026628] gs_open: ttyGS0 (cd2f1000,cd2d6740) [ 8.026775] gs_close: ttyGS0 (cd2f1000,cd2d6740) ... [ 8.026795] gs_close: ttyGS0 (cd2f1000,cd2d6740) done! [ 8.027070] gs_open: ttyGS0 (cd2f1000,cd322a40) [ 9.264582] usb0: eth_open [ 9.264945] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready [ 18.451228] usb0: stop stats: rx/tx 0/0, errs 0/0 [ 18.591733] ip_tables: (C) 2000-2006 Netfilter Core Team [ 29.182454] net eth0: initializing cpsw version 1.12 (0) [ 29.187386] net eth0: phy found : id is : 0x7c0f1 [ 29.187425] libphy: PHY 4a101000.mdio:01 not found [ 29.192577] net eth0: phy 4a101000.mdio:01 not found on slave 1 [ 29.235753] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 32.262615] libphy: 4a101000.mdio:00 - Link is Up - 100/Full [ 32.262721] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 75.402428] EXT4-fs (mmcblk0p2): re-mounted. Opts: commit=0 [ 81.405995] fuse init (API version 7.20)
