meco
March 7, 2025, 3:07am
1
Collabora added UFS image support for Nio-12-L
Making sure you're not a bot! has the download files and guide how to flash via fastboot (way easier and reliable than genio-flash).
As of 14.03.2025:
HDMI working
β For >HD resolutions via HDMI (My TV could negotiate 4k30 (60 should be possible to with the HW, my 1440P monitor is caped at 1024x768)
WiFi working
GPU via Panfrost
VPU Encode / Decode when this is merged
SD-Card working in Linux & U-Boot
USB-C not working at all
1 Like
Bootloader is only needed to get flashed once, so armbian can package a rootfs only image to get flashed by fastboot.
And the image format is Android sparse image: https://gitlab.collabora.com/mediatek/aiot/debian-image-recipes/-/blob/main/build-debian-image.yaml?ref_type=heads#L86
meco
March 7, 2025, 7:36am
3
Exactly, that was why I asked how to set the sector size for images in the armbian discord. I wanted to make the device config for the builder
@meco thanks for details and benchhmark, this is quite impressive speed for built in memory
meco
March 7, 2025, 8:58am
5
Itβs good to have UFS even if it is just UFS 2.1 (the speeds lineup with the spec too)
meco
March 14, 2025, 5:51pm
6
amazingfate:
Android sparse image
fastboot can do that on the fly (no additional args needed) when images have not been ran through img2simg. For SD-Card it runs of a normal image.
Is ffmpeg with v4l2request patches functional on the mainline kernel for the mediatek socs? Or is it using v4l2m2m? Is that functional with ffmpeg?