Hi, > -----Original Message----- > From: Marek Vasut <[email protected]> > Sent: Wednesday, October 23, 2024 8:48 PM > To: Abbarapu, Venkatesh <[email protected]>; [email protected] > Cc: Andre Przywara <[email protected]>; Ashok Reddy Soma > <[email protected]>; Jagan Teki <[email protected]>; > Michael Walle <[email protected]>; Simek, Michal <[email protected]>; > Patrice Chotard <[email protected]>; Patrick Delaunay > <[email protected]>; Pratyush Yadav <[email protected]>; Quentin > Schulz <[email protected]>; Sean Anderson <[email protected]>; > Simon Glass <[email protected]>; Takahiro Kuwano > <[email protected]>; Tom Rini <[email protected]>; Tudor > Ambarus <[email protected]>; uboot-stm32@st-md- > mailman.stormreply.com > Subject: Re: [PATCH 1/6] Revert "spi: zynq_qspi: Add parallel memories > support in > QSPI driver" > > On 10/23/24 4:37 PM, Abbarapu, Venkatesh wrote: > > [...] > > >> Tried the test " sf probe && sf update 0x4000000 0 0x160000" > >> > >> Zynq> sf probe && sf update 0x4000000 0 0x160000 > >> SF: Detected mx66l1g45g with page size 256 Bytes, erase size 64 KiB, > >> total 128 MiB device 0 offset 0x0, size 0x160000 > >> 0 bytes written, 1441792 bytes skipped in 0.154s, speed 9586980 B/s > >> Zynq> > >> > >> > > > > Got the board with spansion flash part, tried below commands > > > > Zynq> sf probe && sf update 0x4000000 0 0x160000 > > SF: Detected s25fl512s with page size 256 Bytes, erase size 256 KiB, > > total 64 MiB device 0 offset 0x0, size 0x160000 > > 1441792 bytes written, 0 bytes skipped in 5.186s, speed 284688 B/s > > Zynq> > > Which board (or DT) is this and which U-Boot tree commit ? > > And I am sorry, I missed the sf update test in your previous replies.
The U-Boot tree commit is f1de0b97d1cbfd982b7a507962bb21b12a024b2f and applied this change on top of this https://lore.kernel.org/u-boot/[email protected]/T/#u The board used is Zynq and DT is zynq-zc706.dts tested with the non-stacked single configuration. Zynq> sf probe && sf update 0x4000000 0 0x160000 SF: Detected s25fl512s with page size 256 Bytes, erase size 256 KiB, total 64 MiB device 0 offset 0x0, size 0x160000 1441792 bytes written, 0 bytes skipped in 5.186s, speed 284688 B/s Thanks Venkatesh

