[beagleboard] Debian 7.6 libstdc++ problem

2014-07-18 Thread bremenpl
Hello there, I am using latest Debian on my bbb: Distributor ID:Debian Description:Debian GNU/Linux 7.6 (wheezy) Release:7.6 Codename:wheezy I have compilled a test program on my PC using arm-linux-gnueabi-g++-4.7 and it works perfectly well on my Raspberry pi. When i try to run

[beagleboard] Edimax EW-7811Un driver

2014-07-18 Thread mail . aroessler
I just tested a Edimax EW-7811Un WiFi dongle on the BeagleBone Back the latest Debian image. It is reported for many user to work, but unfortunately it does not for me. On my notebook with OpenSUSE it works out of the box. However, it seems there is a driver missing from the Debian BeagleBone

[beagleboard] minimal kernel v3.8

2014-07-18 Thread Maxim Podbereznyy
Hi! I need to compile a minimal kernel v3.8 for BBB. With instructions from RCN the kernel builds with the final size of 5.5M for zImage and 32M for modules. I need to reduce this size but yet don't want to lose any capes support. Can anybody suggest how to reduce it? Looking into defconfig

[beagleboard] mmap SPI1 beaglebone black

2014-07-18 Thread Alberto Potenza
Dear all, I have tried to work with SPI1 on the beaglebone black (kernel 3.8) by using spidev. I saw several guides on that and so, I compiled my own device tree and it works: I can send and receive packet, change the spi clock frequency and so on. This is my device tree file /dts-v1/;

[beagleboard] Re: Maximum SD card size for BBB

2014-07-18 Thread cl
William Pretty Security bill.pre...@xplornet.com wrote: [-- text/plain, encoding 7bit, charset: ISO-8859-1, 112 lines --] Quite right, but given that Ubuntu with GUI is about 3GB, isn't the other 13 kind of a waste ?? Er, don't you need some space for user files? :-) -- Chris Green · --

RE: [beagleboard] Maximum SD card size for BBB

2014-07-18 Thread William Pretty Security
Thanks John J http://www.packtpub.com/building-a-home-security-system-with-beaglebone/book From: beagleboard@googlegroups.com [mailto:beagleboard@googlegroups.com] On Behalf Of John Syn Sent: Thursday, July 17, 2014 11:48 PM To: beagleboard@googlegroups.com Subject: Re: [beagleboard]

Re: [beagleboard] Re: Beaglebone Black Ethernet Phy Not Detected on Boot.

2014-07-18 Thread krd
On Monday, July 7, 2014 5:17:12 PM UTC+2, RobertCNelson wrote: On Mon, Jul 7, 2014 at 2:52 AM, Micka micka...@gmail.com javascript: wrote: Hello, I'm on the Kernel 3.8.13-bone56 and I've still this problem : Scanning for Btrfs filesystems systemd-fsck[202]: rootfs: clean,

Re: [beagleboard] Edimax EW-7811Un driver

2014-07-18 Thread Robert Nelson
On Fri, Jul 18, 2014 at 2:04 AM, mail.aroess...@gmail.com wrote: I just tested a Edimax EW-7811Un WiFi dongle on the BeagleBone Back the latest Debian image. It is reported for many user to work, but unfortunately it does not for me. On my notebook with OpenSUSE it works out of the box.

Re: [beagleboard] Re: Beaglebone Black Ethernet Phy Not Detected on Boot.

2014-07-18 Thread Robert Nelson
On Fri, Jul 18, 2014 at 5:42 AM, krd k...@dacsystem.pl wrote: On Monday, July 7, 2014 5:17:12 PM UTC+2, RobertCNelson wrote: On Mon, Jul 7, 2014 at 2:52 AM, Micka micka...@gmail.com wrote: Hello, I'm on the Kernel 3.8.13-bone56 and I've still this problem : Scanning for Btrfs

