Skip to content

Commit

Permalink
Update board type selection in build
Browse files Browse the repository at this point in the history
While building for EK or Custom boards, board need need to be overridden
and for custom board a TX power ceiling header to be provided.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
  • Loading branch information
krish2718 committed Oct 7, 2024
1 parent 90295f8 commit 18fea40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ for building and programming, when testing and evaluating the BM driver using of

4. **Build the Project:**

Use `west` to build the project for your specific board:
Use `west` to build the project for your specific board and type i.e., `CONFIG_NRF700X_BOARD_TYPE_DK` (default) or `CONFIG_NRF700X_BOARD_TYPE_EK`

```sh
west build -b your_board_name
west build -b your_board_name -- -D<BOARD_TYPE>=y
```

5. **Flash the Board:**
Expand Down Expand Up @@ -73,7 +73,7 @@ Using `git submodule` for third-party boards
git submodule update --init --recursive
```

2. Build and flashing instructions depend on the third-party board and the build system used.
2. Build and flashing instructions depend on the third-party board and the build system used. Please use board type as `CONFIG_NRF700X_BOARD_TYPE_CUSTOM` and also add the TX power ceiling header file for the custom board at `nrf70_bm_lib/include`, see `nrf70_bm_lib/include/nrf70_tx_pwr_ceil_dk.h` for reference.


Source directory Structure
Expand Down

0 comments on commit 18fea40

Please sign in to comment.