Re: [beagleboard] Re: Looking for some assistance on finding an image that has a working pinmux driver set.

2018-03-10 Thread Drew Viersen
debian@beaglebone:/opt/scripts$ sudo /opt/scripts/tools/version.sh [sudo] password for debian: git:/opt/scripts/:[e307a944e0be0610ff5296e0abe4ad31a6e70daa] eeprom:[A335BNLTBLA21722EL001255] model:[TI_AM335x_BeagleBone_Blue] dogtag:[BeagleBoard.org Debian Image 2018-03-05]

[beagleboard] Re: Minecraft on beaglebone black

2018-03-10 Thread fr233991
hi On Tuesday, August 5, 2014 at 1:01:29 PM UTC-5, Maverick wrote: > > Hi > > I installed minecraft on beaglebone black but it was too damn slow. I > figured out that the BBB doesn't have the graphics capability required to > run minecraft. But when as in the raspberry pi the minecraftpi runs

[beagleboard] BeagleBone Black Wireless with UBUNTU 16.04 Xenial Wi-Fi not working

2018-03-10 Thread Chrysomallis Iason
I have the BeagleBone Black Wireless, and I have flashed Ubuntu 16.04 Xenial to it. I am trying to make the WiFi to work but have so far failed. I have already tried to modify the /etc/network/interfaces file by adding the following commands for wlan0, without any luck: auto wlan0 iface

Re: [beagleboard] Re: Configuring GPIO pins as active high

2018-03-10 Thread Stuart Longland
On 11/03/18 00:49, evilwulfie wrote: > The "#" sign must be removed or it will not load > not sure if you did that :) > > On 3/9/2018 8:15 PM, salahgaf...@gmail.com wrote: >> Hi Wulf Man, >> >> I've added the related dtbo files in /lib/firmware/ and the links I've >> kept in the /boot/uEnv.txt as

Re: [beagleboard] Re: Looking for some assistance on finding an image that has a working pinmux driver set.

2018-03-10 Thread evilwulfie
send a copy of your /boot/uEnv.txt to see whats loading On 3/10/2018 8:14 AM, Drew Viersen wrote: > therein lies part of the issue. There isn't an overlay for the board > itself from what i can tell. none of the overlay's indicate they are > for beaglebone blue by name itself, and none of them

Re: [beagleboard] Re: Looking for some assistance on finding an image that has a working pinmux driver set.

2018-03-10 Thread Drew Viersen
therein lies part of the issue. There isn't an overlay for the board itself from what i can tell. none of the overlay's indicate they are for beaglebone blue by name itself, and none of them list "ti,beaglebone-blue" as compatible. the closest would be the roboticscape-00a0, except loading

Re: [beagleboard] Re: Looking for some assistance on finding an image that has a working pinmux driver set.

2018-03-10 Thread evilwulfie
Till things catch up just flash an old working version. sometimes upgrading things is not a good idea till you get everything working. pinmux will work on new kernels just fine i use it on 4.14 it should be loading in /boot/uEnv.txt you can go look there to see grab the overlay source git clone

Re: [beagleboard] Re: Configuring GPIO pins as active high

2018-03-10 Thread evilwulfie
The "#" sign must be removed or it will not load not sure if you did that :) On 3/9/2018 8:15 PM, salahgaf...@gmail.com wrote: > Hi Wulf Man, > > I've added the related dtbo files in /lib/firmware/ and the links I've > kept in the /boot/uEnv.txt as follows: > > ###Overide capes with eeprom >

[beagleboard] Re: Looking for some assistance on finding an image that has a working pinmux driver set.

2018-03-10 Thread Drew Viersen
i'll clarify what i am looking for. The newest images available that everything says to update to, doesn't appear to export the pins to the /ocp directory. As such, even the example code supplied doesn't work. config-pin doesn't work because it looks in the /ocr directory for *pinmux folders

[beagleboard] Enabling UART in new kernel 4.9 with debian OS 9.3

2018-03-10 Thread salahgafoor
Hi all, I'm using UART2 channel for serial communication in my bbb. I've modified following lines to enable uart2 ##Example v4.1.x > #cape_disable=bone_capemgr.disable_partno= > #cape_enable=bone_capemgr.enable_partno=BB-UART2 When I checked the ttyO signals, I could observe following ports