Skip to content

fventuri/x6100-buildroot

Repository files navigation

Xiegu X6100 buildroot

External buildroot tree for the Xiegu X6100 transceiver.

How to build

  • 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 ..

How to update x6100-gui

  • edit x6100-buildroot/package/x6100-gui/x6100_gui.mk; update the entry for X6100_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

Credits

  • Rui Oliveira CT7ALW
  • Олег Белоусов (Oleg Belusov) R1CBU
  • Георгий Дюльдин (Georgy Dyuldin) R2RFE
  • wicknix

References

License

Licensed under the GNU GPL V3 (see LICENSE)

About

Xiegu X6100 buildroot

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors