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

2014-03-06 Thread dlewin555
I compile install xenomai using the BBB build environment in BBB, so have working gcc inside. The only thing cross-compiled is xenomai kernel kernel drivers, the rest is from the inside. I also have a working gcc inside, but can't make when system.h, asm/.../types.h, xeno_config.h

[beagleboard] Writing 8-bit data to GPIO pins - does one have to do it a bit at a time?

2014-03-06 Thread cl
All the examples and libraries (Python mostly) that I can find for doing IO to the GPIO pins seem to handle only a bit at a time. This is fine for things like driving relays and LEDs but makes little sense for 8-bit data. Are there any sets of 8 GPIO pins that can be used together easily for

[beagleboard] Trying to understand the IO Pin Modes in the manual

2014-03-06 Thread cl
I'm trying to understand how to *use* the tables in the BBB manual that how the GPIO (and other) pin modes. I understand the principal in that given the mode and the physical pin number you can see what IO from the processor drives the pin. What isn't clear (and I've done some Google searching

Re: [beagleboard] Re: Coding with C/C++ directly on Beaglebone, via IDE?

2014-03-06 Thread Alexander Holler
Am 06.03.2014 00:14, schrieb Karl Longen: I don't see anything wrong.in this world nothing is wrong (other than the attitude), there is what is right for someone and what is right for most of the people. In 15 years working as programmer, I have NEVER experienced a single developer

Re: [beagleboard] Re: Coding with C/C++ directly on Beaglebone, via IDE?

2014-03-06 Thread Alexander Holler
Am 06.03.2014 11:43, schrieb Micka: This kind of topic will never stop can we stop this discussion ? Every one has his favorite tools + we don't develop together which means that this discussion is useless. Not if someone says he knows it all and makes obvious false statements. -- For

Re: [beagleboard] Re: Coding with C/C++ directly on Beaglebone, via IDE?

2014-03-06 Thread Alexander Holler
Am 06.03.2014 00:05, schrieb Karl Longen: Exactly, that was in the pastthis is 2014; we don't necessarily need to use things from the past, when there is something else new that perform better And in 2016 you don't have a device anymore where your, what *you* declare as IDE, still will

[beagleboard] beaglebone black kernel creation error

2014-03-06 Thread siva kumar
i followed the procedures to compile the kernel for beaglebone black git clone git://github.com/beagleboard/kernel.git cd kernel git checkout 3.8 ./patch.sh cp configs/beaglebone kernel/arch/arm/configs/beaglebone_defconfig wget

Re: [beagleboard] Trying to understand the IO Pin Modes in the manual

2014-03-06 Thread Gerald Coley
From a HW standpoint, all this information is found in the Technical Reference Manual for the AM3358 processor. http://www.ti.com/product/am3358 Gerald On Thu, Mar 6, 2014 at 3:56 AM, c...@isbd.net wrote: I'm trying to understand how to *use* the tables in the BBB manual that how the

Re: [beagleboard] Writing 8-bit data to GPIO pins - does one have to do it a bit at a time?

2014-03-06 Thread Jason Kridner
On Thu, Mar 6, 2014 at 4:25 AM, c...@isbd.net wrote: All the examples and libraries (Python mostly) that I can find for doing IO to the GPIO pins seem to handle only a bit at a time. This is fine for things like driving relays and LEDs but makes little sense for 8-bit data. Are there any

[beagleboard] more than one command in a script

2014-03-06 Thread brad . hopper
Hey folks, just getting started here with BBB. Like many who get one of these I picked it up with a specific purpose in mind, and I want the board to start on that purpose right away... so I want to auto execute a script on startup. I'm not quite that far, and have a few tutorials to read on

Re: [beagleboard] Re: Availability - how come nobody has any BeagleBone Black to sell?

2014-03-06 Thread rchrdlyon1
That takes you into Atmel/Element14 SAM5 territory. Atmel are putting effort into Linux4Sam (Linux 3.10 LTS, Linux Mainline, and Yocto 1.5.1, with a Qt developer kit) and the latest board from Element14 is going to be $75.00. See: http://www.at91.com/linux4sam/bin/view/Linux4SAM/ and for the

[beagleboard] Re: Windows Embedded CE6.0 BSP Support BeagleBoneBlack and Capes Now

2014-03-06 Thread rchrdlyon1
Unfortunately you have sent our marketing department into rapturous overjoy! On Wednesday, March 5, 2014 11:56:07 PM UTC+11, steven zhang wrote: I saw an post on e2e.ti.com. Transfer the post here to help someone who maybe need. http://e2e.ti.com/support/embedded/wince/f/353/t/325716.aspx

[beagleboard] Re: Beaglebone black not detected when plugged into PC

2014-03-06 Thread randyw8483
1) Insert your SD card with a good image of Angstrom or Ubuntu. 2) Hold boot button down 3) Hold power button down until the power LED flashes 4) Wait until you see all 4 LEDs light up and release the boot button 5) Your BBB will now load off of the SD card image and you should have unbricked

