How to install or upgrade your sBitx application - drexjj/sbitx GitHub Wiki

This procedure identifies the reinstallation and upgrade process to use the optimized, 64 bit, sBitx application on your transceiver. You must have the 64 bit sBitx Raspberry Pi image installed on your system first.

What's required?

  • USB mouse
  • Valid internet connection
  • sBitx

To install on your existing 64 bit system:

  • Open the web browser on your sBitx to this wiki page.
  • Open terminal and copy/paste this line below.
cd $HOME && rm -rf sbitx && cd $HOME && git clone https://github.com/drexjj/sbitx.git && cd sbitx && ./update

To upgrade your sBitx application with new features:

  • Open the web browser on your sBitx to this wiki page.
  • Open terminal and copy/paste this line below.
cd $HOME && cd sbitx && ./update