FC3000
build kernel
$ cd $ wget https://github.com/steward-fu/miyoo/releases/download/v1.0/toolchain.7z $ 7za x toolchain.7z $ sudo mv miyoo /opt/ $ export PATH=$PATH:/opt/miyoo/bin $ wget https://github.com/steward-fu/fc3000/releases/download/source/kernel.tar.gz $ tar xvf kernel.tar.gz $ cd kernel $ ARCH=arm CROSS_COMPILE=arm-linux- make suniv_defconfig $ ./run.sh fc3000