Search found 8 matches

by RomkaAmigo
2026-04-29 4:02
Forum: Luckfox Lyra-RK3506
Topic: SDDiskTool_v1.78 fails to flash SDK images
Replies: 2
Views: 7693

Re: SDDiskTool_v1.78 fails to flash SDK images


Hi,

I own a Lyra Zero W board and the version 1.78 of the SDDiskTool is linked in the luckfox image flashing section (https://wiki.luckfox.com/Luckfox-Lyra/Image-flashing).
Unfortunately this version is not able to flash any SD-card image build with the SDK.
Test: Take a community image, for ...
by RomkaAmigo
2026-04-02 3:51
Forum: Luckfox Lyra-RK3506
Topic: How to decode RSTP stream input
Replies: 0
Views: 5264

How to decode RSTP stream input


RK3506 also lacks a hardware encoder, but its software decoding can support up to 1080P@60Hz.


hello. Now i have RK3506 Lyra board and i want to decode h264 video (RTSP camera stream and show on lcd). I have run official buildroot image now. Check ffmpeg -codecs | grep v4l2m2m and It has ffmpeg ...
by RomkaAmigo
2026-02-28 9:15
Forum: Luckfox Lyra-RK3506
Topic: LuckFox Lyra full schematics document
Replies: 1
Views: 3452

LuckFox Lyra full schematics document

Can i get full schematics of LuckFox Lyra? This is a stripped-down version:
https://wiki.luckfox.com/assets/files/L ... 5e0f33.pdf
I also want to add spi-flash on board/ Also witch spi nor supported by uboot?
i want this flash W25Q512JVEIQ to set on Lyra board
by RomkaAmigo
2026-01-26 17:19
Forum: Luckfox Pico-RV1103/RV1106
Topic: How to decode RSTP stream input
Replies: 6
Views: 5295

Re: How to decode RSTP stream input


The IPC chips of the Rockchip series all share the same Rockit library, and different libraries are packaged according to the chip model. Among them, rk_mpi_vdec.h is not prepared for RV1106.
Whether it has hardware encoding capability needs to be determined from the datasheet. RV1103/RV1106 do ...
by RomkaAmigo
2026-01-25 17:42
Forum: Luckfox Pico-RV1103/RV1106
Topic: How to decode RSTP stream input
Replies: 6
Views: 5295

Re: How to decode RSTP stream input


Hello, the RV1103/RV1106 used by Luckfox Pico is an IPC-class chip, which does not have hardware encoding capabilities and accordingly, does not have a VDEC component.


i have the same problem. But buildroot sdk has a rk_mpi_vdec.h header, and rockit library reference the decoder capabilities
4 ...
by RomkaAmigo
2026-01-25 17:33
Forum: Luckfox Pico-RV1103/RV1106
Topic: how to enable hardware encoding gstreamer plugin
Replies: 5
Views: 5581

Re: how to enable hardware encoding gstreamer plugin


The gstreamer hardware encoding plugin provided by Rockchip is implemented based on MPP. Therefore, theoretically, all Rockchip chips supported by the MPP library are also supported by the gstreamer hardware encoding plugin. Our Core3576 and Core3566 both support it.
While the hardware encoding on ...
by RomkaAmigo
2026-01-25 14:55
Forum: Luckfox Pico-RV1103/RV1106
Topic: How to decode RSTP stream input
Replies: 6
Views: 5295

RV1106 ffmpeg + MPP (Buildroot SDK)

Hello! Can somebody give me an example how to use MPP libarary (Buildroot SDK) to decode rtsp stream or where i can find some rockit examples. Decoding by ffmpeg library has a small fps and large processor load.
by RomkaAmigo
2026-01-24 7:58
Forum: Luckfox Pico-RV1103/RV1106
Topic: RV1106 (ultra w) LVGL + DRM
Replies: 1
Views: 2540

RV1106 (ultra w) LVGL + DRM

Hi i trying to use DRM with LVGL 8.3.10. It forks well with fb0 output, but with DRM i have an error:

drm: Found plane_id: 55 connector_id: 70 crtc_id: 66
drm: 800x480 (85mm X 85mm) pixel format XR24
size 1536000 pitch 3200 offset 268435456
size 1536000 pitch 3200 offset 269971456
DRM subsystem ...