[beagleboard] Re: more than one command in a script

2014-03-06 Thread Akhil
I think you want to run the first program that never returns as a background process. Here are some links on how to do that: http://www.cyberciti.biz/faq/linux-command-line-run-in-background/ http://www.thegeekstuff.com/2010/12/5-ways-to-execute-linux-command/ I think just appending an ampersand

[beagleboard] Re: Here is the BeagleBone Debian (beta) image you want to test

2014-03-06 Thread Casey Atherton
I can confirm that the UWN200 (and UWN100) are working well with the fix Robert mentioned. I'm getting a solid connection with WPA2 encryption. On Wednesday, March 5, 2014 5:51:19 PM UTC-5, Jason Kridner wrote: The latest BeagleBone Debian images are now posted at:

[beagleboard] When to power sensors connected to the BeagleBone Black?

2014-03-06 Thread Matthew Witherwax
As part of the Control of Mobile Robotics class offered through Cousera, the students are building robots based around the BeagleBone Black. The robot has 5 infrared distance sensors and 2 reflectance sensors used for odometry. These sensors are connected via voltage dividers to pins 33, 35,

Re: [beagleboard] When to power sensors connected to the BeagleBone Black?

2014-03-06 Thread Gerald Coley
I put that in there for a reason. It may not happen all the time, but eventually you could blow up the processor. Gerald On Thu, Mar 6, 2014 at 8:56 AM, Matthew Witherwax ablec...@gmail.comwrote: As part of the Control of Mobile Robotics class offered through Cousera, the students are

[beagleboard] Re: Trying to understand the IO Pin Modes in the manual

2014-03-06 Thread cl
Gerald Coley ger...@beagleboard.org wrote: [-- text/plain, encoding quoted-printable, charset: ISO-8859-1, 54 lines --] From a HW standpoint, all this information is found in the Technical Reference Manual for the AM3358 processor. http://www.ti.com/product/am3358 OK thank you, yes, it

Re: [beagleboard] When to power sensors connected to the BeagleBone Black?

2014-03-06 Thread Eric Palmer
If everything is driven form the same power source, even with voltage dividers or regulators, can we assume that turning on all devices at the same time, with one power switch, is safe or do we need to somehow put a delay into powering on everything but the BBB board? Eric On Thu, Mar 6, 2014

Re: [beagleboard] When to power sensors connected to the BeagleBone Black?

2014-03-06 Thread Matthew Witherwax
Thanks Gerald. That is exactly the response I was expecting and exactly the feeling I had. Never really like playing Russian roulette myself. Do you see any issue with powering the sensors via a voltage regulator like http://www.pololu.com/product/2098 that can be turned on via a pin on the BBB

[beagleboard] Re: Ubuntu 13.10 image doesn't seem to enable ethernet - should it?

2014-03-06 Thread cl
c...@isbd.net wrote: Robert Nelson robertcnel...@gmail.com wrote: Should this work or doesn't the Ubuntu image enable the ethernet? Or doesn't it do a proper search for DHCP server etc.? It's setup to get an ip from an dhcp.. So try.. (eth) ssh ubuntu@arm ssh ubuntu@arm.local

Re: [beagleboard] Re: Trying to understand the IO Pin Modes in the manual

2014-03-06 Thread Gerald Coley
That is taken care of by the device tree file. Gerald On Thu, Mar 6, 2014 at 8:57 AM, c...@isbd.net wrote: Gerald Coley ger...@beagleboard.org wrote: [-- text/plain, encoding quoted-printable, charset: ISO-8859-1, 54 lines --] From a HW standpoint, all this information is found in

Re: [beagleboard] When to power sensors connected to the BeagleBone Black?

2014-03-06 Thread Gerald Coley
Yes you can do that Use the 3.3V to enable the regulators. Gerald On Thu, Mar 6, 2014 at 9:03 AM, Matthew Witherwax ablec...@gmail.comwrote: Thanks Gerald. That is exactly the response I was expecting and exactly the feeling I had. Never really like playing Russian roulette myself. Do

