You can either download a base install of Raspberry Pi OS (Lite is fine) or copy a disk image from one of the other working raspberry pi's. To copy the disk image put the sd card in a linux computer, unmount the partitions, and run
dd if=mmcblk0p2 of=RaspberryPiImage.img bs=1M
Then you can use dd or some other software (like Etcher) to copy that image to another sd card.
When you first boot up the new install it will most likely resize itself to the size of your SD Card and reboot, this is normal.
The root password should be raspberry
Make sure you install dronekit first as it will overwrite the MavLink install with an older version that wil not work.
To install Dronekit run sudo pip3 install dronekit
To install MavLink run sudo pip3 install -U pymavlink
After installing MavLink and Dronekit the MavLink version should be at least 2.2.10
See this guide for installing vizier.
To install GNURadio run sudo apt-get install gnuradio
Follow the build guide here
Follow the build guide here
You can attemt to follow the install guide here but this didn't work on Raspberry Pi due to the repository not supporting it. Instead, install some graphics dependencies by running
sudo apt-get install libwxgtk3.0-dev freeglut3-dev
This process will also require more RAM than the Raspberry Pi has so you will need to enable a temporary swap file as shown here
Then build Limesuite by following this guide.