diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2024-11-30 08:56:28 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2024-11-30 08:56:28 +0100 |
commit | 4cb08b46d89224de85da584bef5f685f7c2ba321 (patch) | |
tree | 5be14363a9d03d41fbbedca0918a8c45837e38db /README.md | |
parent | 905060f8f90aff57b0ce91804bd0c801c31c93c7 (diff) | |
download | cats-radio-node-4cb08b46d89224de85da584bef5f685f7c2ba321.tar.gz cats-radio-node-4cb08b46d89224de85da584bef5f685f7c2ba321.tar.bz2 cats-radio-node-4cb08b46d89224de85da584bef5f685f7c2ba321.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -12,9 +12,12 @@ This project contains a web user interface for controlling a ## Installation +A binary is available, compiled for armhf (32-bit). If you want to run an aarch64 (64-bit) OS, please compile +cats-radio-node yourself. Instructions below. + To get cats-radio-node running on your raspberry pi -1. Prepare an SD card with latest Raspberry Pi OS, and boot your pi with it +1. Prepare an SD card with latest 32-bit (armhf) Raspberry Pi OS, and boot your pi with it 1. using `raspi-config`, enable the SPI Interface 1. `mkdir cats-radio-node` and `cd cats-radio-node` 1. `wget https://mpb.li/pv/cats-radio-node-20240128.tar.gz` |