Re: [beagleboard] DVI on original BB Rev. C3

2014-02-21 Thread Robert Kuhn
Hi, RobertCNelson: Does this attached patch help against: > https://github.com/RobertCNelson/armv7-multiplatform (v3.13.x branch) ? > Will try that on monday. Thanks! -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Go

[beagleboard] Adding splashscreen to u-boot.

2014-02-21 Thread Kishor Dhanawade
Hello, I am using Beaglebone black with ubuntu-12.04(3.8.13). I observed that penguin logo appears on the screen which is after starting kernel i.e. this is kernel splashscreen. I want to add splashscreen during the start of u-boot(U-Boot 2014.01). Is it possible?? Has anyone done it fo

[beagleboard] Re: BBB kernel 3.12.10/ GPMC

2014-02-21 Thread quikcjack
Is there really nobody interested in using the GPMC on the BeagleBone Black? Am Montag, 17. Februar 2014 12:17:14 UTC+1 schrieb quik...@gmail.com: > > I am testing kernel 3.12.10 on the BBB. The system boots without issues. > To be able to use the GPMC bus we must disable eMMC and HDMI. I did mo

Re: [beagleboard] Re: CLKOUT2 access in RCN 3.12 kernel?

2014-02-21 Thread quikcjack
Is there really nobody interested in using the GPMC on the BeagleBone Black? Am Dienstag, 18. Februar 2014 11:35:06 UTC+1 schrieb quik...@gmail.com: > > I seems that what you are trying to do is to setup GPMC access on the > BeagleBone Black using kernel 3.12.x. The steps to do this are as follo

[beagleboard] BBB + PREEMPT_RT

2014-02-21 Thread quikcjack
I am trying to figure out how to create a kernel for the BBB that supports PREEMPT_RT. It's kind of strange that the BBB's default kernel does not even have PREEMPT activated. Such a board doesn't fit to many embedded applications where we need at least some kind of determinism. It is even wors

Re: [beagleboard] BBB + PREEMPT_RT

2014-02-21 Thread Bas Laarhoven
On 21-2-2014 9:20, quikcj...@gmail.com wrote: I am trying to figure out how to create a kernel for the BBB that supports PREEMPT_RT. It's kind of strange that the BBB's default kernel does not even have PREEMPT activated. Such a board doesn't fit to many embedded applications where we need at l

Re: [beagleboard] Re: webmin advice needed

2014-02-21 Thread William Hermans
Well, my comment was meant to reflect that blanket comments such as these are silly. I've been tinkering with a Linux appliance of sorts using the BBB myself. Granted, the BBB runs headless, and the UI is displayed / partially powered by the client via Nodejs. This is also very fast. On Thu, Feb

Re: [beagleboard] BBB + PREEMPT_RT

2014-02-21 Thread David Goodenough
On Friday 21 February 2014 00:20:39 quikcj...@gmail.com wrote: > I am trying to figure out how to create a kernel for the BBB that supports > PREEMPT_RT. It's kind of strange that the BBB's default kernel does not > even have PREEMPT activated. Such a board doesn't fit to many embedded > applicatio

Re: [beagleboard] Re: learning ARM assy with BBB

2014-02-21 Thread dd
ok, i ordered the jtag & 16 bit logic analyzer. away we go. i wouldn't expend any effort bashing the status quo. they are there by choice. rock on! dd ps why 2 logic analyzers? On Thursday, February 20, 2014 6:51:24 PM UTC+2, azzythehillbilly mir wrote: > > Hi DD, > I plan to sta

Re: [beagleboard] BBB + PREEMPT_RT

2014-02-21 Thread Giuseppe Iellamo
Or just try Xenomai... https://github.com/cdsteinkuehler/linux-dev/tree/3.8.13-bone39-xenomai Il giorno venerdì 21 febbraio 2014 11:03:24 UTC+1, David Goodenough ha scritto: > > On Friday 21 February 2014 00:20:39 quik...@gmail.com wrote: > > I am trying to figure out how to create a kernel fo

[beagleboard] problem with sending float type data serially using c++

