• Stars
    star
    156
  • Rank 239,589 (Top 5 %)
  • Language Makefile
  • License
    Other
  • Created about 5 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Buildroot fork customized for RPI3, iMX6, TK1, Qt, FastBoot.

ftDev Buildroot Repository

Description

This branch is specialized for Raspberry Pi 3 for now.

Base Buildroot Version : 2019.02.5

For details, you can read my blogpost: https://furkantokac.com/rpi3-fast-boot-less-than-2-seconds/

Scripts

Name Function
build-rpi3-qt.sh Builds static Qt. Run this after build RPI3 image.

Quick Start

Build RPI3 fastboot distro + static Qt

  1. make ftdev_rpi3_fastboot_defconfig
  2. make -j8
  3. ./build-rpi3-qt.sh
Output File Path
RPI3 Image output/images/sdcard.img
qmake output/qt/qt-everywhere-src-*/aaaout/bin/qmake