Search found 21 matches
- 2025-03-25 6:01
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Pico Max - Ubuntu host cannot connect via SSH
- Replies: 2
- Views: 371
Re: Pico Max - Ubuntu host cannot connect via SSH
Hello, first of all, please confirm whether the Ubuntu system is successfully booted, you can judge by observing whether the LED indicator near the Type-C port of the development board is flashing. If the indicator light flashes normally, try logging in to the board via serial port or ADB. If you su...
- 2025-03-25 1:49
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Luckfox Pico Ultra poweroff
- Replies: 3
- Views: 966
Re: Luckfox Pico Ultra poweroff
你好,Luckfox Pico UItra 板子不支持poweroff的命令。
- 2025-03-25 1:38
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: luckfox pico ultra w
- Replies: 15
- Views: 6441
Re: luckfox pico ultra w
你好,如果想单独下载boot.img,操作如下图所示。
- 2025-03-21 8:36
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: modetest :failed to set gamma: Invalid argument
- Replies: 6
- Views: 1570
Re: modetest :failed to set gamma: Invalid argument
你好,可以在使用modetest命令时,避免使用Gamma校正相关的选项。例如:
也可以更改设备树:
或者修改驱动代码
Code: Select all
modetest -s <connector_id>@<crtc_id>:<mode>
Code: Select all
&display {
gamma = <0>;
};
Code: Select all
// drm_display.c
// 注释掉Gamma校正相关代码
// drm_mode_gamma_set(crtc, gamma_lut);
- 2025-03-21 8:00
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: GAN Implementation on Luckfox Ultra Pico W
- Replies: 1
- Views: 467
Re: GAN Implementation on Luckfox Ultra Pico W
Hello, due to the high computational complexity of ESR-GAN, and the limited hardware resources of Luckfox Ultra Pico W, it is possible to choose a lightweight GAN model with lower computational complexity, such as MobileSR-GAN or TinySR-GAN. Alternatively, ESR-GAN can be deployed on a cloud server, ...
- 2025-03-21 7:47
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Luckfox Pico Ultra W USB Camera
- Replies: 6
- Views: 947
Re: Luckfox Pico Ultra W USB Camera
Hello, the code you mentioned here s32Ret = RK_MPI_VI_GetChnFrame(0, 0, &stViFrame, -1); It is a function in the Rockchip micro multimedia processing interface used to obtain frame data from the CSI camera. Since USB cameras use standard UVC drivers, it is not possible to obtain data directly fr...
- 2025-03-21 6:47
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: modetest :failed to set gamma: Invalid argument
- Replies: 6
- Views: 1570
Re: modetest :failed to set gamma: Invalid argument
你好,如果屏幕通过SPI接口已经完成了初始化校正,且屏幕的显示效果符合预期,是可以去掉Gamma校正的
- 2025-03-21 6:22
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Luckfox Pico Ultra poweroff
- Replies: 3
- Views: 966
Re: Luckfox Pico Ultra poweroff
你好,我这边执行了一下poweroff,显示的就是关机
而执行reboot重启指令,显示的是重启
如果你想关机,可以执行这个指令
Code: Select all
halt
- 2025-03-21 6:02
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: modetest :failed to set gamma: Invalid argument
- Replies: 6
- Views: 1570
Re: modetest :failed to set gamma: Invalid argument
您好,failed to set gamma: Invalid argument错误通常与Gamma校正功能有关,首先可以检查设备树文件,确保SPI和RGB接口的配置与屏幕规格匹配。
其次,外购的SPI+RGB屏可能与LuckFox Pico Ultra的显示驱动不完全兼容,尤其是在Gamma校正部分,您可以检查屏幕的规格书,确认其支持的Gamma校正参数。
其次,外购的SPI+RGB屏可能与LuckFox Pico Ultra的显示驱动不完全兼容,尤其是在Gamma校正部分,您可以检查屏幕的规格书,确认其支持的Gamma校正参数。
- 2025-03-20 1:07
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: luckfox pico ultra w
- Replies: 15
- Views: 6441
Re: luckfox pico ultra w
你好,这个错误的原因可能是没有使用梯子,导致无法正常访问。你这张截图没有截完整,完整截图后应该会显示这个错误信息。