We are closed from August 1, 2026 to August 16, 2026. Orders placed during this time will be processed starting on August 17, 2026.
Commands
Koheron SDK 0.x documentation.
You are reading the stable documentation used by most existing customers. This version uses
CONFIG=.../config.yml and the legacy 0.x instrument flow.
Overview
Koheron Software Development Kit commands are called with a Makefile located at the root of the directory.
Usage
Build
$ make CONFIG=examples/red-pitaya/led-blinker/config.yml
Run
$ make CONFIG=examples/red-pitaya/led-blinker/config.yml HOST=192.168.1.100 run
Build block design in Vivado GUI
$ make CONFIG=examples/red-pitaya/led-blinker/config.yml block_design
Build and test FPGA core
$ make CORE=fpga/modules/axi_ctl_register_v1_0 test_core
Build and test FPGA module
$ make CONFIG=fpga/modules/address/config.yml test_module
Build image
$ make CONFIG=examples/red-pitaya/led-blinker/config.yml os
$ sudo make CONFIG=examples/red-pitaya/led-blinker/config.yml image
Clean
$ make CONFIG=examples/red-pitaya/led-blinker/config.yml clean

