Re: [beagleboard] Cross Compile Problem

2015-01-12 Thread John Syn
On 1/12/15, 1:38 PM, "Robert Nelson" wrote: >On Mon, Jan 12, 2015 at 3:35 PM, William Pretty Security > wrote: >> Pardon my ignorance Robert, but I'm not sure what you mean by "rebase >>the branch" ? > >git commit -a -m 'xyz' -s >git pull --rebase I think this is a little more complicated. I¹m g

[beagleboard] Beaglebone Black Ethernet issue

2015-01-12 Thread Udayanto Dwi Atmojo
Hi all, I have a beaglebone black using the Angstrom OS. I developed a simple application in Java which require sending UDP packets (unicast) between two threads (one is sending a packet and the other one is receiving it) running on the same Beaglebone. Apparently the Beaglebone drops\blocks an

[beagleboard] Choice of Wi-Fi module for custom cape

2015-01-12 Thread Rick Mann
I'm working on a custom cape for my appliance project, and am wondering how good support is for TI's WiLink 8 series of chips/modules. At work we developed a board using the TIWI-BLE (WiLink 6), and while still supported by LSR, it's not supported by TI, and doesn't support the SmartConfig stuf

Re: [beagleboard] My BBB project: Podtique

2015-01-12 Thread Rick Mann
> On Jan 12, 2015, at 19:15 , Jesse Cobra wrote: > > Cool project, great wood work! Thanks! -- Rick Mann rm...@latencyzero.com -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To

Re: [beagleboard] How do I install Arduino 1.6 in the BeagleBone Black?

2015-01-12 Thread William Hermans
In that case, I think the last hurdle will be getting 1.5.x binaries working. On Mon, Jan 12, 2015 at 8:29 PM, Bill Traynor wrote: > On Mon, Jan 12, 2015 at 10:21 PM, William Hermans > wrote: > > Bill, He has already said twice in posts, that version 1.0.1 of the IDE > is > > not new enough to

Re: [beagleboard] How do I install Arduino 1.6 in the BeagleBone Black?

2015-01-12 Thread Bill Traynor
On Mon, Jan 12, 2015 at 10:21 PM, William Hermans wrote: > Bill, He has already said twice in posts, that version 1.0.1 of the IDE is > not new enough to support his board. That tutorial shows howto install the > ardiono IDE "shipped" with Debian. Which is v1.0.1 Ah, I see. Well in that case, th

Re: [beagleboard] My BBB project: Podtique

2015-01-12 Thread William Hermans
More specifically, Nodejs + Express + socket.io. Perfect for a "web appliance" On Mon, Jan 12, 2015 at 8:15 PM, Jesse Cobra wrote: > Yep, like William said, node.js for the web server part and a decent WiFi > adapter. > > Cool project, great wood work! > > Kudos! > > On Mon, Jan 12, 2015 at 6:35

Re: [beagleboard] How do I install Arduino 1.6 in the BeagleBone Black?

2015-01-12 Thread William Hermans
Bill, He has already said twice in posts, that version 1.0.1 of the IDE is not new enough to support his board. That tutorial shows howto install the ardiono IDE "shipped" with Debian. Which is v1.0.1 On Mon, Jan 12, 2015 at 8:08 PM, Bill Traynor wrote: > On Thu, Jan 8, 2015 at 12:24 PM, Jack_Ro

Re: [beagleboard] My BBB project: Podtique

2015-01-12 Thread Jesse Cobra
Yep, like William said, node.js for the web server part and a decent WiFi adapter. Cool project, great wood work! Kudos! On Mon, Jan 12, 2015 at 6:35 PM, Rick Mann wrote: > > > On Jan 12, 2015, at 18:16 , William Hermans wrote: > > > > AH, at first look I thought, maybe you built a low power

Re: [beagleboard] How do I install Arduino 1.6 in the BeagleBone Black?

2015-01-12 Thread Bill Traynor
On Thu, Jan 8, 2015 at 12:24 PM, Jack_RobotDad wrote: > Hello, > > I am working on a small robot project with my son. I need to install the > Arduino IDE 1.6 (e.g., nightly build Linux 32) into my BBB. > The Arduino IDE from the repository installed easy using application > management, but it does

Re: [beagleboard] How do I install Arduino 1.6 in the BeagleBone Black?

2015-01-12 Thread William Hermans
Re-read my post. If what I said doesnt make sense, keeping reading until it does. There is no Arduino IDE for the beaglebone to compile binaries for the beagelbone. On Mon, Jan 12, 2015 at 7:25 PM, Mike wrote: > On 01/12/2015 09:06 PM, William Hermans wrote: > > *As I said in my first post. No

Re: [beagleboard] My BBB project: Podtique

