Re: [beagleboard] BBB SRM Rev C.1 page 114, Figure 70. Cape Board Dimensions

2015-06-05 Thread Gerald Coley
I have not updated it. You can take the Allegro or Altium files and take measurements from there Gerald On Fri, Jun 5, 2015 at 5:06 PM, Jon Peterson wrote: > Does anyone know if there is an update to this figure anywhere, which > accurately shows the locations of TP5-8? > > -- > For more optio

[beagleboard] BBB SRM Rev C.1 page 114, Figure 70. Cape Board Dimensions

2015-06-05 Thread Jon Peterson
Does anyone know if there is an update to this figure anywhere, which accurately shows the locations of TP5-8? -- 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 g

Re: [beagleboard] Best way to build BBB kernel?

2015-06-05 Thread Rick Mann
Thank you! > On Jun 5, 2015, at 14:40 , William Hermans wrote: > > https://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-LinuxKernel > > On Fri, Jun 5, 2015 at 2:28 PM, Rick Mann wrote: > What's the best way to build the kernel? RCN's linux-dev scripts (which don't > seem to

Re: [beagleboard] Best way to build BBB kernel?

2015-06-05 Thread William Hermans
https://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-LinuxKernel On Fri, Jun 5, 2015 at 2:28 PM, Rick Mann wrote: > What's the best way to build the kernel? RCN's linux-dev scripts (which > don't seem to have a branch for 4.x), Jason Kridner's kernel repo, or the > beagleboard

[beagleboard] Best way to build BBB kernel?

