]> git.g-eek.se Git - inbyggd-frihet-wiki.git/commitdiff
Updated X230 description (WIP)
authoreliot <eliot@web>
Sun, 2 Aug 2020 17:35:32 +0000 (19:35 +0200)
committerIkiWiki <ikiwiki.info>
Sun, 2 Aug 2020 17:35:32 +0000 (19:35 +0200)
guider.mdwn

index 4c48e04c512da4e89dcd68dbc3962d6e9c87b6d8..fa77dec168a7285f43ad32a7e65f594e1015518d 100644 (file)
@@ -87,13 +87,16 @@ Connect to pomona holder (8pin) like below if BeagleBone Black is used: (see lin
     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