Opensource development package for Miyoo handhelds.
It is assumed you're using Debian based distro, others like Arch or Fedora may brake at build time.
sudo apt install -y wget unzip build-essential git bc swig libncurses-dev libpython3-dev libssl-dev cpio rsync subversion python3 mercurial imagemagick btrfs-progsgit clone https://github.com/MiyooCFW/buildroot
cd buildrootmake miyoo_uclibc_defconfigmake miyoo_musl_defconfig- image
make- image & sdk (shared)
make sdk./board/miyoo/minconfig/mini_config.sh miyoo_<libc>_defconfig- image (mininal)
make MINIMAL="yes"make miyoo_uclibc_static_defconfig-- or --
make miyoo_musl_static_defconfig- sdk (static)
make sdk- place your SDK at /opt/miyoo and run relocate script
/opt/miyoo/relocate-sdk.sh "/opt/miyoo"- apply external TC setup with regular/static uclibc/musl libc defconfig
./board/miyoo/extconfig/ext_config.sh miyoo_<libc>_defconfig- build BR2 pkgs as regular using provided SDK
make <pkg_name>If you have a multicore CPU, you can try
make -j ${YOUR_CPU_COUNT}
or buy a powerful PC for yourself.
load output/images/miyoo-cfw-*.img on sdcard
You will have to answer a few questions on first boot, represented on graphic below:
