From de2a437790b61ee593709d98424115fd8e31d3b5 Mon Sep 17 00:00:00 2001 From: Baozhu Zuo Date: Mon, 22 May 2017 18:34:23 +0800 Subject: [PATCH] Update README.md --- README.md | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 4b6da1e..17db6f6 100644 --- a/README.md +++ b/README.md @@ -1,31 +1,15 @@ -#seeed-voicecard +##seeed-voicecard -Firstly, get an updated kernel 4.9 : -``` -sudo apt update -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. +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. Get the seeed voice card source code. ``` git clone http://git.oschina.net/seeed-se/seeed-voicecard cd seeed-voicecard -make all +sudo ./install.sh +reboot ``` -Next, copy then voice card overlay to boot dir, then apply it. -``` -sudo cp seeed-voicecard.dtbo /boot/overlays -``` -Load the driver default. -``` -echo 'wm8960' | sudo tee --append /etc/modules > /dev/null -``` -Invoke usage by adding this to /boot/config.txt: -dtoverlay=seeed-voicecard - Check that the sound card name matches the source code seeed-voicecard. ```