[beagleboard] Device Tree Overlay does not work

2015-06-16 Thread Frédéric
Hi! I just made my first DTO, but it does not work! Here is the code of the .dtso file: /dts-v1/; /plugin/; / { compatible = "ti,beaglebone", "ti,beaglebone-black"; /* identification */ part-number = "FMA-PWM"; version = "00A0"; exclusive-use = "pru0", /* th

[beagleboard] Re: Device Tree Overlay does not work

2015-06-16 Thread Frédéric
> > I forgot to post the dmesg output: > [ 3870.700960] bone-capemgr bone_capemgr.9: part_number 'FMA_PWM', version 'N/A' [ 3870.701038] bone-capemgr bone_capemgr.9: slot #8: generic override [ 3870.701054] bone-capemgr bone_capemgr.9: bone: Using override eeprom data at slot 8 [ 3870.701070] b

[beagleboard] Running Cloud9 on a 2GB install on a Motorola Lapdock.

2015-06-16 Thread jamcan
Hi, all. I am trying to find a 2GB emmc image with a browser for using cloud9 on a Motorola Atrix lapdock. I have the 2015-03-08 2GB Debian image installed on a Rev A BBB, but there is no browser installed in this release. Being a newbie I am at a bit of a loss trying to figure out what packages

Re: [beagleboard] BBB without solder headers? Or with pin through stacking headers

2015-06-16 Thread Gerald Coley
Yes, I know. I designed it. Gerald On Mon, Jun 15, 2015 at 11:09 PM, Jeff Albrecht < jeffrey.h.albre...@gmail.com> wrote: > Interesting board. > > Here's a youtube of the BeagleBone breakout cape > for those interested. > > - jeffa > > On Monday, June 15, 2015 a

[beagleboard] Issues with Enabling SPIDev on Beaglebone Black

2015-06-16 Thread Brendan Merna
I'm trying to enable SPI on boot up on my Beaglebone Black. I followed the wiki link below under the title SPI1 D1 Output and D0 Input I created the .dts file and compiled it. I then moved it to /lib/firmware/ and then enabled the device overlay tree. Finally, I changed the uenv.txt file by a

[beagleboard] gdb issue

2015-06-16 Thread Adam Weiss
All, I've been following Derek Molloy's videos for the Beaglebone Black. I'm trying to get Eclipse set up to remotely debug C/C++ on the BBB. As far as I can tell, everything is configured properly. I can SSH and automatically deploy my code to the target after it builds. However, when I try to d

[beagleboard] Video for Linux not there?

2015-06-16 Thread Adam Weiss
I have a brand new Beaglebone Black. I updated the image to the latest. >From my understanding V4L should be included in the kernel. However, when I run v4l2-ctl, I get a "command not found". Any assistance would be greatly appreciated! Adam -- For more options, visit http://beagleboard.org/di

Re: [beagleboard] Video for Linux not there?

2015-06-16 Thread Robert Nelson
On Tue, Jun 16, 2015 at 9:43 AM, Adam Weiss wrote: > I have a brand new Beaglebone Black. > I updated the image to the latest. > > From my understanding V4L should be included in the kernel. > However, when I run v4l2-ctl, I get a "command not found". > > Any assistance would be greatly appreciate

Re: [beagleboard] Video for Linux not there?

2015-06-16 Thread Robert Nelson
On Tue, Jun 16, 2015 at 9:50 AM, Adam Weiss wrote: > when I try "sudo apt-get install v4l-utils", it can't find that package. sudo apt-get update ; sudo apt-get install v4l-utils Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You

Re: [beagleboard] Video for Linux not there?

2015-06-16 Thread Adam Weiss
when I try "sudo apt-get install v4l-utils", it can't find that package. On Tuesday, June 16, 2015 at 9:46:08 AM UTC-5, RobertCNelson wrote: > > On Tue, Jun 16, 2015 at 9:43 AM, Adam Weiss > wrote: > > I have a brand new Beaglebone Black. > > I updated the image to the latest. > > > > From my

Re: [beagleboard] Video for Linux not there?

2015-06-16 Thread Adam Weiss
thank you. I'll give that a try when I get home tonight! On Tue, Jun 16, 2015 at 9:51 AM, Robert Nelson wrote: > On Tue, Jun 16, 2015 at 9:50 AM, Adam Weiss wrote: > > when I try "sudo apt-get install v4l-utils", it can't find that package. > > sudo apt-get update ; sudo apt-get install v4l-uti

[beagleboard] Re: gdb issue

2015-06-16 Thread Aaron Clarke
I found that that can happen when the gdbserver crashes, which can be caused by incompatible versions of gdbserver and gdb. Aaron On Tuesday, June 16, 2015 at 10:40:35 AM UTC-4, Adam Weiss wrote: > > All, > > I've been following Derek Molloy's videos for the Beaglebone Black. > I'm trying to get

Re: [beagleboard] Re: gdb issue

2015-06-16 Thread Adam Weiss
Thanks! I verified the versions I have match what Mr. Molloy was using. However, digging around in the forums, I was able to find someone else that had the same problem, and fixed it as follows: Since I'm running virtualbox, and seeing the same symptoms as him, I'm going to try this solution tonig

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

2015-06-16 Thread Charles Steinkuehler
On 6/15/2015 4:20 PM, William Hermans wrote: >> >> *If you're looking for details on the BBB/Xenomai install, that's not* >> * really within the realm of the Machinekit docs repo. The best place* >> * to look for the details and "secret sauce" of building a working image* >> * is to actually grab

Re: [beagleboard] Running Cloud9 on a 2GB install on a Motorola Lapdock.

2015-06-16 Thread Robert Nelson
On Tue, Jun 16, 2015 at 4:48 AM, jamcan wrote: > > Hi, all. > I am trying to find a 2GB emmc image with a browser for using cloud9 on a > Motorola Atrix lapdock. > I have the 2015-03-08 2GB Debian image installed on a Rev A BBB, but there > is no browser installed in this release. > Being a newbie

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

2015-06-16 Thread William Hermans
> > *That makes sense, but is _way_ beyond the scope of a simple email,* > * particularly since I don't know how much you do or don't know about* > * coding for real-time.* > > *...* > > *Note that Machinekit is a project to control motors and other physical* > * things (ie: machines) that runs und

Re: [beagleboard] Video for Linux not there?

2015-06-16 Thread Adam Weiss
Perfect! I'm in business. Thank you! On Tuesday, June 16, 2015 at 10:00:57 AM UTC-5, Adam Weiss wrote: > > thank you. > I'll give that a try when I get home tonight! > > On Tue, Jun 16, 2015 at 9:51 AM, Robert Nelson > wrote: > >> On Tue, Jun 16, 2015 at 9:50 AM, Adam Weiss wrote: >> > when I t

Re: [beagleboard] Re: gdb issue

2015-06-16 Thread Adam Weiss
I tried setting the virtualbox to "Bridged Adapter"; however, after that I could not ping the BBB. Looks like I'm still in bad shape. What's really weird though is that I have selected the remote target (BBB) in the debug settings, but when I run, it looks like the project is actually running o

Re: [beagleboard] Re: gdb issue

2015-06-16 Thread Adam Weiss
Got it! There's a setting in the remote debug connection screen for "local" or "beaglebone"...somehow I missed this. Anywho...set that, and now I'm debugging! On Tuesday, June 16, 2015 at 6:05:16 PM UTC-5, Adam Weiss wrote: > > I tried setting the virtualbox to "Bridged Adapter"; however, after t

[beagleboard] smbus module for Python3 ?

2015-06-16 Thread Graham
Does anyone have a view as to if/when smbus would be available for Python3 ? Or any recommendations as to how to approach controlling the BBB I2C buses from Python 3 ? Thanks, --- Graham == -- For more options, visit http://beagleboard.org/discuss --- You received this message because you ar