[beagleboard] Re: Writing 8-bit data to GPIO pins - does one have to do it a bit at a time?

2014-03-06 Thread cl
Jason Kridner jason.krid...@hangerhead.com wrote: [snip] Thanks for that comprehensive answer - there's several things there I may look into, in particular using python file i/o to read the data. At present my Python code is carefully masking, shifting and outputting the data bit by bit

Re: [beagleboard] When to power sensors connected to the BeagleBone Black?

2014-03-06 Thread Matthew Witherwax
The way I read the manual and understand Gerald is that it isn't safe any more than it is safe to play Russian roulette because you don't always get shot. As Gerald said, you just might get lucky and not blow anything... until you do. On Thu, Mar 6, 2014 at 9:03 AM, Eric Palmer

Re: [beagleboard] When to power sensors connected to the BeagleBone Black?

2014-03-06 Thread Matthew Witherwax
Thanks for all you do Gerald. On Thu, Mar 6, 2014 at 9:09 AM, Gerald Coley ger...@beagleboard.org wrote: Yes you can do that Use the 3.3V to enable the regulators. Gerald On Thu, Mar 6, 2014 at 9:03 AM, Matthew Witherwax ablec...@gmail.comwrote: Thanks Gerald. That is exactly the

Re: [beagleboard] When to power sensors connected to the BeagleBone Black?

2014-03-06 Thread Eric Palmer
Awesome Gerald we are lucky to have you on this mail list and be participating so much. Thanks On Thu, Mar 6, 2014 at 10:09 AM, Gerald Coley ger...@beagleboard.orgwrote: Yes you can do that Use the 3.3V to enable the regulators. Gerald On Thu, Mar 6, 2014 at 9:03 AM, Matthew Witherwax

Re: [beagleboard] When to power sensors connected to the BeagleBone Black?

2014-03-06 Thread Gerald Coley
I am not sure how to take that!Not sure if it is luck or something else. Gerald On Thu, Mar 6, 2014 at 9:12 AM, Eric Palmer e...@ericfpalmer.com wrote: Awesome Gerald we are lucky to have you on this mail list and be participating so much. Thanks On Thu, Mar 6, 2014 at 10:09 AM,

[beagleboard] What does the new --dtb option do when installing Ubuntu images?

2014-03-06 Thread cl
On the page at:- http://elinux.org/BeagleBoardUbuntu#Saucy_13.10 It says (among other things):- BeagleBone/Black - bone So for the BeagleBone: sudo ./setup_sdcard.sh --mmc /dev/sdX --uboot bone Quick install script for [board] (using new --dtb option)

Re: [beagleboard] When to power sensors connected to the BeagleBone Black?

2014-03-06 Thread Matthew Witherwax
:) Attempts at humor on only one cup of coffee might not be so funny! On Thu, Mar 6, 2014 at 9:14 AM, Gerald Coley ger...@beagleboard.org wrote: I am not sure how to take that!Not sure if it is luck or something else. Gerald On Thu, Mar 6, 2014 at 9:12 AM, Eric Palmer

Re: [beagleboard] When to power sensors connected to the BeagleBone Black?

2014-03-06 Thread Eric Palmer
Yes I get that. On Thu, Mar 6, 2014 at 10:14 AM, Gerald Coley ger...@beagleboard.orgwrote: I am not sure how to take that!Not sure if it is luck or something else. Gerald On Thu, Mar 6, 2014 at 9:12 AM, Eric Palmer e...@ericfpalmer.com wrote: Awesome Gerald we are lucky to have you

Re: [beagleboard] What does the new --dtb option do when installing Ubuntu images?

2014-03-06 Thread Robert Nelson
On Thu, Mar 6, 2014 at 9:05 AM, c...@isbd.net wrote: On the page at:- http://elinux.org/BeagleBoardUbuntu#Saucy_13.10 It says (among other things):- BeagleBone/Black - bone So for the BeagleBone: sudo ./setup_sdcard.sh --mmc /dev/sdX --uboot bone Quick

Re: [beagleboard] When to power sensors connected to the BeagleBone Black?

2014-03-06 Thread Gerald Coley
That is my secret. I don't need coffee! The inside story is that I am always here. I have no life! Gerald On Thu, Mar 6, 2014 at 9:25 AM, Eric Palmer e...@ericfpalmer.com wrote: Yes I get that. On Thu, Mar 6, 2014 at 10:14 AM, Gerald Coley ger...@beagleboard.orgwrote: I am not sure how

