Search found 1652 matches

by Crocodile
2025-07-10 1:36
Forum: Luckfox Pico-RV1103/RV1106
Topic: RV1106 不能支持到gettext,请给出相应的解决办法
Replies: 1
Views: 37

Re: RV1106 不能支持到gettext,请给出相应的解决办法

您好,软件适配移植属于二次开发,二次开发的内容不在我们的技术支持范围内。请您明晰我们的技术支持范围https://wiki.luckfox.com/zh/intro/,在之前的主题中已经提醒过您技术支持范围问题,请理解 Linux 生态复杂我们无法了解所有软件
SDK 中默认的buildroot defconfig 开启了 Native Language Support,已经添加了 BR2_PACKAGE_GETTEXT
by Crocodile
2025-07-09 1:33
Forum: Luckfox Pico-RV1103/RV1106
Topic: Pico Max SPI MISO pin
Replies: 2
Views: 207

Re: Pico Max SPI MISO pin

Hello, you can use the "iomux 1 19" command to determine the mapping information of SPI0_MISO_M0. If the returned result is 6, it indicates that it is mapped as SPI_MISO. If the returned result is 0, it means it is in the normal GPIO mode.
by Crocodile
2025-07-09 1:08
Forum: Luckfox Pico-RV1103/RV1106
Topic: date指令打印的时间不对
Replies: 1
Views: 385

Re: date指令打印的时间不对

您好,请执行 export TZ=CST-8 设置时区
by Crocodile
2025-07-07 6:24
Forum: Luckfox Pico-RV1103/RV1106
Topic: camera是通过fpga进行驱动图像处理和图像输出,如何通过Luckfox Pico Ultra W主板获取图像
Replies: 1
Views: 490

Re: camera是通过fpga进行驱动图像处理和图像输出,如何通过Luckfox Pico Ultra W主板获取图像

您好,我们目前没有接触过没有i2c通讯的sensor,您可以需要使用虚拟i2c控制器或重新找或者编写一个Platform 设备驱动来作为csi2_dphy的输入节点;或者可以参考rk1608 抽象出 dphy 节点,fpga使用preisp_dmy sensor驱动形成 fpga->dcphy->csi->cif 的链路,这部分我们了解有限仅作为一个参考方向,您可以结合源码进行分析
by Crocodile
2025-07-07 5:55
Forum: Luckfox Pico-RV1103/RV1106
Topic: 模型从onnx转换为rknn格式是,如果不开启量化表现正常,开启量化就预测不正常
Replies: 5
Views: 483

Re: 模型从onnx转换为rknn格式是,如果不开启量化表现正常,开启量化就预测不正常

您好,我们没有参与rknn-toolkit2的开发和维护,模型转化问题属于二次开发我们不提供技术支持,自用模型遇到的问题可以到https://github.com/airockchip/rknn-toolkit2创建issue,或者到rknn-toolkit2仓库指定的QQ群咨询。相关文档在https://github.com/airockchip/rknn-tool ... master/doc
by Crocodile
2025-07-07 3:45
Forum: Luckfox Lyra-RK3506
Topic: ffmpeg alsa capturing audio card input not working
Replies: 1
Views: 455

Re: ffmpeg alsa capturing audio card input not working

Hello, the information you provided currently cannot determine the problem. Please provide the model of your Luckfox Lyra device, the audio interface, the sound card model, and the abnormal output log of ffmpeg.
by Crocodile
2025-07-07 1:16
Forum: Luckfox Lyra-RK3506
Topic: SDK配置编译问题:kernel-5.10 not exist!
Replies: 4
Views: 990

Re: SDK配置编译问题:kernel-5.10 not exist!

解压Luckfox_Lyra_SDK_250623.tar.gz后还需要执行.repo/repo/repo sync -l进行解包,参考https://wiki.luckfox.com/zh/Luckfox-Lyr ... F%E5%A2%83环境搭建流程,我进行检查是没有问题的,如果已经执行了 .repo/repo/repo sync -l 请重新执行一次并附上相关的打印信息以便确定是否解包成功
by Crocodile
2025-07-05 2:19
Forum: Luckfox Lyra-RK3506
Topic: SDK配置编译问题:kernel-5.10 not exist!
Replies: 4
Views: 990

Re: SDK配置编译问题:kernel-5.10 not exist!

您好,请检查您的SDK是否解压完整,特别检查是否有kernel-6.10文件夹
by Crocodile
2025-07-04 2:12
Forum: Luckfox Lyra-RK3506
Topic: spdif rx 16bit doesn't work
Replies: 1
Views: 679

Re: spdif rx 16bit doesn't work

Hello, we have no experience or testing environment for using the SPDIF interface. If using "arecord -D hw:x,x --dump-hw-params", the available formats that support S16_LE might be due to issues with the driver or device tree configuration.