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