/armbian-onecloud

Armbian for onecloud. 玩客云用armbian

armbian-onecloud

build downloads downloads@latest

README | 中文文档

All changes were push to the official repository.

First-login

Hostname: onecloud

Account: root

Password: 1234

Build Parameters

BOARD=onecloud

BRANCH={edge,current,legacy}

BRANCH kernel version eMMC HDMI VPU
edge v5.18 ✔️¹ ✔️² ✔️²
current v5.15 ✔️¹ ✔️² ✔️²
legacy v5.10 ✔️¹ ✔️² ✔️²

¹: Need a patch

²: Use patch to support

BUILD_DESKTOP={no,yes}

See above. Only work with BRANCH=edge

How to boot from u-boot ?

Boot from USB

setenv bootdev "usb 0"
usb start
fatload ${bootdev} 0x20800000 boot.scr && autoscr 0x20800000

Boot from eMMC

setenv bootdev "mmc 1"
fatload ${bootdev} 0x20800000 boot.scr && autoscr 0x20800000

GPIO

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,legacy}/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.

Related link

armbian/build - Armbian offical

xdarklight/linux@meson-mx-integration-5.18-20220417 - the source of HDMI patch

S805_Datasheet V0.8 20150126.pdf - S805 datasheet