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 --recursivecd uboot
make redstoneeepi-minus1_defconfig
make menuconfig # Optional, if you want to customize it
make -j8 # Set the thread count according to your hardwareAnd the u-boot.img will be ready.