Search found 2258 matches

by Crocodile
2026-08-03 1:20
Forum: Luckfox PicoKVM
Topic: picokvm UI 版本:0.1.4+0.1.8, MCP相关问题。
Replies: 1
Views: 3650

Re: picokvm UI 版本:0.1.4+0.1.8, MCP相关问题。

感谢您的反馈,MCP 的问题我们已经安排复现和修复;1台server控多台client 目前的picokvm 就能实现,每台 kvm 都是单独 IP,通过IP区分控制就可以

by Crocodile
2026-07-31 1:10
Forum: Luckfox Pico-RV1103/RV1106
Topic: Missing Device Profile for Luckfox Pico Ultra W in Official SDK
Replies: 2
Views: 3796

Re: Missing Device Profile for Luckfox Pico Ultra W in Official SDK

The BoardConfig for Luckfox_Pico_Ultra_W and Luckfox_Pico_Ultra have been merged. You can directly use the one for Luckfox_Pico_Ultra.

by Crocodile
2026-07-30 10:54
Forum: Luckfox PicoKVM
Topic: Error updating PicoKVM
Replies: 2
Views: 1399

Re: Error updating PicoKVM

The SD card image currently available on the cloud drive does not include the OTA tool. After the APP 0.1.4 SYS 0.1.8 versions are confirmed to be stable, the cloud drive image will be updated. Once the updated image is flashed, the OTA function can be used normally. The update is scheduled to be ...
by Crocodile
2026-07-30 10:49
Forum: Luckfox Pico-RV1103/RV1106
Topic: Core1106 AutoExposure
Replies: 3
Views: 5867

Re: Core1106 AutoExposure

The RTSP implementation in the SDK is all done using a closed-source library provided by Rockchip, which does not expose much of an interface. However, based on the logs, it can be determined that it was developed as a derivative of the live555 project. It is recommended to directly port the live555 ...
by Crocodile
2026-07-30 10:40
Forum: Luckfox Pico-RV1103/RV1106
Topic: 我现在用 soc rv1106g3 的板子,上面运行 linux,它的版本信息是 Linux root 5.10.110 #5 Fri Jul 24 15:53:47 CST 2026 armv7l GNU/Linux,如何使用ftrace
Replies: 1
Views: 852

Re: 我现在用 soc rv1106g3 的板子,上面运行 linux,它的版本信息是 Linux root 5.10.110 #5 Fri Jul 24 15:53:47 CST 2026 armv7l GNU/Linux,如何使用ft

我们没有测试使用过 ftrace,pstore 功能,同时该问题属于二次开发的范畴不提供技术支持,建议结合wiki和 ftrace,pstore 相关文档进行内核配置添加和镜像编译

by Crocodile
2026-07-30 10:36
Forum: Luckfox Pico-RV1103/RV1106
Topic: Official RKMPI example causes kernel panic on custom glibc-based system
Replies: 1
Views: 780

Re: Official RKMPI example causes kernel panic on custom glibc-based system

I noticed that the kernel error was triggered after the allocated buffer, so you can appropriately increase the CMA allocation and check whether the driver loading order under /oem/usr/ko is correct.
The glibc libraries were originally prepared for the Ubuntu system. Later, due to copyright warnings ...
by Crocodile
2026-07-30 10:22
Forum: LuckFox Aura(RV1126B)
Topic: RV1126B板子批量部署
Replies: 1
Views: 3792

Re: RV1126B板子批量部署

目前还不支持全量打包,临时可以用overlay的形式去添加覆盖预设好的文件到rootfs,或者使用现在还在测试阶段的工具去打包rootfs, 其他分区的打包可能需要到后面才会更新了

by Crocodile
2026-07-22 8:30
Forum: Luckfox PicoKVM
Topic: PicoKVM 能否通过 USB/IP 透传 Rockusb 设备用于远程刷写 RK3588 Loader 固件
Replies: 1
Views: 3250

Re: PicoKVM 能否通过 USB/IP 透传 Rockusb 设备用于远程刷写 RK3588 Loader 固件

您好 PicoKVM的主控芯片 USB 不支持自动识别主从,目前固定使用 peripheral 模式不支持切换为 host;
目前没有 USB 设备网络透传的开发计划,没有开启 CONFIG_USBIP_* 相关的内核项,也没有推荐的组合方案