Opensource development package for Allwinner F1C100s & F1C200s
Check this file to view current driver support progress for F1C100s/F1C200s: PROGRESS-SUNIV.md
Check this file to view current driver support progress for V3/V3s/S3/S3L: PROGRESS-V3.md
sudo apt install wget unzip build-essential git bc swig libncurses-dev libpython3-dev libssl-dev
sudo apt install python3-distutils
Notice: Root permission is not necessery for download or extract.
git clone https://github.com/aodzip/buildroot-tiny200
Notice: Root permission is not necessery for build firmware.
Caution: Apply defconfig will reset all buildroot configurations to default values.
Generally, you only need to apply it once.
cd buildroot-tiny200
make widora_mangopi_r3_defconfig
make
Buildroot will download sourcecode when compiling the firmware. You can grab a TRUSTWORTHY archive of 'dl' folder for speed up.
If you have a multicore CPU, you can try
make -j ${YOUR_CPU_COUNT}
or buy a powerful PC for yourself.
You can flash a board by Linux (Recommended) or Windows system.
- rebuild-uboot.sh: Recompile U-Boot when you direct edit U-Boot sourcecode.
- rebuild-kernel.sh: Recompile Kernel when you direct edit Kernel sourcecode.
- emulate-chroot.sh: Emulate target rootfs by chroot.