Skip to content

Buildroot fork customized for RPI3, iMX6, TK1, Qt, FastBoot. Dockerfile added for reproducibility.

License

Notifications You must be signed in to change notification settings

Eandrju/buildroot

 
 

Repository files navigation

Based on ftDev Buildroot Repository

How to build it with docker

Build docker image:

docker build -t buildroot-fastboot-rpi-builder .

Create volume for buildroot directory:

docker volume create fastboot_buildroot_volume

Run with:

docker run -v fastboot_buildroot_volume:/buildroot -it buildroot-fastboot-rpi-builder

Then as instructed in ftDev repo:

make ftdev_rpi3_fastboot_defconfig && \
make -j8 2>&1 | tee output_buildroot.log && \
./build-rpi3-qt.sh 2>&1 | tee output_qt.log

Generated files in our volume can be now used to compile static QT app.

About

Buildroot fork customized for RPI3, iMX6, TK1, Qt, FastBoot. Dockerfile added for reproducibility.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 72.6%
  • C 9.7%
  • Shell 6.3%
  • Python 6.3%
  • C++ 1.2%
  • Assembly 1.1%
  • Other 2.8%