This commit is contained in:
刘可亮
2024-09-05 13:59:48 +08:00
parent 803cac77d5
commit 2ce4d6bb89
17 changed files with 68 additions and 17 deletions

View File

@@ -8,9 +8,12 @@ echo Luban-Lite SDK OneStep commands:
echo h : Get this help.
echo lunch [No.] : Start with selected defconfig, .e.g. lunch 3
echo me : Config SDK with menuconfig
echo m : Build all and generate final image
echo bm : Config bootloader with menuconfig
echo km : Config application with menuconfig
echo m/mb : Build bootloader ^& app and generate final image
echo ma : Build application only
echo mu/ms : Build bootloader only
echo mc : Clean ^& Build all and generate final image
echo mb : Build bootloader ^& app and generate final image
echo c : Clean all
echo croot/cr : cd to SDK root directory.
echo cout/co : cd to build output directory.