[beagleboard] Re: Enabling SPI1 on BBGW via DeviceTree (no capemanager)

2017-06-23 Thread mjbogusz
As stated in the first post, I've tested it on 4.9 and 4.4, resulting in same behaviour on both. I've fully disabled mcasp in my .dtsi: { status = "disabled"; }; but it didn't work. This may be due to the board being BBGW not BBB/BBBW - I've already encountered few other things that

Re: [beagleboard] which "arch" subdirectory to use?

2017-06-23 Thread John Syne
One thing I forgot, you would use dpkg —add-architecture armhf as Robert builds with Hardware Floating point. Regards, John > On Jun 23, 2017, at 1:47 PM, mzimmers wrote: > > Thanks for all the details, John. I'll look into that approach when I get > around to more

Re: [beagleboard] which "arch" subdirectory to use?

2017-06-23 Thread John Syne
I don’t do this, but I believe you can do this using Multiarch: https://wiki.debian.org/Multiarch/HOWTO Now you can install the headers using dpkg -i I have copied Robert as he is the best person to answer your question. Regards, John > On Jun

[beagleboard] BB Blue reliability

2017-06-23 Thread Clark Sann
A few weeks ago there were a few posts from people that had fried their BB Blue power supply circuitry. That caused me to be wary of purchasing a BB Blue for my project. Since then I've heard nothing further about this problem. Maybe those instances were outliers. Anyone else having

Re: [beagleboard] which "arch" subdirectory to use?

2017-06-23 Thread mzimmers
Thanks for all the details, John. I'll look into that approach when I get around to more serious kernel programming. Right now, I just want to figure out why this example isn't working for me. I need to download Robert's header files for the BBB to my host. If I just add a file to

[beagleboard] Re: Can't connect to BBBW with ssh anymore

2017-06-23 Thread Graham
That is an outrageous price for a knockoff copy, but yes. Try the genuine article: http://www.mouser.com/ProductDetail/FTDI/TTL-232R-3V3/ or https://www.adafruit.com/product/70 --- Graham == On Friday, June 23, 2017 at 2:55:55 PM UTC-5, Tomas Medina wrote: > > You mean one of these things? >

[beagleboard] Unable to find remote_proc in the latest kernel build image

2017-06-23 Thread smblkchevy
I am doing the kernel build from what I think is Robert's latest from git. This is https://github.com/RobertCNelson/ti-linux-kernel-dev/tree/ti-linux-rt-4.9.y. I do the build in a Debian Jessie Virtual Box image. I just do the build_deb.sh script and I get the following in the deploy folder:

Re: [beagleboard] which "arch" subdirectory to use?

2017-06-23 Thread John Syne
The way I work is to have the BBB mount rootfs over NFS which resides on my desktop. When I create a Kernel Module, I do the following: 1) I clone Robert’s kernel repo 2) I build the kernel 3) I add my kernel module code 4) I rebuild the kernel 5) I modify Robert’s deploy script to copy the

[beagleboard] Re: Can't connect to BBBW with ssh anymore

2017-06-23 Thread Tomas Medina
You mean one of these things? https://www.amazon.com/GearMo-Header-TTL-232R-3V3-Windows-Support/dp/B004LBXO2A On Friday, June 23, 2017 at 3:22:28 PM UTC-4, Greg wrote: > > Get a 3.3V USB serial cable. You will be glad you did. This should be > your #1 tool priority. > > Regards, > Greg > --

Re: [beagleboard] which "arch" subdirectory to use?

2017-06-23 Thread mzimmers
Hi, John - thanks for the reply. I don't believe, however, that I'll need to use JTAG, at least not for this specific example. Here's my current thinking: I already have a cross-development platform (Qt Creator) set up for the BBB, so I'm going to try to use it to build kernel modules. I know

[beagleboard] Re: Can't connect to BBBW with ssh anymore

2017-06-23 Thread Greg
Get a 3.3V USB serial cable. You will be glad you did. This should be your #1 tool priority. Regards, Greg -- 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

Re: [beagleboard] which "arch" subdirectory to use?

2017-06-23 Thread John Syne
You need a kernel aware JTAG debugger like Lauterbach. This will allow you to debug u-boot, kernel code, including all the drivers as they are loaded, etc. It is expensive, but it is the gold standard for kernel/driver debugging. TI have Code Composer Studio that will do some debugging of the

[beagleboard] Can't connect to BBBW with ssh anymore

2017-06-23 Thread Tomas Medina
The last time I was able to connect to my Beaglebone Black Wireless (using PuTTY), I powered it independently with a 5V battery. Afterward, I turned it off, then used the USB to connect it to my laptop. The beaglebone receives power, but my computer doesn't acknowledge the connection. When I

[beagleboard] Can't connect to BBB Wireless with ssh anymore

2017-06-23 Thread Tomas Medina
The last time I was able to connect to my Beaglebone Black Wireless (using PuTTY), I powered it independently with a 5V battery. Afterward, I turned it off, then used the USB to connect it to my laptop. The beaglebone receives power, but my computer doesn't acknowledge the connection. When I

[beagleboard] Re: Enabling SPI1 on BBGW via DeviceTree (no capemanager)

2017-06-23 Thread Gaurav S
I had a similar issue with 4.9 kernel where I couldnt load SPI1 pins using BB-SPIDEV1. Apparently mcasp was also getting assigned the same pins, disabling audio in uEnv helps. Didnt really test it all the way, but I could see /dev/spidev* pins loaded and spidev module loaded. Hope this help,

[beagleboard] Experience with Maxim 310X Driver for I2C<->UART Communications

