<advancel>
libva info: User requested driver 'v4l2_request'
<advancel>
libva info: Found init function __vaDriverInit_1_4
<advancel>
libva info: Trying to open /usr/lib/dri/v4l2_request_drv_video.so
<advancel>
libva info: va_openDriver() returns 0
<advancel>
[a930af60] glconv_vaapi_x11 gl error: vaAcquireBufferHandle: an unsupported memory type was supplied
<gamiee>
advancel: on your place, I would just use v4l2 req directly with patched mpv or smth.
<gamiee>
adding another layer where things can be broken (libva-v4l2) is not worth
vertex004 has joined #linux-sunxi
<advancel>
I'm trying with vlc but no idea whats going on. Where can i find that patched mpv?
<gamiee>
mpv with patched ffmpeg
<advancel>
yea but as i sad yesterday its not working too
<vertex004>
hello community! can somebody explain why a A20 Board can't find partition? burned the SD card with balena etcher and this is my bootlog------->https://pastebin.com/cHXeewXZ
<advancel>
vertex004: please check your boot.cmd(scr) should be you're pointing wrong place for your mmc or check your fex configuration.
<vertex004>
thnx for the quick answer. should it point to /dev/mmc0 for instance?
evgeny_boger has joined #linux-sunxi
<advancel>
usually mmc's should like /dev/mmcblk0p1 or /dev/mmcblk0p2 etc.
<vertex004>
I already tried this partition but still no luck
<advancel>
then check your kernel and fex configuration
<advancel>
because kernel should be give information about attached mmc's. Like; \n MMC0 detected and attached to /dev/sdX etc. i couldn't remember exact msg but should like this.
machinehum has joined #linux-sunxi
<vertex004>
on linux machine SD card shows up as /dev/sdcX but then on the board it complains for missing partition /dev/mmcblk0p2
<advancel>
check your logs carefully please.Because it says; [mmc_pm]: No sdio card, please check your config !!
<advancel>
[mmc_pm]: No sdio card, please check your config !!
<vertex004>
does it mean it can't find the SD Card?
<advancel>
of course
<vertex004>
well that's strange cause without SD card I don't get any bootlog so it's quite odd
<advancel>
also second log looks like to detect sdcard as sdc0 and sdc2 but your boot.cmd pointing to /dev/mmcblk1p2
apritzel has quit [Remote host closed the connection]
<vertex004>
ok that was me changing the partition obviously in a wrong way
<rzr>
testing feedback would be welcome on related link
apritzel has joined #linux-sunxi
warpme has quit []
machinehum has quit [Ping timeout: 480 seconds]
<linkmauve>
jernej, I used to use my own userspace program, but since I had to write it alongside the driver I switched to WebP decoding instead, and haven’t added back JPEG decoding yet.