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 sdkIf 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:
