Skip to content

redstonee/RedStoneeePi-Minus1

Repository files navigation

RedStoneeePi-Minus1

An ARM development board based on Rockchip RV1106

This repo contains some shit for building an OS based on buildroot

Build Construction

0. Clone this repo and install essential

git clone https://github.com/redstonee/RedStoneeePi-Minus1 --recursive

Build U-Boot

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.

Build the kernel

About

An ARM development board based on Rockchip RV1106

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages