[Lensing CSK6 Visual AI Development Kit Trial] Build a development environment and run routines

This article comes from the CSK6 visual AI development kit activity organized by Jishu Community and Lens Technology. For more development board trial activities, please pay attention to the Jishu Community website. Author: Xiaohui

foreword

Thanks to the Jishu community and Lingsi Technology for providing the trial opportunity of the AI ​​development kit. Follow the tutorial to learn to build a development environment for the board.

1. Development environment construction

1.1. The operating system used for development: win10

1.2. Installation dependencies
1.2.1. Install git software
Software download address: https://cdn.iflyos.cn/public/…

1.2.2. After the installation is complete, check the installed version and
enter the command under cmd: git --version

1.3. Install the lisa zep tool
Download the CSK6 one-click installation package and run the installation

1.4. Check the development environment
After the installation of lisa zep is complete, check the development environment.
Execute the command: lisa info zep

2. Compile the blinky routine

Choose a directory to create the blinky project instance.

2.1. Create a project project
Execute the command: lisa zep create to create a project

2.2. Select the helloworld option

2.3. Select the sub-option blinky

The default name is blinky, keep it as default.

Created project file

2.4. Compile the project
Enter the project file and execute the compilation command:
lisa zep build -b csk6011a_nano

Compilation is complete.

3. Programming routine

Execute the flashing command:
lisa zep flash

4. Program running

After the programming is completed, reset the board, and the indicator light on the board will flash. !

GIF cover

Guess you like

Origin blog.csdn.net/weixin_47569031/article/details/129138303