Search found 6 matches

by Totally_Not_A_Virus
2025-04-27 1:45
Forum: Luckfox Pico-RV1103/RV1106
Topic: Using USB Sound Card on Pico Ultra W
Replies: 3
Views: 865

Re: Using USB Sound Card on Pico Ultra W

Hello, the USB sound card needs to at least start the universal USB driver to use, and the SND_USB_AUDIO driver needs to be turned on in the kernel I tried to find and turn on the SND_USB_AUDIO driver in the kernel using the buildrootconfig command in the SDK but I cannot find it. Is it marked unde...
by Totally_Not_A_Virus
2025-04-26 17:25
Forum: Luckfox Pico-RV1103/RV1106
Topic: Using USB Sound Card on Pico Ultra W
Replies: 3
Views: 865

Using USB Sound Card on Pico Ultra W

Hi! I am trying to use a USB sound card on my Pico Ultra W running a custom buildroot built with the provided SDK. The board recognise a USB device when I plug the sound card but ALSA does not see it and doesn't list the playback device, only the rv1106acodec. I tried to find an option in the buildr...
by Totally_Not_A_Virus
2025-04-01 3:19
Forum: Luckfox Pico-RV1103/RV1106
Topic: Buildroot image not including packages
Replies: 6
Views: 413

Re: Buildroot image not including packages

Please make sure that the package you have enabled has any libraries or binaries available, and check for files under ${SDK}/output/out/rootfs_uclibc_rv1106 before executing ./build.sh firmware The warning content you provided has nothing to do with the package not being installed correctly and can...
by Totally_Not_A_Virus
2025-04-01 1:29
Forum: Luckfox Pico-RV1103/RV1106
Topic: Buildroot image not including packages
Replies: 6
Views: 413

Re: Buildroot image not including packages

Hello, after executing ./build.sh buildrootconfig and then executing ./build.sh rootfs may build the root file system with the latest configuration, you also need to execute ./build.sh firmware to package before burning the image to generate rootfs.img to add a new package, An alternative method is...
by Totally_Not_A_Virus
2025-03-31 3:41
Forum: Luckfox Pico-RV1103/RV1106
Topic: Buildroot image not including packages
Replies: 6
Views: 413

Re: Buildroot image not including packages

Hello, after executing ./build.sh buildrootconfig and then executing ./build.sh rootfs may build the root file system with the latest configuration, you also need to execute ./build.sh firmware to package before burning the image to generate rootfs.img to add a new package, An alternative method is...
by Totally_Not_A_Virus
2025-03-30 16:21
Forum: Luckfox Pico-RV1103/RV1106
Topic: Buildroot image not including packages
Replies: 6
Views: 413

Buildroot image not including packages

HI, I am trying to build a custom buildroot image for my Luckfox Pico Ultra W that includes Qt5. I select the packages using ./build.sh buildrootconfig inside the provided SDK, I can see during the build that the Qt5 package is downloaded and extracted but everytime when I flash the output image on ...