Re: [beagleboard] java couldn't run on debian

2014-05-09 Thread kie4280ann
Thank you! -- 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+unsubscr...@googlegroups.com.

Re: [beagleboard] customize cap-universal-00A0.dts

2014-05-09 Thread faimbs
Hello Charles! I`m not familar with Git but I try as you say! I change the Version from 00A1 to 00A0, now I get the error File exists Here is my slots file: 0: 54:PF--- 1: 55:PF--- 2: 56:PF--- 3: 57:PF--- 4: ff:P-O-L Bone-LT-eMMC-2G,00A0,Texas Instrument,BB-BONE-EMMC-2G 6: ff:P-O-L

Re: [beagleboard] customize cap-universal-00A0.dts

2014-05-09 Thread faimbs
I have the line in my uEnv.txt: optargs=capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN But seems not working? -- 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

Re: [beagleboard] Re: Camera Cape from Command Line

2014-05-09 Thread Jason Kridner
On Fri, May 9, 2014 at 1:54 AM, David Henry mgadri...@gmail.com wrote: Hi, I am in a similar position. When booting up my BBW + DVI cape + Camera cape there is a conflict on pin P8.4 so only 1 device gets loaded. Which one depends on the eeprom settings on each cape. So I decided to dump the

Re: [beagleboard] customize cap-universal-00A0.dts

2014-05-09 Thread faimbs
Ok, it seems no working. Guess I have a spelling mistake! -- 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

Re: [beagleboard] Re: Change default state of GPIO pin

2014-05-09 Thread r van dam
I found this thread on http://electronics.stackexchange.com/questions/94297/transistor-which-opens-circuit-reverse-transistor I think I will go for the solution from alexan_e, making a reversed circuit with two transistors. It only costs one transistor more. I have tried changing pull-up to

[beagleboard] Re: Camera Cape from Command Line

2014-05-09 Thread Chris Whittenburg
On Fri, May 9, 2014 at 12:54 AM, David Henry mgadri...@gmail.com wrote: Hi, I am in a similar position. When booting up my BBW + DVI cape + Camera cape there is a conflict on pin P8.4 so only 1 device gets loaded. Which one depends on the eeprom settings on each cape. So I decided to dump

[beagleboard] libpruio (fast and easy D/A - I/O)

2014-05-09 Thread TJF
http://users.freebasic-portal.de/tjf/Projekte/libpruio/doc/html/pruio_logo.png A new library called libpruio is availble to support digital input and output as well as analog input on Beaglebone (black) hardware. It uses software running on a PRUSS to configure and control the devices -

Re: [beagleboard] customize cap-universal-00A0.dts

2014-05-09 Thread faimbs
Hello! I'm close to finished. But there is one problem: uEnv.txt: optargs=quiet capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN capemgr. enable_partno=cape-myoverload,cape-universal It doesn't load my cape-myoverload: 0: 54:PF--- 1: 55:PF--- 2: 56:PF--- 3: 57:PF--- 4: ff:P-O-L

Re: [beagleboard] A simple cape to prevent power-interrupt corruption?

2014-05-09 Thread Ron B.
Have you seen this posthttp://www.element14.com/community/community/knode/single-board_computers/next-gen_beaglebone/blog/2013/08/10/bbb--rechargeable-on-board-battery-systemand discussion? Personally, I went the full capehttp://andicelabs.com/beaglebone-powercape/route because it gave me more

[beagleboard] Issue with WiFi connection to beaglebone

2014-05-09 Thread BeagleNoobie
When I try to connect to BBB through a Wifi dongle, the connection is not made as long as eth0 interface is up. That seemed a little odd to me. Just wondering if anyone else has experienced this? I am running Linux arm 3.8.13-bone32. -- For more options, visit http://beagleboard.org/discuss

Re: [beagleboard] customize cap-universal-00A0.dts

2014-05-09 Thread Charles Steinkuehler
I believe at boot time the cape manager is reading overlays from the initial ramdisk which doesn't contain your new overlay. On 5/9/2014 9:51 AM, faimbs wrote: Hello! I'm close to finished. But there is one problem: uEnv.txt: optargs=quiet

Re: [beagleboard] Bitbake Postgres to include libxml2

2014-05-09 Thread David Hirst
Thanks Jack, this worked out great, and cheers to you too. On Thu, May 8, 2014 at 6:59 PM, Jack Mitchell m...@communistcode.co.ukwrote: On 08/05/2014 20:44, David Hirst wrote: I am trying to bitbake postgresql to allow postgres to parse XML, all the information I can find pertains to

Re: [beagleboard] libpruio (fast and easy D/A - I/O)

2014-05-09 Thread Jason Kridner
This looks pretty awesome from the surface. You should register at http://beagleboard.org/project. Do you want this included the default image? On Friday, May 9, 2014, TJF jeli.freih...@gmail.com wrote: http://users.freebasic-portal.de/tjf/Projekte/libpruio/doc/html/pruio_logo.png A new

Re: [beagleboard] customize cap-universal-00A0.dts

2014-05-09 Thread faimbs
Hello Charles! Hmmm ... but it load your overlay and I mean this was not part of the image. Did you know if I can add the overlay? Thank you! -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard

Re: [beagleboard] customize cap-universal-00A0.dts

2014-05-09 Thread Robert Nelson
On May 9, 2014 11:01 AM, faimbs fai...@gmail.com wrote: Hello Charles! Hmmm ... but it load your overlay and I mean this was not part of the image. Did you know if I can add the overlay? Add the custom cape name to the cape variable in /etc/default/capemgr to load it early and bypass the

Re: [beagleboard] customize cap-universal-00A0.dts

2014-05-09 Thread Charles Steinkuehler
On 5/9/2014 11:01 AM, faimbs wrote: Hello Charles! Hmmm ... but it load your overlay and I mean this was not part of the image. Did you know if I can add the overlay? My overlay has been added to the kernel source for a while, so it actually _is_ part of the image if you're using a recent

Re: [beagleboard] Bitbake Postgres to include libxml2

2014-05-09 Thread Jack Mitchell
On 08/05/2014 20:44, David Hirst wrote: I am trying to bitbake postgresql to allow postgres to parse XML, all the information I can find pertains to --with -libxml which appears to be in the makefile. does anyone know how to force the postgresql recipe to build including libxml or libxml2. I

[beagleboard] How to install Mono on Debian emmc Flash on Beaglebone Black board

2014-05-09 Thread sheelaisro
Hi All, I have downloaded the latest Debian eMMC flash image and flashed the same on BBB board using SD card. It is working fine. I want to install Mono on the same. When i give the command #sudo apt-get install mono-complete --- it is throwing error saying cannot install. How to install

Re: [beagleboard] How to install Mono on Debian emmc Flash on Beaglebone Black board

2014-05-09 Thread Hari Krishna Malladi
What exactly is the error? mono-complete is a valid debian package. Regards, Hari Krishna Indian Institute of Science On Fri, May 9, 2014 at 10:29 AM, sheelai...@gmail.com wrote: Hi All, I have downloaded the latest Debian eMMC flash image and flashed the same on BBB board using SD card.

Re: [beagleboard] customize cap-universal-00A0.dts

2014-05-09 Thread faimbs
Hello Robert! Perfect, now it is loading with uEnv.txt Thank you! -- 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

Re: [beagleboard] customize cap-universal-00A0.dts

2014-05-09 Thread faimbs
Hello Charles! Thank you. But the info from Robert works fine. That your overlay is part of the image I don't know. faimbs -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To unsubscribe

Re: [beagleboard] customize cap-universal-00A0.dts

2014-05-09 Thread Robert Nelson
On May 9, 2014 11:22 AM, faimbs fai...@gmail.com wrote: Hello Charles! Thank you. But the info from Robert works fine. That your overlay is part of the image I don't know. It's the only way to load a modified or new overlay. As the one builtin the kernel with that name had priority.

[beagleboard] [PATCH] beaglebone capes: Added CBB-Relay cape dt overlay

2014-05-09 Thread Alexander Hiam
Added Device Tree overlay for the CBB-Relay cape and fixed a copy and paste error in a comment in /firmware/Makefile. signed-off-by: Alexander Hiam hiamalexan...@gmail.com --- firmware/Makefile | 6 +- firmware/capes/CBB-Relay-00A0.dts | 331

Re: [beagleboard] libpruio (fast and easy D/A - I/O)

2014-05-09 Thread TJF
Thanks for the registration tip / link, done. And thanks for your positive statement. I hope you find some time to look under the hood. Would be nice if you can run some of the pre-compiled examples and tell us your thoughts. The licences are LGPLv2 / GPLv3, so it could get in to the default

[beagleboard] flashing eMMC

2014-05-09 Thread ddurdle
I downloaded the eMMC flasher image (images_BBB-eMMC-flasher-debian-7.4-2014-04-23-2gb.img.xz), put on it on a micro SD card (using dd), and tried the hold the boot button when powering on. Firstly I'm pretty concerned at this point that there is no easy way to know if it is really booting

Re: [beagleboard] RepliCape Waiting Room - Or: Its all about capes, not the bones

2014-05-09 Thread Jason Kridner
My last trip down to Dallas, CircuitCo gave me a Replicape. I believe the fundamental issue is how they perform testing. Anyone got a good testbench for them? On Wed, Apr 30, 2014 at 2:50 AM, rl.bu...@gmail.com wrote: Foreword: This is NOT targeted for Elias Bakken! I guess he is the last to

Re: [beagleboard] RepliCape Waiting Room - Or: Its all about capes, not the bones

2014-05-09 Thread Gerald Coley
Huh? Gerald On Fri, May 9, 2014 at 1:19 PM, Jason Kridner jkrid...@beagleboard.orgwrote: My last trip down to Dallas, CircuitCo gave me a Replicape. I believe the fundamental issue is how they perform testing. Anyone got a good testbench for them? On Wed, Apr 30, 2014 at 2:50 AM,

Re: [beagleboard] User LED forward to GPIO

2014-05-09 Thread John Syn
From: faimbs fai...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Friday, May 9, 2014 at 10:42 AM To: beagleboard@googlegroups.com Subject: Re: [beagleboard] User LED forward to GPIO Hello John! Maybe Charles unterstud what you mean. Unfortunately I'm not an expert of DT. So

[beagleboard] Beginner PRU Issue

2014-05-09 Thread foreverska
I'm trying to get the hang of the pru and all the examples segfault out of the gate. So I grabbed TI's skeleton code and tried compiling and running that, segfault. I reduced it down to the first line, fine. First 3, segfault. Comment out prussdrv_open, fine. Thow -g at the compiler and

Re: [beagleboard] flashing eMMC

2014-05-09 Thread Cody Lacey
If all of the LED's are flashing together then I believe there was an error while flashing the eMMC. Check the md5 on your eMMC flasher download to make sure there was no corruption. Then try re-flashing the SD with the eMMC flasher image and re-flash the eMMC. On Fri, May 9, 2014 at 11:36 AM,

Re: [beagleboard] Beginner PRU Issue

2014-05-09 Thread Charles Steinkuehler
On 5/9/2014 1:57 PM, foreverska wrote: I'm trying to get the hang of the pru and all the examples segfault out of the gate. So I grabbed TI's skeleton code and tried compiling and running that, segfault. I reduced it down to the first line, fine. First 3, segfault. Comment out

Re: [beagleboard] BeagleBoard Data Acquisition Platform

2014-05-09 Thread John Brookes
How many people here are serious about making an ADC cape for the BBB? One thing we could do is create a wiki and do it as a group effort. It sure worked for Linux. I myself would like a bank of ADS8344 chips - On the BBB that would entail sending and receiving digital signals on the GPIO.

[beagleboard] Updates to header images on bone101 page

2014-05-09 Thread Jason Kridner
Robert pointed out to me that I had some bugs in my graphics, so I regenerated most of the .png files on this page: http://beagleboard.org/Support/bone101#headers -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google

[beagleboard] Re: Issue with WiFi connection to beaglebone

2014-05-09 Thread jwhaines . desktop
I just did this last night while troubleshooting an issue using Eclipse Remote System Explorer. Was able to SSH into both interfaces at the same time. What Linux distribution are you using on your Beaglebone Black? I am using this one:

[beagleboard] Re: flashing eMMC

2014-05-09 Thread Matt Huber
If you've got a display hooked up, the debian flasher has a custom desktop background that says you've booted the MMC flasher in pretty large text. On Friday, May 9, 2014 12:36:30 PM UTC-4, ddu...@gmail.com wrote: I downloaded the eMMC flasher image

Re: [beagleboard] User LED forward to GPIO

2014-05-09 Thread robert.berger
Hi, on a 3.14 kernel I copied am335x-boneblack.dts and made my own: am335x-boneblack-res-1.dts to this I added: /* -- define custom leds pinmux */ am33xx_pinmux { traffic_leds_s0: traffic_leds_s0 { pinctrl-single,pins = 0x78 (PIN_OUTPUT_PULLDOWN

[beagleboard] Re: flashing eMMC

2014-05-09 Thread Dylan Durdle
Unfortunately I have no display. I do have a lapdock with mini hdmi, but when I boot off USB for power, the default installed image would disable hdmi output. According to blog posts I found at that time, it was doing what it was supposed to, as the system would go into USB host mode and assume

Re: [beagleboard] flashing eMMC

2014-05-09 Thread ddurdle
I checked the MD5 and it checked out ok (I had used the bittorrent link to download). I 'dd'ed the micro SD card, and like the first time, would do a sync to ensure it completely imaged. Like I mentioned, I know it was booting off the card but simply not flashing the eMMC. Like my subsequent

[beagleboard] PRU-ICSS external interrupt

2014-05-09 Thread jpdfrutos
Hi everyone, I am working with the BeagleBone Black trying to make the ADC and the PRU-ICSS work with each other for sampling an analogue signal. The issue that brings me here is a small-big problem I have with the external interrupts of the PRU-ICSS, basically it does not receive these

Re: [beagleboard] libpruio (fast and easy D/A - I/O)

2014-05-09 Thread Jason Kridner
No particular deadline as we already shipped the Rev C image. We will push a bug fix version over the next 2-3 weeks as reports come in. If we don't squeeze in there, there's always another release coming. On Friday, May 9, 2014, TJF jeli.freih...@gmail.com wrote: Thanks for the registration

Re: [beagleboard] RepliCape Waiting Room - Or: Its all about capes, not the bones

2014-05-09 Thread Jason Kridner
I am sure they are working it out (or already have) but I thought it wouldn't hurt to hear some thoughts from community members. if for nothing else than to give me something to run on the board to check it out other than LinuxCNC. On Friday, May 9, 2014, Gerald Coley ger...@beagleboard.org

Re: [beagleboard] RepliCape Waiting Room - Or: Its all about capes, not the bones

2014-05-09 Thread Charles Steinkuehler
On 5/9/2014 3:30 PM, Jason Kridner wrote: I am sure they are working it out (or already have) but I thought it wouldn't hurt to hear some thoughts from community members. if for nothing else than to give me something to run on the board to check it out other than LinuxCNC. Can't you just run

[beagleboard] Re: Issue with WiFi connection to beaglebone

2014-05-09 Thread BeagleNoobie
I am using ubuntu, but it still should work with both interfaces at the same time. Maybe I give debian a shot and see what happens. On Friday, 9 May 2014 15:33:00 UTC-4, jwhaines...@gmail.com wrote: I just did this last night while troubleshooting an issue using Eclipse Remote System

Re: [beagleboard] RepliCape Waiting Room - Or: Its all about capes, not the bones

2014-05-09 Thread Elias Bakken
Hi, guys! I just completed a test script and a video to go along with it. Here is the video: https://plus.google.com/112892827905040807193/posts/V9uaR4GNTCk And here is the script: https://bitbucket.org/intelligentagent/replicape/src/323c6c42b9448cd44a357c74b0527b058c975ef2/test/?at=Rev-A4

[beagleboard] Ethernet vs. RNDIS

2014-05-09 Thread Brian Lloyd
If one can plug the BBB directly into the net and be able to access the BBB from the net, why would one want to use the RNDIS interface over USB? Does RNDIS provide some service that isn't available via an ethernet connection? Thanks in advance. Brian -- For more options, visit

Re: [beagleboard] User LED forward to GPIO

2014-05-09 Thread Brandon I
I use this: https://github.com/nomel/beaglebone/tree/master/led-header Makes setting up leds super easy. On Thursday, May 8, 2014 9:35:31 AM UTC-7, Charles Steinkuehler wrote: The way these systems are configured, I don't know if you can do what you want without generating a custom device

[beagleboard] path of least resistance to Debian

2014-05-09 Thread Brian Lloyd
I am fairly certain that this has been answered but I have spent the last two hours perusing the Wiki, the website, and the forums looking for a definitive path to move my BBB from Angstrom to Debian. I am left with some questions which I am pretty certain someone has already answered but I

Re: [beagleboard] Ethernet vs. RNDIS

2014-05-09 Thread William Hermans
Someone who may want to use only one connection and is already powering via USB. Something such as a classroom environment could be a perfect example of why to use RNDIS. In this case, you use fewer Ethernet connections, which could save on costs, and clutter. To be sure there are many other

[beagleboard] Re: path of least resistance to Debian

2014-05-09 Thread Joshua Datko
I don't always use my Mac, but when I do, I follow this guide: https://learn.adafruit.com/beaglebone-black-installing-operating-systems/mac-os-x I have always run with the eMMC flasher image, but space is getting tight on the 2GB image. I can't speak to performance. If storage is an issue, you

Re: [beagleboard] Ethernet vs. RNDIS

2014-05-09 Thread Brian Lloyd
On Friday, May 9, 2014 5:31:35 PM UTC-5, William Hermans wrote: Someone who may want to use only one connection and is already powering via USB. Something such as a classroom environment could be a perfect example of why to use RNDIS. In this case, you use fewer Ethernet connections,

Re: [beagleboard] path of least resistance to Debian

2014-05-09 Thread William Hermans
#1 Personally I would run from a uSD card to make sure it is what you want. Plus it doesnt hurt to run from the sd card, unless you do not have a uSD card + sd card adapter, and do not care to spend money on this. #2 I'll defer to someone else, as I am not a MAC person. #3 NO idea where you got

[beagleboard] Re: path of least resistance to Debian

2014-05-09 Thread Brian Lloyd
On Friday, May 9, 2014 5:33:24 PM UTC-5, Joshua Datko wrote: I don't always use my Mac, but when I do, I follow this guide: https://learn.adafruit.com/beaglebone-black-installing-operating-systems/mac-os-x Ah, thank you. That has precisely what I am looking for. I have always run

Re: [beagleboard] Ethernet vs. RNDIS

2014-05-09 Thread William Hermans
Well one thing I do know of that using a USB ethernet gadget can do that is very difficult on standard ethernet. Spoofing MAC addresses. For legit reasons or otherwise.. On Fri, May 9, 2014 at 3:39 PM, Brian Lloyd br...@lloyd.com wrote: On Friday, May 9, 2014 5:31:35 PM UTC-5, William

Re: [beagleboard] Re: path of least resistance to Debian

2014-05-09 Thread Robert Nelson
btw, if you start with the microSD image and are happy with it, you can kick off the eMMC flasher via: cd /opt/scripts/tools/ sudo ./beaglebone-black-eMMC-flasher.sh Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received

Re: [beagleboard] Ethernet vs. RNDIS

2014-05-09 Thread Brian Lloyd
On Fri, May 9, 2014 at 5:51 PM, William Hermans yyrk...@gmail.com wrote: Well one thing I do know of that using a USB ethernet gadget can do that is very difficult on standard ethernet. Spoofing MAC addresses. For legit reasons or otherwise. Hmm, every unix system I have used has allowed me

Re: [beagleboard] RepliCape Waiting Room - Or: Its all about capes, not the bones

2014-05-09 Thread Elias Bakken
The video was stuck on processing for some reason. Here it is again: http://youtu.be/beVXOwo-RLk On Saturday, May 10, 2014 12:03:26 AM UTC+2, Elias Bakken wrote: Hi, guys! I just completed a test script and a video to go along with it. Here is the video:

Re: [beagleboard] How to install Mono on Debian emmc Flash on Beaglebone Black board

2014-05-09 Thread William Hermans
$ sudo apt-get install mono-complete Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package mono-complete $ The package does not exist. Which probably means there are some binaries which have not yet been ported to ARM. *OR*

Re: [beagleboard] How to install Mono on Debian emmc Flash on Beaglebone Black board

2014-05-09 Thread Robert Nelson
On Fri, May 9, 2014 at 6:15 PM, William Hermans yyrk...@gmail.com wrote: $ sudo apt-get install mono-complete Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package mono-complete $ The package does not exist. Which probably

Re: [beagleboard] How to install Mono on Debian emmc Flash on Beaglebone Black board

2014-05-09 Thread William Hermans
Ok I stand corrected. I keep forgetting about armel and armhf differences ( mainly because I only use armhf ). I did also want to mention that in package form mono runtimes are rather limited for armhf. But I also have seen this github guide Robert mentioned above. Personally, I gave up on it

Re: [beagleboard] Audio Cape and Debian

2014-05-09 Thread erg
I appreciate the response - but how in the world do you install a device tree? Been searching all over the place and find billions of references to how to compile one, but struggling with what to do with the one that is already compiled. Also - the very limited docs seem to indicate this is

Re: [beagleboard] path of least resistance to Debian

2014-05-09 Thread Brian Lloyd
On Fri, May 9, 2014 at 5:42 PM, William Hermans yyrk...@gmail.com wrote: #1 Personally I would run from a uSD card to make sure it is what you want. Plus it doesnt hurt to run from the sd card, unless you do not have a uSD card + sd card adapter, and do not care to spend money on this. I

Re: [beagleboard] Re: path of least resistance to Debian

2014-05-09 Thread Brian Lloyd
On Fri, May 9, 2014 at 5:57 PM, Robert Nelson robertcnel...@gmail.comwrote: btw, if you start with the microSD image and are happy with it, you can kick off the eMMC flasher via: cd /opt/scripts/tools/ sudo ./beaglebone-black-eMMC-flasher.sh Thank you. The information is out there but

[beagleboard] Re: Official eQEP driver Support

2014-05-09 Thread Strawson
it seems my excitement was short-lived. While reading the position with the previous (and attached) code does work, it only does so when Teknoman's eqep driver is loaded. I've added writes to set up the PWMSS and eQEP configuration registers and have confirmed by reading them back that they

[beagleboard] ANNOUNCE: New Machinekit Images and CRAMPS Design

2014-05-09 Thread Charles Steinkuehler
I have been very busy lately and am pleased to announce the release of two new updates: 1) New Machinekit uSD images for the BeagleBone === This is a long over-due update to my Machinekit uSD card images. This image is based on the official BeagleBone

Re: [beagleboard] A simple cape to prevent power-interrupt corruption?

2014-05-09 Thread ags
Yes, I did find those. From what I read, it seems that both aim at allowing the BBB to run when there is no mains power. In my application, I don't have a need for the BBB to maintain functionality when there is no power (other than battery). I'm simply interested in ensuring a safe shutdown

Re: [beagleboard] User LED forward to GPIO

2014-05-09 Thread John Syn
From: Brandon I brandon.ir...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Friday, May 9, 2014 at 3:06 PM To: beagleboard@googlegroups.com Subject: Re: [beagleboard] User LED forward to GPIO I use this: https://github.com/nomel/beaglebone/tree/master/led-header Makes setting

Re: [beagleboard] path of least resistance to Debian

2014-05-09 Thread John Syn
From: Brian Lloyd br...@lloyd.com Reply-To: beagleboard@googlegroups.com Date: Friday, May 9, 2014 at 6:51 PM To: beagleboard@googlegroups.com Subject: Re: [beagleboard] path of least resistance to Debian On Fri, May 9, 2014 at 5:42 PM, William Hermans yyrk...@gmail.com wrote: #1

Re: [beagleboard] Audio Cape and Debian

2014-05-09 Thread John Syn
From: erg edross15...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Friday, May 9, 2014 at 5:29 PM To: beagleboard@googlegroups.com Subject: Re: [beagleboard] Audio Cape and Debian I appreciate the response - but how in the world do you install a device tree? Been searching all

Re: [beagleboard] A simple cape to prevent power-interrupt corruption?

2014-05-09 Thread Ron B.
Actually, my initial desire for creating the cape was to have a battery-powered Linux node that could power on, perform some task, and then power itself back off and consume very little power in between. So, the cape will selectively power up the BB on a timeout, an external signal, button