On 9/23/21 8:53 PM, Pratyush Yadav wrote:
On 14/09/21 05:28AM, Marek Vasut wrote:Set the SF page size, erase block size and total size as an environment variable after "sf probe". This lets us discern boards with multiple distinct SPI flash options and also e.g. set mtdparts accordingly.I don't quite follow the rationale for making these environment variables. Wouldn't you be better off finding this info out via mtd or sf command?
I need to use that info in a script, that's why these env vars.

