[beagleboard] Re: booting via microSD not eMMC

2014-04-10 Thread Eren Basturk
Thanks a lot. my image is running on BBB now. Eren 9 Nisan 2014 Çarşamba 21:40:56 UTC+3 tarihinde Eren Basturk yazdı: Hi All, I am using A6A revision Beagle Bone Black. I have a problem with booting. I can run my image via eMMC but i want run my image via microSD card. How can i can

Re: [beagleboard] AIN max voltage exceeded

2014-04-10 Thread Bas Laarhoven
On 10-4-2014 2:03, Padawan wrote: Sounds like someone needs to make a surge protector cape for people like us... I'd buy that. My current Zener diode monstrosity design isn't particularly effective. -- For more options, visit http://beagleboard.org/discuss --- You received this message because

[beagleboard] BBB as wifi access point

2014-04-10 Thread Eric Palmer
I may not be thinking about this perfectly but this is what I want to do I will build a robot that I want to control from a web page(s) from an ipad. The robot will be used far away from any buildings and other wifi. If I set up the BBB as a wifi access point I can connect to it from my ipad.

[beagleboard] BBB GLIBC6 version issue

2014-04-10 Thread A P
I hope someone out there can help. I have a BBB just updated to the latest firmware. My version on the BBB of LIBC6 is v2.16. I am compiling a project in Eclipse which if I include the line clkerr=clock_gettime(CLOCK_REALTIME,UDPstartTime); //CLOCK_MONOTONIC CLOCK_REALTIM

Re: [beagleboard] AIN max voltage exceeded

2014-04-10 Thread Gerald Coley
Does it go to 220V? I mean if it is to be found people will try to connect it! Gerald On Thu, Apr 10, 2014 at 1:38 AM, Bas Laarhoven s...@xs4all.nl wrote: On 10-4-2014 2:03, Padawan wrote: Sounds like someone needs to make a surge protector cape for people like us... I'd buy that. My

[beagleboard] Help with Cross Compile of first HelloWorld App

2014-04-10 Thread RV9Flyer
I'm a newbie and this is my first post. I just got started with building my first HelloWorld style app to test the cross-compile capabilities of Eclipse/CDT, The app compiles successfully and generate the expected HelloBeagle.elf executable. However, when I transfer it to my beagle and attempt

[beagleboard] Beaglebone Black REV B + 4DSystem LCD7 reboots after power on ?

2014-04-10 Thread josefkappa0
Beaglebone Black REV B 4DSystem LCD7 boot Angstrom on emmc - /etc/dogtag=Cloud9 GNOME Image 2013.09.04 power DC 5v , 2A *after power on I can see the beaglebone logo on LCD and then bbb reboot ?!* bbb without LCD7 is OK bbb withHDMI is OK tried : -

Re: [beagleboard] AIN max voltage exceeded

2014-04-10 Thread David Lambert
On 04/10/2014 07:57 AM, Gerald Coley wrote: Does it go to 220V? I mean if it is to be found people will try to connect it! LOL - nor to mention xxKv of static, etc! Gerald On Thu, Apr 10, 2014 at 1:38 AM, Bas Laarhoven s...@xs4all.nl mailto:s...@xs4all.nl wrote: On 10-4-2014 2:03,

Re: [beagleboard] AIN max voltage exceeded

2014-04-10 Thread Gerald Coley
Now that is true as well. Gerald On Thu, Apr 10, 2014 at 8:08 AM, David Lambert d...@lambsys.com wrote: On 04/10/2014 07:57 AM, Gerald Coley wrote: Does it go to 220V? I mean if it is to be found people will try to connect it! LOL - nor to mention xxKv of static, etc! Gerald On

Re: [beagleboard] AIN max voltage exceeded

2014-04-10 Thread Bas Laarhoven
:D Quoting my original message The analogue inputs are designed to handle shorts against a 12 Volt supply, that doesn't say 220V does it? And IIRC single phase in the US is only 110-120V :b -- Bas On 10-4-2014 15:18, Gerald Coley wrote: Now that is true as well. Gerald On Thu, Apr 10,

