Re: [beagleboard] I2C Read with length in the first byte of the transaction

2018-02-12 Thread Andrew P. Lentvorski
Erm, unless you mean board. I'm using a Beaglebone Black Rev C running debian. uname -a Linux beaglebone 4.9.36-ti-r46 #1 SMP PREEMPT Tue Jul 11 21:05:08 UTC 2017 armv7l GNU/Linux On Monday, February 12, 2018 at 5:07:37 PM UTC-8, Wulf Man wrote: > > what part > > On 2/12/2018 6:03 PM, Andrew

Re: [beagleboard] I2C Read with length in the first byte of the transaction

2018-02-12 Thread Andrew P. Lentvorski
Under NDA. So, not in linux database. On Monday, February 12, 2018 at 5:07:37 PM UTC-8, Wulf Man wrote: > > what part > > On 2/12/2018 6:03 PM, Andrew P. Lentvorski wrote: > > I'm trying to communicate with an I2C chip which returns the length of the > bytes to be read in the first byte of the

Re: [beagleboard] I2C Read with length in the first byte of the transaction

2018-02-12 Thread evilwulfie
what part On 2/12/2018 6:03 PM, Andrew P. Lentvorski wrote: > I'm trying to communicate with an I2C chip which returns the length of > the bytes to be read in the first byte of the transaction.  This is > fairly straightforward on most primitive microcontrollers. > > But for the life of me, I