[beagleboard] Alternate Hardware Drivers and Device Tree

2015-03-30 Thread Charles Steinkuehler
I would like to be able to make use of some internal hardware on the AM335x (like PWM, SPI, and CAN) for hard real-time operations. In order to get these pieces of hardware powered on with clocks and out of reset, it's necessary to include them in the device tree bindings. But this loads the

[beagleboard] Best node performance for an expressjs app

2015-03-30 Thread Matthew Karas
The log I'm getting from this example app shows a minimum response time of 4 - 17 ms. The route itself is doing nothing. Is this the quickest response node can do on the bbb? The board is only running the example server. GET / 200 16.876 ms - 0 GET / 200 4.474 ms - 0 GET / 200 4.592 ms - 0

[beagleboard] I need to reverse the changes made by installing PAE.

2015-03-30 Thread datamacriver
Unfortunately, I performed an install of PAE but actually didn't need it as to my computer is 64-bit Ubuntu 14.04. Now it only runs from the livecd. I need a step-by-step guide to reverse the install settings. -- For more options, visit http://beagleboard.org/discuss --- You received this

[beagleboard] Re: Load and execute PRU code from bare-metal application

2015-03-30 Thread Karl Karpfen
Am Donnerstag, 26. März 2015 08:38:50 UTC+1 schrieb BryanB: Did you ever make any progress with your questions? I'd suggest to have a look into this thread: https://groups.google.com/forum/#!category-topic/beagleboard/pru/rCO-2nKynVE -- For more options, visit

[beagleboard] BBB not accessible

2015-03-30 Thread ifmx4ever
Hello, I am looking for some help. Appreciate any input. I have a BBB running Ubuntu 14.04. I also have TP-Link TL-725N wifi dongle. I did follow instructions from this site to http://coremega.tumblr.com/post/78194792401/install-tp-link-wireless-n-adapter-tl-wn725n-on to build the required

Re: [beagleboard] BBB not accessible

2015-03-30 Thread Robert Nelson
On Mon, Mar 30, 2015 at 12:34 PM, ifmx4e...@gmail.com wrote: Hello, I am looking for some help. Appreciate any input. I have a BBB running Ubuntu 14.04. I also have TP-Link TL-725N wifi dongle. I did follow instructions from this site to

[beagleboard] PRUSPEAK now supports uS delays

2015-03-30 Thread Shubhangi Gupta
Hey all, You can now send uS delays to PRU using WAIT instructions. https://github.com/shubhi1407/pruspeak ( pull request pending ) https://github.com/deepakkarki/pruspeak/pull/7 ( pull request. Explains additions which have been done ) Thanks Shubhangi -- For more options, visit

[beagleboard] 8 port 1-wire cape

2015-03-30 Thread fcampaigne
I have a project that will use more than 8 1-wire sensors. Since the 1-wire networks is sensor addressable, I was wondering if it is possible to use one of the 8 port cape RJ11 jacks for more than one 1-wire sensor? -- For more options, visit http://beagleboard.org/discuss --- You received

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

2015-03-30 Thread vanerjm
I've downloaded the image and using DD I have applied in my microSD. After DD finished, my microSD mounted 3 partitions. I've put it my BeagleBone Black but the android did not start (even with the boot button pressed). I don't know what was wrong. Em segunda-feira, 17 de junho de 2013

[beagleboard] Beagleboard XM and Leopard Imaging LM-5M03

2015-03-30 Thread Michael Lefsky
I have an XM board and LI-5M03 camera board from Leopard Imaging that I am selling on ebay, should anyone be interested in purchasing this hardware. You are bidding on an unopened Beagleboard XM and an opened but never used LI-5M03 camera board that can be plugged into the camera port on

Re: [beagleboard] 8 port 1-wire cape

2015-03-30 Thread liyaoshi
not tested but http://lxr.free-electrons.com/source/drivers/w1/masters/w1-gpio.c?v=3.14 http://www.raspberrypi.org/forums/viewtopic.php?f=44t=65137 might be its possible 2015-03-31 4:20 GMT+08:00 fcampai...@gmail.com: I have a project that will use more than 8 1-wire sensors. Since the

Re: [beagleboard] Re: Having to manually start Wifi

2015-03-30 Thread Graham Haddock
Brian: Thanks for the pointers. I will go read up on it. Thanks, --- Graham == On Fri, Mar 27, 2015 at 7:06 PM, Brian Anderson b...@nwlink.com wrote: Since you are using Jessie images, have you tried using ConnMan to manage the WiFi connection rather than resorting to all of this systemd

Re: [beagleboard] Issue with CAN cape

2015-03-30 Thread Robert Nelson
On Mon, Mar 30, 2015 at 10:44 AM, frudak.chors...@gmail.com wrote: Hi there! I don't know how to get BBB's DCAN1 working, though I've been striving for quite a long time. I installed the OS from a Debian image available at http://beagleboard.org/ and followed the guide