Skip to content

Commit

Permalink
add missing openocd install instructions (project-chip#14583)
Browse files Browse the repository at this point in the history
* add missing openocd install instructions

* Restyled by prettier-markdown

* resolve failing spell check

Co-authored-by: Restyled.io <[email protected]>
  • Loading branch information
lmpprk and restyled-commits authored Feb 8, 2022
1 parent 0a33a10 commit 78776ac
Show file tree
Hide file tree
Showing 9 changed files with 123 additions and 26 deletions.
1 change: 1 addition & 0 deletions .github/.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1164,6 +1164,7 @@ XXXX
XXXXXXXX
xyz
xz
xzvf
yaml
yearday
yml
Expand Down
18 changes: 15 additions & 3 deletions examples/all-clusters-app/mbed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,21 @@ using the following command:
$ git submodule update --init

Building the example application requires the use of **ARM Mbed-OS** sources and
the **arm-none-gnu-eabi** toolchain. The OpenOCD package is used for flashing
purpose. <br> Some additional packages may be needed, depending on selected
build target and its requirements.
the **arm-none-gnu-eabi** toolchain.

The Cypress OpenOCD package is required for flashing purpose. Install the
Cypress OpenOCD and set env var `OPENOCD_PATH` before calling the flashing
script.

```
cd ~
wget https://github.com/Infineon/openocd/releases/download/release-v4.3.0/openocd-4.3.0.1746-linux.tar.gz
tar xzvf openocd-4.3.0.1746-linux.tar.gz
export OPENOCD_PATH=$HOME/openocd
```

Some additional packages may be needed, depending on selected build target and
its requirements.

> **The VSCode devcontainer has these components pre-installed. Using the VSCode
> devcontainer is the recommended way to interact with Arm Mbed-OS port of the
Expand Down
18 changes: 15 additions & 3 deletions examples/lighting-app/mbed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,21 @@ using the following command:
$ git submodule update --init

Building the example application requires the use of **ARM Mbed-OS** sources and
the **arm-none-gnu-eabi** toolchain. The OpenOCD package is used for flashing
purpose. <br> Some additional packages may be needed, depending on selected
build target and its requirements.
the **arm-none-gnu-eabi** toolchain.

The Cypress OpenOCD package is required for flashing purpose. Install the
Cypress OpenOCD and set env var `OPENOCD_PATH` before calling the flashing
script.

```
cd ~
wget https://github.com/Infineon/openocd/releases/download/release-v4.3.0/openocd-4.3.0.1746-linux.tar.gz
tar xzvf openocd-4.3.0.1746-linux.tar.gz
export OPENOCD_PATH=$HOME/openocd
```

Some additional packages may be needed, depending on selected build target and
its requirements.

> **The VSCode devcontainer has these components pre-installed. Using the VSCode
> devcontainer is the recommended way to interact with Arm Mbed-OS port of the
Expand Down
18 changes: 15 additions & 3 deletions examples/lock-app/mbed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,21 @@ using the following command:
$ git submodule update --init

Building the example application requires the use of **ARM Mbed-OS** sources and
the **arm-none-gnu-eabi** toolchain. The OpenOCD package is used for flashing
purpose. <br> Some additional packages may be needed, depending on selected
build target and its requirements.
the **arm-none-gnu-eabi** toolchain.

The Cypress OpenOCD package is required for flashing purpose. Install the
Cypress OpenOCD and set env var `OPENOCD_PATH` before calling the flashing
script.

```
cd ~
wget https://github.com/Infineon/openocd/releases/download/release-v4.3.0/openocd-4.3.0.1746-linux.tar.gz
tar xzvf openocd-4.3.0.1746-linux.tar.gz
export OPENOCD_PATH=$HOME/openocd
```

Some additional packages may be needed, depending on selected build target and
its requirements.

> **The VSCode devcontainer has these components pre-installed. Using the VSCode
> devcontainer is the recommended way to interact with Arm Mbed-OS port of the
Expand Down
18 changes: 15 additions & 3 deletions examples/ota-requestor-app/mbed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,21 @@ using the following command:
$ git submodule update --init

Building the example application requires the use of **ARM Mbed-OS** sources and
the **arm-none-gnu-eabi** toolchain. The OpenOCD package is used for flashing
purpose. <br> Some additional packages may be needed, depending on selected
build target and its requirements.
the **arm-none-gnu-eabi** toolchain.

The Cypress OpenOCD package is required for flashing purpose. Install the
Cypress OpenOCD and set env var `OPENOCD_PATH` before calling the flashing
script.

```
cd ~
wget https://github.com/Infineon/openocd/releases/download/release-v4.3.0/openocd-4.3.0.1746-linux.tar.gz
tar xzvf openocd-4.3.0.1746-linux.tar.gz
export OPENOCD_PATH=$HOME/openocd
```

Some additional packages may be needed, depending on selected build target and
its requirements.

> **The VSCode devcontainer has these components pre-installed. Using the VSCode
> devcontainer is the recommended way to interact with Arm Mbed-OS port of the
Expand Down
18 changes: 15 additions & 3 deletions examples/pigweed-app/mbed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,21 @@ using the following command:
$ git submodule update --init

Building the example application requires the use of **ARM Mbed-OS** sources and
the **arm-none-gnu-eabi** toolchain. The OpenOCD package is used for flashing
purpose. <br> Some additional packages may be needed, depending on selected
build target and its requirements.
the **arm-none-gnu-eabi** toolchain.

The Cypress OpenOCD package is required for flashing purpose. Install the
Cypress OpenOCD and set env var `OPENOCD_PATH` before calling the flashing
script.

```
cd ~
wget https://github.com/Infineon/openocd/releases/download/release-v4.3.0/openocd-4.3.0.1746-linux.tar.gz
tar xzvf openocd-4.3.0.1746-linux.tar.gz
export OPENOCD_PATH=$HOME/openocd
```

Some additional packages may be needed, depending on selected build target and
its requirements.

> **The VSCode devcontainer has these components pre-installed. Using the VSCode
> devcontainer is the recommended way to interact with Arm Mbed-OS port of the
Expand Down
18 changes: 15 additions & 3 deletions examples/shell/mbed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,21 @@ using the following command:
$ git submodule update --init

Building the example application requires the use of **ARM Mbed-OS** sources and
the **arm-none-gnu-eabi** toolchain. The OpenOCD package is used for flashing
purpose. <br> Some additional packages may be needed, depending on selected
build target and its requirements.
the **arm-none-gnu-eabi** toolchain.

The Cypress OpenOCD package is required for flashing purpose. Install the
Cypress OpenOCD and set env var `OPENOCD_PATH` before calling the flashing
script.

```
cd ~
wget https://github.com/Infineon/openocd/releases/download/release-v4.3.0/openocd-4.3.0.1746-linux.tar.gz
tar xzvf openocd-4.3.0.1746-linux.tar.gz
export OPENOCD_PATH=$HOME/openocd
```

Some additional packages may be needed, depending on selected build target and
its requirements.

> **The VSCode devcontainer has these components pre-installed. Using the VSCode
> devcontainer is the recommended way to interact with Arm Mbed-OS port of the
Expand Down
20 changes: 16 additions & 4 deletions src/test_driver/mbed/integration_tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,22 @@ following command:

$ git submodule update --init

Building the application requires the use of **ARM Mbed-OS** sources and the
**arm-none-gnu-eabi** toolchain. The OpenOCD package is used for flashing
purpose. <br> Some additional packages may be needed, depending on selected
build target and its requirements.
Building the example application requires the use of **ARM Mbed-OS** sources and
the **arm-none-gnu-eabi** toolchain.

The Cypress OpenOCD package is required for flashing purpose. Install the
Cypress OpenOCD and set env var `OPENOCD_PATH` before calling the flashing
script.

```
cd ~
wget https://github.com/Infineon/openocd/releases/download/release-v4.3.0/openocd-4.3.0.1746-linux.tar.gz
tar xzvf openocd-4.3.0.1746-linux.tar.gz
export OPENOCD_PATH=$HOME/openocd
```

Some additional packages may be needed, depending on selected build target and
its requirements.

> **The VSCode devcontainer has these components pre-installed. Using the VSCode
> devcontainer is the recommended way to interact with Arm Mbed-OS port of the
Expand Down
20 changes: 16 additions & 4 deletions src/test_driver/mbed/unit_tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,22 @@ submodules using the following command:

$ git submodule update --init

Building the application requires the use of **ARM Mbed-OS** sources and the
**arm-none-gnu-eabi** toolchain. The OpenOCD package is used for flashing
purpose. <br> Some additional packages may be needed, depending on selected
build target and its requirements.
Building the example application requires the use of **ARM Mbed-OS** sources and
the **arm-none-gnu-eabi** toolchain.

The Cypress OpenOCD package is required for flashing purpose. Install the
Cypress OpenOCD and set env var `OPENOCD_PATH` before calling the flashing
script.

```
cd ~
wget https://github.com/Infineon/openocd/releases/download/release-v4.3.0/openocd-4.3.0.1746-linux.tar.gz
tar xzvf openocd-4.3.0.1746-linux.tar.gz
export OPENOCD_PATH=$HOME/openocd
```

Some additional packages may be needed, depending on selected build target and
its requirements.

> **The VSCode devcontainer has these components pre-installed. Using the VSCode
> devcontainer is the recommended way to interact with Arm Mbed-OS port of the
Expand Down

0 comments on commit 78776ac

Please sign in to comment.