Linux image of an ADS-B receiver on Raspberry Pi Zero W.
The receiver feeds ADSBHub and Flightradar24 networks, using dump1090 software.
git clone --recurse-submodules <method of accessing the repository>
Copy the following files by removing the .example extension then adapt them to meet your needs :
./br2-ext-dflt/board/my_board/overlay/root/.ssh/authorized_keys.example: public keys authorized to connect via ssh with the root account./br2-ext-dflt/board/my_board/overlay/etc/wpa_supplicant.conf.example: Wi-Fi network connection information./br2-ext-dflt/package/fr24feed/fr24feed.ini.example: 16 hex digits flightradar24 sharing key
cd buildroot
make BR2_EXTERNAL=../br2-ext-dflt my_board_defconfig
make
The image to be written to the SD card is located: ./buildroot/output/images/sdcard.img