[beagleboard] Re: Beagle Bone Driver Signing for windows 10

2018-09-14 Thread Billy Bogardus
Thanks for your help. This will save us a lot of time. On Thu, Sep 13, 2018 at 9:01 PM Jason Kridner wrote: > drivers with an updated signature: > https://github.com/beagleboard/beaglebone-getting-started/tree/master/Drivers/Windows > > > On Thu, Jul 26, 2018 at 3:19 PM Billy Bogardus wrote:

Re: [beagleboard] How to install linux-headers-3.8.13-bone30

2018-09-14 Thread Robert Nelson
On Fri, Sep 14, 2018 at 7:40 AM wrote: > > Hi Bushra, > Thank you so much. > I performed the steps told by you and I successfully able to install the > linux-headers-3.8.13-bone84.But I have one more question that my debian is > using linux-headers-3.8.13-bone50 and I am not able to get the

Re: [beagleboard] How to install linux-headers-3.8.13-bone30

2018-09-14 Thread shrutika . fiske
Hi Bushra, Thank you so much. I performed the steps told by you and I successfully able to install the linux-headers-3.8.13-bone84.But I have one more question that my debian is using linux-headers-3.8.13-bone50 and I am not able to get the headers for it so should I upgrade or downgrade my

Re: [beagleboard] I2C random read of off-board device from within PRU not working correctly

2018-09-14 Thread Hugh Frater
Got this working with a few code changes: /* * read_wiper - returns the 2nd byte of a 2-byte read from the specified wiper * 'reg' contains the write command to read the required wiper */ uint8_t read_wiper(uint8_t reg) { uint8_t dataByte; //initialise i2c2 device init_i2c();