On Wednesday 13 June 2012, Jassi Brar wrote:
On 6 June 2012 12:41, Arnd Bergmann arnd@arndb.de wrote:
for i in 2 3 30 31 ; do sudo flashbench --open-au --open-au-nr=30 --erasesize=$[512 * 1024] \ /dev/mmcblk0 --offset=$[24*1024*1024] done
The latest version of the code is at git://git.linaro.org/people/arnd/flashbench.git
Just wanted to share the uFLIP benchmark, in case we could borrow from it http://uflip.inria.fr/~uFLIP/benchmark/CIDR.pdf http://uflip.inria.fr/~uFLIP/results/
Thank you for that link, very interesting. I think we have already far surpassed what they did in terms of reversing the simple devices, although uFLIP seems to be much more useful in giving a feeling for performance on the higher-end devices.
Arnd