Edit online

OneStep

OneStep 是 ArtInChip 为了简化 SDK 的使用而开发的一系列易用性命令。

Windows

在 Windows 系统中,OneStep 自动集成到 win_cmd.bat 和 win_env.bat 批处理脚本中

Linux

在 Linux 系统中需要加入到当前路径中
source tools/onestep.sh

命令列表

Luban-Lite SDK OneStep commands:

h             : Get this help.
lunch [No.]   : Start with selected defconfig, .e.g. lunch 3
me            : Config SDK with menuconfig
m             : Build all and generate final image
c             : Clean all
croot/cr      : cd to SDK root directory.
cout/co       : cd to build output directory.
cbuild/cb     : cd to build root directory.
ctarget/ct    : cd to target board directory.
list          : List all SDK defconfig.
i             : Get current project's information.
buildall      : Build all the *defconfig in target/configs
rebuildall    : Clean and build all the *defconfig in target/configs