All modifications have been submitted to the official repository and you can directly use the official repository for compilation.
Hostname: onecloud
Username: root
Password: 1234
BRANCH | KERNEL VERSION | eMMC | HDMI | VPU |
---|---|---|---|---|
edge |
v6.6 |
✔️¹ | ✔️² | ✔️² |
current |
v6.1 |
✔️¹ | ✔️² | ✔️² |
¹: Patch required
²: Support through patching
setenv bootdev "usb 0"
usb start
fatload ${bootdev} 0x20800000 boot.scr && autoscr 0x20800000
setenv bootdev "mmc 1"
fatload ${bootdev} 0x20800000 boot.scr && autoscr 0x20800000
There is a missing 44-pins chip on the board (presumably for a WiFi module) which has many pins directly connected to the SoC
. They are able to be used as GPIO
.
Please check the dts
(added by patch/kernel/meson-{edge,current}/onecloud-0001-add-dts.patch
) for specific definitions.
NOTE: These pins in the dts
were measured on V1.0 board
and have not been verified on the V1.3 board.
armbian/build
- Armbian official repository
xdarklight/[email protected]
- the source code of HDMI
patch
S805_Datasheet V0.8 20150126.pdf
- S805 datasheet