DEV Community

Cover image for How to Add User Files to Buildroot Image on OK3562 with Linux 5.10.198
Forlinx Jason
Forlinx Jason

Posted on

How to Add User Files to Buildroot Image on OK3562 with Linux 5.10.198

**

Include Your Files Directly in Buildroot for OK3562!

**

Tired of manually copying programs, libraries, or configurations to your development board after flashing an image? Here’s a better way:

✅ Method 1 – Directly include in source code:
⚫ Add files to fsoverlay directories
⚫ Compile with ./build.sh all
⚫ Files are permanently included in future builds

✅ Method 2 – Mount rootfs.ext2:
⚫ Quickly add files to a compiled image
⚫ Perfect for temporary changes
⚫ Flash updated image to see changes

📌 Tip: For large files, expand rootfs.ext2 first.

These methods save time, avoid manual errors, and streamline embedded development on OK3562.

💡 Join our embedded tech group on Facebook to share ideas and get expert tips!
https://www.forlinx.net/industrial-news/rk3562-buildroot-include-files-724.html

Top comments (0)