Skip to content

Commit

Permalink
docs: add flash.sh script note
Browse files Browse the repository at this point in the history
For more inf. check 3mdeb/meta-rte#80.

Signed-off-by: Daniil Klimuk <[email protected]>
  • Loading branch information
DaniilKl committed Nov 8, 2024
1 parent 1be4250 commit c72463f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 19 deletions.
4 changes: 4 additions & 0 deletions docs/guides/lab-assembly/msi-zx90.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,10 @@ The external flashing procedure should be performed based on the scripts
implemented on the RTE platform. To perform the flashing operation reproduce,
the below-described steps:

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

1. By using `scp` put the requested Dasharo file to the RTE:

```bash
Expand Down
4 changes: 4 additions & 0 deletions docs/guides/lab-assembly/protectli.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,10 @@ The external flashing procedure should be performed based on the scripts
implemented on the RTE platform. To perform the flashing operation reproduce,
the below-described steps:

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

1. By using `scp` put the requested Dasharo file to the RTE:

```bash
Expand Down
23 changes: 4 additions & 19 deletions docs/transparent-validation/rte/v1.1.0/flashing-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ RTE.

### Flashing

> Note: the `flash.sh` script, used in this chapter, is available only in 0.8.1
> or newer RTE OS releases, check [meta-rte](https://github.com/3mdeb/meta-rte)
> for more inf..
1. Unscrew the bottom cover of the laptop.
1. Disconnect the battery

Expand Down Expand Up @@ -58,25 +62,6 @@ RTE.

![](../../../images/rte-v1.1.0-WSON8-SPI-header.jpg)

1. Put the flash script on RTE:

> The next steps require the device with Linux OS, it is possible to do this
> on e.g. Windows, but the procedure will be different.
1. Open the terminal and run the following commands:

```bash
git clone https://github.com/3mdeb/RteCtrl.git
cd RteCtrl/scripts/
```

1. Use `scp` to transfer flash script, in places marked with `XX` enter the
RTE IP address, which you can check with the command `ip a`:

```bash
scp flash.sh [email protected]:/home/root/
```

1. Login to RTE via `ssh` or `minicom`.
1. Connect and hold the WSON8 probe to the flash chip.
1. Read the flash chip by executing the following command on RTE:
Expand Down
4 changes: 4 additions & 0 deletions docs/variants/asus_kgpe_d16/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@ W25Q64FV 8MB). The flash chip is attached to the qspimux with an adapter
available with qspimux. Flashing may be done via the commands shown earlier or
the flash script which is present in the root directory of the RTE:

> Note: the `flash.sh` script, used in this chapter, is available only in 0.8.1
> or newer RTE OS releases, check [meta-rte](https://github.com/3mdeb/meta-rte)
> for more inf..
```shell
./flash.sh coreboot.rom
```
Expand Down

0 comments on commit c72463f

Please sign in to comment.