[beagleboard] Re: BeagleBone Black with PM (Power Management) functionality available in current release image?

2013-11-04 Thread Ali
Hi Abhijeet, I did the fix for wake up capable as per the TI thread you referred to and recompiled a new kernel using the TI SDK 05.06.00.00. But I am not sure which files (UImage, zImage, u-boot.img??..) I need to download to the beagle bone black board to get suspend/resume via RTC wake

[beagleboard] Re: Sigh, mmcqd hang in Ubuntu

2013-11-04 Thread SKiAt
the same here.. rev A5A with angstrom as provided by factory. using a stress program that read/write on the nand and is ok I leave the board running it for weeks.. and it is ok.. If I login to ssh and ask for something else .. bang.. let's see similar panic messages.. I stopped the porting of

Re: [beagleboard] Re: Web based led control

2013-11-04 Thread eskimobob
Sorry, I should have said that it was also possible to do the same thing with Bonescript but I've not used that so it does not spring to mind... On Sunday, 3 November 2013 19:27:57 UTC, Peedro A. Melendez (lazychino) wrote: what eskimobob seems interesting but i would recommend using

[beagleboard] Re: Install android prebuilt images on black beagle bone board on 2Gb of eMMC flash

2013-11-04 Thread Muhammad Yasir
I also want android on Beaglebone black emmc 2GB how can i flash android on board please help -- 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

Re: [beagleboard] Re: problems with webcams

2013-11-04 Thread Matthew Witherwax
Glad to hear our work is helping others. Let us know how your endeavors go. -Matthew On Sun, Nov 3, 2013 at 3:22 PM, josiasinaciocan...@gmail.com wrote: Excellent, excellent thread! I just purchased my BBB yesterday for a personal project, and I've been reading for many many hours how and

Re: [beagleboard] Re: Sigh, mmcqd hang in Ubuntu

2013-11-04 Thread Charles Steinkuehler
On 11/4/2013 4:34 AM, SKiAt wrote: the same here.. rev A5A with angstrom as provided by factory. using a stress program that read/write on the nand and is ok I leave the board running it for weeks.. and it is ok.. If I login to ssh and ask for something else .. bang.. let's see similar

[beagleboard] Re: UBIFS/U-Boot and UBIFS/Linux not compatible

