Search found 2 matches

by liujiaqing_2025
2025-12-01 8:02
Forum: Luckfox Pico-RV1103/RV1106
Topic: rv1106-max fastboot模式,更换摄像头,调试步骤指导
Replies: 2
Views: 7796

rv1106-max fastboot模式,更换摄像头,调试步骤指导

使用的开发板为luckfox-pico-max rv1106, 使用的代码为 git clone https://gitee.com/LuckfoxTECH/luckfox-pico.git,默认的摄像头是sc3336, 我想更换一个摄像头为ov2740, 使用的是 fastboot 快速启动模式, 除了 更改 mcu rt-thread里面的驱动文件,对应的board文件, linux kernel里面的 驱动文件,dts, iq file文件, 请问还有哪些文件 需要 对应的更改的吗?另外如何查看 rt-thread的启动log信息,方便调试,请指导一下,谢谢!
by liujiaqing_2025
2025-11-26 3:52
Forum: Luckfox Pico-RV1103/RV1106
Topic: rv1106-max fastboot模式,更换摄像头,调试步骤指导
Replies: 2
Views: 7796

rv1106-max ,fastboot mode, how to get the mcu rt-thread log message

I use the board Luckfox-Pico-Max-Ram-256MB,rv1106, the software version is the link git clone https://gitee.com/LuckfoxTECH/luckfox-pico.git, when i use the fastboot mode, how can i get the mcu rt-thread log message during the startup process ?