**** BEGIN LOGGING AT Sun Nov 09 03:00:00 2014 Nov 09 04:06:49 hello. i currently run a shifter system for a mini race car off an arduino uno. reading and converting engine sensor data and provide shifting logic based off driver button inputs. i am looking at upgrading the system to the beagle bone black due to its Nov 09 04:08:27 faster processing power. is there such a way to program to board to act essentially as a fast micro controller? Nov 09 04:14:58 you'd have to write your own x86 kernel basically. use one of the arm based arduinos? Nov 09 04:25:32 What? Nov 09 04:25:36 No, mmattice. Nov 09 04:25:48 The bone is not x86, it is ARM. Nov 09 04:26:00 well, whatever, same issue. Nov 09 04:26:11 sidbh: Yes, you can certainly program the beaglebone's ARM directly, without an operating system if you chose to. Nov 09 04:26:31 Ah, left. Nov 09 05:28:24 bare metal arm... not for the faint of heart... Nov 09 05:34:01 or he could have used the PRU, it's all the rage Nov 09 05:43:27 is the beagle logo copyrighted Nov 09 05:43:34 specifically the one with the sunglasses Nov 09 05:44:32 everything has a copyright. what you want to know what the terms of use are. Nov 09 05:45:41 well not necessarily if it's in public domain Nov 09 05:45:45 but yes, I want to know the terms of use Nov 09 05:46:00 there is something here: http://beagleboard.org/logo Nov 09 05:46:09 but that might not cover your use case Nov 09 05:46:25 in which case I'd recommend to reach out to jkridner Nov 09 06:28:39 hi Nov 09 07:29:41 <_av500_> lo Nov 09 07:33:10 hi Nov 09 07:33:52 tristate Nov 09 13:31:49 Hi ..i am souvik from india Nov 09 13:32:05 need help to install ubuntu on black Nov 09 13:33:32 anybody plz help Nov 09 13:36:33 http://lmgtfy.com/?q=ubuntu+beaglebone+black Nov 09 13:37:12 and amopng the top-5 results you should have http://elinux.org/BeagleBoardUbuntu Nov 09 13:38:14 or http://elinux.org/Beagleboard:Ubuntu_On_BeagleBone_Black Nov 09 13:38:23 i have made a sd card with win32diskimager Nov 09 13:38:33 with Debian 7.5 Nov 09 13:38:40 but it not works Nov 09 13:51:42 mashiara, "not works" Nov 09 13:52:58 * mashiara is unfortunately very familiar with error reports like "the internet is broken" Nov 09 13:58:50 mashiara, it's Ubuntu community Nov 09 15:52:00 Hi I am new here and want to start contributing to Beagle , can somebody please help me getting started, I have knowledge about microcontroller and have worked Arduino . Thanks Nov 09 16:07:24 libphy: PHY 4a101000.mdio:00 not found Nov 09 16:07:27 net eth0: phy 4a101000.mdio:00 not found on slave 0 Nov 09 16:07:40 libphy: PHY 4a101000.mdio:01 not found Nov 09 16:08:33 when I started my BBB then msg appeared on monitor Nov 09 16:09:04 Is there anyone to help?? Nov 09 18:59:06 I need some help with my beagle board black Nov 09 18:59:14 is this the right place? Nov 09 18:59:28 <_av500_> yes Nov 09 18:59:34 ok, Nov 09 18:59:37 <_av500_> it works best if you state your problem Nov 09 19:00:00 so my problem is this: I plug in my beagle, the lights are all blinking and then the display just flashes the logo for 3 seconds, then the monitor goes to sleep Nov 09 19:00:20 the board is still on, but the monitor is being told to go to sleep Nov 09 19:00:31 keyboard/mouse not active? Nov 09 19:00:56 I haven't plugged anything else In, but I'll have no way to tell Nov 09 19:01:52 I just plugged in the mouse and it has no power Nov 09 19:03:24 any ideas? Nov 09 19:20:08 running from USB power or mains power on the barrel connector? Nov 09 19:25:41 it's coming from an outlet Nov 09 19:27:39 I tried a guide that said to turn it off, remove everything except power, turn it on, plug in power cable, plug cable into display then reset Nov 09 19:28:12 when I did that right after I plugged it into the display I got 1 frame that looked like it was on the desktop, working properly. I wasn't able to get it again Nov 10 01:37:09 I am trying to connect my bbb to the internet through the usb cord into my laptop that is connected to wifi Nov 10 01:37:21 can anybody tell me why this isnt working: Nov 10 01:37:44 root@beaglebone:~# /sbin/route add default gw 192.168.7.1 Nov 10 01:38:04 root@beaglebone:~# ping 8.8.8.8 Nov 10 01:38:21 7 packets transmitted, 0 received, 100% packet loss, time 5999ms Nov 10 01:38:32 BuffaloFan32: did you share the wifi network connection from your laptop? Nov 10 01:38:43 yes Nov 10 01:39:03 you might try 'dhclient usb0' to see if fetching the IP address from your laptop works. Nov 10 01:39:16 your laptop's adapter might not keep the 192.168.7.1 address. Nov 10 01:40:40 nothing happened when i typed that into putty Nov 10 01:41:13 you'll have to set net.ipv4.ip_forward=1 Nov 10 01:43:45 -bash: net.ipv4.ip_forward=1: command not found Nov 10 01:45:35 BuffaloFan32: use sysctl Nov 10 01:46:00 what does 'ifconfig' on the Bone tell you? Nov 10 01:46:01 assuming you have linux installed on your laptop as well Nov 10 01:46:13 i have windows on my laptop Nov 10 01:46:17 BuffaloFan32: idwer's comment is about the host... regarding sharing its conneciton. Nov 10 01:46:31 host==laptop Nov 10 01:47:30 yes Nov 10 01:47:45 eth0 Link encap:Ethernet HWaddr 78:a5:04:dc:53:70 Nov 10 01:50:04 dangit, i was trying to post multiple lines there Nov 10 01:51:45 P BROADCAST MULTICAST MTU:1500 Metric:1 Nov 10 01:51:55 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 Nov 10 01:52:09 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 Nov 10 01:52:25 collisions:0 txqueuelen:1000 Nov 10 01:52:39 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) Nov 10 01:52:50 Interrupt:40 Nov 10 01:53:00 lo Link encap:Local Loopback Nov 10 01:53:10 inet addr:127.0.0.1 Mask:255.0.0.0 Nov 10 01:53:19 inet6 addr: ::1/128 Scope:Host Nov 10 01:53:29 UP LOOPBACK RUNNING MTU:65536 Metric:1 Nov 10 01:53:40 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 Nov 10 01:53:49 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 Nov 10 01:53:59 collisions:0 txqueuelen:0 Nov 10 01:54:08 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) Nov 10 01:54:56 usb0 Link encap:Ethernet HWaddr 26:ab:ba:dc:e6:c2 Nov 10 01:55:14 inet addr:192.168.7.2 Bcast:192.168.7.3 Mask:255.255.255.252 Nov 10 01:55:24 inet6 addr: fe80::24ab:baff:fedc:e6c2/64 Scope:Link Nov 10 01:55:33 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 Nov 10 01:55:43 RX packets:919 errors:0 dropped:0 overruns:0 frame:0 Nov 10 01:55:51 TX packets:427 errors:0 dropped:0 overruns:0 carrier:0 Nov 10 01:55:59 collisions:0 txqueuelen:1000 Nov 10 01:56:10 RX bytes:72527 (70.8 KiB) TX bytes:80705 (78.8 KiB) Nov 10 01:56:20 does that tell you anything? Nov 10 01:56:37 I'd install wingate or something, on the laptop Nov 10 01:59:11 did the ifconfig output tell you anything? Nov 10 02:03:23 no, as the problem is not on the bbb Nov 10 02:03:24 see https://www.google.nl/search?q=windows+routing+software Nov 10 02:18:04 hi, i get some promblem with eeprom. i can not read it, it is alway busy/ Nov 10 02:21:22 anyone can help me **** ENDING LOGGING AT Mon Nov 10 02:59:59 2014