Re: [beagleboard] Re: Kickstarter Project: BeagleCore - miniaturized computer module compatible with BeagleBone Black

2015-07-07 Thread Robert Budde
Am Montag, 6. Juli 2015 20:48:55 UTC+2 schrieb William Hermans: *Hi!* *I think you are missing the point:* *BeagleCore is not about having a BeagleBone Black Clone for double the price - it's about using all the software/experience of the BBB community and integrate them in a

Re: [beagleboard] Updating Debian SD With Cross-Compiled Kernel

2015-07-07 Thread Robert Nelson
On Tue, Jul 7, 2015 at 12:43 PM, jalodi@gmail.com wrote: I have a new BeagleBone Black (rev C) and got it booting from SD with the Debian 4GB SD image from 2015-03-01 My goal is to cross compile a custom kernel on my Linux PC and update the necessary items on the Debian SD card. So

RE: [beagleboard] Updating Debian SD With Cross-Compiled Kernel

2015-07-07 Thread g4
Hello. My goal is to cross compile a custom kernel on my Linux PC and update the necessary items on the Debian SD card. So I got the 4.1.1 Linux kernel from here: git clone git://github.com/beagleboard/linux.git The following is very instructive and will also play nicer with the

[beagleboard] 3D Printing and Beagleboard

2015-07-07 Thread george
Hi Everyone, My name's George. I just wanted to see what everyone thought about the use of 3D printing to manufacturer accessories for Beagleboards, such as cases, holders, mounts or even whole prototype housings. I work for a company called 3D Hubs who offer 3D printing services based on a

[beagleboard] Updating BBB Debian Image With Cross-Compiled Kernel

2015-07-07 Thread jalodi . hum
I have a new BeagleBone Black (rev C) and got it booting from SD with the Debian 4GB SD image from 2015-03-01. My goal is to cross compile a kernel on my Linux PC and move the necessary files to the Debian SD card. So I got the 4.1.1 Linux kernel from here: git clone

Re: [beagleboard] Re: Beaglebone Black won't boot from Micro SD, all LEDs remain lit

2015-07-07 Thread Tim M
Robert, Holding down the boot button doesn't work, I get the Bad Linux ARM zImage magic error mentioned above. When you say it has a later version of u-boot, do you mean the eMMC has a later version of uboot than my microSD card? How would I fix my uEnv.txt? Here is my uEnv.txt script from

Re: [beagleboard] Re: Beaglebone Black won't boot from Micro SD, all LEDs remain lit

2015-07-07 Thread Robert Nelson
On Tue, Jul 7, 2015 at 1:16 PM, Tim M timlorimurta...@hotmail.com wrote: Robert, Holding down the boot button doesn't work, I get the Bad Linux ARM zImage magic error mentioned above. When you say it has a later version of u-boot, do you mean the eMMC has a later version of uboot than my

Re: [beagleboard] Updating Debian SD With Cross-Compiled Kernel

2015-07-07 Thread Robert Nelson
On Tue, Jul 7, 2015 at 1:02 PM, Robert Nelson robertcnel...@gmail.com wrote: On Tue, Jul 7, 2015 at 12:43 PM, jalodi@gmail.com wrote: I have a new BeagleBone Black (rev C) and got it booting from SD with the Debian 4GB SD image from 2015-03-01 My goal is to cross compile a custom kernel

[beagleboard] Pru and HDMI use

2015-07-07 Thread AndyS
Is it possible to use just 3 PRU pins and HDMI at the concurrently? -- 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] Debian Jessie issues?

2015-07-07 Thread Adam Weiss
I'm a little ignorant of the cape manager. Do the onboard USER LEDs on the BBB use the cape manager? On Thursday, July 2, 2015 at 11:20:32 PM UTC-5, William Hermans wrote: #1 https://groups.google.com/forum/#!searchin/beagleboard/RNDIS|sort:date/beagleboard/T7N2xs7K0TU/u4XBZRfEVmMJ Read

