Skip to content

Commit b7bc264

Browse files
committed
docs/guides/lab-assembly updated info about msi-b850 assembly
Signed-off-by: Jakub Sobota <jakub.sobota@3mdeb.com>
1 parent 462870c commit b7bc264

File tree

1 file changed

+9
-36
lines changed

1 file changed

+9
-36
lines changed

docs/guides/lab-assembly/msi-b850.md

Lines changed: 9 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ create the testing stand.
1515
* MSI PRO B850 platform
1616
* [RTE v1.1.0](https://shop.3mdeb.com/shop/open-source-hardware/open-source-hardware-3mdeb/rte/)
1717
* Sonoff S20 type E
18-
* 7x standard female-female connection wire 2.54 mm raster
18+
* 4x standard female-female connection wire 2.54 mm raster
1919
* 7x standard female-female connection wire 2.54/2.00 mm raster
20+
* 1x DB9 null modem cable
21+
* 1x IDC 9-pin to DB9 adapter
2022

2123
## Connections
2224

@@ -31,20 +33,14 @@ The following sections describe how to enable all of the following features:
3133

3234
### Serial connection
3335

34-
1. Attach the jumpers in the RTE J16 header to enable header J18:
36+
1. Attach the jumpers in the RTE J16 header to enable header RS232:
3537

3638
| Jumper position (TX) | Jumper position (RX) |
3739
|:-------------------------:|:-------------------------------:|
38-
| EXT + COM | EXT + COM |
40+
| RS232 + COM | RS232 + COM |
3941

40-
1. Connect the RTE J18 header to the platform JBD1 header as described in the
41-
table:
42-
43-
| RTE | MSI PRO B850 |
44-
|:---------------:|:-----------------------:|
45-
| J18 pin 1 (GND) | JCOM1 pin 5 |
46-
| J18 pin 2 (RX) | JCOM1 pin 3 |
47-
| J18 pin 3 (TX) | JCOM1 pin 2 |
42+
1. Connect the RTE rs232 header to the platform JBD1 header using IDC to DB9 adapter
43+
and DB9 null modem cable.
4844

4945
### Power supply controlling
5046

@@ -128,29 +124,6 @@ The following sections describe how to use all of the enabled features:
128124
The method of setting and using serial connection is described in the
129125
[Serial connection guide](../../transparent-validation/rte/v1.1.0/serial-port-connection-guide.md).
130126

131-
### Power supply controlling
132-
133-
Power supply controlling (in this case: controlling the state of Sonoff)
134-
should be performed based on the `sonoff.sh` script implemented in `meta-rte`
135-
(OS image dedicated to the RTE platform).
136-
137-
> Note, that before using the above-mentioned script, it should be modified and
138-
`SONOFF_IP` parameter should be set in accordance with obtained Sonoff IP address.
139-
140-
To perform basic power operations use the below-described commands:
141-
142-
1. Turn on the power supply:
143-
144-
```bash
145-
./sonoff on
146-
```
147-
148-
1. Turn off the power supply:
149-
150-
```bash
151-
./sonoff on
152-
```
153-
154127
### Basic power operations
155128

156129
Basic power operations should be performed based on the `rte_ctrl` script
@@ -182,9 +155,9 @@ should be powered up: both Sonoff and the power supply must be turned on.
182155

183156
The external flashing procedure should be performed based on the scripts
184157
implemented on the RTE platform. To perform the flashing operation reproduce,
185-
the below-described steps:
158+
the steps described below:
186159

187-
> Note: the `flash.sh` script, used in this chapter, is available only in 0.8.1
160+
> Note: the `flash.sh` script, used in this chapter, is available only in 0.8.0
188161
> or newer RTE OS releases, check [meta-rte](https://github.com/3mdeb/meta-rte)
189162
> for more inf..
190163

0 commit comments

Comments
 (0)