S25HS512T SPI Flash support in Linux Kernel 4.9.X

2022-03-15 Thread Mithran B
Hello All, Tried the S25HS512T spi flash chip in Linux Kernel 4.9.x in ARM board. Able to read the Manufacturer id, device id (MSB and LSB) Able to read the status and configuration registers. But via mtd, writing is not working. Any ideas? -Thanks. ___

Re: USB CDC performance test

2022-03-07 Thread Mithran B
On Mon, 7 Mar 2022 at 13:20, Greg KH wrote: > On Mon, Mar 07, 2022 at 01:08:28PM +0530, Mithran B wrote: > > On Fri, 4 Mar 2022 at 20:31, Greg KH wrote: > > > > > On Fri, Mar 04, 2022 at 08:06:55PM +0530, Mithran B wrote: > > > > On Fri, 4 Mar 2022 at 19:48,

Re: USB CDC performance test

2022-03-06 Thread Mithran B
On Fri, 4 Mar 2022 at 20:31, Greg KH wrote: > On Fri, Mar 04, 2022 at 08:06:55PM +0530, Mithran B wrote: > > On Fri, 4 Mar 2022 at 19:48, Greg KH wrote: > > > > > On Fri, Mar 04, 2022 at 04:27:50PM +0530, Mithran B wrote: > > > > Hello, > > > >

Re: USB CDC performance test

2022-03-04 Thread Mithran B
On Fri, 4 Mar 2022 at 19:48, Greg KH wrote: > On Fri, Mar 04, 2022 at 04:27:50PM +0530, Mithran B wrote: > > Hello, > > > > In Host and Gadget systems, enabled the USB CDC drivers. > > Then nodes are created as /dev/ttyAcm0 and /dev/ttyGs0. > > Then opened the

USB CDC performance test

2022-03-04 Thread Mithran B
Hello, In Host and Gadget systems, enabled the USB CDC drivers. Then nodes are created as /dev/ttyAcm0 and /dev/ttyGs0. Then opened the nodes and write and read back the data. It is working. I want to test the performance of this interface and drivers. Do we have any utility for this? How to do t