[beagleboard] Software development Services for Beaglebone sought

2018-02-22 Thread Philip Munts
I can help you. Contact me directly at p...@munts.net. -- 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 receiving emails from it, send an email t

[beagleboard] Re: Beagle Bone Black, Configuring LCD pins as GPIO's

2018-02-22 Thread Co M
SOLVED: /boot/uEnv.txt disable_uboot_overlay_emmc=1 disable_uboot_overlay_video=1 disable_uboot_overlay_audio=1 On Thursday, February 22, 2018 at 5:43:01 PM UTC-5, Co M wrote: > > Linux ev 4.4.0-112-generic #135-Ubuntu SMP Fri Jan 19 11:48:36 UTC 2018 > x86_64 x86_64 x86_64 GNU/Linux > > I n

Re: [beagleboard] display driver

2018-02-22 Thread evilwulfie
Thanks Robert that took care of it. On 2/22/2018 1:41 PM, Robert Nelson wrote: > On Thu, Feb 22, 2018 at 2:34 PM, evilwulfie wrote: >> the latest one >> >> 4.9.78-ti-r94 > for fbtft_device don't waste your time on that version, switch to > either v4.14.x-ti or v4.16.x-bone > > v4.14.x-ti: > > sud

[beagleboard] Beagle Bone Black, Configuring LCD pins as GPIO's

2018-02-22 Thread Co M
Linux ev 4.4.0-112-generic #135-Ubuntu SMP Fri Jan 19 11:48:36 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux I need more GPIO's and I cannot use GPIO 11 (LCD_DATA15), 81 (LCD_DATA 11) 80 (LCD_DATA 10) and so on. I get following information form shell config-pin. TI_AM335x_BeagleBone_Black default gp

Re: [beagleboard] Using a device table overlay to disable the onboard RTC on the beaglebone black

2018-02-22 Thread ferdster
Everything seems to work like it should. Thanks again! -- 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 receiving emails from it, send an email to

Re: [beagleboard] Re: Query regarding uboot and uEnv.txt

2018-02-22 Thread Hemant Kapoor
Cheers... I will try the new image tonight and reply the results back -- 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 receiving emails from it, s

Re: [beagleboard] Using a device table overlay to disable the onboard RTC on the beaglebone black

2018-02-22 Thread Robert Nelson
On Thu, Feb 22, 2018 at 2:40 PM, ferdster wrote: > Eagerly waiting to test out 4.16-rc2-bone5. Can you post here when it's out? > I've been running the update_kernel.sh script every 30 minutes, but it still > says the latest version is bone4. > > BTW, I really appreciate all the help you have prov

Re: [beagleboard] Re: Query regarding uboot and uEnv.txt

2018-02-22 Thread Robert Nelson
On Thu, Feb 22, 2018 at 2:44 PM, Hemant Kapoor wrote: > > hemant@beaglebone:~$ cat /etc/dogtag > BeagleBoard.org Debian Image 2017-08-31 Okay thanks i'll take a look at what's getting stuck in that one. ps, new images were posted last month: https://beagleboard.org/latest-images Regards, --

Re: [beagleboard] Re: Query regarding uboot and uEnv.txt

2018-02-22 Thread Hemant Kapoor
hemant@beaglebone:~$ cat /etc/dogtag BeagleBoard.org Debian Image 2017-08-31 -- 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 receiving emails fr

Re: [beagleboard] display driver

2018-02-22 Thread Robert Nelson
On Thu, Feb 22, 2018 at 2:34 PM, evilwulfie wrote: > the latest one > > 4.9.78-ti-r94 for fbtft_device don't waste your time on that version, switch to either v4.14.x-ti or v4.16.x-bone v4.14.x-ti: sudo /opt/scripts/tools/update_kernel.sh --ti-channel --lts-4_14 v4.16.x-bone: sudo /opt/script

Re: [beagleboard] Using a device table overlay to disable the onboard RTC on the beaglebone black

2018-02-22 Thread ferdster
Eagerly waiting to test out 4.16-rc2-bone5. Can you post here when it's out? I've been running the update_kernel.sh script every 30 minutes, but it still says the latest version is bone4. BTW, I really appreciate all the help you have provided! Thanks. -- For more options, visit http://beagle

Re: [beagleboard] Re: Query regarding uboot and uEnv.txt

