All changes were push to the official repository.
Hostname: onecloud
Account: root
Password: 1234
| BRANCH | kernel version | eMMC | HDMI | VPU |
|---|---|---|---|---|
edge |
v6.1 |
✔️¹ | ✔️² | ✔️² |
current |
v5.15 |
✔️¹ | ✔️² | ✔️² |
¹: Need a patch
²: Use patch to support
setenv bootdev "usb 0"
usb start
fatload ${bootdev} 0x20800000 boot.scr && autoscr 0x20800000
setenv bootdev "mmc 1"
fatload ${bootdev} 0x20800000 boot.scr && autoscr 0x20800000
In the board, there is a missing 44-pins chip (WiFi module possibly) which has lots of pins connected to the SoC. They are ablt to be used as GPIO.
Please check the dts (added by patch/kernel/meson-{edge,current}/board_onecloud/0001-add-dts.patch) for more details.
NOTE: These pins were found in V1.0 board. Those in V1.3 board was not confirmed yet.
armbian/build - Armbian official repository
xdarklight/linux@meson-mx-integration-5.18-20220417 - the source of HDMI patch
S805_Datasheet V0.8 20150126.pdf - S805 datasheet