Page 1 of 1

Luckfox Pico Max - How to compile Buildroot with cups package

Posted: 2024-08-24 10:39
by toc
Hi, I've managed to build the buildroot SD image via the SDK, and now I want to add the CUPS package to buildroot, its listed in the menuconfig under the <SDK directory>/sysdrv/source/buildroot/buildroot-2023.02.6/ I enable it and check it is enabled in the menuconfig but when I build the system its not included and when I go back back to menuconfig its not enabled? as if the file has been overwritten.

any help would be great.

Re: Luckfox Pico Max - How to compile Buildroot with cups package

Posted: 2024-08-24 10:57
by Crocodile
You can try using ./build.sh buildrootconfig to add software packages. After that, execute ./build.sh rootfs and ./build.sh firmware to generate a new image. This approach avoids complex and error-prone operations.

Re: Luckfox Pico Max - How to compile Buildroot with cups package

Posted: 2024-08-24 13:58
by toc
Wow that was super fast!!! thanks crocodile worked perfectly :D

Cheers buddy