Hello,
We are using the driver to write to a MT25QU01G memory over SPI.
I tried various speeds using the spispeed parameter but the erase/write times stayed the same.
Any idea how I could improve this speed?
time sudo flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=100000 -c "MT25QU01G" -E
time sudo flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=100000 -w MT_file.bin -V -c MT25QU01G
Spispeed
Delete [min]
Write [min]
16000
14
17
20000
13.5
15.43
25000
13.41
18.5
100000
14.4
17
Thank you in advance, Mathijs