[beagleboard] 2014-07-16/lxde/bone-debian-7.6-lxde-armhf-2014-07-16-4gb - devicetree not loading

2014-07-18 Thread jstampfl
From ID.txt: BeagleBoard.org BeagleBone Debian Image 2014-07-16 I am unable to load .dtbo files: I have installed on 8GB microSDcard, modified the uEnv.txt file to boot from the SDcard. Hardware: BBB A5 from dmesg: [ 0.00] Kernel command line: console=tty0 console=ttyO0,115200n8

Re: [beagleboard] 2014-07-16/lxde/bone-debian-7.6-lxde-armhf-2014-07-16-4gb - devicetree not loading

2014-07-18 Thread Robert Nelson
On Fri, Jul 18, 2014 at 6:27 AM, jstam...@gmail.com wrote: From ID.txt: BeagleBoard.org BeagleBone Debian Image 2014-07-16 I am unable to load .dtbo files: I have installed on 8GB microSDcard, modified the uEnv.txt file to boot from the SDcard. Hardware: BBB A5 from dmesg: [

Re: [beagleboard] Edimax EW-7811Un driver

2014-07-18 Thread mail . aroessler
Either disable hdmi in /boot/uEnv.txt cape_disable=capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN or get a 3 inch usb extension cable. I do not understand. Why would that make the dongle working? -- For more options, visit http://beagleboard.org/discuss --- You received this

Re: [beagleboard] Edimax EW-7811Un driver

2014-07-18 Thread Robert Nelson
On Fri, Jul 18, 2014 at 6:31 AM, mail.aroess...@gmail.com wrote: Either disable hdmi in /boot/uEnv.txt cape_disable=capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN or get a 3 inch usb extension cable. I do not understand. Why would that make the dongle working? The hdmi disable

Re: [beagleboard] 2014-07-16/lxde/bone-debian-7.6-lxde-armhf-2014-07-16-4gb - devicetree not loading

2014-07-18 Thread jstampfl
thanks, works great. I think this is better than editing the uEnv.txt file. Thanks for all your good work. -- 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] Edimax EW-7811Un driver

2014-07-18 Thread mail . aroessler
Disabling HDMI worked. The dongle showed up as wlan1 so maybe it worked also before (I tried it with a small USB hub), but I did not see it (only checked wlan0). Creating a AP worked fine using this script: https://github.com/hotice/AP-Hotspot -- would be a good addition to the beaglebone

[beagleboard] eMMC pins on P8 question about section 8.1.2 of Rev C.1 reference manual

2014-07-18 Thread jpease
Hello, In the C.1 version of the reference manual, Section 8.1.2 begins with a statement about the 10 eMMC pins connected to pin 8 and listed in Table 16. Then it says that the proper mode is MODE2. Yet most of the pins listed in table 16 are given as MODE1. Table 12 of the same reference

[beagleboard] Re: BeagleBone Black RTC?

2014-07-18 Thread edugalvez . eircom
Hi, I just managed to put the PMIC in SLEEP state, and the AM335x in RTC_Only state. It has been done using u-boot, based on Matt (https://groups.google.com/d/msg/beagleboard/K7DuusrJ6G4/unH1m5HpiuoJ) explanation: *U-Boot# i2c mw 24 a 00 * *--- Send 0x00 to PMIC* *U-Boot# base 44e3e000*

[beagleboard] Re: Launching a .sh script @start BBB Augstrom

2014-07-18 Thread nyhoor
tks for help Alfredo. That didn't work though. -- 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

Re: [beagleboard] eMMC pins on P8 question about section 8.1.2 of Rev C.1 reference manual

2014-07-18 Thread Gerald Coley
I will check into this. In the meantime, check the processor datasheet. http://www.ti.com/product/am3358 Gerald On Thu, Jul 17, 2014 at 9:47 PM, jpe...@aosense.com wrote: Hello, In the C.1 version of the reference manual, Section 8.1.2 begins with a statement about the 10 eMMC pins

[beagleboard] Re: Ubuntu 13.04 (server ) update problem

2014-07-18 Thread mr . babic
Hi, I am getting a similar problem. I am running lubuntu on cubieboard2, I looked at the url and saw that there is no raring directory that is listed in the path: Err http://ports.ubuntu.com/ubuntu-ports/ raring/main libreadline5 armhf 5.2+dfsg-1 404 Not Found [IP: 91.189.88.140 80]

Re: [beagleboard] eMMC pins on P8 question about section 8.1.2 of Rev C.1 reference manual

2014-07-18 Thread jstampfl
GPIO1_[0-5] show up as mode 1 in the pins file. -- 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

Re: [beagleboard] Re: Ubuntu 13.04 (server ) update problem

2014-07-18 Thread Robert Nelson
On Fri, Jul 18, 2014 at 8:25 AM, mr.ba...@gmail.com wrote: Hi, I am getting a similar problem. I am running lubuntu on cubieboard2, I looked at the url and saw that there is no raring directory that is listed in the path: Err http://ports.ubuntu.com/ubuntu-ports/ raring/main libreadline5

Re: [beagleboard] eMMC pins on P8 question about section 8.1.2 of Rev C.1 reference manual

2014-07-18 Thread Gerald Coley
OK On Fri, Jul 18, 2014 at 8:29 AM, jstam...@gmail.com wrote: GPIO1_[0-5] show up as mode 1 in the pins file. -- 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] minimal kernel v3.8

2014-07-18 Thread Jerônimo Lopes
Hi Maxim, I'm no expert in kernel build, just sharing my own experience. 2014-07-18 4:52 GMT-03:00 Maxim Podbereznyy lisar...@gmail.com: Hi! I need to compile a minimal kernel v3.8 for BBB. With instructions from RCN the kernel builds with the final size of 5.5M for zImage and 32M for

Re: [beagleboard] minimal kernel v3.8

2014-07-18 Thread Maxim Podbereznyy
Thank you Jeronimo! I will check the folders of modules 18 Июл 2014 г. 18:23 пользователь Jerônimo Lopes lopesjeron...@gmail.com написал: Hi Maxim, I'm no expert in kernel build, just sharing my own experience. 2014-07-18 4:52 GMT-03:00 Maxim Podbereznyy lisar...@gmail.com: Hi! I need to

[beagleboard] Re: Measuring a BBB's own supply voltage

2014-07-18 Thread TJF
The analog input AIN7 is connected on-board to the 3.3V power line over a 50/50 voltage divider. Just get the input of AIN7 to measure the (half) board voltage. One solution to fetch AIN7 inputs is libpruio http://beagleboard.org/project/libpruio/. Check out the (pre-compiled) examples, ie

Re: [beagleboard] How to keep Python pgm running if putty disconnects ???

2014-07-18 Thread Hor Meng Yoong
nohup command-with-options On 18 Jul 2014 01:14, George Lu george.d...@gmail.com wrote: On Thu, Jul 17, 2014 at 8:49 AM, jaymerjay...@gmail.com wrote: I'm using a BBB Debian (2014-03-27) and I monitor temps with a Python prrogram. Currently, while developing, I access the BBB from a local

[beagleboard] Re: How do I change the SPI clock (P9_22) speed on BBB? And what is the maximum speed?

2014-07-18 Thread naikrovek
Can't be done in Python. /opt/source/beaglebone-universal-io/cape-universal-00A0.dts Learn to compile the device tree files and how to make changes like this. Python can't do everything, despite what every Python fan I've known claims. Jeremiah On Thursday, July 17, 2014 1:56:58 PM UTC-5,

[beagleboard] beaglebone / bonescript CLD 9 GPIO problem

2014-07-18 Thread Kyle Price
Hi, I have worked with various different development platforms before, though mostly in C/C++, so a lot of the Bonescript/Node.js stuff is very new to me, and I am having some trouble with some very simple tasks... Recently I was trying to take in push button switches and in an effort to