2014-02-21 Thread ss sefat
i can send 1 byte char type data form bbb serially. now i am stuck with sending float type data . here is my code for sending data serially . fd = open("/dev/ttyO1", O_RDWR | O_NOCTTY); char byte_out[] = {0x47}; write(fd, byte_out, strlen(byte_out)+1); how can i write(or send) float type data se

Re: [beagleboard] Re: Getting started with bare-metal programming on BBB

2014-02-21 Thread Satz Klauer
Thanks for the feedback. Meanwhile I'm happy with StarterWare from TI. On Thu, Feb 20, 2014 at 3:12 PM, Elavarasu wrote: > Hi, > > There is a way to do baremetal with x-loader as a startup..without the > emulator. > > This link will provide the idea.. > > http://beagleboard.lohray.com/vm-larix/ba

Re: [beagleboard] BBB + PREEMPT_RT

2014-02-21 Thread David Goodenough
On Friday 21 February 2014 03:27:01 Giuseppe Iellamo wrote: > Or just try Xenomai... > > https://github.com/cdsteinkuehler/linux-dev/tree/3.8.13-bone39-xenomai > While this may be answer to the original poster's question, it is of no relevance to my point which is that the Sitara processor encour

Re: [beagleboard] How to install linux-headers-3.8.13-bone30

2014-02-21 Thread jayakarthigeyan
Can you tell me how install this headers. If you ubuntu-armhf images are not supported by your scripts where can I find the image files support by yours. On Friday, 21 February 2014 06:50:25 UTC+5:30, RobertCNelson wrote: > > > > > On Thu, Feb 20, 2014 at 6:04 PM, >wrote: > >> While trying to pr

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

2014-02-21 Thread anil . gupta778
Appreciate the figures of 700/day on supply and 140,000 on back orders (200 days of supply.. phew!). This is an awesome product. What you saw until October was just people trying it out. They've concluded it is a good product and are ordering it in greater quantities. That is where we are and

[beagleboard] Re: serial port programming in c++

2014-02-21 Thread arunbarnabasjohn
On Wednesday, February 19, 2014 9:47:46 PM UTC+5:30, ss sefat wrote: > > i connected the arduino usb with bbb. bbb recognize arduino as > /dev/ttyACM0 . now i want to communicate with arduino using serial > communication in c++ . i tried several times using fopen() .bt bt bbb > cannot open "/d

[beagleboard] Failed angstrom build

2014-02-21 Thread geirert
My build failed the same way. I am compiling on a Ubuntu 13.10(x64) system. Did you find out what the cause was? -- 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 t

[beagleboard] Beaglebone black: Boot from USB or serial

2014-02-21 Thread terry . barnaby47
We are designing a system based on the TI AM3358 processor and are using a Beaglebone black as a development board prior to getting the real hardware. The real hardware will have eMMC memory but will not have a microSD card socket so for a bare metal boot/install we plan to use USB or serial. We

Re: [beagleboard] Re: DHT-22 and Beaglebone

2014-02-21 Thread mharrisny1
Hi, I am trying to use this code with an Adsong dht22 (am2302) temp/rh sensor running on the BBB. I haven't used C for a number of years so I am kind of rusty. What modifications did you make to compile it with g++ on the BBB? How does portG map to the pinout on the BBB? Or what pin do I con

[beagleboard] Beaglebone Black: Boot from USB or serial

2014-02-21 Thread terry . barnaby47
We are developing a board based on the TI AM3358 processor and we are using the Beaglebone Black as a development test platform prior to the real hardware becoming available. Our system will have eMMC memory but no microSD card so we intend to do a boot/install via the USB or serial port. We are

[beagleboard] Re: problem with spi device after reset on beaglebone black with angstrom

2014-02-21 Thread mutual . jun
insert into uEnv.txt file and reboot optargs=quiet drm.debug=7 capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN capemgr.enable_partno=BB-SPI1-01 Make sure it is enabled. ls -al /dev/spidev1.* ref. http://elinux.org/BeagleBone_Black_Enable_SPIDEV#Enabling_SPIDEV_with_Cape_Manager 2013년

[beagleboard] Re: BBB USB WiFi and LiPo batteries

2014-02-21 Thread wingchwan
hi can any body help me i am using usb cam as well as gpio for my beagle bone black i need more power than usual what would u recommend -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group.

[beagleboard] Re: BBB USB WiFi and LiPo batteries

2014-02-21 Thread wingchwan
hi i am using beagle bone black it is powering usb cam and gpios can u help me how many mah battry must i use -- 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

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

2014-02-21 Thread Gerald Coley
Expedite fees? Well we used to do that on the earlier boards. But there is zero buffer on these boards. The idea of loosing say $700,000 is not something that makes a lot of sense. Having deals and POs in place with distributors and then telling them, Oh sorry, you have to pay more is tough. I am

Re: [beagleboard] How to install linux-headers-3.8.13-bone30

2014-02-21 Thread Robert Nelson
On Thu, Feb 20, 2014 at 10:31 PM, wrote: > Can you tell me how install this headers. > wget sudo dpkg -i or even: wget https://raw.github.com/gkaindl/beaglebone-ubuntu-scripts/master/bb-get-rcn-kernel-source.sh chmod +x bb-get-rcn-kernel-source.sh ./bb-get-rcn-kernel-source.sh Will set it u

Re: [beagleboard] Re: CLKOUT2 access in RCN 3.12 kernel?

2014-02-21 Thread Gerald Coley
Most people are still on the 3.8 kernel. Gerald On Fri, Feb 21, 2014 at 2:07 AM, wrote: > Is there really nobody interested in using the GPMC on the BeagleBone > Black? > > > Am Dienstag, 18. Februar 2014 11:35:06 UTC+1 schrieb quik...@gmail.com: > >> I seems that what you are trying to do is

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

2014-02-21 Thread Robert Nelson
On Fri, Feb 21, 2014 at 8:28 AM, Gerald Coley wrote: > Expedite fees? Well we used to do that on the earlier boards. But there is > zero buffer on these boards. The idea of loosing say $700,000 is not > something that makes a lot of sense. Having deals and POs in > place with distributors and then

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

2014-02-21 Thread Gerald Coley
We are thinking about a lot of things right now. Gerald On Fri, Feb 21, 2014 at 8:38 AM, Robert Nelson wrote: > > > > On Fri, Feb 21, 2014 at 8:28 AM, Gerald Coley wrote: > >> Expedite fees? Well we used to do that on the earlier boards. But there >> is zero buffer on these boards. The idea of

Re: [beagleboard] Re: Future of the Angstrom distribution for Beaglebone

2014-02-21 Thread chmorgan
On Monday, December 2, 2013 5:15:06 PM UTC-5, John Syne wrote: > > On 12/2/13, 12:15 PM, "David Lambert" > > wrote: > > >On 12/02/2013 01:02 PM, Jason Kridner wrote: > >> Angstrom site is simply undergoing a move. However, the community does > >> seem to be pushing the project in the direction

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

2014-02-21 Thread Eric Palmer
+1 on $75 Sent from my iPhone > On Feb 21, 2014, at 9:28 AM, Gerald Coley wrote: > > Expedite fees? Well we used to do that on the earlier boards. But there is > zero buffer on these boards. The idea of loosing say $700,000 is not > something that makes a lot of sense. Having deals and POs in

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

2014-02-21 Thread Bas Laarhoven
Good to hear, does that also include thinking about paying your debt to this cape developer ? -- Bas On 21-2-2014 15:41, Gerald Coley wrote: We are thinking about a lot of things right now. Gerald On Fri, Feb 21, 2014 at 8:38 AM, Robert Nelson mailto:robertcnel...@gmail.com>> wrote:

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

2014-02-21 Thread Gerald Coley
I would think that is up to whomever it is that owes you. Gerald On Fri, Feb 21, 2014 at 9:14 AM, Bas Laarhoven wrote: > > Good to hear, does that also include thinking about paying your debt to > this cape developer ? > > -- Bas > > > > On 21-2-2014 15:41, Gerald Coley wrote: > > We are thin

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

