From 828d2b3246a1fc146f478745ecc71c96e35380b5 Mon Sep 17 00:00:00 2001 From: Alexander Mikhailian Date: Tue, 16 Mar 2021 22:19:33 +0100 Subject: [PATCH] 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. --- Rock64.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Rock64.md b/Rock64.md index e16f847..5310249 100644 --- a/Rock64.md +++ b/Rock64.md @@ -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 +```