smartgic / docker-mycroft

Mycroft AI Voice Assistant Docker images and docker-compose.yml files for x86_64, arm7vl and aarch64 CPU architectures.
https://hub.docker.com/u/smartgic
Apache License 2.0
41 stars 8 forks source link

added Raspberry Pi override for /dev/gpiomem device (fix #8) #11

Closed bryanpedini closed 3 years ago

bryanpedini commented 3 years ago

Like title says.

Currently tested working on Kubuntu 20.04 representing x86_64 (amd64) and a Raspberry Pi 3b+. I could need someone with a Raspberry Pi 4 to provide me the result of uname -m from console.

goldyfruit commented 3 years ago

Like title says.

Currently tested working on Kubuntu 20.04 representing x86_64 (amd64) and a Raspberry Pi 3b+. I could need someone with a Raspberry Pi 4 to provide me the result of uname -m from console.

pi@smartgic-pi4b8-13:~ $ uname -m
aarch64

I'll wait for you to update your commit based on the uname -m I provided to you and then I'll merge the PR.

goldyfruit commented 3 years ago

You will have to rebase your commit due to the merged of #9.

bryanpedini commented 3 years ago

You will have to rebase your commit due to the merged of #9.

I think they can be squashed together, I didn't touch in one branch what I touched on the other and vice versa.

Could you please test the last commit on a rPi4 to confirm it working?

goldyfruit commented 3 years ago

Thanks for the PR @bryanpedini :+1: