Re: [beagleboard] I need to hide the mouse

2014-02-10 Thread Giovanni Paolini
Thanks guys for your answers, but sadly does not work. X 0 command:-nocursor but the answer is error ... Enclose in Xorg.conf Section "Device" Option "SWCursor" "false" Option "HWCursor" "false" Identifier "Builtin Default fbdev Device 0" Driver "modesetting" EndSectio

Re: [beagleboard] I need to hide the mouse

2014-02-10 Thread Giovanni Paolini
liyaoshi Gracias a porciones de Todos respuestas suspensiones, Pero lamentablemente No funciona. X 0 de Comandos:-Pero nocursor La Respuesta es error ... Encierre en xorg.conf Section "Device" Opción "SWCursor" "false" Opción "HWCursor" "false" Identifier "Device Builtin Defecto

[beagleboard] Re: I need to hide the mouse

2014-02-10 Thread Giovanni Paolini
El viernes, 7 de febrero de 2014 08:58:50 GMT-5, Giovanni Paolini escribio: > > Hola! > Mi Inglés es malo, Gracias por toda la ayuda que me han brindado en este > anuncio. > Como he dicho en el tema, tengo que ocultar el ratón. > Alguien sabe? > > Giovanni > -- For more options, visit http:

[beagleboard] Re: Control hardware from webserver

2014-02-10 Thread Janek
On Saturday, February 8, 2014 8:28:22 AM UTC+11, Jake Swensen wrote: > > OS Image: Ubuntu Precise 12.04.3 LTS > > I'm attempting to control LEDs from a webpage (and eventually other > hardware from the device tree overlay). I've written a C program to toggle > the onboard LED based on the argu

Re: [beagleboard] USB hard drive booting

2014-02-10 Thread William Hermans
Same reason for my blog site. But I also keep step by step text notes of exactly what I did, as I did it. I had thoght about placing ads on the page, but decided against it. Also, instead of making some long winded post on th forums here about one of these subjects, it is much easier to just past

Re: [beagleboard] USB hard drive booting

2014-02-10 Thread Rusty Wright
I forgot to say that the other motivation for this page is to verify that I understand what's going on and what all the moving parts are. On Mon, Feb 10, 2014 at 7:57 PM, Rusty Wright wrote: > Thanks, I'll go back and re-read your articles. The lumpynose wordpress > site is really just a place

Re: [beagleboard] USB hard drive booting

2014-02-10 Thread Rusty Wright
Thanks, I'll go back and re-read your articles. The lumpynose wordpress site is really just a place for me to keep notes to myself. In a previous life I helped other sysadmins so I naturally feel the need to say as much as possible and assume the reader knows very little, in case someone stumbles

Re: [beagleboard] Re: Solved - I now have reliable WiFi on the Bone

2014-02-10 Thread rattus
Give it a couple of hours - it will die. I've tried it with the Edimax EW-7811Un and the Netgear WNA1100 (the biger stick) - same thing. On Monday, January 27, 2014 6:58:06 AM UTC-7, RobertCNelson wrote: > > On Sat, Jan 25, 2014 at 7:06 PM, Harry May > > wrote: > > Thank you for all the informa

Re: [beagleboard] USB hard drive booting

2014-02-10 Thread William Hermans
@Robert, Oh, I agree. I remember commenting how far even Debian has come in the last 5 years or so when first working with your images. Then like you say, uboot is very nice. NIce enough to the point when I first started this endeavor, I was wondering whether or not I could use grub( because with x

Re: [beagleboard] USB hard drive booting

2014-02-10 Thread Robert Nelson
On Mon, Feb 10, 2014 at 7:05 PM, William Hermans wrote: > Rusty, > > If you read all the articles I wrote that pertain to the various steps I > took along the way. There would be no guessing. > > Anyhow the first part of that article describes what must be done( from > 30k feet ), and the second

Re: [beagleboard] I need to hide the mouse

2014-02-10 Thread Robert Nelson
On Mon, Feb 10, 2014 at 6:51 PM, liyaoshi wrote: > Hide the cursor ? > X --help > I dont have board run tiny X on hand , but It should work with some args > Or you can take advantage of an annoying bug we work around.. Just remove the "SWCursor" or "HWCursor" line from /etc/X11/Xorg.conf and it

Re: [beagleboard] USB hard drive booting

2014-02-10 Thread William Hermans
Rusty, If you read all the articles I wrote that pertain to the various steps I took along the way. There would be no guessing. Anyhow the first part of that article describes what must be done( from 30k feet ), and the second half is a working example, based on previous steps I took for the netb

Re: [beagleboard] microSD card reader snapped off one side, bad solder joints?

2014-02-10 Thread Tony DiCola
Sorry the google groups interface is kind of confusing and I guess this never got posted, but here are some pics of the bad joints for my micro SD card reader if anyone is curious.

Re: [beagleboard] I need to hide the mouse

2014-02-10 Thread liyaoshi
Hide the cursor ? X --help I dont have board run tiny X on hand , but It should work with some args 2014-02-11 1:53 GMT+08:00 electronics.cat : > The package to hide the mouse pointer is : > > unclutter > > Regards, > > Jordi > > > El 07/02/14 23:13, Giovanni Paolini ha escrit: > > Thanks

[beagleboard] Re: BeagleBone Black doesn't boot from microSD card

2014-02-10 Thread Tony DiCola
That's exactly the problem I had too--I tried booting from an SD card but it didn't work. When I tried with another card, as I inserted the card the micro SD reader snapped off on the board on the left side. Here's a thread I made about it

Re: [beagleboard] USB hard drive booting

2014-02-10 Thread Robert Nelson
On Mon, Feb 10, 2014 at 6:08 PM, Rusty Wright wrote: > Ok, thanks. I didn't understand that. Your instructions say > > cd ~/rootfs/ > > Is that where Robert's debian image is that you're using? I didn't see on > your page > where you extract or download his files. > > In my instructions I wa

Re: [beagleboard] USB hard drive booting

2014-02-10 Thread Rusty Wright
Ok, thanks. I didn't understand that. Your instructions say cd ~/rootfs/ Is that where Robert's debian image is that you're using? I didn't see on your page where you extract or download his files. In my instructions I want to spell everything out and minimize guessing. On Monday, Febru

Re: [beagleboard] USB hard drive booting

2014-02-10 Thread William Hermans
My instructions are using Roberts debian images, and they are exact steps taken to a working boot image. On Mon, Feb 10, 2014 at 4:08 PM, Rusty Wright wrote: > I'm trying to document a recipe for setting up booting to a USB hard > drive, similar to > William Hermans' recipe but using Robert Nels

[beagleboard] USB hard drive booting

2014-02-10 Thread Rusty Wright
I'm trying to document a recipe for setting up booting to a USB hard drive, similar to William Hermans' recipe but using Robert Nelson's distributions. I've written everything mostly from memory from when I set up my SD card and haven't actually sat down and followed my own instructions. I'm s

Re: [beagleboard] OwnCloud File Server for home network

2014-02-10 Thread Don deJuan
On 02/10/2014 02:32 PM, William Hermans wrote: > Your English is fine . . . > > /-Will it be powerful enough? (it doesn't need to be super fast)/ */Yes/* > > /-Which OS should i use? (which Linux? Ubuntu?) *Debian*/ > > So in this specific context, Ubuntu versus Debian may matter less, but > Ubuntu

Re: [beagleboard] OwnCloud File Server for home network

2014-02-10 Thread William Hermans
Your English is fine . . . *-Will it be powerful enough? (it doesn't need to be super fast)* *Yes* *-Which OS should i use? (which Linux? Ubuntu?) Debian* So in this specific context, Ubuntu versus Debian may matter less, but Ubuntu is not exactly a server distro. Like any other flavor of Linux,

Re: [beagleboard] Re: CapeMgr in 3.13?

2014-02-10 Thread William Hermans
Charles, Ok, my bad I think I confused what you're trying to do with what I personally would do. With that said, I can not speak for anyone else, but I would find a cape manage for 3.13.x useful. In fact not having a way to load a device tree file via uEnv.txt as with 3.8.x is what is primarily k

Re: [beagleboard] Re: CapeMgr in 3.13?

2014-02-10 Thread Charles Steinkuehler
On 2/10/2014 3:23 PM, William Hermans wrote: > Charles, > > Personally, I think the other idea you had ( default device tree overlay ? > ) is a better idea. It is kind of the same thing, but perhaps no dynamic > loading while the OS is live. Which in my humble opinion was never a good > idea anyh

Re: [beagleboard] sleep mode and wake modes..

2014-02-10 Thread rattus
> > Robert, do these images support keepalive on network connections? I am > running your 1-29-14 image (SD version) and am unable to keep either my > Ethernet or wifi connections alive for more than a few hours, despite > pinging out once a minute on both ports. I've played with the > tcp_kee

Re: [beagleboard] Flashing Compiled Kernel

2014-02-10 Thread William Hermans
Osmosis ? On Mon, Feb 10, 2014 at 6:57 AM, Robert Nelson wrote: > > > > On Sat, Feb 8, 2014 at 9:30 AM, wrote: > >> I have compiled the latest debian kernel using instructions I found on >> another post: >> >> git clone git://github.com/RobertCNelson/linux-dev.git >> cd linux-dev/ >> git che

[beagleboard] Re: Customizing BBB Angstrom Kernel?

2014-02-10 Thread Mark Hatch
Thanks for the response! I have just been following various tutorials online that use the following command. iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE Maybe even the following iptables -A FORWARD -i eth0 -o wlan0 -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT iptables -A FORW

[beagleboard] Re: Free Up Space on BBB

2014-02-10 Thread Rusty Wright
If you're connected to the BBB using the USB cable which uses the Linux gadget driver stuff that makes the USB into a network that could be the problem. On my BBB while I have the USB cable from my PC plugged into BBB I'm getting a constant stream of debug messages, which are going into the lo

Re: [beagleboard] Re: Frustrated trying to do basic things...

2014-02-10 Thread William Hermans
Larry, Not sure what your experience is with Linux, and various distro's etc, but you may be better off getting a copy of Robert's debian or Ubuntu running on SD card, and then finally putting it on the eMMC if you're happy with it. There are also several other distro's working out there as well,

Re: [beagleboard] Control hardware from webserver

2014-02-10 Thread William Hermans
My idea was to actually set environment variables to specific values for different occasions, then have an app/service read the values of the variables periodically. Whatever that is worth to anyone else . . . On Mon, Feb 10, 2014 at 2:34 PM, William Hermans wrote: > Jack, > > Ok perhaps I am m

[beagleboard] Re: Customizing BBB Angstrom Kernel?

2014-02-10 Thread Rusty Wright
Do you need iptables? When I last had to deal with routing stuff I ran the gated routing daemon, although this was on a Sun server that had a bunch of ethernet interfaces on it. Sun Solaris didn't have iptables back then. On Monday, February 10, 2014 11:45:31 AM UTC-8, Mark Hatch wrote: > > >

Re: [beagleboard] Control hardware from webserver

2014-02-10 Thread William Hermans
Jack, Ok perhaps I am missing something, and I by no means mean to be adversarial here. I am just curious, so If i am missing something please feel free to enlighten me. What is the difference between using setuid(0) and having a web socks app running the app ? Here is my thinking. If you write

Re: [beagleboard] Re: CapeMgr in 3.13?

2014-02-10 Thread William Hermans
Charles, Personally, I think the other idea you had ( default device tree overlay ? ) is a better idea. It is kind of the same thing, but perhaps no dynamic loading while the OS is live. Which in my humble opinion was never a good idea anyhow( live pin-muxing ). On Mon, Feb 10, 2014 at 10:58 AM

[beagleboard] BBB ttyUSB not mounted

2014-02-10 Thread mikael . ljunggren
Hi, My BBB is running Ubuntu 13.10 v3.8.13-bone37 kernel I have installed weewx weather station software and attaches the station through USB but cannot get the BBB to mount it on ttyUSBx lsusb gives Bus 001 Device 002: ID 1941:8021 Dream Link WH1080 Weather Station / USB Missile Launcher B

[beagleboard] Customizing BBB Angstrom Kernel?

2014-02-10 Thread Mark Hatch
Hi friends, Total newbie here, so forgive me. I'm trying to add functionality to iptables so I can use the BBB as a ad-hoc "router", sharing it's Ethernet connection with others. >From what I've gleamed so far

Re: [beagleboard] up all night.. fdisk questions

2014-02-10 Thread Ron Morgan
fair enough thanks again -- 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...@go

Re: [beagleboard] Xenomai master -> BBB RCNelson 3.13-bone5 kernel patches

2014-02-10 Thread John Syn
From: David Lewin Reply-To: Date: Monday, February 10, 2014 at 5:43 AM To: Subject: Re: [beagleboard] Xenomai master -> BBB RCNelson 3.13-bone5 kernel patches > John, > from the KERNEL dir : >> patch -p1 < cds_xenomai.patch > > outputs error on : > > Can't find file at > >> @@ -866,12

[beagleboard] 3D Printer Cape for BeagleBone

2014-02-10 Thread Charles Steinkuehler
I have finished the initial design for a new 3D printer cape for the BeagleBone. Based on the RAMPS and RAMPS-FD, I'm calling the board "Cape-RAMPS", or CRAMPS. :) At this point, I've just sent out the PCB design to OSH Park, but the RAMPS-FD folks have been through a couple of prototypes alread

Re: [beagleboard] BeagleBone Black Availability

2014-02-10 Thread Charles Steinkuehler
Only in the general sense of pushing forward progress with LinuxCNC on the BeagleBone in general. Specifically, my Shapeoko V2 is still in the box and I've been working on getting the hardware setup so in can be understood and implemented without cross-referencing 5 different ways of referring to

[beagleboard] kgdb over serial connection on BB xm running Angstrom: no stepping or breakpoints possible

2014-02-10 Thread David
Hi, I have got a problem using kgdb over a serial connection to my Beagleboard xm running Angstrom. uEnv.txt contains: [...] kgdbwait kgdboc=ttyO2,115200 kgdbcon The kernel is compiled with: KGDB: ->use kgdb over serial console and ->Load all symbols for debugging/ksymoops ->Include all symb

[beagleboard] Free Up Space on BBB

2014-02-10 Thread joshpeltier
I have a BBB with angstrom installed. I am updated the system to try to get my wifi working, and I have run out of space after doing opkg update/upgrade. I was wondering if anyone could help me figure out what packages I can remove to free up some space. I don't need the gui, I will be running

Re: [beagleboard] Re: [Issue] BeagleBone Black Random Reboot

2014-02-10 Thread Illutian Kade
Turns out it was a faulty PMIC. It's been fixed and is happily blinking away :D On Monday, February 10, 2014 5:55:30 AM UTC-5, Thomas J wrote: > > Hi > any news on this issue ? I have the same problem with my beagle xm, with > linux not running anything and it still reboots after 1 to 5 minutes

Re: [beagleboard] Re: CapeMgr in 3.13?

2014-02-10 Thread Don deJuan
On 02/10/2014 09:52 AM, robert.berger wrote: > Hi, > > Where does it state he is running on 3.13, I seem to be missing it ? > > > Sorry - to many thirteen s - it's 3.8.13 ;) > > https://github.com/derekmolloy/boneDeviceTree/tree/master/DTSource3.8.13 > > Regards, > > Robert > -- > For more opt

Re: [beagleboard] I need to hide the mouse

2014-02-10 Thread electronics.cat
The package to hide the mouse pointer is : unclutter Regards, Jordi El 07/02/14 23:13, Giovanni Paolini ha escrit: Thanks Mickae1 What I'm doing is an information screen in html, the browser I use is google-chromium, SO Angstrom, and I need to hide the mouse. El viernes, 7 de febrero

Re: [beagleboard] Re: CapeMgr in 3.13?

2014-02-10 Thread robert.berger
Hi, Where does it state he is running on 3.13, I seem to be missing it ? > Sorry - to many thirteen s - it's 3.8.13 ;) https://github.com/derekmolloy/boneDeviceTree/tree/master/DTSource3.8.13 Regards, Robert -- For more options, visit http://beagleboard.org/discuss --- You received this m

Re: [beagleboard] Vanilla kernel with real-time patch doesn't build for omap3 BBxM Ubuntu12.04

2014-02-10 Thread hvn052
Op maandag 10 februari 2014 17:56:41 UTC+1 schreef RobertCNelson: > > > > > On Mon, Feb 10, 2014 at 10:48 AM, > wrote: > >> Op maandag 10 februari 2014 17:32:46 UTC+1 schreef RobertCNelson: >> >>> > > >> I took vanilla kernel 3.5.7 because of a necessary patch that >> supports

Re: [beagleboard] sleep mode and wake modes..

2014-02-10 Thread Robert Nelson
On Mon, Feb 10, 2014 at 11:17 AM, Ron Morgan wrote: > > > On Monday, February 10, 2014 9:41:42 AM UTC-7, RobertCNelson wrote: > >> >> >> >> On Mon, Feb 10, 2014 at 10:39 AM, Ron Morgan wrote: >> >>> >>> >>> oh and the image is from the armhf website. >>> armhf

Re: [beagleboard] Re: CapeMgr in 3.13?

2014-02-10 Thread Charles Steinkuehler
On 2/10/2014 10:10 AM, Robert Nelson wrote: > On Mon, Feb 10, 2014 at 10:08 AM, robert.berger < > robert.karl.ber...@gmail.com> wrote: > >> Hi Charles, >> >> >> On Sunday, February 9, 2014 6:56:41 AM UTC+2, Charles Steinkuehler wrote: >>> >>> >>> I haven't tested with the 3.13 kernel, but this sou

Re: [beagleboard] sleep mode and wake modes..

2014-02-10 Thread Ron Morgan
On Monday, February 10, 2014 9:41:42 AM UTC-7, RobertCNelson wrote: > > > > > On Mon, Feb 10, 2014 at 10:39 AM, Ron Morgan > > wrote: > >> >> >> oh and the image is from the armhf website. >> armhf >> >> Debian Wheezy 7.2 Hard Float Min

Re: [beagleboard] Re: CapeMgr in 3.13?

2014-02-10 Thread Don deJuan
On 02/10/2014 08:50 AM, robert.berger wrote: > Hi, > > As far as I can see your "universal" device tree overlay > expects to find > > |/sys/devices/bone_capemgr.*/slots | > > which seems to be gone in 3.13.x > > > Are you up for porting it from v3.8 and maintaini

Re: [beagleboard] Vanilla kernel with real-time patch doesn't build for omap3 BBxM Ubuntu12.04

2014-02-10 Thread Robert Nelson
On Mon, Feb 10, 2014 at 10:48 AM, wrote: > Op maandag 10 februari 2014 17:32:46 UTC+1 schreef RobertCNelson: > >> > I took vanilla kernel 3.5.7 because of a necessary patch that supports > this version. Is there any other kernel version you can recommend for > omap3 > ?

Re: [beagleboard] Re: CapeMgr in 3.13?

2014-02-10 Thread robert.berger
Hi, As far as I can see your "universal" device tree overlay expects to find >> >> /sys/devices/bone_capemgr.*/slots >> >> which seems to be gone in 3.13.x >> > > Are you up for porting it from v3.8 and maintaining it? ;) > Not me, so I am looking for some solution which is not a dead end;) ..

Re: [beagleboard] Vanilla kernel with real-time patch doesn't build for omap3 BBxM Ubuntu12.04

2014-02-10 Thread hvn052
Op maandag 10 februari 2014 17:32:46 UTC+1 schreef RobertCNelson: > > >>> >>> I took vanilla kernel 3.5.7 because of a necessary patch that supports this version. Is there any other kernel version you can recommend for omap3 ? >>> >>> v3.13.2 as it's the latest stable

Re: [beagleboard] sleep mode and wake modes..

2014-02-10 Thread Robert Nelson
On Mon, Feb 10, 2014 at 10:39 AM, Ron Morgan wrote: > > > oh and the image is from the armhf website. > armhf > > Debian Wheezy 7.2 Hard Float Minimal Image > Okay, so it's not debian the image i'm developing for beagleboard.org. You sho

Re: [beagleboard] sleep mode and wake modes..

2014-02-10 Thread Ron Morgan
oh and the image is from the armhf website. armhf Debian Wheezy 7.2 Hard Float Minimal Image -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "Bea

Re: [beagleboard] Vanilla kernel with real-time patch doesn't build for omap3 BBxM Ubuntu12.04

2014-02-10 Thread Robert Nelson
> > >> >> >>> I took vanilla kernel 3.5.7 because of a necessary patch that supports >>> this version. Is there any other kernel version you can recommend for omap3 >>> ? >>> >> >> v3.13.2 as it's the latest stable on kernel.org >> > > And which is the previous stable for omap3 that you recommend ?

Re: [beagleboard] Vanilla kernel with real-time patch doesn't build for omap3 BBxM Ubuntu12.04

2014-02-10 Thread Robert Nelson
On Mon, Feb 10, 2014 at 10:24 AM, wrote: > Op maandag 10 februari 2014 17:18:24 UTC+1 schreef RobertCNelson: > >> >> >> >> On Mon, Feb 10, 2014 at 10:17 AM, wrote: >> >>> Op maandag 10 februari 2014 16:58:09 UTC+1 schreef RobertCNelson: >>> On Mon, Feb 10, 2014 at 9:49 AM, w

Re: [beagleboard] Vanilla kernel with real-time patch doesn't build for omap3 BBxM Ubuntu12.04

2014-02-10 Thread hvn052
Op maandag 10 februari 2014 17:27:11 UTC+1 schreef RobertCNelson: > > > > > On Mon, Feb 10, 2014 at 10:24 AM, > wrote: > >> Op maandag 10 februari 2014 17:18:24 UTC+1 schreef RobertCNelson: >> >>> >>> >>> >>> On Mon, Feb 10, 2014 at 10:17 AM, wrote: >>> Op maandag 10 februari 2014 16:58:09 UT

Re: [beagleboard] Vanilla kernel with real-time patch doesn't build for omap3 BBxM Ubuntu12.04

2014-02-10 Thread hvn052
Op maandag 10 februari 2014 17:18:24 UTC+1 schreef RobertCNelson: > > > > > On Mon, Feb 10, 2014 at 10:17 AM, > wrote: > >> Op maandag 10 februari 2014 16:58:09 UTC+1 schreef RobertCNelson: >> >>> >>> >>> >>> On Mon, Feb 10, 2014 at 9:49 AM, wrote: >>> Op maandag 10 februari 2014 16:34:51 UTC

Re: [beagleboard] Vanilla kernel with real-time patch doesn't build for omap3 BBxM Ubuntu12.04

2014-02-10 Thread hvn052
Op maandag 10 februari 2014 16:58:09 UTC+1 schreef RobertCNelson: > > > > > On Mon, Feb 10, 2014 at 9:49 AM, > wrote: > >> Op maandag 10 februari 2014 16:34:51 UTC+1 schreef RobertCNelson: >> >>> >>> >>> >>> On Sun, Feb 9, 2014 at 9:34 AM, wrote: >>> Hi, I patched a vanilla kernel f

Re: [beagleboard] Vanilla kernel with real-time patch doesn't build for omap3 BBxM Ubuntu12.04

2014-02-10 Thread Robert Nelson
On Mon, Feb 10, 2014 at 10:17 AM, wrote: > Op maandag 10 februari 2014 16:58:09 UTC+1 schreef RobertCNelson: > >> >> >> >> On Mon, Feb 10, 2014 at 9:49 AM, wrote: >> >>> Op maandag 10 februari 2014 16:34:51 UTC+1 schreef RobertCNelson: >>> On Sun, Feb 9, 2014 at 9:34 AM, wro

Re: [beagleboard] Re: CapeMgr in 3.13?

2014-02-10 Thread Robert Nelson
On Mon, Feb 10, 2014 at 10:08 AM, robert.berger < robert.karl.ber...@gmail.com> wrote: > Hi Charles, > > > On Sunday, February 9, 2014 6:56:41 AM UTC+2, Charles Steinkuehler wrote: >> >> >> I haven't tested with the 3.13 kernel, but this sounds like a good use >> for my "universal" device tree ove

Re: [beagleboard] Re: CapeMgr in 3.13?

2014-02-10 Thread robert.berger
Hi Charles, On Sunday, February 9, 2014 6:56:41 AM UTC+2, Charles Steinkuehler wrote: > > > I haven't tested with the 3.13 kernel, but this sounds like a good use > for my "universal" device tree overlay, > As far as I can see your "universal" device tree overlay expects to find /sys/devices/

Re: [beagleboard] Control hardware from webserver

2014-02-10 Thread Jack Mitchell
On 07/02/14 21:28, jdswen...@gmail.com wrote: > OS Image: Ubuntu Precise 12.04.3 LTS > > I'm attempting to control LEDs from a webpage (and eventually other > hardware from the device tree overlay). I've written a C program to > toggle the onboard LED based on the arguments passed to it. This onl

Re: [beagleboard] sleep mode and wake modes..

2014-02-10 Thread Ron Morgan
it may have been something external that was connected that cause the sleep mode? im not sure I unpluded everyting, the HDMI and the USB hub with the keyboard and mouse. only thing left was the power cable and the network cable. BBB has been running for the last 36 hours and no sleep mode that

Re: [beagleboard] up all night.. fdisk questions

2014-02-10 Thread Robert Nelson
> Do you guys not use swap? > > my purpose for this device is to run a filtering proxy server for my home. > I have kids with different needs and different levels of filtering. I had > not considered flash wearing out. My understanding is that it would take > years. But I had not looked in to the m

Re: [beagleboard] Vanilla kernel with real-time patch doesn't build for omap3 BBxM Ubuntu12.04

2014-02-10 Thread Robert Nelson
On Mon, Feb 10, 2014 at 9:49 AM, wrote: > Op maandag 10 februari 2014 16:34:51 UTC+1 schreef RobertCNelson: > >> >> >> >> On Sun, Feb 9, 2014 at 9:34 AM, wrote: >> >>> Hi, >>> >>> I patched a vanilla kernel for realtime and configured it for omap3 >>> beagle. However, after building it using mak

[beagleboard] Re: up all night.. fdisk questions

2014-02-10 Thread Ron Morgan
> > > > On Saturday, February 8, 2014 2:09:20 AM UTC-7, Ron Morgan wrote: > > > I got a shinny new bbb today.. havent stopped playing with for the last 9 > hours.. so im kind of tired. > > I have a BBB runing debian 7.2 from a 8GB micro sd. > > all is working fine with debian, its running headl

Re: [beagleboard] up all night.. fdisk questions

2014-02-10 Thread Ron Morgan
On Monday, February 10, 2014 7:56:00 AM UTC-7, RobertCNelson wrote: > > >> 1 how does /dev/mmcblkboot0 and mmcblkboot1 not cotain a valid partition >> table? what does that mean exactly? how does this boot without a valid >> partition? >> > > > It's a new feature of the "eMMC" spec, it's not ut

Re: [beagleboard] Re: Frustrated trying to do basic things...

2014-02-10 Thread Robert Nelson
On Mon, Feb 10, 2014 at 9:38 AM, doog wrote: > I just check and BONE_D64.exe linked on the Getting Started page was > working and downloaded a 1.1MB file. Gotta love how fast BB.org folks fix > things. > > Because you didn't say anything about a USB network device which should > load up along wit

Re: [beagleboard] Vanilla kernel with real-time patch doesn't build for omap3 BBxM Ubuntu12.04

2014-02-10 Thread hvn052
Op maandag 10 februari 2014 16:34:51 UTC+1 schreef RobertCNelson: > > > > > On Sun, Feb 9, 2014 at 9:34 AM, > wrote: > >> Hi, >> >> I patched a vanilla kernel for realtime and configured it for omap3 >> beagle. However, after building it using make-kpkg with >> "DEB_HOST_ARCH=armhf CLEAN_SOURCE=n

[beagleboard] Re: Frustrated trying to do basic things...

2014-02-10 Thread doog
I just check and BONE_D64.exe linked on the Getting Started page was working and downloaded a 1.1MB file. Gotta love how fast BB.org folks fix things. Because you didn't say anything about a USB network device which should load up along with the flash memory device I would say reflash to the l

Re: [beagleboard] Vanilla kernel with real-time patch doesn't build for omap3 BBxM Ubuntu12.04

2014-02-10 Thread Robert Nelson
On Sun, Feb 9, 2014 at 9:34 AM, wrote: > Hi, > > I patched a vanilla kernel for realtime and configured it for omap3 > beagle. However, after building it using make-kpkg with > "DEB_HOST_ARCH=armhf CLEAN_SOURCE=no fakeroot make-kpkg --arch=arm > --subarch=omap3 --cross-compile=arm-linux-gnueabihf

[beagleboard] Re: Vanilla kernel with real-time patch doesn't build for omap3 BBxM Ubuntu12.04

2014-02-10 Thread dlewin555
I don't have the answer, but I want the same thing as you: so come on and join to the party here, you'll have more answers : https://groups.google.com/d/topic/beagleboard/HqwuSu2tLe8/discussion Le dimanche 9 février 2014 16:34:15 UTC+1, hvn...@gmail.com a écrit : > > Hi, > > I patched a vanill

Re: [beagleboard] Re: what's the BBB boot procedure?

2014-02-10 Thread Robert Nelson
On Mon, Feb 10, 2014 at 6:55 AM, Robert P. J. Day wrote: > On Sat, 8 Feb 2014, Rusty Wright wrote: > > > Another one; this one looks good: > > http://www.crashcourse.ca/wiki/index.php/U-Boot_Commands_on_the_BBB > > quick question to the list, that's probably been spending more time > on this tha

Re: [beagleboard] up all night.. fdisk questions

2014-02-10 Thread Robert Nelson
> > > 1 how does /dev/mmcblkboot0 and mmcblkboot1 not cotain a valid partition > table? what does that mean exactly? how does this boot without a valid > partition? > It's a new feature of the "eMMC" spec, it's not utilized by current am335x silicon... Just ignore... > 2 why or how, does the s

Re: [beagleboard] sleep mode and wake modes..

2014-02-10 Thread Robert Nelson
On Sat, Feb 8, 2014 at 6:48 PM, Ron Morgan wrote: > > I have a BBB running headless debian 7.2 from sd card. > > I left it up and running last night, when I went to ssh into it this > morning it was in a sleep mode or a suspend mode. I want the BBB to stay on > all the time and not inter sleep mo

Re: [beagleboard] USB audio dropouts and Xruns on BBB

2014-02-10 Thread Robert Nelson
On Mon, Feb 10, 2014 at 4:24 AM, Michal Šmucr wrote: > Hello, > > i would like to ask you for experience with USB audio interfaces and BBB. > I'm having trouble with BBB (rev. A6A) and audio playback with > snd-usb-audio under higher interrupt loads. > If i play audio through USB interface and fo

Re: [beagleboard] USB audio dropouts and Xruns on BBB

2014-02-10 Thread Robert Nelson
On Mon, Feb 10, 2014 at 4:24 AM, Michal Šmucr wrote: > Hello, > > i would like to ask you for experience with USB audio interfaces and BBB. > I'm having trouble with BBB (rev. A6A) and audio playback with > snd-usb-audio under higher interrupt loads. > If i play audio through USB interface and fo

Re: [beagleboard] Frustrated trying to do basic things...

2014-02-10 Thread Gerald Coley
Reflash the eMMC. http://www.elinux.org/Beagleboard:BeagleBoneBlack. Gerald On Sun, Feb 9, 2014 at 7:53 AM, Larry Klein wrote: > I recently acquired a beagleBone Black board. Followed the simple > directions to plug it into a USB port on my Win 8.1 PC and a new drive > showed up. Yay! > > EX

Re: [beagleboard] Flashing Compiled Kernel

2014-02-10 Thread Robert Nelson
On Sat, Feb 8, 2014 at 9:30 AM, wrote: > I have compiled the latest debian kernel using instructions I found on > another post: > > git clone git://github.com/RobertCNelson/linux-dev.git > cd linux-dev/ > git checkout origin/am33x-v3.8 -b tmp > ./build_kernel.sh > > The build is complete. I can't

Re: [beagleboard] Need Register manual for TPS65950/TWL4030

2014-02-10 Thread Gerald Coley
http://www.ti.com/product/tps65950 Gerald On Sun, Feb 9, 2014 at 10:13 PM, wrote: > Link you have specified, doesn't contain any document. > Please find teh error below. > > [image: Sorry! We couldn't find your page.] > > The page you are looking for might have been removed, had its name > ch

Re: [beagleboard] BeagleBone Black: v3.8.13-bone37 kernel flash slowly fills up

2014-02-10 Thread Robert Nelson
On Sat, Feb 8, 2014 at 8:29 AM, wrote: > Can someone tell me how to apply the built kernel on debian? I followed > the above instructions to download from git and then compiled. I don't know > how to apply the built kernel. Thanks > If your image is on the microSD, just stick it in and run "./to

Re: [beagleboard] BBB Freeze then failure to boot

2014-02-10 Thread Gerald Coley
Sounds like something may have died. But it is rather hard to debug hardware via email. I suggest that you try an RMA request and get it looked at. Gerald On Sun, Feb 9, 2014 at 9:02 PM, rolf schatzmann wrote: > Hi All, > > I have a BBB Rev A6 (SN 3913BBBK1414) that I purchased from Sparkfun

Re: [beagleboard] Xenomai master -> BBB RCNelson 3.13-bone5 kernel patches

2014-02-10 Thread David Lewin
John, from the KERNEL dir : > patch -p1 < cds_xenomai.patch outputs error on : Can't find file at @@ -866,12 +866,40 @@ saucy () { 2014-02-09 18:51 GMT+01:00 David Lewin : > OK will give it a try, thanks for the tip. > > > 2014-02-09 3:39 GMT+01:00 John Syn : > > >> From: David Lewin >>

[beagleboard] Re: Flashing Compiled Kernel

2014-02-10 Thread Moon Walker
This (install_kernel.sh)was not working for me too... I simply copied the compiled modules from the NFS server to the appropiate directories *with winscp* and rebooted the rig... Works fine now. On Saturday, February 8, 2014 4:30:03 PM UTC+1, godsf...@gmail.com wrote: > > I have compiled the

[beagleboard] GSOC 2014,

2014-02-10 Thread mjunaidmuzammil
Hello, I am Junaid, one of the postgraduate students interested in applying for this year GSOC. On going through the idea list, I was really attracted with a couple of project ideas including Bonescript projects and Openembedded support for npm package for node.js. The qualification requiremen

[beagleboard] BBB with ROS Training Class February 15th -- Mountain View, CA

2014-02-10 Thread Greg Maxwell
Hello Everyone, Saturday February 15th 9:30 am to 1:30+ Located in Mountain View, CA at the Hackers Dojo Classroom We are presenting a Full Day Seminar on how to get started with ROS on a Beagle Bone Black (BBB). You will leave with a working motor controller fully controlled via ROS and learn

Re: [beagleboard] Re: [Issue] BeagleBone Black Random Reboot

2014-02-10 Thread Thomas J
Hi any news on this issue ? I have the same problem with my beagle xm, with linux not running anything and it still reboots after 1 to 5 minutes If there is anything electric to do to make this work (add a capacity in front of the 5V power supply, ...) I can do it, I have lots of electronic tool

[beagleboard] OwnCloud/File Server wich OS

2014-02-10 Thread Gab riel
Hello, i have this project in my mind...;-) I would like to have a small homeserver, to sync my contacts, Calender, a bit of file storage, an maybe mp3's movies etc. I would like to sync my Contacts and Calenders with android and Mac OS, I thougt about the Beaglebone Black with Owncloud connect

[beagleboard] USB audio dropouts and Xruns on BBB

2014-02-10 Thread Michal Šmucr
Hello, i would like to ask you for experience with USB audio interfaces and BBB. I'm having trouble with BBB (rev. A6A) and audio playback with snd-usb-audio under higher interrupt loads. If i play audio through USB interface and for instance simultaneously transferring data from network mount,

Re: [beagleboard] Need Register manual for TPS65950/TWL4030

2014-02-10 Thread ravikiran . hv
Link you have specified, doesn't contain any document. Please find teh error below. [image: Sorry! We couldn't find your page.] The page you are looking for might have been removed, had its name changed, or is temporarily unavailable. Please check the address bar to make sure the link is typed

[beagleboard] BBB Freeze then failure to boot

2014-02-10 Thread rolf schatzmann
Hi All, I have a BBB Rev A6 (SN 3913BBBK1414) that I purchased from Sparkfun in November 2013. It has been running Ubuntu perfectly since it arrived in Dec. It has been running on a regulated 5v power supply and housed in a case. A couple of days ago it stopped responding and then I checked it

Re: [beagleboard] Re: Android running on BBB with Linux 3.8

2014-02-10 Thread pru . priv
I have just tested with hdmi connection (so no LCD7) and it's the same - no mouse. On Monday, February 3, 2014 10:45:31 AM UTC+1, pru@gmail.com wrote: > > > > On Sunday, July 7, 2013 4:09:26 AM UTC+2, Andrew Henderson wrote: >> >> [...] >> > Try testing it out with a USB mouse and making sur

[beagleboard] Angstrom boot hangs up on "Uncompressing Linux"

2014-02-10 Thread dexcelstraun7
I'm trying to use a BeagleBoard xM for a robotics project. I've installed Angstrom on a 4 GB SD card as per http://treyweaver.blogspot.com/2010/10/installing-angstrom-on-beagleboard-xm.html. I plugged the SD card into my BeagleBoard xM, configured minicom to interact with the BeagleBoard's ser

[beagleboard] Re: Not able to ping through Beaglebone Black on laptop

2014-02-10 Thread Dorian Levy
> > Make sure you allow sharing under internet settings. > -- 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 emai

[beagleboard] proportional control of servo-motor by beaglebone black

2014-02-10 Thread flagadajones
Hi, For a personal project i need to control a servo-motor (esbe ara659). This servo motor has a proportional control with 0-10Volt range, or 0-20mA rand. Could you help me to find how i can control it with my beaglebone black. thanks Flagadajones -- For more options, visit http://beagleboa

[beagleboard] Re: Finished my eQEP Driver

2014-02-10 Thread Lars Vestergaard
I have compiled the .dts files and the .dtbo files are generated. However I get the following message when I load the device tree overlay. Do you have any aiea how to debug that? root@arm:/lib# echo bone_eqep0 > /sys/devices/bone_capemgr.9/slots -bash: echo: write error: Invalid argument / Lars

[beagleboard] Beaglebone Black OLED 2864 SSD1306 Display how-to

2014-02-10 Thread bbbusr
I've got a beaglebone black and one of these 2864 oleds: http://www.amazon.com/OLED-display-module-Gadgeteer-Compatible/dp/B00B0RH20S/ref=sr_sp-atf_title_1_3?ie=UTF8&qid=1391961553&sr=8-3&keywords=oled+2864 which uses the ssd1306, and I'm a bit new at interfacing with these displays. I've done

[beagleboard] 32 channel servo controller board

2014-02-10 Thread Xload
Hi, Do you think one of theses 32 channels servo controller board can fit fine with BBB? http://robotbase.com.cn/search/product?SearchText=32+channels+servo+controller Which one could be the best (small, powerful, fast)? Thanks -- For more options, visit http://beagleboard.org/discuss --- Yo

[beagleboard] Adding support for the BeagleBone White DVI-D with audio cape

2014-02-10 Thread cde
Hello, The current 3.8 rcn linux-dev is missing the devicetree spec for this cape (http://elinux.org/Beagleboard:BeagleBone_DVI-D_with_Audio). This cape is based on the DVI-D rev A2 cape (http://elinux.org/CircuitCo/BeagleBone_DVI-D) combined with the audio rev A cape (http://elinux.org/Circui

  1   2   >