mirror of
https://github.com/archlinuxarm/wiki.git
synced 2024-11-08 22:45:42 +00:00
Update ODROID wiring package name
This commit is contained in:
parent
cbebadc255
commit
8c785b705e
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
* X.org video driver package: xf86-video-odroid-c1
|
||||
Note: Add your user to the "video" group to be able to access /dev/mali and /dev/ump.
|
||||
* Mali EGL and GLES drivers (installed with xf86-video-odroid-c1): odroid-c1-libgl
|
||||
* wiringPi modified for the ODROID-C1: wiringc1
|
||||
* wiringPi modified for the ODROID-C1: wiring-odroid
|
||||
* Kodi: kodi-c1
|
||||
|
||||
## IR
|
||||
|
@ -32,4 +32,4 @@ You can control the PWM via simple sysfs entries. In /sys/devices/platform/pwm-c
|
|||
* enable0: Enable/Disable this PWM: `echo 1 > enable0 # enable PWM0`
|
||||
* freq0: PWM Frequency in Hertz: `echo 100000 > freq0 # set frequency to 100kHz`
|
||||
* On PWM0 you can test higher frequencies; however, 1Mhz is the maximum supported frequency.
|
||||
* Note: If you are using the two PWM setup, you will have: enable0, freq0, duty0 AND enable1, freq1, duty1.
|
||||
* Note: If you are using the two PWM setup, you will have: enable0, freq0, duty0 AND enable1, freq1, duty1.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* 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
|
||||
* wiringPi modified for the ODROID-C2: wiring-odroid
|
||||
|
||||
## Headless Mode
|
||||
For servers (ie, no need for a display), uncomment the following in
|
||||
|
|
Loading…
Reference in a new issue