-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
| Component | Status | Comment |
|---|---|---|
| Display | ✅ | drm_hwcomposer |
| GPU/GLES | ✅ | mesa3d/v3d GLES3.1 |
| GPU/VULKAN | ✅ | mesa3d/v3dv VKAPIv1.2 |
| WIFI | ✅ | |
| Bluetooth | ✅ | AOSP btlinux HAL |
| Camera | CSI Preview works only / USB camera doesn't work | |
| Hardware video encoders | ✅ | Zero-Copy H264 (up to 1080p) |
| Hardware video decoders | Zero-Copy H264 (up to 1080) and non zero-copy H265 (up to 4k) *1 | |
| Software video codecs | ✅ | High performance using ffmpeg |
| Audio | tinyhal, 3.5mm jack output works. No HDMI audio support |
Issues:
| Component | Comment | Issue link |
|---|---|---|
| *1 HW video codecs | H265 video decoder uses CPU to copy/detile buffers, which impacts performance | |
| SDCARD Boot time | 2+ boot takes 56s |
Building on Ubuntu 23.10 requires downloading extra packages that are not available via apt install:
wget http://archive.ubuntu.com/ubuntu/pool/universe/n/ncurses/libtinfo5_6.4-2_amd64.deb && sudo dpkg -i libtinfo5_6.4-2_amd64.deb && rm -f libtinfo5_6.4-2_amd64.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/n/ncurses/libncurses5_6.4-2_amd64.deb && sudo dpkg -i libncurses5_6.4-2_amd64.deb && rm -f libncurses5_6.4-2_amd64.deb
Metadata
Metadata
Assignees
Labels
No labels