[beagleboard] Re: [beaglebone] Unable to use WP8548 with ConnMan

2017-12-18 Thread Tracy Smith
Hi Robert, What kernel and wpa_supplicant configuration changes are required to enable a cellular connection and WiFi on Linux 14.4? Or, do you have a page describing what is required to set up a cellular connection with/without Connman, and a WiFI connection using connman on the BeagleBone

Re: [beagleboard] Re: u-boot support for pins

2017-11-01 Thread Tracy Smith
iam Hermans <yyrk...@gmail.com> wrote: > > > >> On Wed, Nov 1, 2017 at 11:19 AM, Robert Nelson <robertcnel...@gmail.com> >> wrote: >> On Wed, Nov 1, 2017 at 1:14 PM, Tracy Smith <tlsmith3...@gmail.com> wrote: >> > E17 and E18 we want to use that ar

Re: [beagleboard] Re: u-boot support for pins

2017-11-01 Thread Tracy Smith
The need to use E18 and E19 For CAN1 comes from the TI pinmux tool. Sent from my iPhone > On Nov 1, 2017, at 1:19 PM, Robert Nelson <robertcnel...@gmail.com> wrote: > >> On Wed, Nov 1, 2017 at 1:14 PM, Tracy Smith <tlsmith3...@gmail.com> wrote: >> E17 and E18 we w

Re: [beagleboard] Re: u-boot support for pins

2017-11-01 Thread Tracy Smith
The signals are all routed just need to pinmux E18 and E19 which are the same for the BBB. Sent from my iPhone > On Nov 1, 2017, at 1:19 PM, Robert Nelson <robertcnel...@gmail.com> wrote: > >> On Wed, Nov 1, 2017 at 1:14 PM, Tracy Smith <tlsmith3...@gmail.com> wrote

Re: [beagleboard] Re: u-boot support for pins

2017-11-01 Thread Tracy Smith
t;yyrk...@gmail.com> wrote: > > > >> On Wed, Nov 1, 2017 at 11:01 AM, Tracy Smith <tlsmith3...@gmail.com> wrote: >> Ok look this custom board is based on the BeagleBone Black. For all intense >> and purposes it is the BBB. The pins for the AM3358 are the same. The

Re: [beagleboard] Re: u-boot support for pins

2017-11-01 Thread Tracy Smith
gt; wrote: >>> >>> >>>> On Wed, Nov 1, 2017 at 10:05 AM, Tracy Smith <tlsmith3...@gmail.com> wrote: >>>> We have no P9expansion header. I’ve already discussed this with Robert >>>> Nelson. We are using the AM3358 pins I sent previously.

Re: [beagleboard] Re: u-boot support for pins

2017-11-01 Thread Tracy Smith
gt; wrote: > > > >> On Wed, Nov 1, 2017 at 5:44 AM, Tracy Smith <tlsmith3...@gmail.com> wrote: >> Hi William, >> >> Thanks for the email and here is what I’m trying to do. >> >> The CANUSB from Lawicel is a standard USB device that l

Re: [beagleboard] Re: BBB- DCAN1 problems using latest debian image

2017-11-01 Thread Tracy Smith
t. > > In fact, use either the ST Micro ARM and make all the CAN ports on it appear > as if they were MCP2515s and that then frees up your other pins on the Beagle. > > John > > > From: beagleboard@googlegroups.com [mailto:beagleboard@googlegroups.com] On > Be

Re: [beagleboard] Re: u-boot support for pins

2017-11-01 Thread Tracy Smith
Hi William, Using the TI pinmux tool it provides two pins associated with CAN1. One for TX and one for RX. I just need to use these two pins for the uboot overlays instead of the I2C P9 extension header supported by the most recent kernel releases. On our custom BBB we don’t have a P9 and

Re: [beagleboard] Re: BBB- DCAN1 problems using latest debian image

2017-11-01 Thread Tracy Smith
goes on. (or if bitrate is > wrong). > A C closes the port. > An F prints the error flags and shuts off the red led. > > It’s a good idea to have auto line feed set in putty so that each received > message is on a new line. > John Dammeyer > > > > From: beag

[beagleboard] Re: u-boot support for pins

