Skip to content

A project to build a Linux kernel and OS for the Xiegu X6100 without having to copy files from the vendor's kernel.

License

Notifications You must be signed in to change notification settings

gdyuldin/AetherX6100Buildroot

 
 

Repository files navigation

Aether X6100

A project to build a Linux kernel and OS for the Xiegu X6100 without having to copy files from the vendor's kernel.

Building

Building on Linux

To build on a Linux machine, just:

.\br_config.sh
cd build
make

And then you'll have a sdcard.img in the build directory, you can then flash.

Buildroot dependencies

If you are indeed using Linux, check the pre-requesites of Buildroot here.

Building on other OSes

The recomended way of building this repo on other systems is using Docker, as described below.

Changing buildroot configurations

If you want to change the Buildroot configuration, first do this:

cd build
make menuconfig

Changing U-Boot and Linux kernel configurations

For those you can just:

cd build
make uboot-menuconfig
# or
cd build
make linux-menuconfig

Other useful recipes

If you change the boot.cmd file, then you have to run:

make host-uboot-tools-rebuild
make

source

About

A project to build a Linux kernel and OS for the Xiegu X6100 without having to copy files from the vendor's kernel.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Makefile 71.2%
  • Shell 24.1%
  • Dockerfile 3.6%
  • Batchfile 1.1%