[beagleboard] Re: Debugger Listening on Port 15454?

2014-07-18 Thread Kyle Price
Is the USR3 LED flashing at a rate of once per second? On Sunday, June 15, 2014 6:39:14 PM UTC-7, Stephen Nicholson wrote: I have been trying the demo JavaScript files and I keep getting the message Debugger LIstening on Port 15454 when I run the js file and it not doing anything. I have

[beagleboard] New BeagleBone cape: GPS + GPRS + GSM $80USD

2014-07-18 Thread Camilo Rojas García
The Tracking Cape provides tracking capabilities to the Beagle Bone with GPS and GPRS/GSM modules. It also allows to make/answer calls, to send/receive SMS and to get GPS data. Its main components are the M95 and L20 Quectel modules. More info: http://ciudadoscura.com/beaglebonecape -- For

Re: [beagleboard] NTSC/PAL video input

2014-07-18 Thread ctmatthieson
Hey Brent - did you have any luck with analog video capture on the BBB? I need to also capture analog video and am struggling to find a solution that is capable of 30fps NTSC. What did you end up doing to solve your problem??? On Monday, October 14, 2013 7:31:11 PM UTC-7, Brent wrote: I wish

[beagleboard] Re: How do I change the SPI clock (P9_22) speed on BBB? And what is the maximum speed?

2014-07-18 Thread Ardit Cuka
Can you send me some links to do so. I fairly new to BB and dont't know what a lot of terms mean! On Friday, July 18, 2014 11:28:21 AM UTC-4, naik...@gmail.com wrote: Can't be done in Python. /opt/source/beaglebone-universal-io/cape-universal-00A0.dts Learn to compile the device tree files

[beagleboard] Re: beaglebone / bonescript CLD 9 GPIO problem

2014-07-18 Thread Kyle Price
Just found an updated drawing for the black that shows those as being allocated to the onboard eMMC1, which will require reset for these to be used as GPIO... On Friday, July 18, 2014 10:21:42 AM UTC-7, Kyle Price wrote: Hi, I have worked with various different development platforms

Re: [beagleboard] How to keep Python pgm running if putty disconnects ???

2014-07-18 Thread William Hermans
$ apt-cache search terminal multiplexer screen - terminal multiplexer with VT100/ANSI terminal emulation tmux - terminal multiplexer You can use one of those, *OR* you could also run your process as a service. Google howto Debian service for more information. On Fri, Jul 18, 2014 at 8:19 AM,

Re: [beagleboard] mmap SPI1 beaglebone black

2014-07-18 Thread John Syn
I think your problem is probably related to page alignment issues. This issue was discussed on this mailing list back in April 27/28. Search google groups for: Re: [beagleboard] Official eQEP driver Support Regards, John From: Alberto Potenza alberto.potenz...@gmail.com Reply-To:

Re: [beagleboard] Re: BeagleBone Black RTC?

2014-07-18 Thread William Hermans
edugalvez, I must have missed that post, or the post predates me on these groups. Thanks for sharing, this is very good to know. Truly. On the other side of the coin, how is this useful once you're running Linux ? Perhaps /dev/mem ? On Fri, Jul 18, 2014 at 12:29 AM, edugalvez.eir...@gmail.com

Re: [beagleboard] Maximum SD card size for BBB

2014-07-18 Thread William Hermans
We use two BBB's here, and both use 16GB class 10 cards. I've heard that 32GB works too, but no hands on. AS john said first you want more space( unused, or free space ) on your sd card to help facilitate wear leveling, *AND* if you're going to be doing lots of writing for development purposes.

[beagleboard] Re: PyBBIO 0.9

2014-07-18 Thread Alexander Hiam
Thanks Jason, and good idea, I'll post future updates here as well. On Thursday, July 17, 2014 6:16:44 PM UTC-4, Jason Kridner wrote: Pulled this off of Alex's blog at http://www.alexanderhiam.com/uncategorized/pybbio-update-version-0-9/: With the help of Rekha Seethamraju