2017-10-31 Thread Tracy Smith
for DCAN1_TX/RX. One could use E17/E18 for CAN1 instead of the P9 expansion header. On Tuesday, October 31, 2017 at 5:37:43 PM UTC-5, Tracy Smith wrote: > > The pad names in u-boot/arch/arm/include/asm/arch-am33xx/mux_am33xx.h > includes i2c0_sda (pin C17) and i2c0_scl (pin C16), but I don't

[beagleboard] Re: BBB- DCAN1 problems using latest debian image

2017-10-31 Thread Tracy Smith
Hi John, I'm attempting to enable CAN support for a USB/CAN from a Lawicel. We have a custom board and need to use pin D17/D18 and E17/E18 for CAN1 and CAN2. The pad names in u-boot/arch/arm/include/asm/arch-am33xx/mux_am33xx.h for the BBB includes i2c0_sda (pin C17) and i2c0_scl (pin C16),

[beagleboard] u-boot support for pins

2017-10-31 Thread Tracy Smith
The pad names in u-boot/arch/arm/include/asm/arch-am33xx/mux_am33xx.h includes i2c0_sda (pin C17) and i2c0_scl (pin C16), but I don't see names for i2c2_scl (pin D17) and i2c2_sda (pin D18), nor tstpt1 (pin E17) nor TP9 (pin E18), 1. Did I miss the names for these pins in u-boot? 2. If

[beagleboard] Re: Overlays and 4.14 Linux kernel for CAN

2017-10-31 Thread Tracy Smith
-boot does not have support for these pins, should they be added to u-boot, and/or added to the kernel to support these pins for a USB/CAN? thx, Tracy On Friday, October 27, 2017 at 10:59:16 AM UTC-5, Tracy Smith wrote: > > Need to enable DCAN1 and DCAN2 support for the BeagleBone Black. &

Re: [beagleboard] Overlays and 4.14 Linux kernel for CAN

2017-10-31 Thread Tracy Smith
)? 4) Any additional kernel support required for using CAN over USB? https://www.kvaser.com/product/kvaser-usb-hs-ii-hsls/ On Mon, Oct 30, 2017 at 6:58 PM, Robert Nelson <robertcnel...@gmail.com> wrote: > > > On Mon, Oct 30, 2017 at 5:39 PM, Tracy Smith <tlsmith3...@gmail.com&g

Re: [beagleboard] Overlays and 4.14 Linux kernel for CAN

2017-10-30 Thread Tracy Smith
. On Mon, Oct 30, 2017 at 4:54 PM, Robert Nelson <robertcnel...@gmail.com> wrote: > > > On Mon, Oct 30, 2017 at 4:37 PM, Tracy Smith <tlsmith3...@gmail.com> > wrote: > >> ok that works I'll use the dtb-rebuilder. >> >> I'm comparing against t

Re: [beagleboard] Overlays and 4.14 Linux kernel for CAN

2017-10-30 Thread Tracy Smith
le; + }; + + }; On Monday, October 30, 2017 at 4:31:38 PM UTC-5, RobertCNelson wrote: > > On Mon, Oct 30, 2017 at 3:39 PM, Tracy Smith <tlsmi...@gmail.com > > wrote: > > Thanks Robert this is great! Please let me know how it goes. I need to > > pinmux different pins

Re: [beagleboard] Overlays and 4.14 Linux kernel for CAN

2017-10-30 Thread Tracy Smith
for the 4.14 kernel? thx, Tracy On Friday, October 27, 2017 at 12:57:09 PM UTC-5, RobertCNelson wrote: > > On Fri, Oct 27, 2017 at 10:59 AM, Tracy Smith <tlsmi...@gmail.com > > wrote: > > Need to enable DCAN1 and DCAN2 support for the BeagleBone Black. > > > &g

[beagleboard] Overlays and 4.14 Linux kernel for CAN

2017-10-27 Thread Tracy Smith
Need to enable DCAN1 and DCAN2 support for the BeagleBone Black. 1) Are overlays supported by the 4.14 Linux kernel? 2) Where can I find documentation on enabling CAN1 and CAN2 for the BeagleBone Black for the 4.x kernel? 3) If overlays are no longer supported, any documentation on