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]]