2015-06-05 Thread Rick Mann
What's the best way to build the kernel? RCN's linux-dev scripts (which don't seem to have a branch for 4.x), Jason Kridner's kernel repo, or the beagleboard kernel? Thanks! -- Rick Mann rm...@latencyzero.com -- For more options, visit http://beagleboard.org/discuss --- You received this m

Re: [beagleboard] Enable SPI1 on 4.1 kernel?

2015-06-05 Thread Drew Fustini
On Fri, Jun 5, 2015 at 2:14 PM, Drew Fustini wrote: > My goal is to get 1.8" Adafruit TFT working with 4.1's staging/ftbtft. oops, I meant fbtft. This is the driver: https://github.com/torvalds/linux/blob/master/drivers/staging/fbtft/fb_st7735r.c -- For more options, visit http://beagleboard.o

Re: [beagleboard] Enable SPI1 on 4.1 kernel?

2015-06-05 Thread Drew Fustini
Thanks for the quick response! I will give it a try this weekend. My goal is to get 1.8" Adafruit TFT working with 4.1's staging/ftbtft. Matt Porter's old post had it wired up on SPI1: http://engineersofthecorn.blogspot.com/2012/06/beaglebone-and-adafruit-18-spi-lcd.html On Fri, Jun 5, 2015 at

Re: [beagleboard] Enable SPI1 on 4.1 kernel?

2015-06-05 Thread Robert Nelson
On Fri, Jun 5, 2015 at 1:49 PM, Drew Fustini wrote: > On Friday, August 29, 2014 at 12:35:19 PM UTC-5, RobertCNelson wrote: >> >> all did not complain but no joy. >> >> /dev/spidev1.[0/1] is enabled by: >> >> >> https://github.com/RobertCNelson/dtb-rebuilder/blob/3.14-ti/src/arm/am335x-boneblack.d

[beagleboard] Enable SPI1 on 4.1 kernel?

2015-06-05 Thread Drew Fustini
On Friday, August 29, 2014 at 12:35:19 PM UTC-5, RobertCNelson wrote: > > all did not complain but no joy. > > /dev/spidev1.[0/1] is enabled by: > > > https://github.com/RobertCNelson/dtb-rebuilder/blob/3.14-ti/src/arm/am335x-boneblack.dts#L102 > > > as that enables: > #include "am335x-bone-sp

Re: [beagleboard] SPI hangs with new 4.1 RC kernels (when DMA mode is used)

2015-06-05 Thread Robert Nelson
On Fri, Jun 5, 2015 at 11:58 AM, Robert Nelson wrote: > On Fri, Jun 5, 2015 at 11:47 AM, Robert Nelson > wrote: >> On Fri, Jun 5, 2015 at 11:01 AM, wrote: >>> I saw that DT overlay support was re-introduced in the recent pre-4.1 kernel >>> drop, and testing was requested ... >>> >>> I have a p

Re: [beagleboard] SPI hangs with new 4.1 RC kernels (when DMA mode is used)

2015-06-05 Thread Robert Nelson
On Fri, Jun 5, 2015 at 11:47 AM, Robert Nelson wrote: > On Fri, Jun 5, 2015 at 11:01 AM, wrote: >> I saw that DT overlay support was re-introduced in the recent pre-4.1 kernel >> drop, and testing was requested ... >> >> I have a prototype cape with a SPI interface that works well with spidev in

Re: [beagleboard] SPI hangs with new 4.1 RC kernels (when DMA mode is used)

2015-06-05 Thread Robert Nelson
On Fri, Jun 5, 2015 at 11:01 AM, wrote: > I saw that DT overlay support was re-introduced in the recent pre-4.1 kernel > drop, and testing was requested ... > > I have a prototype cape with a SPI interface that works well with spidev in > the 3.14 kernel line, so thought I'd try the new version.

Re: [beagleboard] How to replace the Kernel on Debian after rebuilding it?

2015-06-05 Thread Robert Nelson
On Fri, Jun 5, 2015 at 9:30 AM, wrote: > Hi! > > I'm running Debian on a BBB with Kernel 3.8. I'm going to use the Nh5cape > for the BBB. So I have followed the tutorial (the section: Build Kernel - > Kernel 3.8) to rebuild my kernel with the touchscreen drivers included > (Another intention was

[beagleboard] SPI hangs with new 4.1 RC kernels (when DMA mode is used)

2015-06-05 Thread mhughes
I saw that DT overlay support was re-introduced in the recent pre-4.1 kernel drop, and testing was requested ... I have a prototype cape with a SPI interface that works well with spidev in the 3.14 kernel line, so thought I'd try the new version. The kernel update, dtc install and the existing

[beagleboard] How to replace the Kernel on Debian after rebuilding it?

2015-06-05 Thread klang . christoph . pieper
Hi! I'm running Debian on a BBB with Kernel 3.8. I'm going to use the Nh5cape for the BBB. So I have followed the tutorial (the section: Build Kernel - Kernel 3.8) to rebuild my kernel with the touchscreen drivers included (Another intention was to replace t

Re: [beagleboard] Kernel 4.1/3.14 : Ethernet not working

2015-06-05 Thread Micka
I tried on the official Beaglebone black, with the image : bone-debian-8.0-console-armhf-2015-05-08-2gb.img the kernel is : root@arm:~# uname -a Linux arm 3.14.41-ti-r63 #1 SMP PREEMPT Thu May 7 16:30:13 UTC 2015 armv7l GNU/Linux eth0 Link encap:Ethernet HWaddr 1c:ba:8c:d9:4c:77

Re: [beagleboard] Kernel 4.1 rc6-bone6: Ethernet not working

2015-06-05 Thread Robert Nelson
On Fri, Jun 5, 2015 at 9:19 AM, Micka wrote: > that ! Ok, No > > nano /etc/resolv.conf > > By default I have : > > nameserver 127.0.0.1 > nameserver ::1 > > Ok, I will test this with : > > nameserver 190.190.1.84 > > I saved it, reboot the beagle, and the content of the file changed : > > # G

Re: [beagleboard] Kernel 4.1 rc6-bone6: Ethernet not working

2015-06-05 Thread Micka
that ! Ok, No nano /etc/resolv.conf By default I have : nameserver 127.0.0.1 nameserver ::1 Ok, I will test this with : nameserver 190.190.1.84 I saved it, reboot the beagle, and the content of the file changed : # Generated by Connection Manager nameserver 127.0.0.1 nameserver ::1 Tha

Re: [beagleboard] Kernel 4.1 rc6-bone6: Ethernet not working

2015-06-05 Thread evilwulfie
did you set a name server ? On 6/5/2015 7:00 AM, Micka wrote: > I know how to configure IP address: > > auto eth0 > allow-hotplug eth0 > iface eth0 inet static > address 190.190.167.10 > netmask 255.255.0.0 > gateway 190.190.255.253 > > > But that didn't work, any idea ? s

Re: [beagleboard] Kernel 4.1 rc6-bone6: Ethernet not working

2015-06-05 Thread Micka
I know how to configure IP address: auto eth0 allow-hotplug eth0 iface eth0 inet static address 190.190.167.10 netmask 255.255.0.0 gateway 190.190.255.253 But that didn't work, any idea ? suggestion on where I am wrong ? Thx, Le ven. 5 juin 2015 à 15:51, Robert Nelso

Re: [beagleboard] Kernel 4.1 rc6-bone6: Ethernet not working

2015-06-05 Thread Robert Nelson
On Fri, Jun 5, 2015 at 8:48 AM, Micka wrote: > The config file is ok > > But I don't have IP? > > eth0 Link encap:Ethernet HWaddr de:ad:be:ef:ca:fe > inet6 addr: fe80::dcad:beff:feef:cafe/64 Scope:Link > UP BROADCAST RUNNING MULTICAST DYNAMIC MTU:1500 Metric:1 >

[beagleboard] Kernel 4.1 rc6-bone6: Ethernet not working

2015-06-05 Thread Micka
The config file is ok But I don't have IP? eth0 Link encap:Ethernet HWaddr de:ad:be:ef:ca:fe inet6 addr: fe80::dcad:beff:feef:cafe/64 Scope:Link UP BROADCAST RUNNING MULTICAST DYNAMIC MTU:1500 Metric:1 RX packets:364 errors:0 dropped:0 overruns:0 frame:0

Re: [beagleboard] SPI0 with python

2015-06-05 Thread immo.wetzel
Hmm which one should I leave out.The one from uEnv ? That doesnt work for me. But I solved this with an backup to the newest Adafruit_BBIO... and an echo at the boot process (echo BB-SPI0-01 > /sys/devices/bone_capemgr.8/slots) and a softlink from BB-SPIDEV0-00A0.dtbo (called from Adafruit-BBIO