mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-18 01:58:56 +00:00
V1.0.6
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -3,4 +3,4 @@ rem SPDX-License-Identifier: Apache-2.0
|
||||
rem
|
||||
rem Copyright (C) 2023 ArtInChip Technology Co., Ltd
|
||||
|
||||
if not "%1" == "" scons --apply-def=%1 -C %SDK_PRJ_TOP_DIR%
|
||||
if not "%1" == "" scons --apply-noboot=%1 -C %SDK_PRJ_TOP_DIR%
|
||||
|
||||
Reference in New Issue
Block a user