Search found 1353 matches

by Crocodile
2025-04-27 6:52
Forum: Luckfox Lyra-RK3506
Topic: amp
Replies: 1
Views: 9

Re: amp

您好,后续会提供amp相关的支持和wiki文档
by Crocodile
2025-04-27 6:50
Forum: Luckfox Pico-RV1103/RV1106
Topic: 开发板如何安装frp?
Replies: 2
Views: 21

Re: 开发板如何安装frp?

您好,使用 frp 需要到 git 仓库上获取发行程序上传到板端或获取源码重新编译,最新版本的下载地址为https://github.com/fatedier/frp/release ... .tar.gz
by Crocodile
2025-04-27 2:17
Forum: Luckfox Pico-RV1103/RV1106
Topic: Using USB Sound Card on Pico Ultra W
Replies: 3
Views: 26

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: 26

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: 26

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: 3241

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: 1265

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: 27

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: 2
Views: 35

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: 27

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/...