Skip to content

djdiskmachine/miyoomini-toolchain-buildroot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Miyoo Mini Toolchain Buildroot Docker Image

This repo downloads and configures buildroot to build libraries for the Miyoo Mini toolchain and optionally packages them up into a full toolchain.tar.xz (slow to compress but half the size of tar.gz).

Installation

With Docker installed and running, make shell builds the toolchain and drops into a shell inside the container. The container's ~/workspace is bound to ./workspace by default. Buildroot is downloaded to ~/buildroot.

After building the first time, make shell will skip building and drop into the shell.

Workflow

cd into ~/buildroot and run make sdk (or optionally make menuconfig first to add additional libraries).

-lasound not preconfigured and can be found in make menuconfig under

Target packages -> Audio and video applications -> alsa-utils

Then you can copy out individual binaries, libraries, and headers from ~/buildroot/output/host/arm-buildroot-linux-gnueabihf/sysroot/ or return to ~ and run ./package-toolchain.sh to generate ~/workspace/miyoomini-toolchain.tar.xz.

eg.

make shell
cd ~/buildroot
make menuconfig
make sdk
cd ~
./package-toolchain.sh
exit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 64.1%
  • Dockerfile 21.4%
  • Makefile 14.5%