Re: [beagleboard] AIN max voltage exceeded

2014-04-10 Thread Gerald Coley
I was thinking more internationally! But, I could have said just read the documentation, like the System Reference Manual. But I have given up on that. In fact, i am considering not doing one on the next board. It is a lot of work. Gerald On Thu, Apr 10, 2014 at 8:30 AM, Bas Laarhoven

Re: [beagleboard] Re: Problem in dynamically loading libraries (QT5 on AM335x board)

2014-04-10 Thread Thiago Marques
Hi Morix, I recompiled QT5 no ICU and it works. I need the ICU, so I recompile the ICU. If I compile for static library works, but if I compile to static library does not work, still the same error that you mentioned. I'm cross compiling this way: $ export CC=arm-linux-gnueabihf-gcc $ export

Re: [beagleboard] AIN max voltage exceeded

2014-04-10 Thread Bas Laarhoven
You only have to cut paste some hard to understand text after a proper looking cover page. The text isn't read anyway :) But it's fun if you can answer 'RTFM!'. And if you don't have a manual all hell breaks loose. -- Bas On 10-4-2014 15:41, Gerald Coley wrote: I was thinking more

[beagleboard] Re: Help with Cross Compile of first HelloWorld App

2014-04-10 Thread halherta
RV9Flyer, the arm-none-eabi-gcc cross-compiler is in my humble understanding intended for use with' bare-metal' 'non-mmu' 'sans Linux' ARM microcontrollers..specifically the Cortex-R/Cortex-M cores. You need to use a different toolchain for Linux-based, MMU-based Cortex-A setups such as that

[beagleboard] Re: Help with Cross Compile of first HelloWorld App

2014-04-10 Thread Piotr Murawski
Just compile the kernel following the commonly known instructions for BBB. On of the step, will download appropriate gcc toolchain, it will be named like gcc-linaro-arm-linux-gnueabihf-4.8-2013.10_linux/. That's it. Regards, Piotr. W dniu czwartek, 10 kwietnia 2014 01:20:47 UTC+2

Re: [beagleboard] Cross compiled binary won't run

2014-04-10 Thread bryanshih9
I also faced this issue. On my beaglebone with Ubuntu, the crosscompiled binary file can't run. It shows: No such file or directory. Finally I found a way to solve this issue. The cause is some runtime library can't be found in beaglebone. Check which library lack: Use ldd command ubuntu@arm:~$

[beagleboard] route added default gw on Beaglebone black and can no longer ssh! HELP

2014-04-10 Thread laraven
So I was trying to get internet on the beaglebone black by sharing it through the usb port. However, in the steps to obtain it, I used the command: route add default gw 192.168.7.1 and later closed the connection to the beaglebone black. Now when I attempt to ssh back into it using the

Re: [beagleboard] Re: Finally : did someone succeeded to have a Qt GUI app ?

2014-04-10 Thread Hussam Hertani
David I'm currently running a headless setup on my BBB...I have xorg and libqt4-dev packages installed (qt-sdk package encompasses libqt4-dev, qtcreator and some additional packages) - I SSHed into the BBB with X11 Forwarding: ssh -X debian@192.168.0.102 - Made a directory containing a

Re: [beagleboard] Re: Help Needed : Custom built debian image

2014-04-10 Thread Gunjan Gupta
Hi Robert, One thing that I forgot to mention was that I am interacting with BBB over ssh. I guess its taking LANG from my host machine. If I check LANG from lxterminal, it comes as en_US and everything works fine. Can we force it to use en_US on ssh also? Regards viraniac On Wednesday,

Re: [beagleboard] BBB GLIBC6 version issue

2014-04-10 Thread John Syn
From: A P a.poole...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Thursday, April 10, 2014 at 5:37 AM To: beagleboard@googlegroups.com Subject: [beagleboard] BBB GLIBC6 version issue I hope someone out there can help. I have a BBB just updated to the latest firmware. My

