From a4b73067ab52056bffff6c00ac3e14dd3c22b085 Mon Sep 17 00:00:00 2001 From: Jason Plum <max@warheads.net> Date: Mon, 7 Mar 2016 11:36:24 -0500 Subject: [PATCH] Add ODROID-C2 page and display documentation (incl. typo fix) --- ODROID-C2.md | 11 +++++++++++ Platforms.md | 4 ++++ 2 files changed, 15 insertions(+) create mode 100644 ODROID-C2.md diff --git a/ODROID-C2.md b/ODROID-C2.md new file mode 100644 index 0000000..9be9439 --- /dev/null +++ b/ODROID-C2.md @@ -0,0 +1,11 @@ +## Additional Packages + +* X.org video driver package: xf86-video-fbdev +* Mali EGL and GLES drivers (currently framebuffer only): odroid-c2-libgl-fb +* wiringPi modified for the ODROID-C1/C2: wiringc1 + +## Display + +Configuring the resolution of the screen on the HDMI port is done through ``/boot/boot.ini``, and those values are loading during boot by ``amlogic.service`` from ``/proc/cmdline``. At this time, the changing resolution settings via ``boot.ini`` requires a reboot for changes to take effect. + +When setting your desired resolution in ``boot.ini``, ensure that only one resolution line is uncommented as further entries will override any previous. diff --git a/Platforms.md b/Platforms.md index b7e0b3e..dc86917 100644 --- a/Platforms.md +++ b/Platforms.md @@ -11,3 +11,7 @@ These are pages containing additional information for running Arch Linux ARM on * [[ODROID-U2]] * [[ODROID-U3]] * [[Samsung Chromebook]] + +* ARMv8 + * Amlogic + * [[ODROID-C2]]