forked from akuster/meta-odroid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
41 lines (30 loc) · 1.19 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
OpenEmbedded BSP layer for hardkernel ODROID devices
Status of support devices:
ODROID-XU3: u-boot 2016 with 4.1 kernel.
ODROID-XU4: untested but compat with XU3
ODROID-C2: boots using Hardkernel sources
TODO:
split XU3 into lite verison.
update kernel for ODROID-C2 from 3.14.29 to latest
The below have not been validated against latest:
ODROID-C1: SD card image works (it is tested with core-image-minimal)
ODROID-C2: EMMC card image works (it is tested with core-image-minimal)
ODROID-U2: Not tested after the fork
ODROID-XU: ditto
This layer depends on:
URI: git://git.openembedded.org/openembedded-core
layers: meta
branch: master
revision: HEAD
Maintenance
-----------
Send pull requests, patches, comments or questions to [email protected]
When sending single patches, please using something like:
'git send-email -1 -M --to [email protected] --subject-prefix=meta-odroid][PATCH'
Layer Maintainer: Armin Kuster <[email protected]>
ODROID-C1 support:
* Christian Ege <[email protected]>
* Tomas Novotny <[email protected]>
Short history:
Based on meta-odroid from MarkusEich <[email protected]>,
which was based on meta-odroid by Reinhard Tartler <[email protected]>