2014-02-21 Thread Bas Laarhoven
You're not speaking for circuitco then? -- Bas On 21-2-2014 16:17, Gerald Coley wrote: I would think that is up to whomever it is that owes you. Gerald On Fri, Feb 21, 2014 at 9:14 AM, Bas Laarhoven > wrote: Good to hear, does that also include thinking about

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

2014-02-21 Thread Gerald Coley
I work for TI. Gerald On Fri, Feb 21, 2014 at 9:21 AM, Bas Laarhoven wrote: > > You're not speaking for circuitco then? > > -- Bas > > > > On 21-2-2014 16:17, Gerald Coley wrote: > > I would think that is up to whomever it is that owes you. > > Gerald > > > > On Fri, Feb 21, 2014 at 9:14 AM,

[beagleboard] problem with sending float type data serially using c++

2014-02-21 Thread kyle
A float is just 4 bytes of binary data that is coded to show the decimal point position and the number before and after the point. The trick is that you have to tell the C++ compiler that you are not making a stupid mistake and really do want to treat the float as an array of bytes: void send_

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

2014-02-21 Thread Micka
WHAT are you saying ? It's to the Cap builder to do something !!! PLUS, if you want something to work in the open source, you have to do it yourself, that the price of open source ! I wanted the RS485 CAP work and I had Zero knowledge in Linux Kernel, It took me 2 month to understand how to make

[beagleboard] problem with sending float type data serially using c++

2014-02-21 Thread kyle
You may be better off in the long run coding this to convert the value to string data, transmit the string and convert back on the other end. No reason you can't send binary jibberish over the wire but debugging that later on can be a real bear. If you have tons of floats to send with huge v

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

2014-02-21 Thread Robert P. J. Day
On Fri, 21 Feb 2014, Micka wrote: > WHAT are you saying ? It's to the Cap builder to do something !!! > > PLUS, if you want something to work in the open source, you have to > do it yourself, that the price of open source ! > > I wanted the RS485 CAP work and I had Zero knowledge in Linux > Kernel

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

2014-02-21 Thread George Erhart
Thanks for the tip ... they are only charging a $4.99 premium on the BBB and as of a few minutes ago, claimed they were in stock. So, I ordered one and it is suppose to ship on Monday (2/24). So, we will see. I had a backorder with Sparkfun, but their expected date slipped from 2/19 to 4/5 ...

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

2014-02-21 Thread Bas Laarhoven
Ah I see. Somehow I knew this, but you seem to know much about internal circuitco issues. Sorry for that, but I'm unable to reach anyone at circuitco. I've had a deal with Bob and later got a commitment from Clint to resolve the matter. But circuitco never delivered and now seems to think it's

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

2014-02-21 Thread Mahendra Gunawardena
I believe the current demand is due to the price point. With demand the price needs to go down. The supply issues need to be sorted out. On Fri, Feb 21, 2014 at 10:40 AM, Robert P. J. Day wrote: > On Fri, 21 Feb 2014, Micka wrote: > > > WHAT are you saying ? It's to the Cap builder to do someth

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

2014-02-21 Thread Gerald Coley
I just oversee the manufacturing and support of beagleboard.org. Any other issues are theirs. Gerald On Fri, Feb 21, 2014 at 9:57 AM, Bas Laarhoven wrote: > > Ah I see. Somehow I knew this, but you seem to know much about internal > circuitco issues. > Sorry for that, but I'm unable to reach

[beagleboard] Re: Audio Cape Rev B schematics ?

2014-02-21 Thread David Anders
Valentin, the audio cape revb is in production now and should be available for purchase within 14 to 21 days. the design files for the audio cape revb are available on the wiki page: http://www.elinux.org/CircuitCo:Audio_Cape_RevB#Documentations On Wednesday, February 19, 2014 4:01:21 AM UTC-6

[beagleboard] Re: BBB USB WiFi and LiPo batteries

2014-02-21 Thread doog
On Friday, February 21, 2014 5:47:34 AM UTC-8, wing chwan wrote: > > > > hi can any body help me i am using usb cam as well as gpio for my beagle > bone black i need more power than usual what would u recommend > > an externally powered USB hub can be a good option. but you'll need to understan

