[last updated: 2024-10-05]
ham radio home page
rPi home page
-----
So far, this page is just starting and is very rough and incomplete ...
--------------------------------------------------------------
- There are dozens of programs/apps related to ham radio that will run on Linux.
These procedures give alternatives to procedures to install them on your rPi.
--------------------------------------------------------------
- AFAIK, there are two approaches to take:
- Install a "standard" distro like RPIOS bookworm or whatever,
then add apps as needed/desired.
Several alternative forks here:
----------
- Load the HamPi distro (which apparently is based on Bullseye), which is designed for ham radio.
- Reported disadvantages:
Most current version is from 2022 (Version 3.0 - 2022-05-30)
Only 32-bit. Development for 64-bit has supposedly "stalled".
Some apps may be out of date.
Maintenance and bug fixes may be marginal.
-
----------------------------------------------
- Andy's:
- Download the file from Sourceforge:
* andy_VER.tar.gz (replacing VER with the actual version information)
* move the file to /root (e.g. sudo mv andy_VER.tar.gz /root)
- Install the AHRL files thus:
* sudo -i
* cd /usr/local
* tar xzvf /root/andy_VER.tar.gz (again, replacing VER with the actual version information)
- Run the installation script:
* cd /usr/local/bin
* ./install_ahrl 2>&1 | tee out.txt
- While it is running, in another terminal, you can optionally do the following to watch the progress of the installation:
* sudo -i
* cd /usr/local/bin
* tail -f out.txt | grep AHRL:
- Useful debug info will be in the file "out.txt".
- It installed successfully, but OMG it took like 5 hrs.
----------------------------------------------
- References/Links:
------------------------------------------------------------------------------------
.
.
.
eof