[beagleboard] Eclipse doesn't detect my Android running on BeagleBone Black

2014-04-10 Thread Kim Ilchul
Hello, I'm using micro SD card to boot Android and running it on BBB. It works well but I cannot find my BBB as running Android device on my laptop. I found some solution to eclipse can detect my BBB as running Android device but doesn't works for me. My Android is 4.2.2 and I installed

[beagleboard] Compatible webcams beaglebone black

2014-04-10 Thread Dani Ruiz
Hi everyone, Anyone know if there is a list of the compatible webcam for the beaglebone black? Thanks. -- 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

Re: [beagleboard] Re: What went wrong

2014-04-10 Thread Anthony Kent
That's what I think David. I've got RMA# and will send it in. Hopefully I'll get a replacement. Anthony Kent MCSE, MCITP-EA 817.899.4067 On Thu, Apr 10, 2014 at 10:09 AM, David Funk dwf...@gmail.com wrote: [image: Boxbe] https://www.boxbe.com/overview This message is eligible for Automatic

Re: [beagleboard] Re: Finally : did someone succeeded to have a Qt GUI app ?

2014-04-10 Thread Hussam Hertani
David, If you are running an image with a Debian root filesystem this should work no problems. I don't think that the QT4 built in the Debian apt-get armhf repos was built with the -qws and -linuxfb options. As such it should only work with X11. But I could be wrong as I can't quite confirm it.

Re: [beagleboard] Re: Help with Cross Compile of first HelloWorld App

2014-04-10 Thread Hussam Hertani
Piotr I know that the linaro toolchain will work with Debian/Ubuntu armhf images . Will it also work in the same way with angstrom? ...I thought that angstrom needed a different toolchain for cross-compiling applications. But I could be wrong. On Thu, Apr 10, 2014 at 10:28 AM, Piotr Murawski

Re: [beagleboard] AIN max voltage exceeded

2014-04-10 Thread Dennis Cote
On Thursday, April 10, 2014 7:41:56 AM UTC-6, Gerald wrote: In fact, i am considering not doing one on the next board. It is a lot of work. Oh, please don't do that. I read the SRM and review the schematics regularly. It is extremely useful to have all that detailed documentation. Maybe

Re: [beagleboard] AIN max voltage exceeded

2014-04-10 Thread Eric Fort
The SRM has been extremely valuable and I do hope the availability on future boards will continue. For many digging through the TRM would be an impossible task in trying to find the info covered by the SRM. That said, maybe some more community involvement in writing, editing, and upkeep is in

[beagleboard] Re: What went wrong

2014-04-10 Thread Brandon I
This is incorrect. There's nothing wrong with applying power through USB and VDD_5V (DC plug) at the same time, from the reference manual: The selection of either the 5VDC or the USB as the power source is handled internally to the TPS65217C and automatically switches to 5VDC power if both

Re: [beagleboard] booting via microSD not eMMC

2014-04-10 Thread Dan Denson
How about the reverse, I want to boot from emmc WHILE and SD card is inserted. Previously I had used the boot button, now I want to undo that. On Wednesday, April 9, 2014 12:44:02 PM UTC-6, Gerald wrote: Same as before. You need to hold the boot button down to force it to boot from SD.

[beagleboard] Mounting as drive on Windows

2014-04-10 Thread lee
So, my BBB is running perfectly with Robert's latest Debian release. I can mount it as a drive on my desktop just fine. But now I need (through circumstances beyond my control) to mount it as a drive on Windows. I'm pretty clueless about Windows. I have a laptop with Windows 7-64, I

[beagleboard] undo boot from sdcard? need to boot from emmc while an sdcard is inserted

2014-04-10 Thread Dan Denson
I booted an image on sdcard by pressing the user/boot button. I then flashed the image to the emmc, which works fine. The system boots properly from emmc when there is no sdcard inserted, but if I insert an sdcard I can no longer boot from emmc. I have insterted an sdcard without boot flag

[beagleboard] Re: python gui?

2014-04-10 Thread lee
I'm using a GUI app now running on the BBB which is a web server backend using Chromium in kiosk mode as the GUI. You can also use Python's native Tkinter, but that looks kind of dated. PyQt and WxWidgets are available, but I've never done those personally. -- For more options, visit

Re: [beagleboard] Re: python gui?

2014-04-10 Thread Eric Palmer
I think I'm going with web. Thanks. On Thu, Apr 10, 2014 at 6:36 PM, l...@ansync.com wrote: I'm using a GUI app now running on the BBB which is a web server backend using Chromium in kiosk mode as the GUI. You can also use Python's native Tkinter, but that looks kind of dated. PyQt and

Re: [beagleboard] undo boot from sdcard? need to boot from emmc while an sdcard is inserted

2014-04-10 Thread Chad Baker
Assuming that you have a microSD card with the /dev/sd1 partition formatted as vfat, Copy a file with the following contents to /dev/sd1/uEnv.txt mmcdev=1 bootpart=1:2 mmcroot=/dev/mmcblk1p2 ro - and when you reboot, the microSD should not cause a hang, but appear in the file

[beagleboard] Disable autologin and lightdm on the BeagleBoard.org Latest Debian Firmware Image

2014-04-10 Thread halherta
Hello, I lately decided to install the latest BeagleBoard.org Debian FIrmware image on the Beaglebone Black (MicroSD version). When the image boots it automatically logs into LXDE. I'd like to disable autologin and have the BBB boot to the command line; with the option of starting LXDE later as

Re: [beagleboard] Disable autologin and lightdm on the BeagleBoard.org Latest Debian Firmware Image

2014-04-10 Thread Robert Nelson
On Thu, Apr 10, 2014 at 7:25 PM, halhe...@gmail.com wrote: Hello, I lately decided to install the latest BeagleBoard.org Debian FIrmware image on the Beaglebone Black (MicroSD version). When the image boots it automatically logs into LXDE. I'd like to disable autologin and have the BBB boot

Re: [beagleboard] undo boot from sdcard? need to boot from emmc while an sdcard is inserted

2014-04-10 Thread dan
Chad, it's not working for me *but* I don't have a micro adapter so I've been working on mmcblk1 On Thu, Apr 10, 2014 at 5:55 PM, Chad Baker cmbak...@gmail.com wrote: Assuming that you have a microSD card with the /dev/sd1 partition formatted as vfat, Copy a file with the following

Re: [beagleboard] undo boot from sdcard? need to boot from emmc while an sdcard is inserted

2014-04-10 Thread Chad Baker
What does your second partition look like? I formatted my microSD with mkfs -t vfat -F 32 -n BoneBoot /dev/sda1 mkfs -V -t ext4 -j -L BoneData /dev/sda2 On 4/10/2014 8:05 PM, dan wrote: so I found a usb adapter. I made a bootable primary partition, 64MB, formatted vfat, and made a

Re: [beagleboard] undo boot from sdcard? need to boot from emmc while an sdcard is inserted

2014-04-10 Thread dan
no go, I mirrored your example exactly. On Thu, Apr 10, 2014 at 7:21 PM, Chad Baker cmbak...@gmail.com wrote: What does your second partition look like? I formatted my microSD with mkfs -t vfat -F 32 -n BoneBoot /dev/sda1 mkfs -V -t ext4 -j -L BoneData /dev/sda2 On 4/10/2014

Re: [beagleboard] Accommodating Arduino Shields: Updated Pinmux

2014-04-10 Thread Jason Kridner
On Tue, Apr 8, 2014 at 7:27 PM, barth...@impressx.com wrote: Dear Community, we would like to share with you our recent discussions about minor changes in the Shield I/O pin mapping, which further improve Arduino compatibility. We have also carefully checked the mapping specified by the