Re: [beagleboard] Creating The SGX Driver For Ubuntu 14.04

2014-06-20 Thread Nick Apperley
Found an Oracle article http://docs.oracle.com/javase/8/embedded/develop-platforms/javafx.htm on getting JavaFX 8 to work on a Beagleboard-xM which may be relevant to the BBB. In the article DirectFB http://www.directfb.org/ is used for graphics rendering however it is done in software, which

[beagleboard] x86-like standy-mode on Beaglebone or other ARM-plattforms

2014-06-20 Thread rl . budde
Hi! I am sometimes wondering why there seems to be little to no attention that there is not standy-mode on ARM-plattforms when using pure linux? Sure, energy consumption is considerably less when compared to x86 plattforms, yet it would relieve thermal stress of the often closely integrated

Re: [beagleboard] Creating The SGX Driver For Ubuntu 14.04

2014-06-20 Thread Nick Apperley
Managed to successfully install DirectFB (specified *omap* for the video driver) on the BBB. However when I tried to run the sample JavaFX 8 program the following errors appeared: cmd : cd '/home/debian/NetBeans_Projects//JavaFX_Test'; '/home/debian/ejre-1.8.0_fx/bin/java'

Re: [beagleboard] Creating The SGX Driver For Ubuntu 14.04

2014-06-20 Thread Nick Apperley
Reinstalled DirectFB with the video driver set to *none*. Ran the sample JavaFX 8 program with similar errors showing up again: cmd : cd '/home/debian/NetBeans_Projects//JavaFX_Test'; '/home/debian/ejre-1.8.0_fx/bin/java' -Dfile.encoding=UTF-8 -Djavafx.platform=directfb -jar

[beagleboard] Re: BeagleBone Black with Arduino

2014-06-20 Thread John McClaire
Correct me if I'm wrong, but something like this can be used to communicate with BBB's USB to Arduino's I2C pins. Correct?

[beagleboard] Re: BBB DC5V power jack polarity

2014-06-20 Thread vgabbott
Can you tell me what the plug number is. I would like to use some parts I have and build a power supply for my bbb. On Wednesday, May 29, 2013 7:04:28 AM UTC-8, android.b...@gmail.com wrote: Hi, My queuestion is about the DC 5V power jack of beagle bone black. Is the outer part of the

Re: [beagleboard] Re: BBB DC5V power jack polarity

2014-06-20 Thread Gerald Coley
It is on the Bill Of Material http://www.elinux.org/Beagleboard:BeagleBoneBlack#LATEST_PRODUCTION_FILES_.28C.29 Gerald On Fri, Jun 20, 2014 at 12:14 AM, vgabb...@gmail.com wrote: Can you tell me what the plug number is. I would like to use some parts I have and build a power supply for my

Re: [beagleboard] Re: BeagleBone Black with Arduino

2014-06-20 Thread Jerry Davis
I have used the RPi to do simple serial to the arduino. But I also own a BBB [ not the newest one with 4GB flash! :-( ] But I found a few links to what is going on. By far the easiest is the adafruit python library found in the first link. The other two links are there FYI, to give you

Re: [beagleboard] Re: BeagleBone Black with Arduino

2014-06-20 Thread John McClaire
Thanks for the info, Jerry. Those resources will definitely come in handy. Is it possible though to use the BBB's USB port instead of the GPIO pins? I don't have any GPIO pins available because I'm using an Octoscroller cape (image link below). http://bit.ly/1plKtpc Thanks again! - John On

Re: [beagleboard] Re: BeagleBone Black with Arduino

2014-06-20 Thread John McClaire
Here are a bunch of possible options for adapters/bridges. Arduino (I2C) to BBB (USB). https://www.sparkfun.com/products/11814 https://www.sparkfun.com/products/9822 https://www.sparkfun.com/products/9544 https://www.sparkfun.com/products/9903

Re: [beagleboard] Re: BeagleBone Black with Arduino

2014-06-20 Thread Jerry Davis
I googled for this, and found this: http://hipstercircuits.com/serial-over-usb-on-beaglebone/ happy trails, jerry On Fri, Jun 20, 2014 at 6:26 AM, John McClaire jmccla...@gmail.com wrote: Thanks for the info, Jerry. Those resources will definitely come in handy. Is it possible though to use

Re: [beagleboard] Re: BeagleBone Black with Arduino

2014-06-20 Thread John McClaire
How did I miss that?! Thanks! On Fri, Jun 20, 2014 at 9:36 AM, Jerry Davis jdaw...@gmail.com wrote: I googled for this, and found this: http://hipstercircuits.com/serial-over-usb-on-beaglebone/ happy trails, jerry On Fri, Jun 20, 2014 at 6:26 AM, John McClaire jmccla...@gmail.com

[beagleboard] SPI max no of words per transfer

2014-06-20 Thread raviphulsundar
Dear All, I'm trying to communicate on SPI from FPGA to Beagle bone. I need to send array of floating point number, of length 38. (*float* data[38]; ) But when I'm trying to send. spi0_cs goes high after 9 words transfer. Means, I'm getting only 9 words of 32-bit each. I have kept 500Kbps

[beagleboard] Ubuntu kernel source code for beaglebone black

2014-06-20 Thread tabish saifullah
I want build kernel of ubuntu from scratch for beaglebone black, for this I search for more than two days for downloading kernel soure code but I did'nt get anything. So, please tell me from where I can get kernel source code. Thanks. -- For more options, visit

Re: [beagleboard] Ubuntu kernel source code for beaglebone black

2014-06-20 Thread Robert Nelson
On Fri, Jun 20, 2014 at 10:15 AM, tabish saifullah tabishsaiful...@gmail.com wrote: I want build kernel of ubuntu from scratch for beaglebone black, for this I search for more than two days for downloading kernel soure code but I did'nt get anything. So, please tell me from where I can get

Re: [beagleboard] Ubuntu kernel source code for beaglebone black

2014-06-20 Thread Micka
Enjoy : https://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-LinuxKernel On Fri, Jun 20, 2014 at 5:15 PM, tabish saifullah tabishsaiful...@gmail.com wrote: I want build kernel of ubuntu from scratch for beaglebone black, for this I search for more than two days for

[beagleboard] Re: Ubuntu kernel source code for beaglebone black

2014-06-20 Thread tabish saifullah
Sir, actually I have installed pre-build image on debian wheezy on my beaglebone black, bit now I want to shift on ubuntu, so how can check my kernel for ubuntu. If I am wrong please tell because I am newbie in embedded linux and there are lot if thing that I need to learn. On Friday, June

Re: [beagleboard] Re: Ubuntu kernel source code for beaglebone black

2014-06-20 Thread Robert Nelson
On Fri, Jun 20, 2014 at 10:28 AM, tabish saifullah tabishsaiful...@gmail.com wrote: Sir, actually I have installed pre-build image on debian wheezy on my beaglebone black, bit now I want to shift on ubuntu, so how can check my kernel for ubuntu. If I am wrong please tell because I am newbie in

Re: [beagleboard] Confused

2014-06-20 Thread Jason Kridner
On Mon, Jun 16, 2014 at 7:53 AM, Michael Coulton mc6...@gmail.com wrote: Hello I'm a little confused as to how the SD card , eMMc and the Debian OS work. I've recently flashed the eMMc card with the Debian OS. Here's my questions 1.) what to I do with the SD card? Leave it in the BB or remove

[beagleboard] Cannot apt-get install packages - led_aging.sh missing LSB tags and overrides

2014-06-20 Thread Simon
Hello, I have 3 stock Rev.C element14 BeagleBone Black boards and cannot apt-get install packages on any of them due to errors caused by an init script called 'led-aging.sh'. Here's what I get: insserv: warning: script 'S18led_aging' missing LSB tags and overrides insserv: warning: script

Re: [beagleboard] Cannot apt-get install packages - led_aging.sh missing LSB tags and overrides

2014-06-20 Thread Robert Nelson
On Fri, Jun 20, 2014 at 12:19 PM, Simon s.korzeniow...@gmail.com wrote: Hello, I have 3 stock Rev.C element14 BeagleBone Black boards and cannot apt-get install packages on any of them due to errors caused by an init script called 'led-aging.sh'. Here's what I get: I'd like to know too..

[beagleboard] Rev C. File systems are full??

2014-06-20 Thread slowjourney
I got my BBB Rev C. up running. But now it says that all of the on board flash memory is full: root@beaglebone:/# df -h Filesystem Size Used Avail Use% Mounted on rootfs 1.7G 1.7G 0 100% /

RE: [beagleboard] Rev C. File systems are full??

2014-06-20 Thread Iben Rodriguez
Can you run fdisk –l ? It should show you the physical partitions on your system. The onboard MMC should be 4gb. If you have a microsd chip in there it would show up too. root@beaglebone:~# fdisk -l Disk /dev/mmcblk0: 3867 MB, 3867148288 bytes, 7553024 sectors From:

Re: [beagleboard] Rev C. File systems are full??

2014-06-20 Thread Robert Nelson
On Fri, Jun 20, 2014 at 12:33 PM, slowjour...@sbcglobal.net wrote: I got my BBB Rev C. up running. But now it says that all of the on board flash memory is full: root@beaglebone:/# df -h Filesystem Size Used Avail Use% Mounted on rootfs

Re: [beagleboard] Rev C. File systems are full??

2014-06-20 Thread Gerald Coley
These are most likely bad boards sent out by Circuitco that are actually Rev B boards with Rev C labels on them. If you think you have one, request an RMA immediately if not sooner and it will be replaced.. Gerald On Fri, Jun 20, 2014 at 1:11 PM, Robert Nelson robertcnel...@gmail.com wrote:

Re: [beagleboard] Creating The SGX Driver For Ubuntu 14.04

2014-06-20 Thread Jesse Forgues
The Running Man demo on my BBB in case anyone wanted to watch the demo: https://dl.dropboxusercontent.com/u/82765462/BBB/BBB_OpenGL_RunningMan.mp4 -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups

[beagleboard] Re: Serial giving garbled output

2014-06-20 Thread Alvin M
I added a 232PTTL33 converter and now communication to the beaglebone works but communication from it to the computer doesn't work. The converter definetly is an improvement but not a complete solution has anyone else had good luck with it? On Thursday, June 19, 2014 4:06:05 PM UTC-4, PLyttle

Re: [beagleboard] Creating The SGX Driver For Ubuntu 14.04

2014-06-20 Thread Jesse Forgues
MagicLantern Demo: https://dl.dropboxusercontent.com/u/82765462/BBB/BBB_OpenGL_MagicLantern.mp4 -- 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

[beagleboard] Re: Serial giving garbled output

2014-06-20 Thread PLyttle
these units powered by the signals on pins 7(RTS), 4(DTR), and 3(TD). These handshake lines can be in either the high or low condition, but *must be present* to power the converter. If there is no adequate power, generating the necessary RS-232 voltage levels does not work. so... are RTS

[beagleboard] Re: changing the triggers of gpio pins

2014-06-20 Thread Brandon I
If you want to use the triggers provided by the led interface, use the led interface. The pin will go high or low voltage with the led interface or gpio interface. GPIO is for general purpose io, so it's not going to have fancy patterns or anything, just on, off, in, out. On Tuesday, June

Re: [beagleboard] Cannot apt-get install packages - led_aging.sh missing LSB tags and overrides

2014-06-20 Thread Simon
Thanks, I'll do that with all 3 boards, I guess. I wonder why element14/Embest would tinker with the original firmware... Since the Debian image is for 2GB eMMCs, does the filesystem need to be resized after flashing it to a 4GB eMMC, or does the flasher script take care of that? On Friday,

Re: [beagleboard] Creating The SGX Driver For Ubuntu 14.04

2014-06-20 Thread Nick Apperley
Going to rebuild DirectFB with the following: = *./configure --with-inputdrivers=none \* *--with-gfxdrivers=gles2,omap,pvr2d \* *--enable-egl \* *--without-tools --disable-static \* *--prefix=/usr* =

Re: [beagleboard] Creating The SGX Driver For Ubuntu 14.04

2014-06-20 Thread Nick Apperley
Discovered that *pvr2d* should be specified as the video driver http://mail.directfb.org/pipermail/directfb-dev/2011-March/006105.html when building DirectFB. Rebuilding DirectFB with the following: === ./configure --with-inputdrivers=none \

Re: [beagleboard] Creating The SGX Driver For Ubuntu 14.04

2014-06-20 Thread Nick Apperley
Tried to rebuild DirectFB with the video driver specified to *pvr2d,gles2* but the following build errors appeared: make[3]: Entering directory `/home/debian/DirectFB-1.6.3/systems/pvr2d' CC pvr2d_primary.lo In file included from pvr2d_primary.c:62:0: *pvr2d_system.h:33:19: fatal error:

Re: [beagleboard] Re: BBB PRU input test

2014-06-20 Thread Charles Steinkuehler
On 6/20/2014 6:37 PM, Manu wrote: After a long time I am back with the PRU :) I need to read the bit r31.t16 and capture the current state either 1 or 0 and set it to r3, I do that with this instruction: SET r3, r31.t16//set the bit r31.t16 to r3 When I read r3 the value is not 0

Re: [beagleboard] Re: BBB PRU input test

2014-06-20 Thread Manuel Berro Madero
I think that the work arround to get the bit what i am looking for is to MOV into the register r3 the register r31 with all states then doing right and left shifting to get that bit. Is it r32 a 32 bits? I am in the right way? Manuel El jun 20, 2014 10:17 PM, Charles Steinkuehler

[beagleboard] Setting volume from C++ on the audio cape (Rev B1)

2014-06-20 Thread Charles Kerr
I have the following code which I think should set the volume on the audio cape to 100% int32_t mixer_fd=0; mixer_fd=open(/dev/mixer, O_WRONLY); if (mixer_fd0) { int vol=0x6464; if (ioctl( mixer_fd,

Re: [beagleboard] Re: BBB PRU input test

2014-06-20 Thread Charles Steinkuehler
On 6/20/2014 8:28 PM, Manuel Berro Madero wrote: I think that the work arround to get the bit what i am looking for is to MOV into the register r3 the register r31 with all states then doing right and left shifting to get that bit. Is it r32 a 32 bits? I am in the right way? There is no