[beagleboard] Re: Trying to understand the IO Pin Modes in the manual

2014-03-06 Thread cl
Gerald Coley ger...@beagleboard.org wrote: [-- text/plain, encoding quoted-printable, charset: ISO-8859-1, 46 lines --] That is taken care of by the device tree file. Ah, yes, makes sense now. That gets 'written' at boot time and sets all of the modes etc. Thank you. -- Chris Green · --

[beagleboard] Writing an image to the eMMC from micro SD card - is there a typo?

2014-03-06 Thread cl
In the following page:- http://elinux.org/BeagleBoardUbuntu#eMMC:_BeagleBone_Black It says:- Flasher eMMC: BeagleBone Black This image can be written to a 2GB (or larger) microSD card, via 'dd' on linux or the win32 image program linked to on CircuitCo's wiki page.

[beagleboard] Re: more than one command in a script

2014-03-06 Thread Brad Hopper
Thanks Akhil, I did see the at the end of a command in some example long ago, but it wasn't explained what it was, and honestly I thought it might be a typo :-) I'll check it out tonight! On Thursday, March 6, 2014 9:27:40 AM UTC-5, Akhil wrote: I think you want to run the first program

Re: [beagleboard] Writing an image to the eMMC from micro SD card - is there a typo?

2014-03-06 Thread Robert Nelson
On Thu, Mar 6, 2014 at 9:18 AM, c...@isbd.net wrote: In the following page:- http://elinux.org/BeagleBoardUbuntu#eMMC:_BeagleBone_Black It says:- Flasher eMMC: BeagleBone Black This image can be written to a 2GB (or larger) microSD card, via 'dd' on linux or the

[beagleboard] Watching boot without HDMI

2014-03-06 Thread Brad Hopper
Folks, It seems to take a while for the BBB to boot. I'm going to check out the newly posted Debian image soon, but also wanted to know if there's any way to watch the boot in a terminal i.e. without using HDMI. I don't have a micro HDMI cable and was hoping not to get one. Is there a type of

[beagleboard] Re: What does the new --dtb option do when installing Ubuntu images?

2014-03-06 Thread cl
Robert Nelson robertcnel...@gmail.com wrote: On Thu, Mar 6, 2014 at 9:05 AM, c...@isbd.net wrote: On the page at:- http://elinux.org/BeagleBoardUbuntu#Saucy_13.10 It says (among other things):- BeagleBone/Black - bone So for the BeagleBone: sudo

[beagleboard] Re: why update eMMC?

2014-03-06 Thread Brad Hopper
I wonder why the BBB has only 2G of space in the eMMC - aren't most small boot images designed to fit in 4G? It's *great* to have onboard bootable space, just seems like it would be bigger or why bother since many/most will just end up not using it and booting from flash. On Thursday,

Re: [beagleboard] Re: Trying to understand the IO Pin Modes in the manual

2014-03-06 Thread Gerald Coley
Now. You also need to look at the datasheet. That tells you the state of the pins on power up and after reset. If the DT file does not set certain pins, then they will stay at the default power up mode. It also indicates the state of the pin before the DT file is used to set the pins. Gerald On

Re: [beagleboard] Re: why update eMMC?

2014-03-06 Thread Gerald Coley
Cost. That is what a $45 board allows us to buy. 4G is more expensive than 2G, And eMMC is faster and more reliable than an SD card. Gerald On Thu, Mar 6, 2014 at 9:49 AM, Brad Hopper brad.hop...@gmail.com wrote: I wonder why the BBB has only 2G of space in the eMMC - aren't most small

Re: [beagleboard] Watching boot without HDMI

2014-03-06 Thread Gerald Coley
Yes. It is called the debug port. Connector J1. http://www.elinux.org/Beagleboard:BeagleBone_Black_Serial Gerald On Thu, Mar 6, 2014 at 9:45 AM, Brad Hopper brad.hop...@gmail.com wrote: Folks, It seems to take a while for the BBB to boot. I'm going to check out the newly posted Debian

Re: [beagleboard] When to power sensors connected to the BeagleBone Black?

2014-03-06 Thread Matthew Witherwax
Next time you are in Houston, coffee is on me! On Thursday, March 6, 2014 9:28:06 AM UTC-6, Gerald wrote: That is my secret. I don't need coffee! The inside story is that I am always here. I have no life! Gerald On Thu, Mar 6, 2014 at 9:25 AM, Eric Palmer

[beagleboard] Re: Here is the BeagleBone Debian (beta) image you want to test

