Search found 4 matches

by Soheil_Jbbr
2026-02-26 14:28
Forum: Luckfox Pico-RV1103/RV1106
Topic: EMMC Boot Failure on RV1106 Board after Burning Image via SocToolKit
Replies: 1
Views: 2647

EMMC Boot Failure on RV1106 Board after Burning Image via SocToolKit

Hello Luckfox team,

I am working with the my custom board based on the RV1106 platform. I am experiencing an issue where the board cannot boot from the onboard eMMC, even though the SD card boot works fine. Here is a detailed description of the problem:

Setup:

Board: My custom board

Platform ...
by Soheil_Jbbr
2026-02-24 7:15
Forum: Luckfox Pico-RV1103/RV1106
Topic: Writing SPI-NAND Filesystem on Luckfox Pico-Pro-Max without USB
Replies: 1
Views: 2619

Writing SPI-NAND Filesystem on Luckfox Pico-Pro-Max without USB

Hello,

On my Luckfox PicoPPro Max board, the USB socket is broken, so I cannot use the standard USB flashing tools.

I want to know if there is any way to write a new filesystem to the SPI-NAND flash using UART, SSH, or any other method, without relying on USB.

Is this possible, or is USB ...
by Soheil_Jbbr
2025-12-31 7:41
Forum: Luckfox Pico-RV1103/RV1106
Topic: GPIO3_B0 to GPIO3_C3 always reads 0 on Luckfox Pico Pro/Max (even as input)
Replies: 3
Views: 2449

Re: GPIO3_B0 to GPIO3_C3 always reads 0 on Luckfox Pico Pro/Max (even as input)

Hello @Crocodile,

Thank you for the suggestion. I already tried configuring the CSI pin as GPIO using the iomux command:

root@rv1106:~# echo 115 > /sys/class/gpio/unexport
root@rv1106:~# ./iomux 3 19
mux get (GPIO3-19) = 0
root@rv1106:~# ./iomux 3 19 0
root@rv1106:~# ./iomux 3 19
mux get (GPIO3-19 ...
by Soheil_Jbbr
2025-12-31 5:28
Forum: Luckfox Pico-RV1103/RV1106
Topic: GPIO3_B0 to GPIO3_C3 always reads 0 on Luckfox Pico Pro/Max (even as input)
Replies: 3
Views: 2449

GPIO3_B0 to GPIO3_C3 always reads 0 on Luckfox Pico Pro/Max (even as input)

Hello Luckfox team and community,

I am trying to use GPIO3_B0 ~ GPIO3_C3 pins as input on a Luckfox Pico Pro/Max (RV1106).

I understand that GPIO3_B0 to GPIO3_C3 are input-only and cannot be used as output. My question is specifically about reading their input value.

What I observe

The pins ...