No description
Find a file
2024-03-12 22:53:12 +08:00
.github/workflows Update buildroot.yml 2024-03-08 23:46:13 +08:00
board/sipeed/licheervnano Fix DHCP starting... 2024-03-12 22:53:12 +08:00
boot Config Boards 2024-03-08 19:27:53 +08:00
configs More Updates and Fixes. 2024-03-12 16:48:29 +08:00
package More Updates and Fixes. 2024-03-12 16:48:29 +08:00
Config.in Config Boards 2024-03-08 19:27:53 +08:00
external.desc first commit 2024-03-07 13:14:48 +08:00
external.mk Config Boards 2024-03-08 19:27:53 +08:00
README.md Config Boards 2024-03-08 19:27:53 +08:00

Buildroot overlay for SG200x based Boards

Usage

mkdir br_sg200x && cd br_sg200x
git clone --depth 1 --branch 2023.11.2 https://github.com/buildroot/buildroot
git clone https://github.com/Fishwaldo/sg200x 
export BR_LICHEERVNANO_OVERLAY_PATH=$(pwd)/sg200x
cd buildroot
make BR2_EXTERNAL=$BR_LICHEERVNANO_OVERLAY_PATH sipeed_licheervnano_defconfig
make cvitekconfig
make

Prebuilt images

Prebuilt images are available on the releases page (for tested images) or development images are available via the github actions page