Re: [beagleboard] Device Overlay

2015-07-07 Thread Robert Nelson
On Tue, Jul 7, 2015 at 3:51 PM, AndyS andrew.stil...@googlemail.com wrote: Hi there, I am designing a cape which uses SPI, I2C, Analog, Pru I/O, GPIO. Do I need to create a sepearate .dts file for each function, or can I bundle the definition into one .dts and compile a single .dtbo? Just

Re: [beagleboard] Oh No!!! Did I brick my board?

2015-07-07 Thread Adam Weiss
OK. Thanks. Easy solution then. I'll just grab 2.4. On Tue, Jul 7, 2015 at 3:51 PM, Robert Nelson robertcnel...@gmail.com wrote: On Tue, Jul 7, 2015 at 3:44 PM, Adam Weiss adamawe...@gmail.com wrote: I'm still fighting version issues and have a couple more questions. I put the latest

Re: [beagleboard] Debian Jessie issues?

2015-07-07 Thread Robert Nelson
On Tue, Jul 7, 2015 at 3:56 PM, Adam Weiss adamawe...@gmail.com wrote: In that case, is there any reason that the bonescript demos (both from the default web page and Cloud 9) wouldn't update the LEDs? Is anyone else seeing this on Jessie on BBB? Downgrade to 3.8.x, bonescript doesn't

Re: [beagleboard] Oh No!!! Did I brick my board?

2015-07-07 Thread Adam Weiss
I'm still fighting version issues and have a couple more questions. I put the latest Jessie on my BBB. It comes with openCV already. However, it's not the latest openCV (2.4 vs. 3.0). So, what I cross-compiled and built on my linux PC (3.0) still didn't match what was on the BBB. No big

Re: [beagleboard] Debian Jessie issues?

2015-07-07 Thread Adam Weiss
In that case, is there any reason that the bonescript demos (both from the default web page and Cloud 9) wouldn't update the LEDs? Is anyone else seeing this on Jessie on BBB? On Tue, Jul 7, 2015 at 3:52 PM, Robert Nelson robertcnel...@gmail.com wrote: On Tue, Jul 7, 2015 at 3:48 PM, Adam Weiss

Re: [beagleboard] Debian Jessie issues?

2015-07-07 Thread Adam Weiss
I really appreciate your replies, Robert. My two threads of questions are a little inter-related. Ultimately, I'm trying to do 2 things: 1. Run a custom app using openCV on BBB 2. Provide a web interface to interact with that app with bonescript If I downgrade the kernel to 3.8, won't I have

Re: [beagleboard] Re: Beaglebone Black won't boot from Micro SD, all LEDs remain lit

2015-07-07 Thread Robert Nelson
On Tue, Jul 7, 2015 at 3:37 PM, Tim M timlorimurta...@hotmail.com wrote: Robert, I haven't actually written the Ubuntu image to eMMC yet (I have on the first five BBB's but not on the sixth, I can't get past step 1 on the sixth). This is my goal. 1. Get Ubuntu installed on a microSD card.

Re: [beagleboard] Pru and HDMI use

2015-07-07 Thread Gerald Coley
No. Gerald On Tue, Jul 7, 2015 at 3:48 PM, AndyS andrew.stil...@googlemail.com wrote: Is it possible to use just 3 PRU pins and HDMI at the concurrently? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google

Re: [beagleboard] Re: Kickstarter Project: BeagleCore - miniaturized computer module compatible with BeagleBone Black

2015-07-07 Thread Maxim Podbereznyy
There is only one question: how will you solder this SOM? There is only one answer: nohow unless you have a professional infrared solder station. Do enthusiasts have professional equipment? No. BBB is the best solution for enthusiasts. 2015-07-07 9:30 GMT+03:00 Robert Budde rl.bu...@gmail.com:

Re: [beagleboard] Re: Kickstarter Project: BeagleCore - miniaturized computer module compatible with BeagleBone Black

