Search found 1351 matches

by Crocodile
2025-04-27 2:17
Forum: Luckfox Pico-RV1103/RV1106
Topic: Using USB Sound Card on Pico Ultra W
Replies: 3
Views: 19

Re: Using USB Sound Card on Pico Ultra W

The driver needs to be enabled in the kernel, you should use ./build.sh kernelconfig
by Crocodile
2025-04-27 1:36
Forum: Luckfox Pico-RV1103/RV1106
Topic: Building RKMPI sources using eclipse
Replies: 1
Views: 19

Re: Building RKMPI sources using eclipse

Hello, we have no experience with Eclipse and are unable to advise you on the issues you are experiencing with your configuration on Eclipse. luckfox_pico_rkmpi_example is compiled by cmake, which is usually done from the command line (in x86_64 Linux). We've simplified the process by compiling with...
by Crocodile
2025-04-27 1:29
Forum: Luckfox Pico-RV1103/RV1106
Topic: Using USB Sound Card on Pico Ultra W
Replies: 3
Views: 19

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
by Crocodile
2025-04-27 1:17
Forum: Luckfox Pico-RV1103/RV1106
Topic: change console from ttyS2 to ttyS5
Replies: 14
Views: 3123

Re: change console from ttyS2 to ttyS5

The corresponding stdout-path node of rv1106-evb.dts should be modified in rv1106-u-boot.dtsi. I have tested this cumbersome verification process twice and found no problems. If it still cannot be solved, please refer to the appendix document (only in Chinese version) by yourself to check where the ...
by Crocodile
2025-04-26 2:43
Forum: Luckfox Pico-RV1103/RV1106
Topic: rv1106支持移动侦测(Motion Detect)么?支持的话,具体怎么用?
Replies: 3
Views: 1221

Re: rv1106支持移动侦测(Motion Detect)么?支持的话,具体怎么用?

Hello, your needs need to modify the source code, get the frame data of the VI when triggering Motion Detect and save it, the default rkipc application supports the jpeg capture function, the attachment is the development instructions of the rkipc application, you can save the jpeg by calling the rk...
by Crocodile
2025-04-26 2:28
Forum: Luckfox Pico-RV1103/RV1106
Topic: rndis ip
Replies: 1
Views: 13

Re: rndis ip

Hello, you can set the default rndis IP of your device by modifying the TARGET_IP in /etc/init.d/S99usb0config
by Crocodile
2025-04-26 2:23
Forum: Luckfox Pico-RV1103/RV1106
Topic: CSI camera compatible
Replies: 1
Views: 11

Re: CSI camera compatible

Hello
Unfortunately, for the RV1103 we currently only use the SC3336
by Crocodile
2025-04-26 2:21
Forum: Luckfox Pico-RV1103/RV1106
Topic: rtsp 2 streams
Replies: 1
Views: 10

Re: rtsp 2 streams

Hello, it is feasible to output two streams simultaneously using Luckfox-pico. Default rkipc application is output two flow at the same time, the address of the RTSP for rtsp://${IP}/live/0 and rtsp://${IP}/live/1 . To set the output resolution using the sc3336 sensor, you can modify /oem/usr/share/...
by Crocodile
2025-04-25 1:15
Forum: Luckfox Lyra-RK3506
Topic: Is docker available on Luckfox Lyra?
Replies: 6
Views: 704

Re: Is docker available on Luckfox Lyra?

The new version only adds support for luckfox-config
We can't meet every customer's customization needs for the system, thank you for your understanding
by Crocodile
2025-04-25 1:11
Forum: Luckfox Pico-RV1103/RV1106
Topic: UnMinimize my Ubuntu System
Replies: 1
Views: 46

Re: UnMinimize my Ubuntu System

Hello, If you need to fully allocate SD card space, you can only set the partition before compiling, and the partition setting mainly affects the env.img, bootargs and rootfs file system initialization scripts passed to the kernel, which involves more places, and it is recommended to recompile