[beagleboard] How to solve reason fully ram problem what my BBB is halted?

2015-05-12 Thread Zoljargal Otgonbayar
I am not launching anything on my BBB what it works fine. I launch 4 client c++ program. My BBB works nice over an hour then my BBB is halted what all 4 blue leds are not blinking. What about that problem? -- For more options, visit http://beagleboard.org/discuss --- You received this messag

Re: [beagleboard] UART connection BBBlack UART4 to Raspberry Pi-2

2015-05-12 Thread Harvey White
On Tue, 12 May 2015 21:34:51 -0500, you wrote: >I trust that I might save the time of others who want to connect UART4 to >the Pi-2 UART: It is required to connect the ground of both boards. Generally, two electronic systems talking to each other over wires (not fiber optics, and not ethernet, w

Re: [beagleboard] Can parameters is uEnv.txt destroy BBB?

2015-05-12 Thread Yoram Rotbach
Hi, My new BBB is arriving today and I'm concerned that it will be destroyed too. Any ideas on how to prevent this? Yoram On Friday, May 8, 2015 at 7:56:23 AM UTC+3, Yoram Rotbach wrote: > > Reading through the revision 5.6 reference manual section 8.1.1 (LCD > pins), it seems that configurin

[beagleboard] UART connection BBBlack UART4 to Raspberry Pi-2

2015-05-12 Thread Bill Barnett
I trust that I might save the time of others who want to connect UART4 to the Pi-2 UART: It is required to connect the ground of both boards. -- Bill Barnett -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Group

[beagleboard] Re: Local copy of jquery is not working

2015-05-12 Thread janszymanski12345
Hi, The problem you have here is that you are missing some dependencies. When you access jquery online everything is fine. When you access it from a local drive you actually need to clone the whole repo, not only jquery-*.min.js Hope this will help. Jan On Sunday, October 19, 2014 at 8:39:21 A

Re: [beagleboard] TESTERS WANTED: beaglebone's cape manager

2015-05-12 Thread Robert Nelson
On Tue, May 12, 2015 at 5:52 PM, William Hermans wrote: > william@eee-pc:~$ nc -l -p 5000 > /home/william/test/test-kernel-4.1.x.log > > debian@beaglebone:~$ candump -L -n 2000 can0,0:0,# | nc > 192.168.XXX.XXX 5000 > > Worked . . . although my ssh terminal to the beaglebone black stopped

Re: [beagleboard] TESTERS WANTED: beaglebone's cape manager

2015-05-12 Thread William Hermans
william@eee-pc:~$ nc -l -p 5000 > /home/william/test/test-kernel-4.1.x.log debian@beaglebone:~$ candump -L -n 2000 can0,0:0,# | nc 192.168.XXX.XXX 5000 Worked . . . although my ssh terminal to the beaglebone black stopped responding for several minutes. I'll just chock that up to the natu

Re: [beagleboard] Re: Local copy of jquery is not working

2015-05-12 Thread William Hermans
> > *Uncaught ReferenceError: $ is not defined * > Is related to the first error. Most probably because you're using the JQuery '$' symbol in your own code. But the first error makes it sound as though you're not using matching brackets properly. Which is kind of silly, since it's an opening brac

Re: [beagleboard] Re: Local copy of jquery is not working

2015-05-12 Thread William Hermans
Try using the devlopers version of JQuery. Sometimes the minified versions can cause unexpected problems. If that does not solve your problem then I would have to read through your whole code base to see for myself what is going on - And I'm not exactly prepared to do that . . . On Mon, May 11, 2

Re: [beagleboard] How to change the USB slave directory with Debian BBB

2015-05-12 Thread William Hermans
Yeap, as Robert said. Which is also in the g_mass_storage kernel module documentation ;) The only reason why I did not write it myself, as I was unsure of the exact syntax, and you could have read the doc file as easily as I . . . On Tue, May 12, 2015 at 8:59 AM, wrote: > Thanks Robert. I knew

Re: [beagleboard] TESTERS WANTED: beaglebone's cape manager

2015-05-12 Thread William Hermans
Ok, so the board we're using has an onboard eeprom I guess. Not sure this helps much for testing. I did not realize that it would auto configure its self. However, the output looks correct. Which are PGN's in the address column. It knocked the BB-CAN1 cape off it's slot. This is the only external c

Re: [beagleboard] TESTERS WANTED: beaglebone's cape manager

2015-05-12 Thread Robert Nelson
On Tue, May 12, 2015 at 4:38 PM, William Hermans wrote: > OK, so nothing major then ? Just keyword change change is all. Yeap, just a keyword change. ;) Just got the 4dcape-43t working on my bbw. and i've added a blank (no eMMC/HDMI) beaglebone black target: dtb=am335x-boneblack-overlay.dtb *

Re: [beagleboard] TESTERS WANTED: beaglebone's cape manager

2015-05-12 Thread William Hermans
BTW wrong link to the readme.md lol . . .look at the image on the bottom . . . On Tue, May 12, 2015 at 2:38 PM, William Hermans wrote: > OK, so nothing major then ? Just keyword change change is all. > > On Tue, May 12, 2015 at 1:54 PM, Robert Nelson > wrote: > >> So more changes! ;) >> >> Late

Re: [beagleboard] TESTERS WANTED: beaglebone's cape manager

2015-05-12 Thread William Hermans
OK, so nothing major then ? Just keyword change change is all. On Tue, May 12, 2015 at 1:54 PM, Robert Nelson wrote: > So more changes! ;) > > Latest build with fixes from Panto: > > > http://builds.beagleboard.org/linux/4.1/3d2d55bb4947766b833243a083c1f1832889c07a/ > > kernel module name was ch

Re: [beagleboard] TESTERS WANTED: beaglebone's cape manager

2015-05-12 Thread Robert Nelson
So more changes! ;) Latest build with fixes from Panto: http://builds.beagleboard.org/linux/4.1/3d2d55bb4947766b833243a083c1f1832889c07a/ kernel module name was changed so the enable/dislable functions need to be modified in /boot/uEnv.txt: - beaglebone-capemgr.enable_partno= - beaglebone-capem

Re: [beagleboard] Re: Beaglebone Black with Ubuntu flasher hanging unpredictably?

2015-05-12 Thread Andris Bjornson
Several weeks after implementing this, and stability seems very much improved. Thank you so much for your help - this is a big relief to have this sorted! FYI - there is now a small army of ~15 beaglebones deployed throughout Sierra Leone and Liberia to monitor health of connectivity there. -

Re: [beagleboard] Re: RTL8188EUS driver for BBB

2015-05-12 Thread doog
On Tuesday, May 12, 2015 at 6:39:23 AM UTC-7, estefania desiree avalos rivera wrote: > > is it something like it says here? > http://processors.wiki.ti.com/index.php/TI-Android-JB-PortingGuide#WLAN > > no, not Android. it was creating an /etc/wpa_supplicant.conf file, editing /etc/network/inter

[beagleboard] java version not found after BeagleBone reset

2015-05-12 Thread sabrina
Hello, I installed Oracle java8 on my BeagleBone black using the following link: http://bradsmc.blogspot.fr/2014/06/installing-java-8-jdk-8-on-beaglebone.html The problem is after reset the java is not recogonized as a command and I had to reenter the following commands to get the java version:

Re: [beagleboard] How to change the USB slave directory with Debian BBB

2015-05-12 Thread ted . yates
Thanks Robert. I knew it had to be something easy. Ted On Tuesday, May 12, 2015 at 6:42:17 AM UTC-7, RobertCNelson wrote: > > On Mon, May 11, 2015 at 10:57 AM, > > wrote: > > Hi William, > > > > Thank you for the reply. I understand that when used as a USB slave, > there > > will be no se

Re: [beagleboard] How to change the USB slave directory with Debian BBB

2015-05-12 Thread Robert Nelson
On Mon, May 11, 2015 at 10:57 AM, wrote: > Hi William, > > Thank you for the reply. I understand that when used as a USB slave, there > will be no security for the portion of the file system that appears as a > thumb drive. > > Is it possible to plug the BBB in as a slave device and have the PC