2015-01-12 Thread Rick Mann
> On Jan 12, 2015, at 18:16 , William Hermans wrote: > > AH, at first look I thought, maybe you built a low power transmitter, to > "broadcast" podcasts for any nearby radio to tune in. WIll continue reading > the blog later though ;) Nope, it's currently entirely self-contained. Eventually i

Re: [beagleboard] How do I install Arduino 1.6 in the BeagleBone Black?

2015-01-12 Thread Mike
On 01/12/2015 09:06 PM, William Hermans wrote: /As I said in my first post. Nothing says you have to run the Arduino IDE on the Beagelbone, just because the beaglebone is connected to, and communicating with the Arduino. Did you miss this part of my post ? Or did I miss something

Re: [beagleboard] My BBB project: Podtique

2015-01-12 Thread William Hermans
AH, at first look I thought, maybe you built a low power transmitter, to "broadcast" podcasts for any nearby radio to tune in. WIll continue reading the blog later though ;) On Mon, Jan 12, 2015 at 1:58 PM, Rick Mann wrote: > I wanted to give a huge thanks to people on this list for all their he

Re: [beagleboard] How do I install Arduino 1.6 in the BeagleBone Black?

2015-01-12 Thread William Hermans
> > *As I said in my first post. Nothing says you have to run the Arduino IDE > on the Beagelbone, just because the beaglebone is connected to, and > communicating with the Arduino. Did you miss this part of my post ? Or did > I miss something in yours ?* Let me put it another way. Porting the ID

Re: [beagleboard] How do I install Arduino 1.6 in the BeagleBone Black?

2015-01-12 Thread William Hermans
Using an external embedded board(s) actually makes perfect sense. Especially for robotics. As I said in my first post. Nothing says you have to run the Arduino IDE on the Beagelbone, just because the beaglebone is connected to, and communicating with the Arduino. Did you miss this part of my post

Re: [beagleboard] Re: BeagleBoard-X15 - seriously? :)

2015-01-12 Thread Robert Nelson
On Mon, Jan 12, 2015 at 7:28 PM, Charles Steinkuehler wrote: > ...but there _will_ be kernel support for PCIe add-on cards for the X15, > right? It's enabled in ti 3.14.x base tree: http://git.ti.com/gitweb/?p=ti-linux-kernel/ti-linux-kernel.git;a=blob;f=arch/arm/boot/dts/dra7.dtsi;h=f066adf0434

Re: [beagleboard] Re: BeagleBoard-X15 - seriously? :)

2015-01-12 Thread Charles Steinkuehler
...but there _will_ be kernel support for PCIe add-on cards for the X15, right? Too bad (for me) you didn't use the PLDA cores. I play with those at work daily. :-/ On 1/12/2015 12:32 PM, Gerald Coley wrote: > You are correct. And all of those that were made public, evidently, should > not have

Re: [beagleboard] Beaglebone buildroot don't boot when the ethernet cable is connected

2015-01-12 Thread William Hermans
How about hooking up a 3v3 ftdi or similar cable to the Serial debug header, then you can let us know why. On Mon, Jan 12, 2015 at 11:45 AM, armando wrote: > I've compiled the buildroot to the beaglebone white rev A5, this works > fine, but when I try to boot with the ethernet cable connected t

Re: [beagleboard] Best way to give a web UI to a C program?

2015-01-12 Thread William Hermans
Nodejs . . . On Mon, Jan 12, 2015 at 3:14 PM, Rick Mann wrote: > I've built this appliance based on the BeagleBone Black ( > http://blog.roderickmann.org/2015/01/podtique/), and now I need to > enhance it. I need to make it configurable, and I think the best way is to > add a web server to it. T

Re: [beagleboard] Preconfigured BBB images for Ubuntu 13.04 or 12.04 - where can I download?

2015-01-12 Thread Robert Nelson
On Mon, Jan 12, 2015 at 5:17 PM, Robert Nelson wrote: > On Mon, Jan 12, 2015 at 5:11 PM, M Hickman wrote: >> Obviously that's the alternative. >> >> I'm hoping someone else here has a copy they can make available to me. I'd >> prefer to spend minutes on this rather than hours. > > Based on the nu

Re: [beagleboard] I think I have found something that rPI and arduino can do but BBB cannot

2015-01-12 Thread Rick Mann
You may need to write code for the PRU, if the timing is critical. But I see no reason why it shouldn't be possible to make this work on the BBB. > On Jan 12, 2015, at 14:22 , Rex Byrns wrote: > > I have been trying to get a AM2315 I2C Hygrometer to work with my BBB. The > datasheet Says that

Re: [beagleboard] Preconfigured BBB images for Ubuntu 13.04 or 12.04 - where can I download?

2015-01-12 Thread Robert Nelson
On Mon, Jan 12, 2015 at 5:11 PM, M Hickman wrote: > Obviously that's the alternative. > > I'm hoping someone else here has a copy they can make available to me. I'd > prefer to spend minutes on this rather than hours. Based on the number of users who asked me, it's already been weeks. It would b

