mirror of
https://github.com/archlinuxarm/wiki.git
synced 2024-11-08 22:45:42 +00:00
Update Rock64.md
I tested the solution proposed in https://forum.manjaro.org/t/rock64-no-audio-output/56032 and it works for linux-image-5.11.
This commit is contained in:
parent
0a6de3656d
commit
828d2b3246
1 changed files with 7 additions and 0 deletions
|
@ -3,3 +3,10 @@ UART is accessible on the Pi-2 bus (same pins as on a Raspberry Pi), using a bau
|
||||||
|
|
||||||
## MAC Address
|
## MAC Address
|
||||||
The MAC address for the system is configurable in /boot/boot.txt. Use spaces instead of colons between each octet. After making changes, run the *mkscr* script from within /boot.
|
The MAC address for the system is configurable in /boot/boot.txt. Use spaces instead of colons between each octet. After making changes, run the *mkscr* script from within /boot.
|
||||||
|
|
||||||
|
## Audio
|
||||||
|
Audio can be enabled by installing `dtc` and issuing
|
||||||
|
```
|
||||||
|
fdtput -t s /boot/dtbs/rockchip/rk3328-rock64.dtb /analog-sound status okay
|
||||||
|
reboot
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue