[beagleboard] Re: Official eQEP driver Support

2014-05-14 Thread Teknoman117
I don't believe that actually will change the I/O configuration. For the pin ctrl entry to be adopted, it needs to be used by some driver. Turns out there is a pinmux helper device. Check out this blog post: http://hipstercircuits.com/enable-serialuarttty-on-beaglebone-black/. More

Re: [beagleboard] BBB SPI//ADXL375

2014-05-14 Thread Stuart Reynard
Hi Jose, I finished this project a couple of weeks ago. I wanted to thank you for getting back to me with such helpful information, and I also wanted to follow up with my solution to the SPI problem (for future users). I ended up using a different driver file for SPI0 than the one provided

Re: [beagleboard] Stuck with applying the device tree overlay file (dtbo) On BeagleBoard-XM, any suggestions how?

2014-05-14 Thread Robert Nelson
On Tue, May 13, 2014 at 6:41 PM, cohengil...@gmail.com wrote: Hi There, I have recently took my Beagleboard-xM and put on it the Ubuntu 14.04 LTS (3.14.2-armv7-x5), then I tried to mux PIn3 (GPIO_139), after reading thoroughly the pages from both the System Reference Manual(Page 110) and

Re: [beagleboard] DC-DC of TPS65950 getting broken, beagleboard

2014-05-14 Thread Gerald Coley
I have no idea what your issue may be. We have never had any issues of any consequence on the TPS65950 over the last three years. If you chose not to follow the layout, there may be other issues that you have, not just the skinny etch..You may have component issues. And the PMIC may actually be

Re: [beagleboard] battery or supercap for rtc and sync?

2014-05-14 Thread Gerald Coley
You would be better off just adding an external RTC. There are capes available that add a RTC. Any battery that was adequate to keep the board up for shutdown would be more than a typical RTC would require. The isn't enough space on the board to add a rechargeable battery that large. I have no

[beagleboard] Audio Cape Rev B1

2014-05-14 Thread Aaron Clarke
I'm looking for some help getting the audio cape rev. B1 running on debian. I'm not able to load the overlay, I suspect I'm using the wrong kernel or need to compile the firmware into the kernel. Circuitco provided an overlay, I have the latest image I can find,

[beagleboard] BeagleBone Black powered by PoE (Power over Ethernet)?

2014-05-14 Thread Christian
Can BeagleBone Black only be powered by using PoE? In my project I want to avoid using too many cables. So the possibilty to use one cable for power and data would be very interesting. In this case a network switch would be working as an injector. The BeagleBone Black would only receive power

Re: [beagleboard] BeagleBone Black powered by PoE (Power over Ethernet)?

2014-05-14 Thread Gerald Coley
Yes, if you add it externally and regulate the voltage to 5V and if it can deliver the current. POE is not built into the BBB so you must apply power via the 5VDC port. You can find injector boards at several different places There may be a cape for this, but I am not aware of one. Adding it

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

2014-05-14 Thread William Hermans
*The library was designed and tested using only root/sudo to access GPIO at this time. For more details, please review the documents at http://learn.adafruit.com/setting-up-io-python-library-on-beaglebone-black http://learn.adafruit.com/setting-up-io-python-library-on-beaglebone-black. *

Re: [beagleboard] battery or supercap for rtc and sync?

2014-05-14 Thread ivo welch
thank you, gerald. very helpful to know what is in the cards and what is not. Ivo Welch (ivo.we...@gmail.com) http://www.ivo-welch.info/ J. Fred Weston Professor of Finance Anderson School at UCLA, C519 Director, UCLA Anderson Fink Center for Finance and Investments Free Finance Textbook,

Re: [beagleboard] 625 MHz leak?

2014-05-14 Thread Gerald Coley
In order to mitigate it you need to figure out where it is coming from. A probe test will help in that area. Have you run one? Using ferrites on all cables generally helps in these types of issues. Gerald On Wed, May 14, 2014 at 12:01 PM, l...@ansync.com wrote: We have a BBB-based design

[beagleboard] HC-05 Bluetooth and the beagle bone black ...

2014-05-14 Thread Pedro Gonzalez
Hi there! Newbie here ... sorry if too basic or already answered somewhere, I can not find what I'm looking for. Here is my problem: I'm trying to connect my BBB to an android device via bluetooth. I'm using a HC-05 device and followed the instructions in

[beagleboard] Re: Where to Find BBB Training?

2014-05-14 Thread Nathan
Yea, I think we'd prefer to rewrite everything rather than mapping. We'll probably just stick with Angstrom. Or do you have a better suggestion there? As far as real time requirements go, we do have some. The goal is to use the real time units on the BBB to offset most of these requirements.

[beagleboard] Re: Dude, where's my BeagleBone Black?

2014-05-14 Thread armstrong . james
It was out of stock at adafruit this morning but just received a message they were back in stock. I don't know how many for how long. -- 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] BBB SPI//ADXL375

2014-05-14 Thread José Luis Redrejo
2014-05-14 14:49 GMT+02:00 Stuart Reynard stuartr...@gmail.com: Hi Jose, I finished this project a couple of weeks ago. I wanted to thank you for getting back to me with such helpful information, and I also wanted to follow up with my solution to the SPI problem (for future users). Great

Re: [beagleboard] Eth0 config on BBB (default Angstrom image 2013.09.04)

2014-05-14 Thread Cody Lacey
This may help http://www.cyberciti.biz/tips/howto-ubuntu-linux-convert-dhcp-network-configuration-to-static-ip-configuration.html On Wed, May 14, 2014 at 10:30 AM, Chriskner ch...@ner.com wrote: Hi all, I searched without success for an explanation on how to configure eth0 on the BBB

[beagleboard] Re: Audio Cape Rev B1

2014-05-14 Thread danders . dev
info on this can be found here: https://groups.google.com/d/msg/beagleboard/81TsiNp4Bok/FZKXz9GHpHoJ the wiki page will be updated shortly with more details... Dave On Wednesday, May 14, 2014 8:18:40 AM UTC-5, Aaron Clarke wrote: I'm looking for some help getting the audio cape rev. B1

Re: [beagleboard] Eth0 config on BBB (default Angstrom image 2013.09.04)

2014-05-14 Thread Chriskner
Cody, From your linked page I followed: root@beaglebone:~# ifconfig eth0 192.168.0.50 netmask 255.255.255.0 up and it seems to work fine. root@beaglebone:~# ifconfig eth0 Link encap:Ethernet HWaddr 1C:BA:8C:98:51:96 inet

Re: [beagleboard] Audio Cape Rev B1

2014-05-14 Thread Aaron Clarke
Thanks, I built and tested it and working fine. Aaron On Wednesday, May 14, 2014 10:05:13 AM UTC-4, RobertCNelson wrote: On Wed, May 14, 2014 at 8:18 AM, Aaron Clarke a...@aaronclarke.comjavascript: wrote: I'm looking for some help getting the audio cape rev. B1 running on debian.

[beagleboard] Re: Where to Find BBB Training?

2014-05-14 Thread jmelson
On Wednesday, May 14, 2014 11:41:21 AM UTC-5, Nathan wrote: Yea, I think we'd prefer to rewrite everything rather than mapping. We'll probably just stick with Angstrom. Or do you have a better suggestion there? Angstrom is being phased out, in favor of Robert Nelson's Debian-based

Re: [beagleboard] 625 MHz leak?

2014-05-14 Thread lee
It seems to come from right around the processor, but we couldn't pinpoint it any more precisely than that, or even to one side of the board or other. On Wednesday, May 14, 2014 10:56:28 AM UTC-7, Gerald wrote: In order to mitigate it you need to figure out where it is coming from. A probe

Re: [beagleboard] 625 MHz leak?

2014-05-14 Thread Gerald Coley
Sounds like you may have grounding issues or unterminated pin . Using a probe should let you be able to determine which side of the chip it is. Gerald On Wed, May 14, 2014 at 3:37 PM, l...@ansync.com wrote: It seems to come from right around the processor, but we couldn't pinpoint it any

[beagleboard] Re: Audio Cape Rev B1

2014-05-14 Thread Aaron Clarke
Thanks for the link, I quickly wrote down the steps I took to get the cape working on my blog in case it's useful to anyone else. http://blog.embeddedcoding.com/2014/05/getting-started-with-audio-cape.html I haven't tried to dynamically load the overlay again, but that isn't necessary for what

Re: [beagleboard] 625 MHz leak?

2014-05-14 Thread lee
It's not something unique to our board--a stock BBB has the same problem. On Wednesday, May 14, 2014 1:41:29 PM UTC-7, Gerald wrote: Sounds like you may have grounding issues or unterminated pin . Using a probe should let you be able to determine which side of the chip it is. Gerald On

Re: [beagleboard] Beaglebone Quadcopter!

2014-05-14 Thread Mike McDonald
A traditional radio transmitter can be used via the USB (similar to how RC Simulators use them). As for a receiver... We currently have control and video streaming over WiFi (or Bluetooth), so you'd have to implement a two radio solution. A WiFi or Bluetooth USB dongle would be included, or

Re: [beagleboard] 625 MHz leak?

2014-05-14 Thread Gerald Coley
OK. Understood. Different test equipment will yield different results. And it can be effected by the SW you are running. Gerald On Wed, May 14, 2014 at 3:59 PM, l...@ansync.com wrote: It's not something unique to our board--a stock BBB has the same problem. On Wednesday, May 14, 2014

[beagleboard] PRU prussdrv_open gives Bus error, Custom PREEMPT_RT Linux kernel 3.14

2014-05-14 Thread henrikffoss
Hi, I'm currently running a 3.14 PREEMPT_RT build based of Robert C Nelsons repository. I've got GPIO and uart up and running. And now my attention has turned to the PRU. The 3.14 build does not have a capemanager so i setup my device trees at build. I based my PRU work of the old PRU patch:

[beagleboard] Re: Beaglebone Quadcopter!

2014-05-14 Thread Mike McDonald
The project is feature complete as of now, and everything is available on the Github: Were we to sell a product, it would likely be 6 or so months before we would begin shipping everything, as we would have to get parts pipelines set up, production going, and good fulfillment going. That being

Re: [beagleboard] PRU prussdrv_open gives Bus error, Custom PREEMPT_RT Linux kernel 3.14

2014-05-14 Thread Sungjin Chun
In my case, I solved similar problem with enabling clock and power domain configuration, refer https://github.com/chunsj/nxctrl/blob/master/NXCTRL.c#L223 Sent from my iPad On May 15, 2014, at 5:36 AM, henrikff...@gmail.com wrote: Hi, I'm currently running a 3.14 PREEMPT_RT build based

Re: [beagleboard] Beaglebone Quadcopter!

2014-05-14 Thread Mike McDonald
Skip, Thanks for the feedback. I forgot to mention above, but we're including a GPS on the Rev 3.2 boards (just got them and will assemble them soon) that's the same as the Adafruit Ultimate GPShttp://www.adafruit.com/products/746. It seemed to be a good combo of power and cost (we can get

Re: [beagleboard] Beaglebone Quadcopter!

2014-05-14 Thread Mike McDonald
I just checked G-10 prices on McMaster, and they are a bit steep for what we'd want to sell (about $20 for a 1/8x1'x1' sheethttp://www.mcmaster.com/#9910t21/=rysse9) (compared to just over ~$1 for the 1'x1' sheet of plywood). I think we're going to end up with several tiers of quadcopter

Re: [beagleboard] Re: Dude, where's my BeagleBone Black?

2014-05-14 Thread Dave Nelson
Wahoo! I got my order in right away. Now I can use my Rev B in a permanent project and keep the C as something to play/learn with. On Wed, May 14, 2014 at 3:32 PM, David Funk dwf...@gmail.com wrote: Be prepared to order just as soon as you get that message and you too can be a proud owner!

[beagleboard] Re: Beaglebone Quadcopter!

2014-05-14 Thread Jason Kridner
On Monday, May 12, 2014 8:11:10 PM UTC-4, Mike McDonald wrote: Hey guys, A group of Rose-Hulman students have been hard at work this past year building a Beaglebone Quadcopter with these goals in mind: 1. Low cost ($100-150 w/o Beaglebone) 2. Fully open source (Cape, Frame, and all

Re: [beagleboard] BeagleBone as LAN webserver for a media-heavy site

2014-05-14 Thread sandervocke
Thanks for replying. I guess you're right - I can never know for sure until I try. Still, if there's anyone out there who's used the Black as a webserver and found it to be insufficient, I would be interested to know what it choked on for comparison. On Tuesday, May 13, 2014 6:33:27 AM

Re: [beagleboard] Stuck with applying the device tree overlay file (dtbo) On BeagleBoard-XM, any suggestions how?

2014-05-14 Thread Gilco333
Wow, thank you Robert for the super quick answer :-) A short question before I'll read and delve into more depth about the subject: I have noticed during the boot process, the beagleboard-xM (rev B) prints on screen: reading /dtbs/omap3-beagle-xm-ab.dtb 60695 bytes read in 13 ms (4.5 MiB/s) ##