Re: [beagleboard] Preconfigured BBB images for Ubuntu 13.04 or 12.04 - where can I download?

2015-01-12 Thread M Hickman
Obviously that's the alternative. I'm hoping someone else here has a copy they can make available to me. I'd prefer to spend minutes on this rather than hours. On Monday, January 12, 2015 at 5:58:24 PM UTC-5, RobertCNelson wrote: > > On Mon, Jan 12, 2015 at 4:57 PM, M Hickman > wrote: > > Unf

Re: [beagleboard] Preconfigured BBB images for Ubuntu 13.04 or 12.04 - where can I download?

2015-01-12 Thread Robert Nelson
On Mon, Jan 12, 2015 at 4:57 PM, M Hickman wrote: > Unfortunately I don't get to dictate what software my customer, a very large > global manufacturer, uses. But beyond that, Hydro is more widely used and > supported at this point (something like 300 more ROS packages are available > on Hydro than

Re: [beagleboard] Preconfigured BBB images for Ubuntu 13.04 or 12.04 - where can I download?

2015-01-12 Thread M Hickman
Unfortunately I don't get to dictate what software my customer, a very large global manufacturer, uses. But beyond that, Hydro is more widely used and supported at this point (something like 300 more ROS packages are available on Hydro than on Indigo). The people I know using ROS for non-resear

Re: [beagleboard] Preconfigured BBB images for Ubuntu 13.04 or 12.04 - where can I download?

2015-01-12 Thread Robert Nelson
On Mon, Jan 12, 2015 at 4:32 PM, Robert Nelson wrote: > On Mon, Jan 12, 2015 at 4:26 PM, M Hickman wrote: >> We are working with ROS Hydro, which only supports 12.04 or 13.04. I'm >> moving from a UDOO to a BeagleBone Black and am looking for a preconfigured >> OS image of one of these Ubuntu ver

Re: [beagleboard] Preconfigured BBB images for Ubuntu 13.04 or 12.04 - where can I download?

2015-01-12 Thread Robert Nelson
On Mon, Jan 12, 2015 at 4:26 PM, M Hickman wrote: > We are working with ROS Hydro, which only supports 12.04 or 13.04. I'm > moving from a UDOO to a BeagleBone Black and am looking for a preconfigured > OS image of one of these Ubuntu versions. Unfortunately nothing prior to > 14.04 is available v

[beagleboard] Preconfigured BBB images for Ubuntu 13.04 or 12.04 - where can I download?

2015-01-12 Thread M Hickman
We are working with ROS Hydro, which only supports 12.04 or 13.04. I'm moving from a UDOO to a BeagleBone Black and am looking for a preconfigured OS image of one of these Ubuntu versions. Unfortunately nothing prior to 14.04 is available via RCN's site. Is there an archive of these somewhere?

[beagleboard] I think I have found something that rPI and arduino can do but BBB cannot

2015-01-12 Thread Rex Byrns
I have been trying to get a AM2315 I2C Hygrometer to work with my BBB. The datasheet Says that I have to wake up the sensor before using it. I have tried writing to it once, then waiting the 800us it wants. I then sent the write command to tell

[beagleboard] Best way to give a web UI to a C program?

2015-01-12 Thread Rick Mann
I've built this appliance based on the BeagleBone Black (http://blog.roderickmann.org/2015/01/podtique/), and now I need to enhance it. I need to make it configurable, and I think the best way is to add a web server to it. The radio's code is written in C++ and runs as a daemon. The configurati

Re: [beagleboard] Using PRU and GPIO

2015-01-12 Thread AndyS
I think I have grasped it now. You can set individual pins to different mux modes? On Monday, January 12, 2015 at 7:11:37 PM UTC, Neabex wrote: > > Andy, there are two kinds of PRU GPIO writes, the direct ones, in which > you write to the R30 register, and ones where you have to access the g

Re: [beagleboard] Cross Compile Problem

2015-01-12 Thread Robert Nelson
On Mon, Jan 12, 2015 at 3:35 PM, William Pretty Security wrote: > Pardon my ignorance Robert, but I'm not sure what you mean by "rebase the > branch" ? git commit -a -m 'xyz' -s git pull --rebase or just: git checkout master -f git branch -D tmp git pull git checkout origin/ -b tmp Regards,

RE: [beagleboard] Cross Compile Problem

2015-01-12 Thread William Pretty Security
Pardon my ignorance Robert, but I'm not sure what you mean by "rebase the branch" ? -Original Message- From: beagleboard@googlegroups.com [mailto:beagleboard@googlegroups.com] On Behalf Of Robert Nelson Sent: Monday, January 12, 2015 12:17 PM To: Beagle Board Cc: Glenn Vander Veer Subje

[beagleboard] Beaglebone buildroot don't boot when the ethernet cable is connected

2015-01-12 Thread armando
I've compiled the buildroot to the beaglebone white rev A5, this works fine, but when I try to boot with the ethernet cable connected the board doesn't boot. Someone knows why? or where can I look for some log file? Thanks -- For more options, visit http://beagleboard.org/discuss --- You rece

[beagleboard] GPMC pin connections on BeagleBone Black

2015-01-12 Thread wojtekskulski via BeagleBoard
Gerald: could you please explain why are the GPIO pins shorted together on pages 3 and 4 of the BBB schematics? What will be the impact of disconnecting these pins and using them for something else than they are used now? Is the CPU communication some information to itself using these pairs of G

Re: [beagleboard] Crystal oscillators on BBB

2015-01-12 Thread wojtekskulski via BeagleBoard
Gerald: thank you. Your answers are very helpful. A minor point: in BBB schematics Y4 has wrong MfrNum which corresponds to 12MHz part. The correct part numbers are in the BOM. Thank you -- Wojtek -- For more options, visit http://beagleboard.org/discuss --- You received this message because

[beagleboard] Boot failure No lights

2015-01-12 Thread seth
my rev C was running for weeks plugged in via usb To an iPhone charger. I had a wifi dongle attached, but Was using Ethernet for network as I hadn't gotten the wifi working. The other day I noticed it was off yet still plugged into usb. I tried connecting it to 5v ax adapter without wifi dongle

Re: [beagleboard] How do I install Arduino 1.6 in the BeagleBone Black?

2015-01-12 Thread jack
Hello, Thank you all for the quick replies. Such a good community. Long story short why I am trying to do this. Basically for fun and to enable my soon to go where he wants to go. We have been doing Arduino as a stand alone robot controller and Lego robots with RobotC since he has 10 or 9. We

Re: [beagleboard] Re: problems with webcams

2015-01-12 Thread n8allan
Hi Michael, A few tips to get better video capture quality in highly dynamic motion situations: * Motion blur is not caused by low frame rate, it is caused by: * rolling shutters - global shutters exhibit much better motion capture * poor dynamic range - most sub $60 web cams have narrow

[beagleboard] Re: H264 HD Encoding at 30FPS

2015-01-12 Thread Mikhail Zakharov
Yeah - it worked pretty well for my application. I needed low latency, low bandwidth with 640x480 resolution - beagleboard worked well for this. I dont think beaglebone would work well here since it does not have a dsp processor. not sure about other platforms and what people have done. I was gene

Re: [beagleboard] How do I install Arduino 1.6 in the BeagleBone Black?

2015-01-12 Thread jack
It could be as simple as this http://inspire.logicsupply.com/2014/09/beaglebone-runs-arduino-ide.html But it is not the Arduino IDE version we need. Thank you, -Jack sudo apt-get arduino On Thursday, January 8, 2015 at 2:35:37 PM UTC-8, Mike Bell wrote: > > On 01/08/2015 04:50 PM, William

Re: [beagleboard] How do I install Arduino 1.6 in the BeagleBone Black?

2015-01-12 Thread jack
Oh, my long reply disappeared... -Jack On Thursday, January 8, 2015 at 2:00:41 PM UTC-8, William Hermans wrote: > > May I add, that I think it is really cool that you as a dad are willing to > work with your son on a project as this. For multiple and possible obvious > reasons. But that I do n

[beagleboard] My BBB project: Podtique

2015-01-12 Thread Rick Mann
I wanted to give a huge thanks to people on this list for all their help as I scrambled to finish a gift in December. Thanks especially to Robert Nelson for all your help getting various bits all working together, and to Yona Appletree for last-minute mods to his LEDscape fork. This is Podtique

Re: [beagleboard] Re: Interfacing BBB with Windows Computer

2015-01-12 Thread William Hermans
Mehreen, Instead of running a virtual machine, or only one OS on a single computer. You can also dual boot. This is to say, you can have Linux, and Windows running on the same machine. But only one OS can run at the same time. Anyway, Ubuntu has a very well implemented "side-by-side" install setup

Re: [beagleboard] Re: Interfacing BBB with Windows Computer

2015-01-12 Thread William Hermans
> > *> I have one last question about the example you gave of compiling the > code on BBB after transferring it from the Windows computer in a text file. > How do you transfer this file - say through LAN or serial connection, once > it is transferred, how are you compiling it? I'm confused about wh

Re: [beagleboard] Using PRU and GPIO

2015-01-12 Thread Neabex
Andy, there are two kinds of PRU GPIO writes, the direct ones, in which you write to the R30 register, and ones where you have to access the gpio subsystem, you only need to mux it to the PRU if you're doing the direct method. On Monday, January 12, 2015 at 9:07:17 AM UTC-8, AndyS wrote: > >

[beagleboard] PRU from kernel space?

2015-01-12 Thread Neabex
I'm doing some high speed data work, and I would like to have the PRU interact with a kernel driver, is there a good way to go about this? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group

Re: [beagleboard] Re: Interfacing BBB with Windows Computer

2015-01-12 Thread evilwulfie
Just a note. Angstrom does not get the tender loving care that debian gets on the BBB you may want to update your BBB to the most recent debian version On 1/12/2015 11:39 AM, Mehreen Qayas wrote: > TJF, I am going to stick with a Linux desktop computer to connect with > my BBB. You're right. The

Re: [beagleboard] Re: Interfacing BBB with Windows Computer

2015-01-12 Thread Mehreen Qayas
TJF, I am going to stick with a Linux desktop computer to connect with my BBB. You're right. The Windows interfacing with the Linux device it a bit complicated right now. Once I get the hang of it, I guess I experiment with other OS. I searched alot on the internet - maybe not enough - but when I l

Re: [beagleboard] How to exchange data between host C prog and PRU C prog?

2015-01-12 Thread William Hermans
Greetings *I am seriously not an expert in this area but are you not asking for your > operating system to be an RTOS (Real Time Operating System) when you expect > it to input values from sensors when you are calculating through previous > inputs?* > *My understanding is that a RTOS handles inter

Re: [beagleboard] Re: BBB Ubuntu HDMI Red and Blue Inverted in X Window

2015-01-12 Thread Gerald Coley
Nothing is wrong with the BBB. Depending on the color mode, the pin out changes on the processor, colors get moved around.. Check the processor documentation. Gerald On Sun, Jan 11, 2015 at 1:15 PM, wrote: > Thanks !! I would never come up to that my self. > I toguht I'm the first one with th

Re: [beagleboard] Re: BeagleBoard-X15 - seriously? :)

2015-01-12 Thread Gerald Coley
You are correct. And all of those that were made public, evidently, should not have been. Gerald On Sat, Jan 10, 2015 at 5:32 AM, wrote: > On Thursday, 13 November 2014 22:15:53 UTC+1, Gerald wrote: >> >> TI is waiting for approval from the IP owner as to what can be put into >> the document.

Re: [beagleboard] Re: Interfacing BBB with Windows Computer

2015-01-12 Thread Mehreen Qayas
Willam Hermans, thanks for very thorough response. I have to dig in deep for the terms and study about gcc tool chains, cross-compiling kernels and natively compiling on the BBB before I can ask any more specific questions. Your answers have been a great help. Much appreciated. I have one last que

Re: [beagleboard] CLKOUT2 and GPIO3_20

2015-01-12 Thread Gerald Coley
It was a way to get additional functionality to the expansion connector. Use one or the other as needed. Not both. Gerald On Sat, Jan 10, 2015 at 7:36 AM, wrote: > Hello: > what is the intent behind connecting CLKOUT2 (schematics p.3) to GPIO3_20 > (p.4)? From other posts I understand that the

[beagleboard] Re: How do I install Arduino 1.6 in the BeagleBone Black?

2015-01-12 Thread jack
Thanks again for all the replies; 1) Yes, as I mentioned earlier I can install the Arduino IDE 1.0x with sudo apt-get update sudo apt-get install arduino 2) No, IDE V 1.0.x will not work out of the box with the Arduino DUE What I need is to be able to install 1.5.8, 1.6, ... 3) Yes, I need to

[beagleboard] Re: BBB Ubuntu HDMI Red and Blue Inverted in X Window

2015-01-12 Thread krunoslav . ostrouska
Thanks !! I would never come up to that my self. I toguht I'm the first one with that problem. But why is it that seldom? Is something wrong with our BBB? Or, are all the others color-blind? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you ar

[beagleboard] i2c, spi & hdmi

2015-01-12 Thread robertharms81
I'm trying to setup a nrf905. I have managed to enable i2c just fine.. But i'm rather confused as to the support on the device. There seems to be zero real "management" to get real control over parts.. Like i2c, I apparently have to have both i2c-0 &1 enabled, or none at all? Same with spi? I

[beagleboard] imshow() function in opencv not working.

2015-01-12 Thread ss . metroengg
i am using opencv-2.4 ,with my web cam *LogitechC170 in my BBB* and trying to grab image in a window by using imshow() function.But it gets hanged .If i remove the webcam from usb it ends up with image window blanked .i am using I dont know this question fits in this forum or not but same pei

[beagleboard] ssh connection over ethernet to beaglebone takes forever

2015-01-12 Thread pedronf65
Hello all, I'm using my beaglebone for some time now, usually I connect via ssh over ethernet from my PC and it was working fine. Suddenly after a beaglebone reboot I can no longer connect to the beaglebone via ssh, it gets stuck before asking the password, no errors, nothing. This is the debug

[beagleboard] Change the user and group of SD card automount on Debian

2015-01-12 Thread scientificsteve
Hello, I'm using the Debian distribution "BeagleBoard.org BeagleBone Debian Image 2014-05-14". When I'm inserting an empty SD card into the micro-SD slot of the Beagle Bone Black, the SD card is mounted in /media/PARTITION_LABEL with the owner debian:admin. Where can I change the user:group an

[beagleboard] How to change the default user and group of automounted SD card with Debian?

2015-01-12 Thread scientificsteve
I'm going to use the SD card as a data storage on my BeagleBone Black. The SD card is perfectly mounted on /media/PARTITON_NAME with user debian and group admin as the owner. I'd like to change this default owner to my custom user of the linux system. Where can I change the user and group wit

[beagleboard] Beacon activation on BeagleBone Black issue

2015-01-12 Thread larrytichauer
I have a BeagleBone Black Rev C. I am installing the Bluetooth Low Energy software using the Kevin Townsend Tutorial. Everything seemed to be working OK until I got to the point of verifying the Beacon. I used the Beacon Tool I downloaded onto my iPhone 6 and it could not detect it. I also u

[beagleboard] Locking flash memory

2015-01-12 Thread Cale
Is there a way to lock the flash memory in the beagle oars black? What I want to do is to install Ubuntu in the flash then install software sans lock the flash. Any work done saved on an USB key the embedded flash untouched. Is there a way? Thanks -- For more options, visit http://beagleboard

[beagleboard] WiFi driver on BeagleBone Black with Angstrom

2015-01-12 Thread weidesire
Dear all I have trying to compile and install a ath6kl driver on the BBB working with Angstrom As trying to make the driver the output is as follow picture. It is trying to locate a ".con

[beagleboard] Re: Debugger Listening on Port 15454?

2015-01-12 Thread drewinnit
hi guys, this thread really helped me with some n00b issues. future reference for others - deactivate debugging as illustrated above, or even simple files won't run. also, all files must be save with the .js extension don't just type a filename and hit enter...add the .js. if your code is uncolo

[beagleboard] imshow() hangs in beaglebone black.

2015-01-12 Thread ss . metroengg
Why imshow hangs my Beaglebone Black .I am using opencv-2.4 with my webcam Logitech C170.It is working fine in my laptop with ubuntu1410.i am using ubuntu1404 in my Beaglebone black.Here is my code: #include #include #include #include #include using namespace cv; int main() { VideoCapture we

[beagleboard] CLKOUT2 and GPIO3_20

2015-01-12 Thread skulski
Hello: what is the intent behind connecting CLKOUT2 (schematics p.3) to GPIO3_20 (p.4)? From other posts I understand that the CLKOUT2 is 32kHz by default, but it can be set in SW to other frequencies, though with some difficulty. So why is it fed to GPIO3_20? What applications use this clock?

[beagleboard] Re: UART C/C++ program need help.

2015-01-12 Thread yakup . 1907 . 730
c++ programlama kitapları 0 dan baslangıs seviyesin itibaren 75 den fazla kitap arsivi arsiv1 http://bc.vc/HTmutu veya http://bc.vc/Ox8uMu arsiv 2 http://bc.vc/io0GSG veya http://bc.vc/f5dgmg arsıv3 http://bc.vc/OQdXgX veya http://bc.vc/skCSFS arsiv 4 http://bc.vc/JbCIKI veya http://bc.vc/F6uHKH

Re: [beagleboard] Re: Three way switch and Lamp Status

2015-01-12 Thread fabiocesario
Have you any example this? Any diagram, code? Thanks Carlos Em sábado, 10 de janeiro de 2015 19:50:02 UTC-2, Wulf Man escreveu: > > a photodetector will isolate your BBB from mains voltages. any other way > and you will still need a way to isolate your AC light from mains. > if you need to kn

[beagleboard] Re: C/C++ Program to control onboard leds/GPIO using Visual Studio,GDB

2015-01-12 Thread yakup . 1907 . 730
c++ programlama kitapları 0 dan baslangıs seviyesin itibaren 75 den fazla kitap arsivi arsiv1 http://bc.vc/HTmutu veya http://bc.vc/Ox8uMu arsiv 2 http://bc.vc/io0GSG veya http://bc.vc/f5dgmg arsıv3 http://bc.vc/OQdXgX veya http://bc.vc/skCSFS arsiv 4 http://bc.vc/JbCIKI veya http://bc.vc/F6uHKH

Re: [beagleboard] Re: BeagleBoard-X15 - seriously? :)

