Search found 2260 matches

by Crocodile
2026-08-24 3:16
Forum: LuckFox Aura(RV1126B)
Topic: RV1126B Aura — BL31 v1.13 forces mem/ARMOFF wake after ~0.4–1s — need timeout control + HPMCU/LPMCU wake path
Replies: 2
Views: 1282

Re: RV1126B Aura — BL31 v1.13 forces mem/ARMOFF wake after ~0.4–1s — need timeout control + HPMCU/LPMCU wake path

This issue is entirely secondary development and falls outside the scope of our stated technical support. We currently have no development plans related to suspend/resume and low power consumption.

As far as we know, suspend/resume on the RV1126B is only used in the AOV direction. AOV applications ...
by Crocodile
2026-08-14 2:50
Forum: Luckfox Pico-RV1103/RV1106
Topic: External TPL5010 watchdog connection to Luckfox Pico Ultra Rev 2.0
Replies: 1
Views: 958

Re: External TPL5010 watchdog connection to Luckfox Pico Ultra Rev 2.0

First of all, we apologize that we do not provide technical support for hardware design validation, as we have no way to replicate the final results. Additionally, please note that the RV1106 has built-in hardware watchdog, which is capable of handling most scenarios that require a watchdog function.

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

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

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

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

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

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

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

Re: RV1126B板子批量部署

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