Skip to content

Mainline kernel support for Licheerv Nano

Notifications You must be signed in to change notification settings

lone0/licheerv-nano-mainline

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

sipeed toolchain

some config file for sipeed board

support

board namelinuxbootlcdcameraethwifinpuhw accelusb
licheervnanobsp 5.10bspOKWIPOKOKno full testno full testOK
licheepi4absp 5.10bsp

usage

git clone https://github.com/buildroot/buildroot
git checkout v20xx.xx
for i in /path/to/sipeed-toolchain/buildroot-sipeed/patches/*.patch
do
	patch -p1 < $i
done
export BR2_EXTERNAL=/path/to/sipeed-toolchain/buildroot-sipeed/
make xxxx_defconfig # eg: licheervnano_defconfig
make -j`nproc`
ls output/images/xxx.img

more

https://buildroot.org/downloads/manual/manual.html

About

Mainline kernel support for Licheerv Nano

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 76.3%
  • Shell 23.7%