Update x230.md

fixed typos
This commit is contained in:
[799] 2018-06-17 17:36:53 +02:00 committed by GitHub
parent c8d8081f2b
commit a3256e9614
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,8 +46,8 @@ the following parts are needed to build a Coreboot flashing devices:
## physical setup (FIXME!)
using a Raspberry Pi 3 Model B V1.2 the GPIO Layout looks like this:
(Hint you can get a very good overview of the layout by entering the 'pinout' command on your pi:
'''
(Hint you can get a very good overview of the layout by entering the `pinout` command on your pi:
```
,--------------------------------.
| oooooooooooooooooooo J8 +====
| 1ooooooooooooooooooo | USB
@ -96,10 +96,10 @@ GPIO26 (37) (38) GPIO20
GND (39) (40) GPIO21
For further information, please refer to https://pinout.xyz/
'''
```
Layout of pins if you look on the pi and, the GPIO pins are located on the left side, so that USB and ethernet ports are at the top:
'''
```
| USB | | USB | | RJ45 |
| | | | | |
+-----+ +-----+ +------+
@ -126,7 +126,7 @@ P | o o |
i | o o |
| o o |
+-----+
'''
```
We need to connect 6 pins to the Pomona SOIC8 5250 Test Clip using the jumper cables.
you can take any color you want, to make it simpler for you, I'll add the colors I have used:
@ -140,13 +140,13 @@ connect 6 jumper cables to the raspberry pi GPIO pins:
- 3.3V blue
Now connect the other end of the jumper cables to the Pomona Clip:
'''
```
MOSI (purple) 5 =| |= 4 GND (black)
CLK (gray) 6 =| |= 3 NC (empty)
NC (empt 7 =| |= 2 MISO (white)
3.3V/VCC (blue) 8 =|_*|= 1 CS (green)
(dot on top of the chip)
'''
```
## Procedure