Search found 3 matches

by hst0ne
2026-05-15 20:30
Forum: Luckfox Pico-RV1103/RV1106
Topic: Power consumption on Core1106 or Ultra W
Replies: 5
Views: 6645

Re: Power consumption on Core1106 or Ultra W

On pico Max I get 30mA@5V (no camera connected) using my FNIRSI 48P. This is only HALF the running mode current (idle), which is weird. On most boards I have tested, suspend current is typically 1/5 the running (idle) current. As for the 30mW for 4M @1fps video, it must refer to AOV feature, like ...
by hst0ne
2026-05-13 19:50
Forum: Luckfox Pico-RV1103/RV1106
Topic: Luckfox Pico Pro Max编译SDK过程中的错误
Replies: 3
Views: 3481

Re: Luckfox Pico Pro Max编译SDK过程中的错误

I just used the latest SDK version and I get a similar error message : /mnt/data/devel/embedded/LuckFox/SDK/luckfox-pico/output/out/fastboot/rv1106g-luckfox-pico-pro-max-fastboot.dtb
comp = <kernel_c>;
comp = <ramdisk_c>;
load = <ramdisk_r>;
/mnt/data/devel/embedded/LuckFox/SDK/luckfox-pico ...
by hst0ne
2024-06-20 20:56
Forum: Luckfox Pico-RV1103/RV1106
Topic: Supply from VBUS and sleep modes
Replies: 2
Views: 2839

Re: Supply from VBUS and sleep modes

Hi,
I enabled in the kernel suspend to RAM and I can see that /sys/power files exist now,
but doing echo mem | tee /sys/power/state the board just "halts",
consuming same amount of power as before. So obviously suspend not really supported.

Not sure what needs to be done, to enable suspend ...