Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 715 Bytes

File metadata and controls

44 lines (28 loc) · 715 Bytes

Getting Started

Based on the official K230 Linux SDK build instructions.


1. Clone

git clone --recursive git@github.com:Iari-Lab/camera_software.git
cd camera_software

Note

The --recursive flag is required to initialize all submodules.


2. Build the Docker image

docker compose build k230-build

Tip

Only needed once, or when the Dockerfile or its dependencies change.


3. Start the build environment

docker compose run k230-build

4. Build the SDK

Inside the container:

make CONF=k230d_canmv_defconfig