kalliope-project / kalliope

Kalliope is a framework that will help you to create your own personal assistant.
https://kalliope-project.github.io/
GNU General Public License v3.0
1.72k stars 228 forks source link

support Raspberry 3 B+ v1.2 #525

Closed Sispheor closed 5 years ago

Sispheor commented 6 years ago

It's seems that there is multiple version the last Rpi. The v1.2 use an armv6

import platform
print(platform.machine())

returns "armv6l".

It as been tested we can use the same snowboy compiled module.

Multiple solution to fix:

LaMonF commented 5 years ago

Done in #532 will be part of next release