2024-02-28 15:37:56 +08:00
2024-02-19 19:34:29 +08:00
2024-02-28 15:37:56 +08:00
2024-02-19 19:34:29 +08:00
2024-02-26 12:02:15 +08:00
2024-02-19 19:34:29 +08:00
2024-02-19 19:34:29 +08:00
2024-02-19 19:34:29 +08:00
2024-02-19 19:34:29 +08:00
2024-02-19 19:34:29 +08:00
2024-02-19 19:34:29 +08:00
2024-02-28 15:37:56 +08:00
2024-02-19 19:34:29 +08:00
2024-02-28 15:37:56 +08:00
2024-02-19 19:34:29 +08:00
2024-02-19 19:34:29 +08:00
2024-02-28 15:37:56 +08:00
2024-02-28 15:37:56 +08:00
2024-02-27 14:18:45 +08:00

licheervnano sdk

download

git clone https://github.com/sipeed/LicheeRv-Nano-Build --depth=1 --recursive
cd LicheeRv-Nano-Build
git config user.name Name
git config user.email nano@none.nop
sh ./apply_patches.sh
echo $?

setup build environment

cd docker/
podman build -t LicheeRv-Nano-Build .
podman run --rm -it -v /path/to/LicheeRv-Nano-Build:/path/to/LicheeRv-Nano-Build /bin/bash

build whole system

source build/cvisetup.sh
defconfig sg2002_licheervnano_sd
build_all
./build/tools/common/sd_tools/sd_gen_burn_image_rootless.sh install/soc_sg2002_licheervnano_sd/
ls -lh install/soc_sg2002_licheervnano_sd/images/*

make bootable sdcard image

dd if= install/soc_sg2002_licheervnano_sd/images/DATE.img of=/dev/your_sdcard
Description
LicheeRV-Nano-Build
Readme 2.1 GiB
Languages
C 94.3%
Python 2.8%
Assembly 1.1%
Makefile 0.8%
Shell 0.3%
Other 0.3%