[beagleboard] Re: BBB USB WiFi and LiPo batteries

2014-02-21 Thread doog
BTW, maybe it would be best to create a new topic/post the the forum instead of hijacking this thread on LiPo battery usage/charging. Doug On Friday, February 21, 2014 5:50:28 AM UTC-8, wing chwan wrote: > > > > hi i am using beagle bone black > it is powering usb cam and gpios can u help me >

[beagleboard] Beaglebone Using MySQL

2014-02-21 Thread sofjk
I am attempting to cross compile a C program using MySQL on Ubuntu for the Beaglebone. I can compile manually on either the Beaglebone or Ubuntu and it works. However when I compile in Eclipse to do the cross compiling it fails. Does anyone have a solution or idea on how to get cross compilin

[beagleboard] dht22 Temp/RH Sensor on BBB

2014-02-21 Thread mharrisny1
I have a Adsong dht22 (am2302) sensor that I would like to use on BBB. I used C many years ago so I am pretty rusty with that. After trying many code samples, I have not been able to come with with a working sensor. What language/code would be best to use with BBB for a dht22 sensor? Would

Re: [beagleboard] dht22 Temp/RH Sensor on BBB

2014-02-21 Thread Eric Palmer
I meant to include the datasheet link http://www.adafruit.com/datasheets/Digital%20humidity%20and%20temperature%20sensor%20AM2302.pdf always start with the datasheet. On Fri, Feb 21, 2014 at 11:58 AM, Eric Palmer wrote: > The datasheet shows how the am2302 works. It is a 1 wire device which > a

Re: [beagleboard] dht22 Temp/RH Sensor on BBB

2014-02-21 Thread Eric Palmer
The datasheet shows how the am2302 works. It is a 1 wire device which actually can be pretty easy to program. I did some of this with dallas sensors on an arduino a long time ago. (dallas uses a different format). Any language that can access the gpio ports on the BBB can be used. My preference f

Re: [beagleboard] Re: CLKOUT2 access in RCN 3.12 kernel?

2014-02-21 Thread Drew
I'm definitely interested! Thank you for the reply and the hints. I assumed my GPMC wasn't working in 3.12 because of missing CLKOUT2.. Now I see that maybe ALL of my GPMC signals are dead...? (I'll have to break out the scope and double check that..) -- For more options, visit http://beagleboard

Re: [beagleboard] dht22 on BeagleBoard Black

2014-02-21 Thread selsinork
On 20/02/14 17:14, mharris...@gmail.com wrote: > I want to connect a Adsong dht22 (am2302) to the BBB. No idea if you've tried it or not, but there's a kernel driver here https://gitorious.org/dht22-driver/dht22-driver/source/6e32bfc31de1e96c550b7678474ddcfa6f61336e: There are a number of humidit

Re: [beagleboard] Re: CLKOUT2 access in RCN 3.12 kernel?

2014-02-21 Thread Gerald Coley
Sounds like they may not setup properly in the DTS file. Gerald On Fri, Feb 21, 2014 at 11:03 AM, Drew wrote: > I'm definitely interested! > Thank you for the reply and the hints. > I assumed my GPMC wasn't working in 3.12 because of missing CLKOUT2.. > Now I see that maybe ALL of my GPMC sig

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

2014-02-21 Thread doog
On Friday, February 21, 2014 8:02:46 AM UTC-8, Gerald wrote: > > I just oversee the manufacturing and support of beagleboard.org. Any > other issues are theirs. > > Gerald > > And you are doing one heck of a good job! I sure hope you don't let the few who keep complaining make you feel like you

Re: [beagleboard] Disable USB mass storage

2014-02-21 Thread Steve G
Hi RCN, How about your latest Ubuntu demo image? SG On Thursday, February 6, 2014 9:33:52 AM UTC-5, RobertCNelson wrote: > > > > On Thu, Feb 6, 2014 at 8:05 AM, > wrote: > >> When I connect the BeagleBone Black to my PC it shows up as as USB mass >> storage device. Is there some way that I c

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

2014-02-21 Thread Gerald Coley
I appreciate the feedback ! We are all busting it to get things back up to the new norm! There is a long line of people between us and the parts we need. Gerald On Fri, Feb 21, 2014 at 11:37 AM, doog wrote: > > > On Friday, February 21, 2014 8:02:46 AM UTC-8, Gerald wrote: >> >> I just overse

Re: [beagleboard] Disable USB mass storage

2014-02-21 Thread Robert Nelson
/opt/scripts/boot/am335* On Feb 21, 2014 11:45 AM, "Steve G" wrote: > Hi RCN, > > How about your latest Ubuntu demo image? > > SG > > On Thursday, February 6, 2014 9:33:52 AM UTC-5, RobertCNelson wrote: > >> >> >> >> On Thu, Feb 6, 2014 at 8:05 AM, wrote: >> >>> When I connect the BeagleBone Bla

Re: [beagleboard] Failed angstrom build

2014-02-21 Thread John Syn
On 2/20/14, 11:08 PM, "geir...@gmail.com" wrote: >My build failed the same way. I am compiling on a Ubuntu 13.10(x64) >system. > >Did you find out what the cause was? How can anyone help you when we have no idea what you are referring too? Please respond by retaining some of the previous post

[beagleboard] conflict with "cape-bone-iio" overlay and simple pinmux overlay?

2014-02-21 Thread cfalk3
Hello, I am trying to use both the "cape-bone-iio" device tree overlay for analog input, and a simple pin-muxing overlay (see attached DTS file) to change the direction of various gpio pins. Although they both work on their own, it seems that there is a problem when loaded together. The first

Re: [beagleboard] Re: Audio Cape Rev B schematics ?

2014-02-21 Thread John Syn
From: David Anders Reply-To: Date: Friday, February 21, 2014 at 8:18 AM To: Subject: [beagleboard] Re: Audio Cape Rev B schematics ? > Valentin, > > the audio cape revb is in production now and should be available for purchase > within 14 to 21 days. > > the design files for the audio

[beagleboard] Re: conflict with "cape-bone-iio" overlay and simple pinmux overlay?

2014-02-21 Thread cfalk3
I am not sure how to attach a file, so here is my DTS file... /dts-v1/; /plugin/; /{ compatible = "ti,beaglebone", "ti,beaglebone-black"; part-number = "DM-GPIO-Test"; version = "00A0"; fragment@0 { target = <&am33xx_pinmux>; __o

Re: [beagleboard] conflict with "cape-bone-iio" overlay and simple pinmux overlay?

2014-02-21 Thread Jason Kridner
On Fri, Feb 21, 2014 at 2:47 PM, wrote: > Hello, > > I am trying to use both the "cape-bone-iio" device tree overlay for analog > input, and a simple pin-muxing overlay (see attached DTS file) > I don't see an attachment. Googling for the name I found https://github.com/derekmolloy/boneDeviceTre

Re: [beagleboard] Re: Audio Cape Rev B schematics ?

2014-02-21 Thread David Anders
yes but it won't be posted until we are ready to ship... Dave On Friday, February 21, 2014 2:04:28 PM UTC-6, john3909 wrote: > > > > From: David Anders > > Reply-To: > > Date: Friday, February 21, 2014 at 8:18 AM > To: > > Subject: [beagleboard] Re: Audio Cape Rev B schematics ? > > Valentin, >

Re: [beagleboard] conflict with "cape-bone-iio" overlay and simple pinmux overlay?

2014-02-21 Thread Guy Grotke
They probably have a collision on one or more pins. Have you looked at their respective .dts files to see if there is a conflict? Try assigning pins to one or the other. My (very limited) experience with the cape manager leads me to believe it is not very good about giving you informative mess

Re: [beagleboard] conflict with "cape-bone-iio" overlay and simple pinmux overlay?

2014-02-21 Thread cfalk3
Hi Jason, Yes, I was using Derek Molloy's DTS file as a template. The only difference is that I edited it for the following 0x198 0x37 /* P9_30 102 OUTPUT MODE7 */ I posted the relevant dmesg output in my first post. I wasn't sure how to attach a file to this

Re: [beagleboard] Failed angstrom build

2014-02-21 Thread Artie Lekstutis
Have you tried the directions on http://www.angstrom-distribution.org/? That worked fine for me the last time I ran it in a VirtualBox VM running Ubuntu 12.04.3 64 bits. I've had trouble with some of what Derek Molloy documented, especially after the referenced toolchain was removed from angst

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

2014-02-21 Thread Przemek Klosowski
On Fri, Feb 21, 2014 at 12:46 PM, Gerald Coley wrote: > I appreciate the feedback ! We are all busting it to get things back up to > the new norm! There is a long line of people between us and the parts we > need. > Can you say which parts are the bottleneck? Your experience spinning up this amaz

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

2014-02-21 Thread Gerald Coley
Interesting. I am not sure Stephen King could stand the competition of another horror writer! I will think it over! Gerald On Fri, Feb 21, 2014 at 3:13 PM, Przemek Klosowski < przemek.klosow...@gmail.com> wrote: > On Fri, Feb 21, 2014 at 12:46 PM, Gerald Coley > wrote: > > I appreciate the f

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

2014-02-21 Thread Eric Palmer
Gerald The BBB is an amazing piece of work. It has gotten me excited about embedded systems like never before. Thanks On Fri, Feb 21, 2014 at 12:46 PM, Gerald Coley wrote: > I appreciate the feedback ! We are all busting it to get things back up to > the new norm! There is a long line of people

Re: [beagleboard] USB port not working on my BeagleBone Black

2014-02-21 Thread ajith92
Hey brian smith have u worked on kinect after connecting into beagle bone ?? my kinect s recognized by the BBB ... wat should i do after tat On Thursday, 1 August 2013 05:36:52 UTC+5:30, Brian Smith wrote: > > Hello Isaac, > > I have the Kinect running on my Beaglebone using a powered USB hu

[beagleboard] BeagleBone Black and Linux Drivers

2014-02-21 Thread Richard Rice
Hey everyone, I'm having some issues with some Linux drivers on Black and need some direct help. Please email me directly if interested or know someone in the Bay Area, CA that can. Thanks! -- For more options, visit http://beagleboard.org/discuss --- You received this message because you a

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

2014-02-21 Thread Gerald Coley
eMMC for one. Schedules are extended out. You have some we can buy? Some of the crystals as well. Gerald On Fri, Feb 21, 2014 at 4:58 PM, rh_ wrote: > On Fri, 21 Feb 2014 15:19:58 -0600 > Gerald Coley wrote: > > > Interesting. I am not sure Stephen King could stand the competition of > > ano

Re: [beagleboard] conflict with "cape-bone-iio" overlay and simple pinmux overlay?

2014-02-21 Thread Jason Kridner
On Fri, Feb 21, 2014 at 3:53 PM, wrote: > Hi Jason, > > Yes, I was using Derek Molloy's DTS file as a template. The only > difference is that I edited it for the following > > 0x198 0x37 /* P9_30 102 OUTPUT MODE7 */ > > I posted the relevant dmesg output in my fi

Re: [beagleboard] debian: test images (2014-01-10)

2014-02-21 Thread Jason Kridner
On Wed, Jan 29, 2014 at 4:09 PM, Robert Nelson wrote: > Lets keep this going, round 4... > > First, for tracking please report all bugs to: > http://bugs.elinux.org/projects/debian-image-releases > > Fixes: > 3.8.13-bone37 -> 3.8.13-bone39 > * rs485 support from Micka > * dir-changeable propery fo

Re: [beagleboard] conflict with "cape-bone-iio" overlay and simple pinmux overlay?

2014-02-21 Thread Chris Falk
Wow, that was totally it!! Changed the helper name and now both overlays are working together. Ugh, this one had me tearing my hair out for a while.. Wish there was a debug/error print or something in dmesg to make it more obvious.. Hey thanks so much for your help Jason! On Friday, Februar