2018-02-22 Thread Robert Nelson
On Thu, Feb 22, 2018 at 2:35 PM, Hemant Kapoor wrote: > So following your suggestion > I hit my first road block :( > > hemant@beaglebone:~$ sudo apt-get install linux-headers-`uname -r` > Reading package lists... Done > Building dependency tree > Reading state information... Done > You might

Re: [beagleboard] Re: Query regarding uboot and uEnv.txt

2018-02-22 Thread Hemant Kapoor
So following your suggestion I hit my first road block :( hemant@beaglebone:~$ sudo apt-get install linux-headers-`uname -r` Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt --fix-broken install' to correct these. The fo

Re: [beagleboard] display driver

2018-02-22 Thread evilwulfie
the latest one 4.9.78-ti-r94 On 2/22/2018 1:29 PM, Robert Nelson wrote: > On Thu, Feb 22, 2018 at 2:25 PM, evilwulfie wrote: >> Robert what William said makes sense but i have no idea where to look to >> disable the debug mode on that loadable mod. >> I have a cross compile environment and i s

Re: [beagleboard] display driver

2018-02-22 Thread Robert Nelson
On Thu, Feb 22, 2018 at 2:25 PM, evilwulfie wrote: > Robert what William said makes sense but i have no idea where to look to > disable the debug mode on that loadable mod. > I have a cross compile environment and i see that in your build you do > compile them. > any help would be awesome and i h

Re: [beagleboard] display driver

2018-02-22 Thread evilwulfie
Robert what William said makes sense but i have no idea where to look to disable the debug mode on that loadable mod. I have a cross compile environment and i see that in your build you do compile them. any help would be awesome   On 2/22/2018 11:44 AM, William Hermans wrote: > Apparently, the dri

Re: [beagleboard] Re: Query regarding uboot and uEnv.txt

2018-02-22 Thread Robert Nelson
On Thu, Feb 22, 2018 at 2:16 PM, Hemant Kapoor wrote: > >> >> sudo apt update >> sudo apt install linux-headers-`uname -r` > > HK: Above instructions are for building the modules natively correct... This > won't help me cross compiling but based on your second response, it is clear > that module a

Re: [beagleboard] Re: Query regarding uboot and uEnv.txt

2018-02-22 Thread Hemant Kapoor
> > sudo apt update > sudo apt install linux-headers-`uname -r` > HK: Above instructions are for building the modules natively correct... This won't help me cross compiling but based on your second response, it is clear that module are different in terms of compilation than normal applicatio

[beagleboard] Software development Services for Beaglebone sought

2018-02-22 Thread Mark Nohr
Hello, I'm looking for software development help with a Beaglebone Black based platform. The ideal developer will have experience in the following areas: - Interfacing/Drivers with I2C based devices - Programmable Power Sources - Current Measurement - Motor Controllers -

Re: [beagleboard] Re: Query regarding uboot and uEnv.txt

2018-02-22 Thread Robert Nelson
On Thu, Feb 22, 2018 at 1:58 PM, Hemant Kapoor wrote: > Cheers Rob for taking time out to reply > > I would also like to take this opportunity to thank you for all the help and > support you are providing to us beginners > I have solved so many of my queries by seeing your replies in other

[beagleboard] Re: Query regarding uboot and uEnv.txt

2018-02-22 Thread Hemant Kapoor
Cheers Rob for taking time out to reply I would also like to take this opportunity to thank you for all the help and support you are providing to us beginners I have solved so many of my queries by seeing your replies in other posts Back to where I was The whole point of this ex

Re: [beagleboard] Query regarding uboot and uEnv.txt

2018-02-22 Thread Robert Nelson
On Thu, Feb 22, 2018 at 5:49 AM, Hemant Kapoor wrote: > Hello All, > > I have followed instructions @ > https://eewiki.net/display/linuxonarm/BeagleBone+Black > and was successfully able to run it on my beaglebone back vis SD card. > > It would be very helpful if could please clarify below doubts:

Re: [beagleboard] display driver

2018-02-22 Thread William Hermans
Apparently, the driver was compiled with debug symbols, and in debug mode. On Thu, Feb 22, 2018 at 7:48 AM, evilwulfie wrote: > The more i learn the more i don't know > > Got most everything working with a spi display but one last issue i cant > seem to figure out. > > if i load the module > > m

Re: [beagleboard] tft driver

2018-02-22 Thread Drew Fustini
Hi, it looks like the ra8875 driver is included, at least for the kernel I'm running: debian@beaglebone:~$ modinfo /lib/modules/4.16.0-rc2-bone3/kernel/drivers/staging/fbtft/fb_ra8875.ko.xz filename: /lib/modules/4.16.0-rc2-bone3/kernel/drivers/staging/fbtft/fb_ra8875.ko.xz license:GPL aut

[beagleboard] display driver

2018-02-22 Thread evilwulfie
The more i learn the more i don't know Got most everything working with a spi display but one last issue i cant seem to figure out. if i load the module modprobe -v fbtft_device busnum=1 cs=0 speed=1600 name=er_tftm070_5 gpios=reset:60,dc:24,led:50 it loads with no errors i can display a j

Re: [beagleboard] Using a device table overlay to disable the onboard RTC on the beaglebone black

2018-02-22 Thread Robert Nelson
On Wed, Feb 21, 2018 at 5:04 PM, Robert Nelson wrote: > On Wed, Feb 21, 2018 at 5:01 PM, Robert Nelson > wrote: >> On Wed, Feb 21, 2018 at 4:38 PM, ferdster wrote: sudo apt update ; sudo apt upgrade there's an upgraded bb-cape-overlay package >>> >>> After digging out a USB-to-Et

Re: [beagleboard] PocketBeagle doesn't boot

2018-02-22 Thread evilwulfie
try a new image on a new sd card. if that dont fix it its a tough diagnosis over the internet On 2/22/2018 7:19 AM, Loader wrote: > Hello all, > > I've been experimenting a bit with a working PocketBeagle. After > possibly modifying uEnv.txt and executing shutdown -r now in the > Cloud9 IDE termin

[beagleboard] Test

2018-02-22 Thread test
Test -- 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 receiving emails from it, send an email to beagleboard+unsubscr...@googlegroups.com. To view

[beagleboard] PocketBeagle doesn't boot

2018-02-22 Thread Loader
Hello all, I've been experimenting a bit with a working PocketBeagle. After possibly modifying uEnv.txt and executing shutdown -r now in the Cloud9 IDE terminal window, the board didn't restart successfully and stopped appearing as the storage device. After that I cleaned the SD card with dis

[beagleboard] cdc_ether not found Ubuntu 16.04.3 LTS

2018-02-22 Thread dicomfromsaadat
Hi I have already buy Beaglebone black from Embest. I connect a 3G usb modem but eth1 activates. I'm using BBB-eMMC-flasher-ubuntu-16.04.3-console-armhf-2018-02-09-2gb.img.xz from https://elinux.org/BeagleBoardUbuntu What is wrong on drivers? Regards, Amir root@ubuntu#uname -a Linux ubu

[beagleboard] Re: Unable to get WiFi working on BBBW using the latest Debian image

2018-02-22 Thread Kakarla Srinivas
Hi , I was also facing same issue. I tried with different images( 8iot and LXQT.6,8.7,9.1,9.2,9.3) debian LXQT 8.6 able to detect the wlna0 some times ,But unable to configure the wifi using connmanctl commands Last login: Sun Nov 6 15:29:31 UTC 2016 on ttyGS0 Linux beaglebone 4.4.30-ti-r64 #1

Re: [beagleboard] PocketBeagle SD Card Extra Storage

2018-02-22 Thread jackfhunt1015
I've gotten the sd card overlay working, thank you for the help! Now I'm trying to read and write a file to it in python but am struggling finding the directory that it is in. Any idea on how to locate this path? On Sunday, February 11, 2018 at 11:49:20 PM UTC-6, Jason Kridner wrote: > > With Ro

[beagleboard] Query regarding uboot and uEnv.txt

2018-02-22 Thread Hemant Kapoor
Hello All, I have followed instructions @ https://eewiki.net/display/linuxonarm/BeagleBone+Black and was successfully able to run it on my beaglebone back vis SD card. It would be very helpful if could please clarify below doubts: 1. uEnv.txt: I ended up with two versions of uenv.txt a. /medi

[beagleboard] Re: TinyDRM ST7735 with BeagleBone?

2018-02-22 Thread Drew Fustini
fyi - I've created a bb.org-overlays pull request to add an overlay named BB-LCD-ADAFRUIT-18-SPI1-00A0.dts for the Adafruit 1.8" LCD on SPI1: https://github.com/beagleboard/bb.org-overlays/pull/68 On Wed, Feb 21, 2018 at 11:34 PM, Drew Fustini wrote: > Thanks! I had DC and Reset swapped in the o