Giter Site home page Giter Site logo

armbian-onecloud's Introduction

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 v6.0 ✔️¹ ✔️² ✔️²
current v5.15 ✔️¹ ✔️² ✔️²
legacy v5.10 ✔️¹ ✔️² ✔️²

¹: Need a patch

²: Use patch to support

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/[email protected] - the source of HDMI patch

S805_Datasheet V0.8 20150126.pdf - S805 datasheet

armbian-onecloud's People

Contributors

hzyitc avatar mobius0526 avatar kuoruan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.