Re: [beagleboard] Interfacing TFT LCD with BeagleBoard Original

2015-05-12 Thread Gerald Coley
It is rather hard to answer your question just looking at the picture. Got any electrical or electronic information you can share? Gerald On Mon, May 11, 2015 at 2:47 PM, wrote: > > > Hello

Re: [beagleboard] Re: Urgent!! OE BitBake consuming Huge Hard Disk Space !!

2015-05-12 Thread sergeikrivonos
Or even rm_old_work https://github.com/OpenAZBox/oe-core/blob/master/meta-openpli/classes/rm_old_work.bbclass понедельник, 15 марта 2010 г., 18:51:23 UTC+2 пользователь Koen Kooi написал: > > or just use rm_work? > > Op 15 mrt 2010, om 17:41 heeft Maxim Podbereznyi het volgende geschreven: > > >

[beagleboard] Re: Local copy of jquery is not working

2015-05-12 Thread reid . neureuther
Having this same problem now. Did you ever figure this out? On Saturday, October 18, 2014 at 5:39:21 PM UTC-4, jw wrote: > > I'm attempting to write a basic html page to control hardware on the > BeagleBone Black. The HTML file looks like this: > > > > > http://code.jquery.com/jquery-

[beagleboard] Re: Angstrom-Narcissus Online Image Builder running OpenCV

2015-05-12 Thread swapna . manjare
Hi, I tried step #1) for link: http://www.angstrom-distribution.org/narcissus/ however on the link page it is not showing the step #2) contents... Pls. help m

Re: [beagleboard] How to change the USB slave directory with Debian BBB

2015-05-12 Thread ted . yates
Hi William, Thank you for the reply. I understand that when used as a USB slave, there will be no security for the portion of the file system that appears as a thumb drive. Is it possible to plug the BBB in as a slave device and have the PC see the SD card instead of the default BeagleBone

[beagleboard] Interfacing TFT LCD with BeagleBoard Original

2015-05-12 Thread m . abuzaid . ali
Hello all, I have this tft LCD that I would like to Interface with the BeagleBoard Original. The LCD has a FFC cable connected to what looks like an adapter board (Not Sure) . Can some o

Re: [beagleboard] Re: RTL8188EUS driver for BBB

2015-05-12 Thread estefania desiree avalos rivera
is it something like it says here? http://processors.wiki.ti.com/index.php/TI-Android-JB-PortingGuide#WLAN 2015-05-11 10:26 GMT-05:00 doog : > I have 2 different 8188 based microUSB WiFi dongles and using the 8192cu > driver along with setting up WPA Supplicant worked perfectly on BBB, Odroid > c

[beagleboard] Re: Unexpected bitbake error! Please Help!

2015-05-12 Thread cristian.prigoana via BeagleBoard
Thanks for sharing, it worked for me! On Tuesday, July 9, 2013 at 8:37:17 AM UTC+3, travc...@gmail.com wrote: > > I intentionally moved my TMPDIR and triggered a similar problem. > Here is how I fixed it: > edit the saved_tmpdir file under the new TMPDIR location. > > Warning: Only do this if yo

Re: [beagleboard] Cloning Beaglebone

2015-05-12 Thread Gerald Coley
You can write a piece of code or a script to do it . GerladGerald On Tue, May 12, 2015 at 2:19 AM, Mickae1 wrote: > Gerald, do you know a faster way to write on the eeprom than that : > > U-Boot# i2c mw 0x50 00.2 0xaa 0x1 > U-Boot# i2c mw 0x50 01.2 0x55 0x1 > U-Boot# i2c mw 0x50 02.2 0x33 0x1 >

Re: [beagleboard] Cloning Beaglebone

2015-05-12 Thread Mickae1
Gerald, do you know a faster way to write on the eeprom than that : U-Boot# i2c mw 0x50 00.2 0xaa 0x1 U-Boot# i2c mw 0x50 01.2 0x55 0x1 U-Boot# i2c mw 0x50 02.2 0x33 0x1 the last argument is the length to write, but how can I pass a string ? or an array of bytes ? Le vendredi 6 septembre 2013 1