-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For more inf. check 3mdeb/meta-rte#80. Signed-off-by: Daniil Klimuk <[email protected]>
- Loading branch information
Showing
4 changed files
with
16 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters