Announcement

Collapse
No announcement yet.

Feed FR24 from Arch Linux Arm on Raspberry Pi

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Feed FR24 from Arch Linux Arm on Raspberry Pi

    ADSB on "AlarmPi" (Arch Linux arm for Pi)

    This guide shows how to install following on Raspberry Pi

    1 - Operating System - Arch Linux Arm on microSD card of a Pi
    2 - Decoder (dump1090-fa)
    3 - FlightRadar24 Datafeeder (fr24feed)
    4 - Planefinder Data Feeder (pfclient)
    5 - Flightaware Data Feeder (piaware)


    NOTE:
    To install above noted software on Arch Linux x86_64 on PC, click following link:

    Feed FR24 from ARCH linux



    STEP 1 of 5: Install OS Arch Linux Arm (AlarmPi) on Raspberry Pi

    Click Here
    or scroll down to next post.


    STEP 2 of 5: Install dump1090-fa on AlarmPi (Armv7 and AArch64)

    CLICK HERE


    STEP 3 of 5: Install fr24feed on AlarmPi (Armv7 Only)
    After installing OS, boot the Pi, and copy-paste following two commands one by one in the terminal:
    The 2nd command below is very long.
    Please scroll right to see and copy this command in full (including the " at the end)


    Code:
    sudo pacman -Sy --needed wget    
    
    sudo bash -c "$(wget -O - https://raw.githubusercontent.com/abcd567a/Alarmpi-adsb/master/Alarmpi-install-fr24feed_armv7.sh)"


    STEP 4 of 5: Install Planefinder data feeder "pfclient" on AlarmPi (Armv7 and AArch64)

    After installing OS, boot the Pi, and copy-paste following two commands one by one in the terminal:
    The 2nd command below is very long.
    Please scroll right to see and copy this command in full (including the " at the end)


    Code:
    sudo pacman -Sy --needed wget
    
    sudo bash -c "$(wget -O - https://raw.githubusercontent.com/abcd567a/Alarmpi-adsb/master/Alarmpi-install-pfclient_armhf.sh)"

    STEP 5 of 5: Install Flightaware data feeder "piaware" on AlarmPi (Armv7 and AArch64)

    CLICK HERE



    .
    Last edited by abcd567; 2021-02-21, 11:28.

  • #3
    PLACEHOLDER

    Comment

    Working...
    X