From 003142f7b3f3bfb21ef2eed60ddb28724b693d0f Mon Sep 17 00:00:00 2001 From: Baozhu Zuo Date: Mon, 22 May 2017 11:59:22 +0800 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f988e0c..4b6da1e 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,7 @@ Firstly, get an updated kernel 4.9 : ``` sudo apt update -sudo apt dist-upgrade -sudo apt install raspberrypi-kernel-headers +sudo apt install raspberrypi-kernel-headers raspberrypi-kernel ``` Next, while the upstream wm8960 codec is not currently supported by current Pi kernel builds, upstream wm8960 has some bugs, we had fixed it. we must it build manually. @@ -61,4 +60,4 @@ Test: arecord -f cd -Dhw:1 | aplay -Dhw:1 ``` -Enjoy ! \ No newline at end of file +Enjoy !