Re: [beagleboard] Stuck with applying the device tree overlay file (dtbo) On BeagleBoard-XM, any suggestions how?

2014-05-14 Thread Robert Nelson
On Wed, May 14, 2014 at 7:07 PM, Gilco333 cohengil...@gmail.com wrote: Wow, thank you Robert for the super quick answer :-) A short question before I'll read and delve into more depth about the subject: I have noticed during the boot process, the beagleboard-xM (rev B) prints on screen:

Re: [beagleboard] Stuck with applying the device tree overlay file (dtbo) On BeagleBoard-XM, any suggestions how?

2014-05-14 Thread Gilco333
Thank you, definitely valuable tips! :-) On Thursday, May 15, 2014 3:14:39 AM UTC+3, RobertCNelson wrote: On Wed, May 14, 2014 at 7:07 PM, Gilco333 cohen...@gmail.comjavascript: wrote: Wow, thank you Robert for the super quick answer :-) A short question before I'll read and delve into

Re: [beagleboard] Using GPIO

2014-05-14 Thread Jason Kridner
On Thursday, May 1, 2014 2:22:37 PM UTC-4, Charles Steinkuehler wrote: On 5/1/2014 1:18 PM, Hannes Hörting wrote: Hi Charles! Sorry for the question, but what did you mean with just load? New BBB and set the first Commando: echo cape-universal /sys/devices/bone_capemgr.*/slots

Re: [beagleboard] Using GPIO

2014-05-14 Thread Robert Nelson
On Wed, May 14, 2014 at 8:00 PM, Jason Kridner jkrid...@gmail.com wrote: On Thursday, May 1, 2014 2:22:37 PM UTC-4, Charles Steinkuehler wrote: On 5/1/2014 1:18 PM, Hannes Hörting wrote: Hi Charles! Sorry for the question, but what did you mean with just load? New BBB and set the

Re: [beagleboard] Using GPIO

2014-05-14 Thread Jason Kridner
On Wednesday, May 14, 2014 9:04:02 PM UTC-4, RobertCNelson wrote: On Wed, May 14, 2014 at 8:00 PM, Jason Kridner wrote: On Thursday, May 1, 2014 2:22:37 PM UTC-4, Charles Steinkuehler wrote: On 5/1/2014 1:18 PM, Hannes Hörting wrote: Hi Charles! Sorry for the question, but

[beagleboard] Board reporting wrong revision number

2014-05-14 Thread Rohi Zacharia
I have a beaglebone black that i just recieved which when i load the the support page over usb tether i get Your board is connected Beaglebone Black rev 00A5. However when i check the board it has the AM3358BZCZ100 processor. Is this some bug in the software or is there another way to make

Re: [beagleboard] Board reporting wrong revision number

2014-05-14 Thread Robert Nelson
On Wed, May 14, 2014 at 9:23 PM, Rohi Zacharia zaksenterpri...@gmail.comwrote: I have a beaglebone black that i just recieved which when i load the the support page over usb tether i get Your board is connected Beaglebone Black rev 00A5. However when i check the board it has the AM3358BZCZ100

Re: [beagleboard] Using GPIO

2014-05-14 Thread Jason Kridner
On Wed, May 14, 2014 at 9:57 PM, Jason Kridner jkrid...@gmail.com wrote: On Wednesday, May 14, 2014 9:04:02 PM UTC-4, RobertCNelson wrote: On Wed, May 14, 2014 at 8:00 PM, Jason Kridner wrote: On Thursday, May 1, 2014 2:22:37 PM UTC-4, Charles Steinkuehler wrote: On 5/1/2014 1:18

Re: [beagleboard] Using GPIO

2014-05-14 Thread Charles Steinkuehler
On 5/14/2014 9:44 PM, Jason Kridner wrote: On Wed, May 14, 2014 at 9:57 PM, Jason Kridner jkrid...@gmail.com wrote: https://github.com/cdsteinkuehler/beaglebone-universal-io/blob/master/cape-universaln-00A0.dtsmakes me think that P9-31 isn't requested by cape-universaln, yet the conflict