2017-06-23 Thread Jeff Andich
Hi, We're adding UART ports to a custom am5728-based board with a Maxim 3107 I2C<-> UART chip. Does anyone have experience with the Maxim 3107 chip and the associated driver (max310x) for UART over I2C on the BeagleBone, BeagleBoard, etc? If so, what issues have you encountered? Thus far,

[beagleboard] Re: Enabling SPI1 on BBGW via DeviceTree (no capemanager)

2017-06-23 Thread mjbogusz
Problem "solved" (worked around really) by switching to SPI0, changing the pins around and rerouting most of our custom cape. There are still some problems with the SPI bus but that's a separate issue. -- For more options, visit http://beagleboard.org/discuss --- You received this message

[beagleboard] Beaglebone Black with Empty EEPROM

2017-06-23 Thread ashwal.harel via BeagleBoard
LK"I Hi, I'm working on a custom board which is BBB based. I don't wan't to use the BBB EEPROM. I understand I need to change uboot in order to hardcode BBB EEPROM in the code. Has anyone fimiliar with a patch to make this happen?? Harel -- For more options, visit

[beagleboard] How to setup broadcsat/multicast address for SoftAp0

2017-06-23 Thread 'rumormater' via BeagleBoard
Hi all, Here is the SoftAP0 using ifconfig: SoftAp0 Link encap:Ethernet HWaddr 50:65:83:d9:f9:0f inet addr:192.168.8.1 Bcast:192.168.8.255 Mask:255.255.255.0 inet6 addr: fe80::5265:83ff:fed9:f90f/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1

[beagleboard] Re: can not able to ping from beagle bone black to PC

2017-06-23 Thread 'rumormater' via BeagleBoard
I guess so. I have a painfull experience with MS firewall!! Take a while to learn how to unblock a certain ping!! On Saturday, May 6, 2017 at 11:14:53 AM UTC-5, Stephane Charette wrote: > > On Friday, May 5, 2017 at 7:57:43 AM UTC-7, kiran nayak wrote: >> >> Hello, >> Sorry if it is too basic,

Re: [beagleboard] BB Blue with single pulse encoder input

2017-06-23 Thread Clark Sann
> Thanks Clark for the info. The encoder is a hall effect sensor coupled with a > disk that has a series of magnets. It is quite low resolution but does spin > at motor speed which gives several hundred pulses per second. I am using it > mainly for learning about motor control and I really

Re: [beagleboard] BB Blue with single pulse encoder input

2017-06-23 Thread Mark Barton
On 6/23/17 7:56 AM, Clark Sann wrote: Mark I suspect your cheap encoder is incompatible with the Blue. The BB Blue is designed to operate with quadrature encoders. The Sparkfun site does not indicate your encoders are quadrature. There's a lot of other gobblygook in their encoder

Re: [beagleboard] pcie expansion?

2017-06-23 Thread Seppo Nikkilä
This is excellent news! siñ On Wed, Oct 19, 2016 at 2:09 AM, Gerald Coley wrote: > There will be. We are building protos soon. > > Gerald > > On Tue, Oct 18, 2016 at 6:36 PM, Christopher Hansen > wrote: > >> Are there any expansion boards available

[beagleboard] Re: EduMIP BeagleBone Blue on the loose

2017-06-23 Thread Mark A. Yoder
The robots are taking over. https://www.youtube.com/watch?v=5cSNJnwq3IA --Mark On Friday, June 23, 2017 at 8:04:27 AM UTC-4, Mark A. Yoder wrote: > > It was chalk on the basement floor. > > --Mark > > On Friday, June 23, 2017 at 8:02:25 AM UTC-4, Clark Sann wrote: >> >> Looks like the poor

[beagleboard] Re: EduMIP BeagleBone Blue on the loose

2017-06-23 Thread Mark A. Yoder
It was chalk on the basement floor. --Mark On Friday, June 23, 2017 at 8:02:25 AM UTC-4, Clark Sann wrote: > > Looks like the poor thing rolled through a mud puddle before attacking > your laptop! > > -- For more options, visit http://beagleboard.org/discuss --- You received this message

RE: [beagleboard] pcie expansion?

2017-06-23 Thread Gerald Coley
Production has started. Ramp is the term used to describe the process of building a few boards, then more boards, then more boards. You don't build all the boards on the first day of production. You increase it over a period of time. Gerald -Original Message- From:

[beagleboard] Re: EduMIP BeagleBone Blue on the loose

2017-06-23 Thread Clark Sann
Looks like the poor thing rolled through a mud puddle before attacking your laptop! -- 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

[beagleboard] BB Blue with single pulse encoder input

2017-06-23 Thread Clark Sann
Mark I suspect your cheap encoder is incompatible with the Blue. The BB Blue is designed to operate with quadrature encoders. The Sparkfun site does not indicate your encoders are quadrature. There's a lot of other gobblygook in their encoder specifications...magnets and sensors etc...but

Re: [beagleboard] TPS2051 question ?

2017-06-23 Thread Joel Metelius
It's supposed to be a failsafe component with thermal shutdown. If it works for a short period and then the OC pin goes low it's probably something on the USB1 side that is broken. On Fri, Jun 23, 2017, 05:52 Riko Ho wrote: > Hello, > > Is my TPS2051 failed ? If there's

[beagleboard] BBB eMMC setup failure

2017-06-23 Thread Edu Galvez
I'm investigating a BBB unit that got stuck during power-up. Only power led, and no data through console. Rebooting or powering from USB or plug didn't help. It was recovered after re-flashing the eMMC fdisk and write-tests on the MMC shown no failures. After thousand of powr cycle tests, I

RE: [beagleboard] pcie expansion?

2017-06-23 Thread Micka
The x15 is already out? What do you mean by "X15 ramped"? -- 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