Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ for a range of development boards as part of our continuous integration (CI).
Kit](https://www.nxp.com/design/design-center/development-boards/i-mx-evaluation-and-development-boards/i-mx-rt1024-evaluation-kit:MIMXRT1024-EVK)
* [ESP32 DevKitC
WROVER](https://www.espressif.com/en/products/devkits/esp32-devkitc)
* [RAK5010 WisTrio NB-IoT Tracker Pro (Quectel
BG95-M3)](https://docs.rakwireless.com/Product-Categories/WisTrio/RAK5010)

This page includes build commands for these boards. You may model configuration
for your own target hardware on the configuration and overlay files found in the
Expand Down Expand Up @@ -90,7 +88,6 @@ values={[
{label: 'Nordic nRF52840', value: 'nrf52840'},
{label: 'NXP FRDM-RW612', value: 'rw612'},
{label: 'ESP32', value: 'esp32'},
{label: 'RAK5010', value: 'rak5010'},
]}>

<TabItem value="nrf52840">
Expand All @@ -116,25 +113,6 @@ west build -b esp32_devkitc_wrover/esp32/procpu examples/zephyr/hello
west flash
```
</TabItem>

<TabItem value="rak5010">

:::tip RAK5010 Requires an External Programmer

You will need an external programmer to flash the RAK5010. There are many
options, including J-Link, BlackMagic Probe, and using the offboard debug header
on an nRF9160dk.

For this example [we've connected a J-Link
programmer](https://docs.rakwireless.com/Product-Categories/WisTrio/RAK5010/Quickstart/#through-j-link-rtt-viewer).

:::

```console
west build -b rak5010 examples/zephyr/hello
west flash -r jlink
```
</TabItem>
</Tabs>

### Setting Credentials
Expand Down