Search found 2 matches

by castro.fernando
2025-09-25 1:56
Forum: Luckfox Pico-RV1103/RV1106
Topic: Doubt how to include a startup script and a custom python package in a custom rootfs using pico max board
Replies: 1
Views: 867

Re: Doubt how to include a startup script and a custom python package in a custom rootfs using pico max board

I ended up found the solution on wiki page [SDK][https://wiki.luckfox.com/Luckfox-Pico-RV1106/Luckfox-Pico-86-Panel/SDK/#3-packaging-custom-files-into-the-system-image]
The custom files/scripts can be add on overlay, then when the firmware is package all your files are included in same structure ...
by castro.fernando
2025-09-23 23:48
Forum: Luckfox Pico-RV1103/RV1106
Topic: Doubt how to include a startup script and a custom python package in a custom rootfs using pico max board
Replies: 1
Views: 867

Doubt how to include a startup script and a custom python package in a custom rootfs using pico max board

Hello,

I am getting started with the LuckFox Pro Max and I’d like some guidance on the recommended way to embed custom software and scripts into the root filesystem image.

My first attempt was to create a package under package/mycustompackage/, with both a Config.in and a mycustom.mk file, and ...