Re: [beagleboard] 625 MHz leak?

2014-05-14 Thread liyaoshi
625M clock noise maybe from 125M clocksource, or 25M This might be from ethernet Do you use GIGA ethernet ? And Try to unplug the RJ45 cable 2014-05-15 5:01 GMT+08:00 Gerald Coley ger...@beagleboard.org: OK. Understood. Different test equipment will yield different results. And it can be

Re: [beagleboard] Using GPIO

2014-05-14 Thread Robert Nelson
On Wed, May 14, 2014 at 9:51 PM, Charles Steinkuehler char...@steinkuehler.net wrote: On 5/14/2014 9:44 PM, Jason Kridner wrote: On Wed, May 14, 2014 at 9:57 PM, Jason Kridner jkrid...@gmail.com wrote:

Re: [beagleboard] HC-05 Bluetooth and the beagle bone black ...

2014-05-14 Thread liyaoshi
As I understand , hciconifg and hcitools will be the basic Bluez test utils First , make sure your HC-05 module can run with hciconfig hciconfig -a to see what's output 2014-05-15 1:57 GMT+08:00 Pedro Gonzalez perigon...@gmail.com: Hi there! Newbie here ... sorry if too basic or already

Re: [beagleboard] Using GPIO

2014-05-14 Thread Robert Nelson
On Wed, May 14, 2014 at 10:15 PM, Jason Kridner jkrid...@beagleboard.orgwrote: On Wed, May 14, 2014 at 10:51 PM, Charles Steinkuehler char...@steinkuehler.net wrote: On 5/14/2014 9:44 PM, Jason Kridner wrote: On Wed, May 14, 2014 at 9:57 PM, Jason Kridner jkrid...@gmail.com wrote:

Re: [beagleboard] Using GPIO

2014-05-14 Thread Jason Kridner
On Wed, May 14, 2014 at 11:18 PM, Robert Nelson robertcnel...@gmail.comwrote: On Wed, May 14, 2014 at 10:15 PM, Jason Kridner jkrid...@beagleboard.orgwrote: On Wed, May 14, 2014 at 10:51 PM, Charles Steinkuehler char...@steinkuehler.net wrote: On 5/14/2014 9:44 PM, Jason Kridner

[beagleboard] BBB-Debian fails to flash [from master]

2014-05-14 Thread smith . winston . 101
Hi Robert, I built a set of images using the latest image-builder (from the master branch), after booting from the SD card, the image fails to flash. There doesn't appear to be a log file, but after running the beaglebone-black-eMMC-flasher.sh script with -x, it seems that it's failing in

Re: [beagleboard] BBB-Debian fails to flash [from master]

2014-05-14 Thread Robert Nelson
On Wed, May 14, 2014 at 10:34 PM, smith.winston@gmail.com wrote: Hi Robert, I built a set of images using the latest image-builder (from the master branch), after booting from the SD card, the image fails to flash. There doesn't appear to be a log file, but after running the

Re: [beagleboard] BBB-Debian fails to flash [from master]

2014-05-14 Thread smith . winston . 101
On Wednesday, May 14, 2014 11:40:23 PM UTC-4, RobertCNelson wrote: Yeah.. I was debugging blank eMMC's at CircuitCo i ended up breaking everyone else's.. cd /opt/scripts/tools/ git pull and you'll get all the fixes from tonight.. It should work, I'll fire up a new build tomorrow and

[beagleboard] Re: Beginner PRU Issue

2014-05-14 Thread foreverska
Okay so this is weird. It's been working fine for the past few days. I uploaded code that I was testing and it wasn't responding like I expected so I ctl-c out of the program. I edited the code and ran it again but it failed to exit like normal. So I restarted the BB, modprobed, edited the

[beagleboard] Why Beaglebone Black Rev C from RS Components/RS Online are made by or branded as ISO TECH?

2014-05-14 Thread Reese Dum
Hi I plan on buying some Beaglebone Black Rev Cs.. But RS Components is my only most convenient source... I am wondering... Why Beaglebone Black Rev C from RS Components/RS Online are made by or branded as ISO TECH?