diff --git a/docs/getting-started/3-device-examples/2-compile-example-code/1-zephyr/02-zephyr-samples.md b/docs/getting-started/3-device-examples/2-compile-example-code/1-zephyr/02-zephyr-samples.md index be05c679..eedd5f55 100644 --- a/docs/getting-started/3-device-examples/2-compile-example-code/1-zephyr/02-zephyr-samples.md +++ b/docs/getting-started/3-device-examples/2-compile-example-code/1-zephyr/02-zephyr-samples.md @@ -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 @@ -90,7 +88,6 @@ values={[ {label: 'Nordic nRF52840', value: 'nrf52840'}, {label: 'NXP FRDM-RW612', value: 'rw612'}, {label: 'ESP32', value: 'esp32'}, -{label: 'RAK5010', value: 'rak5010'}, ]}> @@ -116,25 +113,6 @@ west build -b esp32_devkitc_wrover/esp32/procpu examples/zephyr/hello west flash ``` - - - -:::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 -``` - ### Setting Credentials