Search found 103 matches

by Ryand
2025-02-17 6:19
Forum: Luckfox Pico-RV1103/RV1106
Topic: Luckfox Pico Mini B - can't open i2c-3 port from luckfox-config
Replies: 7
Views: 1318

Re: Luckfox Pico Mini B - can't open i2c-3 port from luckfox-config

The i2c controller of rv1106 does not support slave mode. To implement it, only gpio can simulate i2c, and the driver may need to be modified. If there are no special requirements, it is recommended to use SPI. The SPI controller of rv1106 supports both master and slave modes. 企业微信截图_17397728348531....
by Ryand
2025-02-14 10:29
Forum: Luckfox Pico-RV1103/RV1106
Topic: Luckfox Pico Ultra w
Replies: 3
Views: 484

Re: Luckfox Pico Ultra w

使用5V引脚供电或者poe供电都可以
by Ryand
2025-02-14 9:58
Forum: Luckfox Pico-RV1103/RV1106
Topic: Luckfox Pico Ultra w
Replies: 3
Views: 484

Re: Luckfox Pico Ultra w

你好,需要你检查一下供电方式,USB A 和 USB C不能同时用;ls /dev/sd* 检查挂载设备名称, 再使用 fdisk -l 命令查看是否存在的设备和分区。
by Ryand
2025-02-14 6:09
Forum: Luckfox Pico-RV1103/RV1106
Topic: /lib/modules不存在
Replies: 1
Views: 478

Re: /lib/modules不存在

rockchip驱动和CSI驱动有启动顺序要求,使用depmod 在 /lib/modules 目录管理 .ko 的方式不能直接用在 RV1106 上,所以默认没有/lib/modules也不能直接使用 modprobe,有需要可以参考其他平台的实现方式自行尝试,安装.ko 可以到/oem/usr/ko 直接insmod
by Ryand
2025-02-14 1:46
Forum: Luckfox Pico-RV1103/RV1106
Topic: Luckfox Pico Ultra W PWM10_M1 cannot be enabled
Replies: 1
Views: 389

Re: Luckfox Pico Ultra W PWM10_M1 cannot be enabled

The GPO1_C6 pin has been designated for RGB functionality and cannot be used simultaneously as a PWM10 output. Execute the luckbox config command to disable the RGB enable configuration and configure PWM10.
Snipaste_2025-02-14_09-43-40.png
Snipaste_2025-02-14_09-44-01.png
by Ryand
2025-02-14 1:11
Forum: Luckfox Pico-RV1103/RV1106
Topic: Failed running RKNN library on ubuntu
Replies: 1
Views: 524

Re: Failed running RKNN library on ubuntu

Hello, the Ubuntu system currently does not support RKNN. Please use the Buildroot system. This is due to the incompatibility between glibc and uclibc. Similarly, most of the Rockchip specific features of Luckfox Pico cannot be run on non uclibc systems such as Ubuntu. For example, the ISP part of t...
by Ryand
2025-02-13 10:33
Forum: Luckfox Pico-RV1103/RV1106
Topic: Luckfox Pico Ultra
Replies: 17
Views: 4137

Re: Luckfox Pico Ultra

如果使用方法一,则需要确定这些包安装到了哪里,同时还要考虑是否有其他依赖项也包含进来。推荐还是使用方法二做全局备份以确保数据的完整性。
by Ryand
2025-02-13 3:30
Forum: Luckfox Pico-RV1103/RV1106
Topic: Luckfox Pico Ultra W开发板插上摄像头后登陆不上
Replies: 4
Views: 817

Re: Luckfox Pico Ultra W开发板插上摄像头后登陆不上

先尝试用ADB或者串口能正常登录,登录开发板后看静态IP是不是消失了,如果USB0 IP地址消失了,可能是RKIPC程序将USB 虚拟网口的IP地址覆盖了,如果被覆盖了就是将USB 配置脚本执行时间往后应该就可以了。

Code: Select all

cd /etc/init.d/
mv S90usb0config S99usb0config
reboot 
by Ryand
2025-02-12 9:47
Forum: Luckfox Pico-RV1103/RV1106
Topic: Luckfox Pico Ultra
Replies: 17
Views: 4137

Re: Luckfox Pico Ultra

luckfox-config 是基于原始设备树的,所以改了设备树后 luckfox-config 不能使用, 而luckfox-config show 的内容也不能参考了