2015-07-07 Thread William Hermans
I'm not talking about enthusiasts or hobbyists. TI has a wiki link to a myriad of SoMs created from their processors. That exist right_now. Most of these also use NAND flash, with 3-4 offer eMMC up to 32GB. Availability on individual SoMs ? No idea. On Tue, Jul 7, 2015 at 2:56 PM, Maxim

Re: [beagleboard] Re: Kickstarter Project: BeagleCore - miniaturized computer module compatible with BeagleBone Black

2015-07-07 Thread William Hermans
*Do you mind mentioning some of those? I am not looking for just SOMs with AM335X but SOMs offering full software compatibility down the DT and having eMMC and not just NAND flash.* Good point, as I had not considered that until reading your post. The ones I had looked at a year or so ago

Re: [beagleboard] include dtbo files in Debian 8 image?

2015-07-07 Thread Robert Nelson
On Tue, Jul 7, 2015 at 6:12 PM, Drew Fustini pdp7p...@gmail.com wrote: Hi Robert, I loaded bone-debian-8.1-console-armhf-2015-07-05-2gb.img last night and noticed there are no dtbo files in the filesystem. I believe I can generate them from the bb-overlays repo. Would it be possible to

Re: [beagleboard] Pru and HDMI use

2015-07-07 Thread Charles Steinkuehler
On 7/7/2015 3:48 PM, AndyS wrote: Is it possible to use just 3 PRU pins and HDMI at the concurrently? Yes, but the pins you take over will corrupt the video display (replacing video data with whatever other signal you're using). There are a couple options to implement the pin multiplexing while

[beagleboard] include dtbo files in Debian 8 image?

2015-07-07 Thread Drew Fustini
Hi Robert, I loaded bone-debian-8.1-console-armhf-2015-07-05-2gb.img last night and noticed there are no dtbo files in the filesystem. I believe I can generate them from the bb-overlays repo. Would it be possible to include the dtbo files in the next image to avoid that extra step? thanks,

Re: [beagleboard] fix IP address with Cpnnect Manager

2015-07-07 Thread Kazz
Thank you very mach for nice information. 2015年7月7日火曜日 23時30分25秒 UTC+9 Bill Traynor: On Tue, Jul 7, 2015 at 10:03 AM, Kazz aspe...@gmail.com javascript: wrote: Hi all I am using Beagleboard-xM on Debina8 (default network management tool of Debian8 is Connect Manager). It

[beagleboard] How to change my screen resolution? TI-Android-4.2.2-JB on Beagleboneblack

2015-07-07 Thread 호성손
Hello. I want to change my screen resolution. environment : TI-Android-4.2.2-JB on Beagleboneblack, 7' HDMI Touch LCD(not a cape.) I have tried some solutions : modifing uEnv.txt - didn't change resolution. adb shell am display-size 800x480 - dind't fit my screen. plz let me know how to

RE: [beagleboard] Re: Confused with BB-SPI1-01-00A0.dts example

2015-07-07 Thread g4
Hello Emile It turns out that reading from D0 doesn't work unless RXACTIVE=1 for the SCLK signal. This comment from hipstercircuits confirms this. That answers my question #1. In now have this in my dts file, and both reading and writing seem to work ok: pinctrl-single,pins = 0x190

[beagleboard] BeagleBoard rev C4

2015-07-07 Thread RickLinux
I started playing (again) with my old BeagleBoard Rev C4. The problem that I had were installing Debian Jessie and a new kernel... Not an easy task at first. I tried many ways to make my board boot but I always had the problem that the kernel did not detect the /dev/mmcblk0p2... Googling some

Re: [beagleboard] Re: Windows Program / Application

2015-07-07 Thread Michael Coulton
Thank you. I'll review Wine and see if I can make heads or tails of it and how I would go about installing / running it on BBB then installing my windows based application called Sandysoft. http://sandaysoft.com/ Michael On Saturday, July 4, 2015 at 11:09:50 PM UTC-4, William Hermans wrote:

[beagleboard] ADC Overvoltage Protection

2015-07-07 Thread barone . patrick
I would like to use the BBB to measure the voltage on two battery banks (12V and 24V). The batteries can go well above the nominal voltages however to 15 and 30 volts at max respectively. In addition to using a resistive voltage divider to step down the voltages to the 1.8V required by the ADC

[beagleboard] Overvoltage Protection on ADC

2015-07-07 Thread barone . patrick
I would like to use the BBB to measure the voltage on two battery banks (12V and 24V). The batteries can go well above the nominal voltages however to 15 and 30 volts at max respectively. In addition to using a resistive voltage divider to step down the voltages to the 1.8V required by the ADC

[beagleboard] fix IP address with Cpnnect Manager

2015-07-07 Thread Kazz
Hi all I am using Beagleboard-xM on Debina8 (default network management tool of Debian8 is Connect Manager). It works with DHCP but the only problem is I can't get fixed IP address of eth0 since MAC address changes every time I restart. Does anyone know the solution? thanks. -- For

[beagleboard] PWM pin P9_22 alway at full duty_cycle

2015-07-07 Thread simonmpotvin
Hi, Today , a weird problm appeared on my bbb. For some reason it seams that the PWM pin P9_22 is alway at full duty cycle even after a reboot, its duty_cycle stays at 100% is it possible that this PWM pin is broken ? -- For more options, visit http://beagleboard.org/discuss --- You

[beagleboard] Re: Overvoltage Protection on ADC

2015-07-07 Thread cl
barone.patr...@gmail.com wrote: [-- text/plain, encoding quoted-printable, charset: UTF-8, 17 lines --] I would like to use the BBB to measure the voltage on two battery banks (12V and 24V). The batteries can go well above the nominal voltages however to 15 and 30 volts at max

Re: [beagleboard] Overvoltage Protection on ADC

2015-07-07 Thread Harvey White
On Mon, 6 Jul 2015 21:09:36 -0700 (PDT), you wrote: I would like to use the BBB to measure the voltage on two battery banks (12V and 24V). The batteries can go well above the nominal voltages however to 15 and 30 volts at max respectively. In addition to using a resistive voltage divider to

Re: [beagleboard] Re: Windows Program / Application

2015-07-07 Thread William Hermans
Yeup, they say it has a Linux build. And better yet, did not mention a PI build, but if that works . . .it works. On Tue, Jul 7, 2015 at 8:24 PM, Robert Nelson robertcnel...@gmail.com wrote: On Tue, Jul 7, 2015 at 10:03 PM, Michael Coulton mc6...@gmail.com wrote: Thank you. I'll review Wine

Re: [beagleboard] Re: Windows Program / Application

2015-07-07 Thread Robert Nelson
On Tue, Jul 7, 2015 at 10:03 PM, Michael Coulton mc6...@gmail.com wrote: Thank you. I'll review Wine and see if I can make heads or tails of it and how I would go about installing / running it on BBB then installing my windows based application called Sandysoft. http://sandaysoft.com/ Michael

Re: [beagleboard] Re: Beaglebone Black won't boot from Micro SD, all LEDs remain lit

2015-07-07 Thread Tim M
Robert, I haven't actually written the Ubuntu image to eMMC yet (I have on the first five BBB's but not on the sixth, I can't get past step 1 on the sixth). This is my goal. 1. Get Ubuntu installed on a microSD card. 2. Configure the BBB to boot from the microSD WITHOUT pressing the boot

Re: [beagleboard] fix IP address with Cpnnect Manager

2015-07-07 Thread Bill Traynor
On Tue, Jul 7, 2015 at 10:03 AM, Kazz aspect...@gmail.com wrote: Hi all I am using Beagleboard-xM on Debina8 (default network management tool of Debian8 is Connect Manager). It works with DHCP but the only problem is I can't get fixed IP address of eth0 since MAC address changes every time