6 DO (IO1) -> 21 SPIO_DO
5 CS -> 17 SPIO_CSO
-Both chips should have the same layout. Read from both ships SPI2 (4MB) and SPI1 (8MB), save these images a number of times and make sure they seem to be correctly read from chip (i.e. verify hashsum). In my case this command was used (but usually it can detect the chip automatically):
-
-./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=1024 -r x230_spi2_3.rom -c "MX25L3206E/MX25L3208E"
-
+Both chips should have the same layout. Read from both chips SPI2 (4MB) and SPI1 (8MB), save these images a number of times and make sure they seem to be correctly read from chip (i.e. verify hashsum). In my case the below command was used according to the id on the second row of the chips, together with the recommendation flashrom gives when no -c flag is used. Can try different speeds, 2048 worked well.
+ #Top chip
+ ./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=2048 -r x230_spi2_0.rom -c "MX25L3206E/MX25L3208E"
+
+ #Bottom chip
+ ./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=2048 -r x230_spi1_0.rom -c "MX25L6406E/MX25L6408E"
+To be continued ...
##GRUB