2015-01-12 Thread matthijsvanduin
On Thursday, 13 November 2014 22:15:53 UTC+1, Gerald wrote: > > TI is waiting for approval from the IP owner as to what can be put into > the document. This was a way to get it out sooner and not have to wait on > the IP owner. > It will be included in the final release. > > On Thu, Nov 13, 2014

[beagleboard] how to install linux in beagle board xm using usb

2015-01-12 Thread vihangshah16
hello, everyone. I want to ubuntu 14.4 in beagle board xm using USB.how to do it? -- 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

Re: [beagleboard] Re: Possible TPS65217C/Beaglebone Black Issue

2015-01-12 Thread Gerald Coley
I saw that. Gerald On Mon, Jan 12, 2015 at 7:22 AM, Lawrence Menten wrote: > I just posted a similar (same?) problem. Funky voltage measurements on > TPs similar or the same as yours. Just tried the system again this AM > after reporting problem to rma just to discover that BBB booted up > p

Re: [beagleboard] Recompile kernel

2015-01-12 Thread William Hermans
There is nothing wrong with using ifconfig with no options or switches. If the device is not listed from Just "ifconfig" then it is most likely not configured. @Robert, You know, making short quips about how "x.y.z doesn't work", and then giving us no information as to what you've done to try and

Re: [beagleboard] Rev C Boot Failure

2015-01-12 Thread Gerald Coley
RMA the board. What power supply are you using? Gerald On Mon, Jan 12, 2015 at 2:18 AM, mrTexasFreedom wrote: > Running the BBB Rev C with the debian distro that shipped on it, mine > stopped functioning the other day. Have swapped out 5v adapters with > known-good. Each time I plug in the 5v

Re: [beagleboard] Re: BBB Rev C power regulator failure with high-pitched whine - intermittent problem

2015-01-12 Thread Gerald Coley
Whining is typically one of the inductors. Most likely the hosing has come loose. You can request an RMA to get it replaced. Gerald On Mon, Jan 12, 2015 at 7:28 AM, Lawrence Menten wrote: > This might be a duplicate of : > > Possible TPS65217C/Beaglebone Black Issue > > On Monday, January 12,

Re: [beagleboard] IMMEDIATE NEED FOR MULTI REQ

2015-01-12 Thread Gerald Coley
This entity has been banned. Gerald On Mon, Jan 12, 2015 at 10:52 AM, evilwulfie wrote: > I love the smell of spam frying in the morning > > > > On 1/12/2015 9:41 AM, kavirala Sandeep wrote: > > *Hi ,* > > *Hope you doing great ,* > > *I have a requirement for the below position, if you are

Re: [beagleboard] Cross Compile Problem

2015-01-12 Thread Robert Nelson
On Mon, Jan 12, 2015 at 11:08 AM, William Pretty Security wrote: > Hello All; > > > > I am attempting to compile a kernel image with RAID support and I have > received the following error > > When I run “./build_kernel.sh” > > Should I just remove the offending line ?? Your using "ti-linux-kernel

[beagleboard] Cross Compile Problem

2015-01-12 Thread William Pretty Security
Hello All; I am attempting to compile a kernel image with RAID support and I have received the following error When I run "./build_kernel.sh" Should I just remove the offending line ?? === Applying:

Re: [beagleboard] Using PRU and GPIO

2015-01-12 Thread AndyS
Thank you for your quick replies. I will work through the examples this evening. Ok. I think I might be getting a little confused of something called mux mode5 which looks like it is specific to an example I have been following on GPIO from Derek Molloy. Can I create my own overlays to confi

[beagleboard] Re: HDMI 1024x600 resolution

2015-01-12 Thread Laurent d'Havé
nice, never heard of kms_force_video though. Strange thing, the screen is receiving 1440x900 even though i forced 1024x600 (well i copy/pasted your string). On Monday, January 12, 2015 at 5:54:15 PM UTC+1, TJF wrote: > > Setting the resolution in \boot\uEnv,txt should work: > > #Video: Uncommen

Re: [beagleboard] Using PRU and GPIO

2015-01-12 Thread Charles Steinkuehler
On 1/12/2015 5:11 AM, AndyS wrote: > Hello, > > I have an application which requires use of the PRU for some fast IO. I > need to use more IO than the PRU can handle, but some of the other IO only > needs to operate in slow time. > > Can I configure the BBB to use both PRU IO and Linux control

[beagleboard] Re: HDMI 1024x600 resolution

2015-01-12 Thread TJF
Setting the resolution in \boot\uEnv,txt should work: #Video: Uncomment to override: kms_force_mode=video=HDMI-A-1:1024x600M-16@60 Note the 'M' after the resolution spec. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the G

Re: [beagleboard] IMMEDIATE NEED FOR MULTI REQ

2015-01-12 Thread evilwulfie
I love the smell of spam frying in the morning On 1/12/2015 9:41 AM, kavirala Sandeep wrote: > > *Hi ,* > > *Hope you doing great ,* > > *I have a requirement for the below position, if you are available > please do reply me ASAP….Thanks!!** > * > > *PLEASE SHARE YOUR RESUME TO sande...@dataqgrp.

[beagleboard] Re: Using PRU and GPIO

2015-01-12 Thread TJF
Hi Andy! The PRUSS can control the ADC subsystem. And the PRUSS can control all GPIO subsystems, so there's no reason to control them from LINUX (host CPU). Instead control also the slow GPIOs from the PRU code. Find example code for both, GPIO (over OCP master port = slow) and ADC in the sour

[beagleboard] IMMEDIATE NEED FOR MULTI REQ

2015-01-12 Thread kavirala Sandeep
*Hi ,* *Hope you doing great ,* *I have a requirement for the below position, if you are available please do reply me ASAP….Thanks!!* *PLEASE SHARE YOUR RESUME TO sande...@dataqgrp.com AND MY NUMBER **Direct: 732-993-4990* *SharePoint Admin* *6+ months Contract* *Location: Rockville, MD*

Re: [beagleboard] Recompile kernel

2015-01-12 Thread Mike
On 01/12/2015 04:56 AM, Robert Kuhn wrote: But in the end the work was worthless because even with the newest kernel eth0 is not recognized sometimes: ubuntu@arm:~$ ifconfig loLink encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Hos

[beagleboard] Re: BBB Rev C power regulator failure with high-pitched whine - intermittent problem

2015-01-12 Thread Lawrence Menten
This might be a duplicate of : Possible TPS65217C/Beaglebone Black Issue On Monday, January 12, 2015 at 7:44:01 AM UTC-5, Lawrence Menten wrote: > > > My BBB Rev 3 was put into service 3 weeks ago. Noticed that board would > periodically hang and need reboot. The board then ceased to start up a

[beagleboard] Re: Possible TPS65217C/Beaglebone Black Issue

2015-01-12 Thread Lawrence Menten
I just posted a similar (same?) problem. Funky voltage measurements on TPs similar or the same as yours. Just tried the system again this AM after reporting problem to rma just to discover that BBB booted up perfectly and is now operational again. On Monday, November 18, 2013 at 8:00:55 PM

[beagleboard] Re: BBB Rev C power regulator failure with high-pitched whine - intermittent problem

2015-01-12 Thread Lawrence Menten
BeagleBone Black rev 000C S/N 3414BBBK0466 running BoneScript 0.2.4 at 192.168.1.156 Did a little reading. Problem must be in TPS65217C and USB power would not solve the problem. On Monday, January 12, 2015 at 7:44:01 AM UTC-5, Lawrence Menten wrote: > > > My BBB Rev 3 was put into service 3 w

[beagleboard] HDMI 1024x600 resolution

2015-01-12 Thread Laurent d'Havé
I've hooked an external 10" HDMI monitor. Native resolution is 1024x600. I'm unable to force the BBB to that resolution. There exists a Touchscreen cape that runs that exact resolution, so i'm wondering how they do it ? Please advice/help. Thank you -- For more options, visit http://beagleboa

[beagleboard] BBB Rev C power regulator failure with high-pitched whine - intermittent problem

2015-01-12 Thread Lawrence Menten
My BBB Rev 3 was put into service 3 weeks ago. Noticed that board would periodically hang and need reboot. The board then ceased to start up at all. Board emits a high-pitched whine with no LEDs (including power LED) lit or flashing. No signs of life except the whine. Disconnected all but t

Re: [beagleboard] How to exchange data between host C prog and PRU C prog?

2015-01-12 Thread o1bigtenor
Greetings I am seriously not an expert in this area but are you not asking for your operating system to be an RTOS (Real Time Operating System) when you expect it to input values from sensors when you are calculating through previous inputs? My understanding is that a RTOS handles interrupts diffe

[beagleboard] Using PRU and GPIO

2015-01-12 Thread AndyS
Hello, I have an application which requires use of the PRU for some fast IO. I need to use more IO than the PRU can handle, but some of the other IO only needs to operate in slow time. Can I configure the BBB to use both PRU IO and Linux controlled GPIO. Also could anyone point me at a tutori

Re: [beagleboard] Recompile kernel

2015-01-12 Thread Robert Kuhn
But in the end the work was worthless because even with the newest kernel eth0 is not recognized sometimes: ubuntu@arm:~$ ifconfig loLink encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 M

[beagleboard] Rev C Boot Failure

2015-01-12 Thread mrTexasFreedom
Running the BBB Rev C with the debian distro that shipped on it, mine stopped functioning the other day. Have swapped out 5v adapters with known-good. Each time I plug in the 5v adapter, I get a momentary ble LED next to the adapter, then nothing. No other LEDs ever fire up, either. Is this ind