Coder Social home page Coder Social logo

armbian-onecloud's Introduction

armbian-onecloud

build downloads downloads@latest

README | 中文文档

All modifications have been submitted to the official repository and you can directly use the official repository for compilation.

First-time login

Hostname: onecloud

Username: root

Password: 1234

Build parameters

BOARD=onecloud

BRANCH={edge,current}

BRANCH KERNEL VERSION eMMC HDMI VPU
edge v6.3 ✔️¹ ✔️² ✔️²
current v6.1 ✔️¹ ✔️² ✔️²

¹: Patch required

²: Support through patching

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

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.

Related link

armbian/build - Armbian official repository

xdarklight/[email protected] - the source code of HDMI patch

S805_Datasheet V0.8 20150126.pdf - S805 datasheet

armbian-onecloud's People

Contributors

hzyitc avatar kuoruan avatar mobius0526 avatar sydneyowl 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.