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
2 changes: 2 additions & 0 deletions site/en/guides/border-router/prepare.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ as a Full Thread Device (FTD) in the design you chose.
* A Raspberry Pi for the Thread border router.
* 2 Nordic Semiconductor nRF52840 USB Dongles (one for the Co-Processor and one for the Thread end device).

When building firmware for the nRF52840 USB dongles, you must use the flag `-DOT_BOOTLOADER=USB`. This flag is required for both RCP and NCP designs to configure the correct memory map for the pre-installed Bootloader and to enable the USB DFU trigger. If the flag is not present, the compiled firmware cannot be loaded onto the dongle.

## Step 2: Build and flash Co-Processor firmware

Follow the instructions based on the design you chose.
Expand Down