[beagleboard] RTSP from beaglebone black via gstreamer pipeline

2014-11-28 Thread rahul . sharma
I am trying to do a rtsp from beaglebone black running angstrom to my linux system. For that I installed gstreamer-0.10 and rtsp server on BBB. I sent test patterns i.e. videotestsrc from BBB and I could see the colorful bars on my host system. But when I attached the camera and started sending

Re: [beagleboard] Re: Kernel 3.13 and above: How to enable dcan_1 and GPIOs

2014-11-28 Thread Marco Steger
Hi Jason, Hi all, thanks for your hints. So I just used apt-get install linux-image-3.14.25-ti-r37 like you preferred and it works like a charm ... After one reboot the can0 interface was there! :) - So for everyone who needs a kernel 3.8: Use kernel 3.14.25-ti-r37 and dtb-builder. For more

[beagleboard] Books or Internet resources on Embedded linux

2014-11-28 Thread Rimvis Janusauskas
Hi, yesterday i received my BeagleBone Black and started to examine it, written some programs in C to test it, but after some time i realized that many projects in net is in bonescript or you need many other additional parts to make projects. So i would like to start to learn how to program on

[beagleboard] Re: LCD 3.5 Cape Blocks all Analog Input Pins on Beaglebone Black

2014-11-28 Thread IZYBoard
Quite old post but.I have same issue for my old Beaglebone WHITE running 3.2.33 kernel Is there any simpler method to avoid external ADC and split by software the unused AIN pins to make them readable ?? Thank you very much Il giorno giovedì 11 luglio 2013 12:21:55 UTC+2, Will Kostelecky

[beagleboard] Kernel update script problem (3.8.13-bone to 3.14.25-ti)

2014-11-28 Thread Steve Osselton
Hi, I used /opt/scripts/tools/update_kernel.sh --ti-kernel) to move from a 3.8.13-bone kernel to the latest 3.14 TI kernel. This worked fine, however when I subsequently do update_kernel.sh (after rebooting) it once again downloads and re-installs the same TI kernel. Any idea what is happening

Re: [beagleboard] Re: LCD 3.5 Cape Blocks all Analog Input Pins on Beaglebone Black

2014-11-28 Thread Will Kostelecky
I think you are going to have to use an external ADC. The good news is that you can get better accuracy and a lot higher resolution by doing so. At the expense, of course, of some additional cost and complexity. I ended up using an ADS1115 from TI that delivers 16bits of resolution at 800

Re: [beagleboard] UARTs enabled but don't work on Debian!

2014-11-28 Thread Steve G
I'm trying to do this on my BBB with Debian but I'm getting a compile error: debian@bbblack:~/dtb-rebuilder$ make DTC src/arm/am335x-base0033.dtb /bin/sh: 1: dtc: not found make[1]: *** [src/arm/am335x-base0033.dtb] Error 127 make: *** [all_arm] Error 2 debian@bbblack:~/dtb-rebuilder$ I

[beagleboard] Re: Books or Internet resources on Embedded linux

2014-11-28 Thread Graham
http://derekmolloy.ie/beaglebone/ http://derekmolloy.ie/beaglebone/setting-up-eclipse-on-the-beaglebone-for-c-development/ http://derekmolloy.ie/category/embedded-systems/beaglebone/ --- Graham == On Friday, November 28, 2014 6:54:49 AM UTC-6, Rimvis Janusauskas wrote: Hi, yesterday i

Re: [beagleboard] UARTs enabled but don't work on Debian!

2014-11-28 Thread Mostafa Jafarzadeh
Hi Steve You need to install device tree compiler. I suggest you compile it from source yourself, as there is a patch you need to apply. Here's my instructions from a manual I wrote a while ago: BBB git clone git://git.kernel.org/pub/scm/utils/dtc/dtc.git BBB cd dtc BBB git reset --hard

[beagleboard] Re: UARTs enabled but don't work on Debian!

2014-11-28 Thread Mostafa Jafarzadeh
Guys I still can't get UART0 to work. Other ports are fine. Anyone has any idea how to make UART0 available on BBB? I really appreciate any help! -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard

[beagleboard] Re: Books or Internet resources on Embedded linux

2014-11-28 Thread Rimvis Janusauskas
Well it's quite sad that the book will be released only on December 31~ 2014. The other tutorials are quite interesting and helpful, but he uses a lot of other stuff like capes. I don't have such resources, so it would be impossible to test what i learned and coded :(. 2014 m. lapkritis 28 d.,

Re: [beagleboard] Re: Books or Internet resources on Embedded linux

2014-11-28 Thread Philip Polstra
If you aren't doing anything with hardware (using capes, etc.) then doing C/C++ on the BBB is no different from any other Linux system. There are lots of resources for that kind of stuff. Even if you want to talk to external devices using serial communications (UART) or some other standard

[beagleboard] Re: UARTs enabled but don't work on Debian!

2014-11-28 Thread John Mladenik
Does the USB work on your BBB? I thought UART0 was used for the USB. Both of my Rev C BBB's powered up with USB working. On Friday, November 28, 2014 7:37:04 AM UTC-8, Mostafa Jafarzadeh wrote: Guys I still can't get UART0 to work. Other ports are fine. Anyone has any idea how to make

Re: [beagleboard] Kernel update script problem (3.8.13-bone to 3.14.25-ti)

2014-11-28 Thread Robert Nelson
On Nov 28, 2014 7:48 AM, Steve Osselton steve.ossel...@prismtech.com wrote: Hi, I used /opt/scripts/tools/update_kernel.sh --ti-kernel) to move from a 3.8.13-bone kernel to the latest 3.14 TI kernel. This worked fine, however when I subsequently do update_kernel.sh (after rebooting) it once

Re: [beagleboard] Re: PRU C Header files for am335x specific hardware

2014-11-28 Thread Peter Gregory
I found what I was looking for. TI has a support package for the PRU C library. The package contains headers and example code for PRU side operations. You can get it using: #git clone git://git.ti.com/pru-software-support-package/pru-software-support-package.git -- For more options, visit

Re: [beagleboard] Re: Last Debian Image invalid partition boot

2014-11-28 Thread Robert Nelson
On Thu, Nov 27, 2014 at 10:03 AM, Robert Nelson robertcnel...@gmail.com wrote: Sorry working on prime rib, will look at this tomorrow WFM.. sudo ./setup_sdcard.sh --mmc /dev/sde --dtb beaglebone --bbb-old-bootloader-in-emmc http://paste.debian.net/134116/ Regards, -- Robert Nelson

Re: [beagleboard] UARTs enabled but don't work on Debian!

2014-11-28 Thread Steve G
Thanks that got me a lot further along. The problem I have now is the serial ports I believe I enabled didn't appear in the /dev directory. What I did was uncomment the lines like the following in am335x-boneblack.dts, recompiled and installed: #include am335x-bone-ttyO1.dtsi I have

Re: [beagleboard] UARTs enabled but don't work on Debian!

2014-11-28 Thread Robert Nelson
On Fri, Nov 28, 2014 at 4:22 PM, Steve G stevege...@gmail.com wrote: Thanks that got me a lot further along. The problem I have now is the serial ports I believe I enabled didn't appear in the /dev directory. What I did was uncomment the lines like the following in am335x-boneblack.dts,

Re: [beagleboard] Re: Kernel 3.13 and above: How to enable dcan_1 and GPIOs

2014-11-28 Thread Robert Nelson
On Fri, Nov 28, 2014 at 6:00 AM, Marco Steger marco.st1...@gmail.com wrote: Hi Jason, Hi all, thanks for your hints. So I just used apt-get install linux-image-3.14.25-ti-r37 like you preferred and it works like a charm ... After one reboot the can0 interface was there! :) - So for

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

2014-11-28 Thread myerscountry12
Ok, so this just happened to me. What I think ultimately caused it in my case is the OS hung on shutdown, so I had to hard-power-off the board with the power button. When it came back up, no network :/ Connected via the serial terminal and was seeing the same things as others had reported. I

Re: [beagleboard] Re: JavaFX 8 on BeagleBone Black (SGX driver problem?)

2014-11-28 Thread Nick Apperley
Do be aware with OpenJFX that JavaFX programs on the BBB will only run in X11 with DirectFB being specified as the renderer. DirectFB on the BBB with the current revision of OpenJFX that I was using had the bizarre GTK requirement, which prevents the framebuffer (no X11) from being used. Also

Re: [beagleboard] Re: JavaFX 8 on BeagleBone Black (SGX driver problem?)

2014-11-28 Thread Nick Apperley
Some very useful info on changing JRE/JVMs with Debian/Ubuntu http://askubuntu.com/questions/107278/changing-jvm-in-java. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To unsubscribe

[beagleboard] Purpose of the GND_OSC zero ohm resistors?

2014-11-28 Thread Seth
I'm looking at making my own version of the BBB for a custom project. I see a note on Revision A6: Noise issues were observed in other designs where the clock oscillator was getting hit due to a suspected issue in ground bounce. A zero ohm resistor was added to connect the OSC_GND to the system

Re: [beagleboard] Purpose of the GND_OSC zero ohm resistors?

2014-11-28 Thread John Syn
From: Seth transistorbo...@gmail.com Reply-To: beagleboard@googlegroups.com beagleboard@googlegroups.com Date: Friday, November 28, 2014 at 4:32 PM To: beagleboard@googlegroups.com beagleboard@googlegroups.com Subject: [beagleboard] Purpose of the GND_OSC zero ohm resistors? I'm looking at

Re: [beagleboard] Re: JavaFX 8 on BeagleBone Black (SGX driver problem?)

2014-11-28 Thread Nick Apperley
Basic overview of setting up a BBB running Ubuntu 14.04 to run a JavaFX program (*rough draft*): 1. Add unofficial OpenJDK 8 PPA 2. Update package list 3. Install OpenJDK 8 JamVM package 4. Make sure OpenJDK is installed by running *java -version* in a terminal (should see OpenJDK 1.8 being

Re: [beagleboard] Re: JavaFX 8 on BeagleBone Black (SGX driver problem?)

2014-11-28 Thread Nick Apperley
FYI OpenJFX 1.8u40 includes Dialog/Alert API http://code.makery.ch/blog/javafx-dialogs-official/. If you use the Oracle JDK then you will have to wait until around March 2015 to take advantage of the new API. -- For more options, visit http://beagleboard.org/discuss --- You received this

[beagleboard] Re: UARTs enabled but don't work on Debian!

2014-11-28 Thread Mostafa Jafarzadeh
I don't think that's true! What I see on the manual is that UART0 pins are not muxed with USB. I do need the USB ports although they're not in use right now (but I try them occasionally and they're working fine). I also couldn't find any dtb or dts files with ttyO0 in it's name to modify. So I

Re: [beagleboard] UARTs enabled but don't work on Debian!

2014-11-28 Thread Mostafa Jafarzadeh
Which kernel are you using? I'm on 3.14.23-ti-r32 and all serial ports are available under /dev/ right after a fresh flash. But I still needed to rebuild DTBs to get them working. Btw, have you tried this: http://beaglebone.cameon.net/home/serial-ports-uart On Saturday, November 29, 2014