DEV Community

Panlee123
Panlee123

Posted on

How to Compile the SDK of SSD202D Scheme

1. Compile SSD202 SDK
compile uboot

  • Environment configuration
    Image description

  • Select the configuration related to the model
    Image description

  • Compile
    Image description

  • Replace burning image
    Image description

  • Flash selection
    Image description

  • For detailed introduction of binary files involved in uboot partition production, please refer to: Development - application development reference - system related - SSD_ system partition

2. Compile kernel

  • Environment configuration
    Image description

  • Select model config
    Image description

  • Compile
    Image description

  • Replace burning image
    Image description

3. Make file system

  • The UBI partition file system is in the ssd20x rootfs open / ssd20x directory. It only needs to decompress the file system and add customized software to take effect. There is no need to recompile the system image. Take adding an application in ssd202 as an example:
    Image description

  • After adding the files, execute the packaging script of the corresponding partition file system
    Image description

  • Replace
    Image description

4. Compile openwrt

  • If you need openwrt to support additional software functions, you need to compile the SDK and replace the image. If you only do UI development or driver development, you do not need to perform this step: Image description

Top comments (0)