mirror of
https://github.com/archlinuxarm/wiki.git
synced 2025-04-18 00:39:36 +00:00
Add ODROID-C2 page and display documentation
(incl. typo fix)
This commit is contained in:
parent
64193aa60b
commit
a4b73067ab
2 changed files with 15 additions and 0 deletions
11
ODROID-C2.md
Normal file
11
ODROID-C2.md
Normal file
|
@ -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.
|
|
@ -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]]
|
||||
|
|
Loading…
Reference in a new issue