update README.md explaining the cmd line option --compat-kernel
This commit is contained in:
parent
ad4d66d3f7
commit
07a6c4659e
1 changed files with 2 additions and 1 deletions
|
@ -9,9 +9,10 @@ Get the seeed voice card source code. and install all linux kernel drivers
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/respeaker/seeed-voicecard
|
git clone https://github.com/respeaker/seeed-voicecard
|
||||||
cd seeed-voicecard
|
cd seeed-voicecard
|
||||||
sudo ./install.sh
|
sudo ./install.sh
|
||||||
sudo reboot
|
sudo reboot
|
||||||
```
|
```
|
||||||
|
It may probably happen that the driver won't compile with the latest kernel when raspbian rolls out new patches to the kernel. If so, please try `sudo ./install.sh --compat-kernel` which uses an older kernel but ensures that the driver can work.
|
||||||
|
|
||||||
## ReSpeaker Mic Hat
|
## ReSpeaker Mic Hat
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue