From bfcf00c2f9eec73e596d0dad0255d85427bfac15 Mon Sep 17 00:00:00 2001
From: Francis Rowe
+ The following operations have to be executed with root privileges on the device (e.g. using the root account). +
+ +
The SPI flash has to be read first:
# flashrom -p host -r flash.img
Note: it might be a good idea to copy the produced flash.img file at this point and store it outside of the device for backup purposes.
@@ -226,6 +230,10 @@
+ The following operations have to be executed with root privileges on the host (e.g. using the root account). +
+ +
The SPI flash has to be read first (using the right spi programmer):
# flashrom -p programmer -r flash.img
Note: it might be a good idea to copy the produced flash.img file at this point and store it outside of the device for backup purposes.
--
cgit v0.9.1