No description
Find a file
2024-03-07 13:14:48 +08:00
.github/workflows first commit 2024-03-07 13:14:48 +08:00
board/sipeed/licheervnano first commit 2024-03-07 13:14:48 +08:00
boot first commit 2024-03-07 13:14:48 +08:00
configs first commit 2024-03-07 13:14:48 +08:00
package first commit 2024-03-07 13:14:48 +08:00
Config.in first commit 2024-03-07 13:14:48 +08:00
external.desc first commit 2024-03-07 13:14:48 +08:00
external.mk first commit 2024-03-07 13:14:48 +08:00
README.md first commit 2024-03-07 13:14:48 +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

Prebuilt images

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