fossasia / susi_linux

Hardware for SUSI AI https://susi.ai
Apache License 2.0
1.6k stars 148 forks source link

patch respeaker install script to allow qemu installation #471

Closed norbusan closed 5 years ago

norbusan commented 5 years ago

Short description of what this resolves:

respeak installer checks for bare metal raspberry and bails out if running on a different architecture. This prohibits installation in a arm qemu, but is not strictly necessary. We have sent a PR to upstream https://github.com/respeaker/seeed-voicecard/pull/147

Changes proposed in this pull request:

Force detection to be Raspberry to make arch check succeed.