An ARM development board based on Rockchip RV1106
This repo contains some shit for building an OS based on buildroot
git clone https://github.com/redstonee/RedStoneeePi-Minus1 --recursive
cd uboot
make redstoneeepi-minus1_defconfig
make menuconfig # Optional, if you want to customize it
make -j8 # Set the thread count according to your hardware
And the u-boot.img
will be ready.