2014-03-06 Thread Jason Kridner
If you have a BeagleBone Black and are able to try out this image, it might be good to propose fixing any short-falls you see in what is provided on the image. On Wednesday, March 5, 2014 5:51:19 PM UTC-5, Jason Kridner wrote: The latest BeagleBone Debian images are now posted at:

[beagleboard] Re: Writing an image to the eMMC from micro SD card - is there a typo?

2014-03-06 Thread cl
Robert Nelson robertcnel...@gmail.com wrote: On Thu, Mar 6, 2014 at 9:18 AM, c...@isbd.net wrote: In the following page:- http://elinux.org/BeagleBoardUbuntu#eMMC:_BeagleBone_Black It says:- Flasher eMMC: BeagleBone Black This image can be written to a 2GB

Re: [beagleboard] Watching boot without HDMI

2014-03-06 Thread Jack Mitchell
On 06/03/14 15:45, Brad Hopper wrote: Folks, It seems to take a while for the BBB to boot. I'm going to check out the newly posted Debian image soon, but also wanted to know if there's any way to watch the boot in a terminal i.e. without using HDMI. I don't have a micro HDMI cable and was

[beagleboard] Re: Here is the BeagleBone Debian (beta) image you want to test

2014-03-06 Thread botheringelectrons
Jason and Robert: well done for this fine upgrade! Seems like a lot of things are really coming together very quickly. Hardware: BBB A5C; OS Version: Linux beaglebone 3.8.13-bone41 #1 SMP Tue Mar 4 22:51:47 UTC 2014 armv7l GNU/Linux Tried it last night and a lot of things are working

Re: [beagleboard] Re: Here is the BeagleBone Debian (beta) image you want to test

2014-03-06 Thread Robert Nelson
On Thu, Mar 6, 2014 at 10:04 AM, botheringelectr...@gmail.com wrote: Jason and Robert: well done for this fine upgrade! Seems like a lot of things are really coming together very quickly. Hardware: BBB A5C; OS Version: Linux beaglebone 3.8.13-bone41 #1 SMP Tue Mar 4 22:51:47 UTC 2014 armv7l

[beagleboard] Re: Watching boot without HDMI

2014-03-06 Thread cl
Brad Hopper brad.hop...@gmail.com wrote: [-- text/plain, encoding 7bit, charset: UTF-8, 20 lines --] Is there a type of terminal connection which will persist through a reboot, so that the boot sequence could be seen? Not even sure if there's anything to see, just suspected that the boot

Re: [beagleboard] Watching boot without HDMI

2014-03-06 Thread Brad Hopper
Great, thanks guys, truly a newb question. From some more reading regarding the J1 on the BBB, it seems OK to use a 5V FTDI board since BBB was designed with the pin corresponding to 5V being disconnected. I have some credit at Sparkfun but they actually have several versions. Plus there's the

Re: [beagleboard] Watching boot without HDMI

2014-03-06 Thread Robert Nelson
On Thu, Mar 6, 2014 at 10:42 AM, Brad Hopper brad.hop...@gmail.com wrote: Great, thanks guys, truly a newb question. From some more reading regarding the J1 on the BBB, it seems OK to use a 5V FTDI board since BBB was designed with the pin corresponding to 5V being disconnected. I have some

Re: [beagleboard] When to power sensors connected to the BeagleBone Black?

2014-03-06 Thread Gerald Coley
But now you have Nolan Ryan. On Thu, Mar 6, 2014 at 10:36 AM, Matthew Witherwax ablec...@gmail.comwrote: I sure hope that was years ago when they actually won a game or two. We have other attractions. We even almost have NASA. On Thursday, March 6, 2014 9:57:57 AM UTC-6, Gerald wrote:

[beagleboard] USB Gadget problem

2014-03-06 Thread steve
Hello, I'm using Yocto with [meta-ti] to create images for the Ti's AM335x EVM Starter Kit or a Beaglebone black (linux-ti-staging 3.12.10) I'm trying to get the USB gadget working, but without success ! I start the usb driver with : modprobe musb_am335x [ 21.186340]

Re: [beagleboard] When to power sensors connected to the BeagleBone Black?

2014-03-06 Thread Brad Hopper
Maybe you can still go to the Astrodome - the eighth wonder of the world! On Thursday, March 6, 2014 10:57:57 AM UTC-5, Gerald wrote: Houston! Us folks in this part of the state try to stay away from Houston! Actually I have spent a lot of time over the years in Houston. Been to a few

