1. Compile SSD202 SDK
compile uboot
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
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:
After adding the files, execute the packaging script of the corresponding partition file system
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:
Top comments (0)