Last updated: 2023-10-09
PR welcomed.
When
- Bootloader from CPi's OS image
- Using BSP kernel, tweaked
- Arch Linux userspace(rootfs)
I got:
- Startup time: about 20 seconds
- Network Manager enabled(disable it cuts 5 seconds)
- Shutdown time: about 13 seconds
- Idle CPU load: around 30%
- Memory usage after boot: less than 70 MB
- no extra service except Network Manager
Here tracks general features. For more detailed features, please refer page on linux-sunxi.org
| Item | BSP(5.4) | Smaeul's fork(6.1) | Mainline(6.5) |
|---|---|---|---|
| USB | ✅ | ✅ | ✅ |
| WiFi | ✅ | ✅ | ✅ |
| Bluetooth | ✅ | ✅ | ✅ |
| LCD (MIPI-DSI) | ✅ 1,2 | ❌ 4 | ❌ 4 |
| HDMI | ✅ 3 | ✅ | ❌ |
| Audio(speaker and 3.5mm) | ✅ | ❔ | ❔ |
| Hardware video decoding | ⭕ | ❔ | ❔ |
✅: Tested and known working.
❌: Tested and known NOT working.
❔: Not tested and don't know whether working or not.
⭕: Should work but with addtional program and hard to use with common userspace program.
Notes:
- No hardware cursor.
- No video burst mode support.
- Need additional program to change output.
- Tested with CPi's driver patch, along with the timing parameters in the BSP kernel patch, but no output observed, except full screen white flash on driver reload.