Page 1 of 1

External app

Posted: 2025-09-20 22:20
by Tomate
Hello, I have an application that is compiled outside of the framework. It has been successfully tested on my LuckFox Pico Max board. I need to place this application (executable) somewhere within the SDK so that the next time I perform a full rebuild, it persists and I don’t have to copy it manually.

Thanks in advance !

Re: External app

Posted: 2025-09-23 7:24
by Crocodile
Hello, you can refer to https://wiki.luckfox.com/Luckfox-Pico-R ... stem-image to package your binary files into rootfs.img.

Re: External app

Posted: 2025-09-24 22:49
by Tomate
Crocodile wrote: 2025-09-23 7:24 Hello, you can refer to https://wiki.luckfox.com/Luckfox-Pico-R ... stem-image to package your binary files into rootfs.img.
Thanks !