From 62e2b562c4a3e3c7d587be32f2428c48467c0284 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 25 May 2016 22:01:23 -0600 Subject: [PATCH] add ODROID-C2 --- ODROID-C2.md | 8 ++++++++ Platforms.md | 3 +++ 2 files changed, 11 insertions(+) create mode 100644 ODROID-C2.md diff --git a/ODROID-C2.md b/ODROID-C2.md new file mode 100644 index 0000000..1085987 --- /dev/null +++ b/ODROID-C2.md @@ -0,0 +1,8 @@ +## Additional Packages + +* X.org video driver package: xf86-video-odroid-c2 + * Note: Add your user to the "video" group to be able to access /dev/mali and /dev/ump. +* X11 Mali EGL and GLES drivers (installed with xf86-video-odroid-c2): odroid-c2-libgl-x11 + * Note: Reboot after installation for udev rules to take effect. +* Framebuffer Mali EGL and GLES drivers: odroid-c2-libgl-fb +* wiringPi modified for the ODROID-C2: wiringc1 diff --git a/Platforms.md b/Platforms.md index b7e0b3e..d36e2fa 100644 --- a/Platforms.md +++ b/Platforms.md @@ -11,3 +11,6 @@ These are pages containing additional information for running Arch Linux ARM on * [[ODROID-U2]] * [[ODROID-U3]] * [[Samsung Chromebook]] +* ARMv8 + * Amlogic + * [[ODROID-C2]]