forked from blackmagic-debug/blackmagic
-
Notifications
You must be signed in to change notification settings - Fork 13
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.
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`