Search found 1353 matches
- 2025-04-27 6:52
- Forum: Luckfox Lyra-RK3506
- Topic: amp
- Replies: 1
- Views: 7
Re: amp
您好,后续会提供amp相关的支持和wiki文档
- 2025-04-27 6:50
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: 开发板如何安装frp?
- Replies: 1
- Views: 10
Re: 开发板如何安装frp?
您好,使用 frp 需要到 git 仓库上获取发行程序上传到板端或获取源码重新编译,最新版本的下载地址为https://github.com/fatedier/frp/release ... .tar.gz
- 2025-04-27 2:17
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Using USB Sound Card on Pico Ultra W
- Replies: 3
- Views: 20
Re: Using USB Sound Card on Pico Ultra W
The driver needs to be enabled in the kernel, you should use ./build.sh kernelconfig
- 2025-04-27 1:36
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Building RKMPI sources using eclipse
- Replies: 1
- Views: 21
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...
- 2025-04-27 1:29
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Using USB Sound Card on Pico Ultra W
- Replies: 3
- Views: 20
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
- 2025-04-27 1:17
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: change console from ttyS2 to ttyS5
- Replies: 14
- Views: 3171
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 ...
- 2025-04-26 2:43
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: rv1106支持移动侦测(Motion Detect)么?支持的话,具体怎么用?
- Replies: 3
- Views: 1233
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...
- 2025-04-26 2:28
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: rndis ip
- Replies: 1
- Views: 18
Re: rndis ip
Hello, you can set the default rndis IP of your device by modifying the TARGET_IP in /etc/init.d/S99usb0config
- 2025-04-26 2:23
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: CSI camera compatible
- Replies: 1
- Views: 20
Re: CSI camera compatible
Hello
Unfortunately, for the RV1103 we currently only use the SC3336
Unfortunately, for the RV1103 we currently only use the SC3336
- 2025-04-26 2:21
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: rtsp 2 streams
- Replies: 1
- Views: 20
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/...