2013-11-04 Thread matti . kaasinen
Tom, one more question: What tag I should use as base for those patches? I checked the first patch of the first v2 patch sets (http://patchwork.ozlabs.org/patch/266966/) against u-boot-denx 2013.04 git tree that Ångström distribution u-boot-denx recipe provides. It seems that last patch

[beagleboard] Develop GUI for custom application on BBB

2013-11-04 Thread Aswin
Hi, I'm planning to develop an application in which BBB will do some processing on the data received from sensors and display the output on a 7 LCD screen, including graphs. Can someone suggest how to go about it? Heard QT is a good software for this purpose. Any thoughts? -- For more

[beagleboard] Re: UBIFS/U-Boot and UBIFS/Linux not compatible

2013-11-04 Thread Tom Rini
On Monday, November 4, 2013 9:20:55 AM UTC-5, matti.k...@gmail.com wrote: Tom, one more question: What tag I should use as base for those patches? I checked the first patch of the first v2 patch sets ( http://patchwork.ozlabs.org/patch/266966/) against u-boot-denx 2013.04 git tree that

[beagleboard] Not able to connect to my beaglebone

2013-11-04 Thread tejvirsaggu03
Hey I am using beaglebone black with angstrom linux pre-installed on it. I am trying to connect to the board but i am not able to find its ip address.. I have tried each and every ip scanner possible but i still did'nt find anything. And i have checked the whole hardware its working right.

[beagleboard] How to control a servo motor using PWM on Android BBB ?

2013-11-04 Thread USpace
Dear users. How to control a servo motor using PWM on Android BBB ? I can not find a sample for controlling servo motor on Android BBB. I use a BBB A5B model. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the

[beagleboard] Problem Cloud9 with beagleboard black

2013-11-04 Thread valentin7650
Hello all, I have different problem with cloud9 on my BBB: I have makes handling of this website: http://www.beagleboard.org/Getting%20Started and when i go here : http://beagleboard.org/Support/bone101/ he say than my board is connected and i can launch the example by the button run

[beagleboard] Re: Weird Qt cross compiling issue

2013-11-04 Thread deusthe
Hello, I have a similar problem. bitbake meta-toolchain source ... hg or any python script give the following error : 'stdlib': '{base}/'+sys.lib+'/python{py_version_short}', AttributeError: 'module' object has no attribute 'lib' Did you find out how to fix it ? Best regards, Richard --

[beagleboard] Re: Web based led control

2013-11-04 Thread Roland Groeneveld
Here is a tutorial and sample code for controlling LED's through a web server: https://github.com/lgxlogic/BoneScript-SocketIO. It uses Node.js, BoneScript and Socket.IO and JQuery Mobile. Roland Groeneveld www.logicsupply.com -- For more options, visit http://beagleboard.org/discuss --- You

[beagleboard] Re: CAUTION: musb: Babble Interrupt Occurred

2013-11-04 Thread Philippe Laurent
A few more updates. I've read in a number of other locations that this might be due to a grounding issue or a power draw issue. Starting with tackling the power draw issue, it appears that the system bus outputs different power to the USB device depending on its CPU throttling status. The

Re: [beagleboard] Re: Weird Qt cross compiling issue

2013-11-04 Thread Maxim Podbereznyy
use precompiled ones: http://www.angstrom-distribution.org/toolchains/ 2013/11/4 deus...@gmail.com Hello, I have a similar problem. bitbake meta-toolchain source ... hg or any python script give the following error : 'stdlib': '{base}/'+sys.lib+'/python{py_version_short}',

Re: [beagleboard] Develop GUI for custom application on BBB

2013-11-04 Thread Maxim Podbereznyy
qt is definitely the easiest way to create the GUI 2013/11/4 Aswin asp1...@gmail.com Hi, I'm planning to develop an application in which BBB will do some processing on the data received from sensors and display the output on a 7 LCD screen, including graphs. Can someone suggest how to go

[beagleboard] Re: Beaglebone black socket bonescript And socket io question

2013-11-04 Thread Jose Julian Arias T
Dear andrew I'm really confunsed. If I'm doing a page html in the cloud 9 And I want show the state of A digital or analog input wíth this html page using the HDMI output of the BBB, should I use the socket IO or should I to try to transfer the state of the data from a node.js file wíth some

[beagleboard] Re: Not able to connect to my beaglebone

2013-11-04 Thread karinann
A bit of additional info. The IP address of 192.168.7.1 is not the address of the BBB. But seeing this IP address at least tells you the BBB is connected to your host computer and has identified it and has created another Ethernet connection. More than likely the boards IP address is

Re: [beagleboard] Re: Weird Qt cross compiling issue

2013-11-04 Thread Richard Buchmann
Thank you. 2013/11/4 Maxim Podbereznyy lisar...@gmail.com use precompiled ones: http://www.angstrom-distribution.org/toolchains/ 2013/11/4 deus...@gmail.com Hello, I have a similar problem. bitbake meta-toolchain source ... hg or any python script give the following error :

[beagleboard] Read from LV-Maxsonar-EZ0 using uart2

2013-11-04 Thread Gustavo Oliveira
Hello, I'm trying to read from a LV-Maxsonar-EZ0 using the serial interface. I have connected the wires correctly and I have placed an overlay in uart2. The problem is the data I'm reading from the sensor. I can only get garbage, but its not completely wrong because the data changes according to

Re: [beagleboard] Read from LV-Maxsonar-EZ0 using uart2

2013-11-04 Thread Gustavo Oliveira
Hi, thank you for quick reply, I'm using a BeagleBone and Ubuntu 12.04. I have the TX connected to p9_22, which is uart2 RX. On Monday, November 4, 2013 7:38:06 PM UTC, lisarden wrote: hi! what board do you use and what OS? your datasheet says that VCC is +5V and the TX pin also work in

[beagleboard] Re: dmesg messages

2013-11-04 Thread daenku32
Not doing it for me. Tried both on a fresh install of 2013-09-04 image. Hate to think of it as eating up the limited amount of flash storage. On Saturday, July 20, 2013 4:01:55 PM UTC-4, craig.m...@gmail.com wrote: Edit /media/BEAGLEBONE/uEnv.txt and change drm.debug=7 to either of

[beagleboard] BeagleBone Black SPI receive rx fail using the ioctl

2013-11-04 Thread Helen Paiva
Hi all, I am beginner with the BeagleBone Black board and I have a problem with the SPI communication. I am trying to communicate with the Redpine wifi board by SPI. The BeagleBone Black is the master and the wifi board is the slave. Part of the configuration of my BB-SPI0DEV-00A0.dts is the

[beagleboard] Re: 3.12-rc4: kernel testing time...

2013-11-04 Thread George B
And it looks like 3.12.0 has been released. On Thursday, October 10, 2013 5:09:24 PM UTC-7, RobertCNelson wrote: So here is the deal; 3.8 is old, and 3.12-rc4 is newer/better/etc... Functionally, it seems ready in my small 5 board sample size. 3 of which have been running 24/7 @ 100%

[beagleboard] Re: Procedure to install Ubuntu / Debian from scratch

2013-11-04 Thread vinayak aghor
Thanks George. I want to install bootloader and uboot in BBB then manually install kernel and rootfs on TFTP. Can I do that? I found below link.. but don't know whether i can only install bootloader uboot in BBB. Then separately install kernel and rootfs of ubuntu in it.

[beagleboard] In search of a LCD...

2013-11-04 Thread meino . cramer
Hi, does anyone know of TFT-diplay, which * is mounted on a PCB like LCD7/4/3 is * PCB is not larger than that of the Beaglebone Black * is compatible to the Beaglebone Black * is of same of higher pixel density of the LCD7/4/3 (background: I need to add an display to a

[beagleboard] Need support in compiling ubuntu for BBB

2013-11-04 Thread vinayak aghor
Hello, I want to compile OS ubuntu for BBB. I am referring http://eewiki.net/display/linuxonarm/BeagleBone+Black In downloaded linux-dev-am33x-v3.12 in home directory. Then ran script ./build_kernel.sh It initially downloaded cross-compiler toolchain (around 48MB) and did set the CC, which

[beagleboard] Knee Brace Project planted with 6 Accelerometers and BBB

2013-11-04 Thread Zain Dar
Hello, I'm working on a college project and my task is to develop a software code for a knee brace, that has 6 accelerometers planted on the frame (4 Analog Accelerometers and 2 Digital Accelerometers). The Analog accelerometers have 3 axis of dimensions, X, Y, Z, whereas the Digital

Re: [beagleboard] Read from LV-Maxsonar-EZ0 using uart2

2013-11-04 Thread Maxim Podbereznyy
1) I would place a voltage translator or a simple voltage divider based on two resistors to reduce 5 volts to the acceptable 3.3V. 2) check the pinmux settings for that pin 3) what terminal application do you use to read data? Check the serial port parameters and don't forget to disable the