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:
Alexander Mikhailian 2021-03-16 22:19:33 +01:00 committed by GitHub
parent 0a6de3656d
commit 828d2b3246
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,3 +3,10 @@ UART is accessible on the Pi-2 bus (same pins as on a Raspberry Pi), using a bau
## 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.
## Audio
Audio can be enabled by installing `dtc` and issuing
```
fdtput -t s /boot/dtbs/rockchip/rk3328-rock64.dtb /analog-sound status okay
reboot
```