Search found 20 matches

by luckfox_prototyper
2026-02-26 23:28
Forum: Luckfox Pico-RV1103/RV1106
Topic: RV1106 Factory image
Replies: 1
Views: 2789

RV1106 Factory image

Hello,

is there a clean factory image we can flash our board with? We're using core1106, but on new HW, we'd like to plug the HW and test some stuff before configuring the device tree. We have our reasons. Is there a factory image that doesn't put any GPIO stuff on available anywhere? The one the ...
by luckfox_prototyper
2026-02-02 13:17
Forum: Luckfox Pico-RV1103/RV1106
Topic: Device tree remote update
Replies: 2
Views: 2947

Device tree remote update

Hello,

we've noticed that on one of our devices it's device tree is misconfigured on one pin. The device still works and we can SSH into it remotely. We would need to set this pin GPIO0_A1 as pull none, and we're wondering if it's possible to update just the device tree or do we need to go and ...
by luckfox_prototyper
2026-01-19 11:31
Forum: Luckfox Pico-RV1103/RV1106
Topic: GPIO1_A4 configured as input
Replies: 3
Views: 3255

Re: GPIO1_A4 configured as input

Hey, thank you for this.
We're using the Core1106 with Wifi so this is likely the issue. We did go and re-check your documentation and it's not marked as disconnected in the pinout excel https://i.postimg.cc/vmGMGYbW/image.png . We do see it's connected now in the schematic but this should probably ...
by luckfox_prototyper
2026-01-18 20:14
Forum: Luckfox Pico-RV1103/RV1106
Topic: GPIO1_A4 configured as input
Replies: 3
Views: 3255

GPIO1_A4 configured as input

Hi everyone.
Really odd question - we've tried to setup GPIO1_A4 as an input pin on our Core1106 boards, but checking it with sysfs operations always shows it as HIGH (1). We've set it as an input in sysfs. We've checked and it doesn't multiplex to anything. We're using the Pico Pi W image with our ...
by luckfox_prototyper
2026-01-10 2:07
Forum: Luckfox Pico-RV1103/RV1106
Topic: Boot completely fails
Replies: 3
Views: 2665

Boot completely fails

We've developed a custom application, and it worked great until today. Today we've started to experience issues with unstable boots. Sometimes (50% occurrence) the boot will just not happen. Interestingly enough it only happens when the RX pin of the serial console is not connected to the board ...
by luckfox_prototyper
2025-12-28 23:55
Forum: Luckfox Pico-RV1103/RV1106
Topic: MIPI Errors explanation
Replies: 4
Views: 4137

Re: MIPI Errors explanation

Hello

As an update to this topic, we're still searching for a solution to the original problem when the MIPI will drop images. The current idea is to lower the clock settings for the camera and the communication on the sensor to stabilize the system since we only do individual images (not the full ...
by luckfox_prototyper
2025-08-05 15:10
Forum: Luckfox Pico-RV1103/RV1106
Topic: Kernel crash when closing the camera
Replies: 3
Views: 2163

Re: Kernel crash when closing the camera

Hello 😊

did anyone else encounter any similar issues when testing?
by luckfox_prototyper
2025-07-30 18:28
Forum: Luckfox Pico-RV1103/RV1106
Topic: Kernel crash when closing the camera
Replies: 3
Views: 2163

Kernel crash when closing the camera

Hello everyone.

Sometimes when running "RK_MPI_SYS_Exit();" or cap.release() in opencv, my core1106 just completely freezes and becomes totally unresponsive. I can see it still draws a little bit more power than when the camera was fully released but a lot less than when the camera is operating. I ...
by luckfox_prototyper
2025-07-26 16:21
Forum: Luckfox Pico-RV1103/RV1106
Topic: Power consumption on Core1106 or Ultra W
Replies: 5
Views: 7219

Re: Power consumption on Core1106 or Ultra W

Hello,

since we weren't able to achieve a low-power requirements of our project we implemented a MOSFET transistor in front of main power supply which cuts the power once the procesor has been halted.

However - since we'll be powering the processor on and off approximately once per 5 minutes ...
by luckfox_prototyper
2025-07-03 19:26
Forum: Luckfox Pico-RV1103/RV1106
Topic: GPIO states when powered off
Replies: 1
Views: 2969

GPIO states when powered off

Hi everyone 😊

I'm wondering what happens on the GPIO pins when the Core1106 gets powered off. I'm wondering if all gpios are automatically put in the high-z pull_none mode, or is there some HW pull-down pull-up resistors that define the state of specific GPIOs when powered off. I'm mostly ...