Re: [beagleboard] Re: Custom DT overlay only loads at runtime on 3.18.13-40

2014-03-06 Thread porkupan
I wish I could say the DVI overlay worked, but it doesn't. It loads fine, and I get the login prompt at the monitor, so basically the tfp410 driver seems to work. But the X-Server unloads claiming it can find no acceptable modes. Here is the the Xorg.0.log http://paste.ubuntu.com/7045149/.

[beagleboard] Problem with Adafruit BBIO on Ubuntu - presumably dtb related

2014-03-06 Thread cl
I am trying to use the Adafruit BBIO library on a BBB with Ubuntu 13.10 installed. It's for reading ADC values and sending some digital data. A trivial program as follows shows the error:- #!/usr/bin/python import os import sys import Adafruit_BBIO.ADC as ADC # # #

Re: [beagleboard] Re: Coding with C/C++ directly on Beaglebone, via IDE?

2014-03-06 Thread Karl Longen
What did I do in 15 years? Participated in the released 5 Windows games, 4 applications for Windows and Mac, 2 for iOS. Changed 4 companies, all of them are top tier company in USA, where VI is not used at all. Then of course, I may live in a different world from yours. I didn't even bother

Re: [beagleboard] Re: Coding with C/C++ directly on Beaglebone, via IDE?

2014-03-06 Thread Karl Longen
I was merely pointing out that the original topic is asking for an IDE and not a text editor to write applications; and that's the line that I am taking in my replies. I never syndicated what a person should or should not use; just brought my personal experience and described my case. If

[beagleboard] Re: Writing 8-bit data to GPIO pins - does one have to do it a bit at a time?

2014-03-06 Thread robert.berger
Hi, On Thursday, March 6, 2014 11:25:14 AM UTC+2, c...@isbd.net wrote: All the examples and libraries (Python mostly) that I can find for doing IO to the GPIO pins seem to handle only a bit at a time. This is fine for things like driving relays and LEDs but makes little sense for 8-bit

Re: [beagleboard] Re: Coding with C/C++ directly on Beaglebone, via IDE?

2014-03-06 Thread Karl Longen
Amiga is still alive; was made in 1985; has a great OS, which many still use for simple tasks (and many copied)as you can see old hardware and software survive if there are people using them, but this won't make them the best just because they are still in use. Same goes for Vi, Vim, Sed,

[beagleboard] doubt: where we have to submit our idea?

2014-03-06 Thread Nitin Jain
Sir, i am a 2nd year student of ECE from DTU. I have been working on my project for last two months and i want to share my idea , for this where do i have to submit my idea? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to

Re: [beagleboard] doubt: where we have to submit our idea?

2014-03-06 Thread Eric Palmer
Do you want to show off your project or something else? Get feedback? Eric On Thu, Mar 6, 2014 at 3:39 PM, Nitin Jain nitinjain.2...@gmail.com wrote: Sir, i am a 2nd year student of ECE from DTU. I have been working on my project for last two months and i want to share my idea , for this

[beagleboard] Re: USB SSH

2014-03-06 Thread narrab638
On Monday, March 3, 2014 10:37:07 AM UTC-5, narr...@gmail.com wrote: About a month ago I disabled the 192.168.2.7 USB login. I forgot the file I edited to do this. I am trying to get back to being able to ssh over USB again. Anyone know the file I edited? Thanks of the reply. I dont

[beagleboard] Re: installing wxPython BBB (beaglebone black)

2014-03-06 Thread bram . seys . so
Anyone knows how to fix this and use TK? -- 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] Re: USB SSH

2014-03-06 Thread narrab638
On Monday, March 3, 2014 10:37:07 AM UTC-5, narr...@gmail.com wrote: About a month ago I disabled the 192.168.2.7 USB login. I forgot the file I edited to do this. I am trying to get back to being able to ssh over USB again. Anyone know the file I edited? -- For more options, visit

Re: [beagleboard] Kernel/device tree road-map for the BBB

2014-03-06 Thread David Lambert
Just a suggestion. If the dtb for the cape does not exist or is corrupted, could the device tree default to the base, for example am335x-boneblack.dtb? Dave. On 03/05/2014 08:07 PM, Robert Nelson wrote: On Wed, Mar 5, 2014 at 7:01 PM, David Lambert d...@lambsys.com wrote: On 03/05/2014

Re: [beagleboard] Kernel/device tree road-map for the BBB

