LuckfoxTECH / luckfox-pico

luckfox-pico sdk
237 stars 82 forks source link

luckfox

Luckfox Pico SDK

中文版

clean -clean all clean uboot -clean uboot clean kernel -clean kernel clean driver -clean driver clean rootfs -clean rootfs clean sysdrv -clean uboot/kernel/rootfs clean media -clean rockchip media libraries clean app -clean app clean recovery -clean recovery

firmware -pack all the image we need to boot up system ota -pack update_ota.tar save -save images, patches, commands used to debug check -check the environment of building info -see the current board building information

buildrootconfig -config buildroot and save defconfig" kernelconfig -config kernel and save defconfig"

#### Select the referenced board configuration
```shell
./build.sh lunch

Build media

./build.sh clean media
./build.sh media

The path of the generated files:

output/out/media_out

Notices

When copying the source code package under Windows, the executable file under Linux may become a non-executable file, or the soft link fails and cannot be compiled and used. Therefore, please be careful not to copy the source code package under Windows.