Skip to content

Network Provisioning v2

Sid Price edited this page Dec 31, 2025 · 2 revisions

ctxLink with v2 firmware provides network provisioning using the USB port and GDB.

Provisioning with GDB over USB

Connect ctxLink to your computer using a USB cable.

Follow the BMP getting started instructions to connect to ctxLink with GDB (arm-none-eabi-gdb).

Once connected, use the following command to configure the Wi-Fi module for your network:

`mon wifi <SSID>,<PASS_PHRASE>`

Once ctxLink is connected to the network if will report the results of the connection, including the IP address of ctxLink.

If you forget the IP Address of ctxLink, simply use the following command to discover it:

`mon wifi`

Clone this wiki locally