From: eliot Date: Sun, 2 Aug 2020 17:43:39 +0000 (+0200) Subject: X230 update (WIP) X-Git-Url: https://git.g-eek.se/?a=commitdiff_plain;h=7211747b97a16d9a452664173ec033b806cfafd1;p=inbyggd-frihet-wiki.git X230 update (WIP) --- diff --git a/guider.mdwn b/guider.mdwn index fa77dec..204116f 100644 --- a/guider.mdwn +++ b/guider.mdwn @@ -73,9 +73,9 @@ Here's our config for coreboot, copy it here to this path [coreboot/.config](t40 See: - or +(additionally: and ) -Connect to pomona holder (8pin) like below if BeagleBone Black is used: (see links above for rasberry pi 3) +Connect to pomona holder (8pin) like below if BeagleBone Black is used: (see links above for Raspberry Pi 3) 1 DI (IO0) -> 18 2 CLK -> 22 SPIO_SCLK @@ -87,7 +87,7 @@ 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 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. +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. For this ethernet was not connect or any other power to the laptop, from our efforts 3.3V external power needed to be provided to the chip on pin 4 instead. #Top chip ./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=2048 -r x230_spi2_0.rom -c "MX25L3206E/MX25L3208E"