External buildroot tree for the Xiegu X6100 transceiver.
- download the latest stable release of buildroot and untar it:
curl -O https://buildroot.org/downloads/buildroot-2025.08.tar.xz
tar xJf buildroot-2025.08.tar.xz
- clone this repository
git clone https://github.com/fventuri/x6100-buildroot.git
- build the buildroot Linux system and create the SD card image (it will take a while)
export BR2_EXTERNAL="$PWD/x6100-buildroot"
cd buildroot-2025.08
make X6100_defconfig
make
- copy the SD card image to sdcard (under /dev/XYZ):
sudo dd if=output/images/sdcard.img of=/dev/XYZ bs=8M
sudo eject /dev/XYZ
cd ..
-
edit
x6100-buildroot/package/x6100-gui/x6100_gui.mk; update the entry forX6100_GUI_VERSION -
remove the old build of x6100-gui and rebuild it:
export BR2_EXTERNAL="$PWD/x6100-buildroot"
cd buildroot-2025.08
rm -fr output/build/x6100-gui-*
make
- Rui Oliveira CT7ALW
- Олег Белоусов (Oleg Belusov) R1CBU
- Георгий Дюльдин (Georgy Dyuldin) R2RFE
- wicknix
Licensed under the GNU GPL V3 (see LICENSE)