[beagleboard] Beaghlebone Black stone dead

2014-07-18 Thread Thaddeus Woskowiak
Hello everyone, I have a Beaglebone Black that will not power up. Last week it was working but today it appears to be completely dead. I tried using three different methods to power it up, USB from a PC, USB power from a USB phone charger that I have used in the past to power the BBB and a 3A

Re: [beagleboard] Beaghlebone Black stone dead

2014-07-18 Thread Gerald Coley
Request an RMA. http://www.elinux.org/Beagleboard:BeagleBoneBlack#RMA_Support We will see if we can recover the eMMC data. Make sure you add that to the RMA request. http://www.elinux.org/Beagleboard:BeagleBoneBlack#Improper_Power_DownAll_Revisions Gerald On Fri, Jul 18, 2014 at 2:20

[beagleboard] Re: NTSC/PAL video input

2014-07-18 Thread doog
I'd hate to send you down the wrong path but what about some of those video input device converters to USB? I've seen Pinnacle Movie mentioned a lot and there is some Linux USB support for it( http://sourceforge.net/projects/pinnaclembusb/ ). This will allow a number of video input

Re: [beagleboard] NTSC/PAL video input

2014-07-18 Thread Brent Sink
I ended up buying an encoder from Grandstream that converts analog video to Ethernet. Once the camera is on Ethernet, you can use mplayer or the player of your choice to play the mjpeg/rtsp stream. On Fri, Jul 18, 2014 at 12:21 PM, ctmatthie...@gmail.com wrote: Hey Brent - did you have any

[beagleboard] Re: Maximum SD card size for BBB

2014-07-18 Thread ericg
I am currently running on an 8GB Class 4 card. Needed this to fit Debian on a card and still have space left to work with. These instructions made it easy to flash the card with the 2GB image, then expand the file system size after the fact.

Re: [beagleboard] Maximum SD card size for BBB

2014-07-18 Thread Eric Fort
I'm using a 32GB SD card, so yes it works. Has anyone tried 64GB and larger cards yet? 64 or 128GB would be insanely nice! Eric On Fri, Jul 18, 2014 at 12:04 PM, William Hermans yyrk...@gmail.com wrote: We use two BBB's here, and both use 16GB class 10 cards. I've heard that 32GB works

Re: [beagleboard] Slow boot up without ethernet connected - Debian

2014-07-18 Thread Robert Nelson
On Fri, Jul 18, 2014 at 8:55 PM, k...@cranehome.info wrote: When I start my BBB with the ethernet connection I am generally up and at a login prompt within a few seconds. But when I boot with the ethernet cable disconnected then the boot seems to hang right after the last message here: From

Re: [beagleboard] Slow boot up without ethernet connected - Debian

2014-07-18 Thread kyle
Well that almost got it. I set the eth0 interface to a static ip and that speeds up boot by a bunch it also seems to cause it to no longer bring up the wireless interface. I can manually ifup wlan1 and it will come online but it's ignored at boot up. Putting ifup wlan1 into /etc/rc.local

Re: [beagleboard] Slow boot up without ethernet connected - Debian

2014-07-18 Thread kyle
It's a timing issue. Adding a sleep 10 to rc.local did the trick. -- 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,

Re: [beagleboard] Slow boot up without ethernet connected - Debian

2014-07-18 Thread kyle
How do upgrade the kernel? apt-get upgrade does not do the trick. Nevermind found it on the Wiki. -- 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] eMMC pins on P8 question about section 8.1.2 of Rev C.1 reference manual

2014-07-18 Thread jstampfl
From the BBB wiki page: Onboard HDMI The onboard HDMI driver uses the LCD pins. They are still connected to the expansion header, but in some cases, they could cause an LCD cape to have some noise issues unless the cape has a buffer. A buffer should take care of this issue. If you want to