Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Build the application for nRF9161 DK using the following command:

Code Block
west build -b nrf9161dkthingy9151lite_nrf9161_ns

The resulting image is build/zephyr/merged.hex.

...

Build the application for nRF5340 DK using the following command:

Code Block
west build -b nrf5340dkthingy9151lite_nrf5340_cpuapp_ns

The resulting image is build/zephyr/merged.hex.

...

Build the application for nRF5340 DK using the following command:

Code Block
west build -b nrf5340dkthingy9151lite_nrf5340_cpunet

The resulting image is build/zephyr/zephyr.hex.

...