Note

This is the documentation for the latest development branch and may refer to features that are not available in released versions. If you are looking for the documentation for a specific release, use the drop-down menu on the left and select the desired version.

Advanced Development Guide

Advanced Development Guide#

This chapter is intended for SDK secondary development and platform adaptation, covering advanced topics such as board-level configuration extension, driver porting, debugging tools, memory layout, and OTA.

This chapter will elaborate in detail on how to add configuration files and support for new development boards based on the K230_SDK. When developers design a new development board based on the K230 or K230D chip, the SDK package needs to be adjusted and adapted accordingly. This chapter will walk through step by step how to add a new defconfig.

If your goal is to “add a usable Sensor”, it is recommended to follow three steps:

  1. Driver Integration: First complete the Sensor driver and board-level configuration integration (main document: how_to_add_sensor.md)

  2. Calibration: Complete BLC/LSC/CC calibration (how_to_calibrate_isp.md)

  3. Tuning: Perform ISP parameter tuning according to business objectives (how_to_tune_isp.md)

Comments list
Comments
Log in