2014-03-06 Thread Robert Nelson
On Thu, Mar 6, 2014 at 3:03 PM, David Lambert d...@lambsys.com wrote: Just a suggestion. If the dtb for the cape does not exist or is corrupted, could the device tree default to the base, for example am335x-boneblack.dtb? You read my mind, there is a new file test function, i'd like to backport

[beagleboard] Loading CAN cape on startup

2014-03-06 Thread sixvolts
Using the new Debian builds on my beaglebone white, I'm trying to load a device tree overlay for the CAN cape on startup, but it seems to fail to load automatically (but try), however, I can load the device tree overlay manually and it seems to work just fine. What am I doing wrong? I even

Re: [beagleboard] Loading CAN cape on startup

2014-03-06 Thread David Lambert
I had a similar experience with the Debian 3.8 kernel. Never figured it out and wrote a simple startup service (systemd) to do the echo... Now I am using 3.13 and using Robert Nelson's excellent ideas (see the thread Kernel/device tree road-map for the BBB) Hope this helps, Dave. On

[beagleboard] Re: Problem with Adafruit BBIO on Ubuntu - presumably dtb related

2014-03-06 Thread cl
Robert Nelson robertcnel...@gmail.com wrote: On Thu, Mar 6, 2014 at 1:11 PM, c...@isbd.net wrote: I am trying to use the Adafruit BBIO library on a BBB with Ubuntu 13.10 installed. It's for reading ADC values and sending some digital data. A trivial program as follows shows the

Re: [beagleboard] Loading CAN cape on startup

2014-03-06 Thread Robert Nelson
On Thu, Mar 6, 2014 at 3:37 PM, sixvolts drewko...@gmail.com wrote: Using the new Debian builds on my beaglebone white, I'm trying to load a device tree overlay for the CAN cape on startup, but it seems to fail to load automatically (but try), however, I can load the device tree overlay

[beagleboard] Re: Here is the BeagleBone Debian (beta) image you want to test

2014-03-06 Thread botheringelectrons
Hi Robert, First, thanks for the instruction to remove x11... that gets my rootfs usage down from about 83% to 69%. More room for building stuff! The Mediatek driver software has a define in os/linux/rt_linux.c line 54: - ULONG RTDebugLevel = RT_DEBUG_TRACE; +ULONG RTDebugLevel =

Re: [beagleboard] would a bad modified u-boot damage BBB to ?

2014-03-06 Thread Gerald Coley
It won't damage the hardware. It may not work, but you can always put it back the way you got it. Gerald On Thu, Mar 6, 2014 at 4:31 PM, mingzhao.l...@gmail.com wrote: I just got my first BBB and try to study u-boot on it. I just wonder whether or not some bad assembly code in charge of

Re: [beagleboard] Re: USB SSH

2014-03-06 Thread Jason Kridner
More likely you did something with the dropbear config or systemd/systemctl. There are many ways to disable ssh. The first one I would have tried would have been along the lines of 'systemctl disable dropbear.socket' or 'systemctl disable sshd.socket'. I'd have to look to see what systemd service

Re: [beagleboard] Re: Here is the BeagleBone Debian (beta) image you want to test

2014-03-06 Thread Robert Nelson
On Thu, Mar 6, 2014 at 4:08 PM, botheringelectr...@gmail.com wrote: Hi Robert, First, thanks for the instruction to remove x11... that gets my rootfs usage down from about 83% to 69%. More room for building stuff! The Mediatek driver software has a define in os/linux/rt_linux.c line 54:

Re: [beagleboard] USB Gadget problem

2014-03-06 Thread Jason Kridner
On Thu, Mar 6, 2014 at 11:42 AM, st...@piziwate.net wrote: Hello, I'm using Yocto with [meta-ti] to create images for the Ti's AM335x EVM Starter Kit or a Beaglebone black (linux-ti-staging 3.12.10) If you don't get an answer here, you might try the meta-ti mailing list:

[beagleboard] Re: beagle-xm rev C with 3.12 kernel + fdt

2014-03-06 Thread rdbirt
Hi, I have 3.13.5 booting and have resolved the phy issue so the network is once more usable. Would a patch for anyone else trying to use 3.13 be useful? Regards, Ralph On Thursday, December 26, 2013 1:29:12 AM UTC-8, robert.berger wrote: Hi, If I remember well Rob Nelson got a 3.12

[beagleboard] Beaglebone Black Getting Started not working

2014-03-06 Thread jqruffer
Hi all, I just bought the MakerShed getting started kit for the BBB. I unboxed the board and plugged her in on my Ubuntu 13.10 box. After about a minute of waiting, I saw no filesystem mounted for the BBB. I installed the drivers on the Beagleboard.org website (under Getting Started), but to

[beagleboard] How to make TP Link TL-WN721N Wireless card work in AP Mode (BBB use TI SDK 6.0 ,Kernel 3.2)?

2014-03-06 Thread jay0710 . wang
How to make TP Link TL-WN721N Wireless card work in AP Mode (BBB use TI SDK 6.0 ,Kernel 3.2)? What do i do? Please help -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To unsubscribe

[beagleboard] Bi-directional Serial Comminucation with an Arduino Uno

2014-03-06 Thread k . nucera15
*What I have:* - I have a 4-bit logic level converter. - I have a BeagleBone Black running ubuntu, not angstrom. (BBB) - I am using the PyBBIO library for serial communication on the BBB. - I have the Device Tree Overlay - I have an Arduino Uno. *What I can/cannot do:*

RE: [beagleboard] Re: beagle-xm rev C with 3.12 kernel + fdt

2014-03-06 Thread Pradeep Tewani
Hi Ralph, I would like to try the 3.13 kernel. So, can you please upload the patch? Regards,Pradeep Date: Thu, 6 Mar 2014 16:55:05 -0800 From: rdb...@gmail.com To: beagleboard@googlegroups.com Subject: [beagleboard] Re: beagle-xm rev C with 3.12 kernel + fdt Hi, I have 3.13.5 booting and have

[beagleboard] Audio C ape Rev B Availability

2014-03-06 Thread Walter Schilling
Good evening. I am interested in obtaining information about the Audio Cape Rev B. It seems as if it is announced on the Beagleboard site, but I do not see any distributors with stock. Can anyone offer any further information as to when this device should be available? Walt Schilling --

[beagleboard] Re: beaglebone black kernel creation error

2014-03-06 Thread siva kumar
hello jack , thanks for your reply, to create a kernel image for beagle bone black i referred the following sites [1] http://elinux.org/Building_BBB_Kernel#Downloading_and_building_the_Linux_Kernel and [2] http://wiki.beyondlogic.org/index.php/BeagleBoneBlack_Building_Kernel from this

Re: [beagleboard] Re: Coding with C/C++ directly on Beaglebone, via IDE?

2014-03-06 Thread Alexander Holler
Am 06.03.2014 20:54, schrieb Karl Longen: I have seen few people using Memacs, but it was a rarity, and limited to few old engineers. The world is not only like you see it; the fact that you have certain experiences is not a considerable proof to say this is how it is everywhere. There

[beagleboard] problem with creating a kernel module program for angstrom os

2014-03-06 Thread siva kumar
hello, i recently purchased beagle bone black . my bbb come with pre compiled angstrom os( Angstrom v2012.12 - Kernel 3.8.13) still i didn't updated my os i try to test my board with simple hello module program . but when i insert a module i got the error message root@beaglebone:~# insmod

Re: [beagleboard] When to power sensors connected to the BeagleBone Black?

2014-03-06 Thread kyle
On a related note: If my sensors are buffered and gated to sys_resetn am I safe if the BBB powers down a few ms before the rest? My circuit watches the 3.3V regulator output and when it falls away the power for the entire circuit is killed as well but it takes 5-9ms for the power controller

Re: [beagleboard] TFTP setup for the Beaglebone Black

2014-03-06 Thread siva kumar
hai , i followed http://wiki.beyondlogic.org/index.php/BeagleBoneBlack_Building_Kernel site to compile a kernel for beagle bone black but when it export this line make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- uImage-dtb.am335x-boneblack LOADADDR=0x80008000 -j4 i got **no rule to make

[beagleboard] Re: Ubuntu 13.10 NO GUI (NO graphical user interface)

2014-03-06 Thread Yang
nooshi.bn86,您好! You can use apt-get to install lxde easily. You may need to do some configurations. Take a look at this link : http://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-HDMI I had lxde runing farewell on my BBB.   2014-03-06 10:18:31 您在来信中写道:

Re: [beagleboard] Re: Coding with C/C++ directly on Beaglebone, via IDE?

2014-03-06 Thread Micka
Can we stop this discussion ? And to make everyone happy, there is eclipse + vim = http://eclim.org Micka, On Mar 7, 2014 7:04 AM, Alexander Holler hol...@ahsoftware.de wrote: Am 06.03.2014 20:54, schrieb Karl Longen: I have seen few people using Memacs, but it was a rarity, and limited