Hi Team,
I have LS1012A Board having winbond spi flash. I am able to perform basic read (0B) operation. (using sf read command)
But now I want to perform write operation status register 1. But same is not working with sf write directly.
I went through documentation which suggest to enable write then perform write operation. But not able to locate any option through which we can provide 0x06 (write enable) OR 0x01(Write status register-1) command through mtd_debug or sf command line option.
Can you please provide input for this request.