- On your host machine, download wlanpi-ctx debian file for bullseye:
cd ~/Downloads wget --content-disposition "https://packagecloud.io/wlanpi/main/packages/debian/bullseye/wlanpi-ctx_1.0.0_arm64.deb/download.deb?distro_version_id=207"
-
Connect the WLAN Pi to the host machine via USB-C to C cable, and boot it up.
-
SCP the Debian package to your WLAN Pi:
cd ~/Downloads scp wlanpi-ctx_1.0.0_arm64.deb [email protected]:/home/wlanpi
- Install the Debian package via SSH
SSH to Pi: ssh [email protected]
Run: sudo apt install -y /home/wlanpi/wlanpi-ctx_1.0.0_arm64.deb"
- Run ctx with debugging enabled via SSH
SSH to Pi (skip if already done): ssh [email protected]
Run: sudo ctx --debug