[beagleboard] Transferring a BeagleBone Black image to BeagleBone Green Wireless, wlan0 error

2016-09-28 Thread Ben F.
Hi guys! I have a "master developing" BeagleBone Black and use the script "beaglebone-black-make-microSD-flasher-from-eMMC.sh" to create my MicroSD images which I distribute under the other BeagleBone Blacks. This works fine, thanks for that script! As expected, this image also works on the BBG

[beagleboard] Activation of CAN1 on 3.19 (Probably a PIN Mux Problem)

2015-04-03 Thread Ben F.
Hi there, I have some problems of activating the CAN1 Bus for my BeagleBoneBlack. With 3.8.13 I activated the BUS according http://www.embedded-things.com/bbb/enable-canbus-on-the-beaglebone-black/ with the cape_manger and it worked quiet well. Now I have installed 3.19 and work with dtb-rebu

[beagleboard] Re: Activation of CAN1 on 3.19 (Probably a PIN Mux Problem)

2015-04-07 Thread Ben F.
thing happens. And after the cansend command I even can't use candump anymore. If have to "restart" the canbus when I want to receive any signals. Funny thing... Am Freitag, 3. April 2015 09:39:42 UTC+2 schrieb Ben F.: > > Hi there, > > I have some problems of activating the

[beagleboard] UART on Debian Kernel 3.19

2015-04-17 Thread Ben F.
Hi Guys, I want to use the UART2 Pins. What I have done so far: downlaoded the dtb-rebuilder 3.19 https://github.com/RobertCNelson/dtb-rebuilder/blob/3.19.x/src/arm/am335x-boneblack.dts and outcommented those two lines /* #include "am335x-peripheral-ttyO2.dtsi" */ /* #include "am335x-bone-pinmu

[beagleboard] Eneabling UART1 on BBB Kernel 3.19

2015-04-21 Thread Ben F.
Hi Guys, I have a problem. What I have done so far for enabling the UART1. Downloaded, dtb-rebuilder for Kernel 19, outcommented the two lines for tty2, make, make install and reboot. After reboot I have those results: *cat /sys/kernel/debug/pinctrl/44e10800.pinmux/pingroups* *pin 84 (44e10950

[beagleboard] Flashing a customized kernel (4.1.3-bone-rt-r15) to the BBB

2015-07-29 Thread Ben F.
Hi, We have a project with many BBBs, therefore I need that modified kernel mentioned above running on all BBBs. Every BBB should be easyily "flashable" with one SSD with that modified kernel. What I did/tried so far: 1.) build_kernel.sh of the 4.1.3-bone-rt-r15 kernel. Some extras added (e.

[beagleboard] Re: how to read ADC analog value in newer kernel 4.1.3-ti-r6

2015-07-30 Thread Ben F.
Have you activated (PinMuxed) the pins correctly? Use the dtb-rebuilder of Robert Nelson if not. https://github.com/RobertCNelson/dtb-rebuilder/blob/4.1.x/src/arm/am335x-boneblack.dts 1.) Add the following lines within the am335x-boneblack.dts file to activate *all* ADC pins. & tscadc { status =

[beagleboard] SSH via USB only possible when no additional network adapters are running (Kernel4.1.3 RT,Debian8.1)

2015-08-06 Thread Ben F.
Hi, I can only SSH to my BBB (Kernel 4.1.3 RT, Debian 8.1) via USB when I have unplugged all additional network adapters (e.g. Ethernet, Wifi stick...). When I have plugged in a Wifi stick, I can not connect (even ping) the BeagleBone Black via USB. Is there somewhere a config or another file

Re: [beagleboard] Flashing a customized kernel (4.1.3-bone-rt-r15) to the BBB

2015-08-06 Thread Ben F.
Thanks, works! Regards, Benjamin Am Mittwoch, 29. Juli 2015 19:28:19 UTC+2 schrieb RobertCNelson: > > On Wed, Jul 29, 2015 at 11:16 AM, Ben F. > > wrote: > > Hi, > > > > We have a project with many BBBs, therefore I need that modified kernel > >

[beagleboard] Re: SSH via USB only possible when no additional network adapters are running (Kernel4.1.3 RT,Debian8.1)

2015-08-06 Thread Ben F.
Solved! The host PC seems to be the problem. On two other notebook it works... Greetings Am Donnerstag, 6. August 2015 11:31:19 UTC+2 schrieb Ben F.: > > Hi, > > I can only SSH to my BBB (Kernel 4.1.3 RT, Debian 8.1) via USB when I have > unplugged all additional network adapters

Re: [beagleboard] Re: Issue with CAN cape

2015-09-13 Thread Ben F.
with BBB. Did you find your problem's solution ? > I could send data to use CAN bus with BBB but i didn't see anything do you > have idea? > > 6 Nisan 2015 Pazartesi 23:24:42 UTC+3 tarihinde Ben F. yazdı: > >> Hi Guys, >> >> I have a similar Problem. I a