Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added link to andlo script to install AIYv1 #49

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/comparison.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ a headless raspbian image is also maintained by the community
| ReSpeaker | 2-mic<br>4-mic squared<br>4-mic linear<br>6-mic | 2-mic<br>4-mic squared<br>4-mic linear<br>6-mic | manual install |
| USB | Yes | Yes | Yes |
| SJ-201 | Yes | Yes | **WIP** |
| Google AIY v1 | Yes<br>*manual configuration* | Yes<br>*manual installation* | manual install |
| Google AIY v1 | Yes<br>*manual configuration* | Yes<br>*manual installation* | [manual install](https://github.com/andlo/picroft-google-aiy-voicekit-skill/blob/master/install_AIY.sh) |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@j1nx can you review this, i think this script is doing much more than is needed

perhaps add a new helper script directly to ovos-raspbian repo

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am on the process of that now. This does way more, and some is not applicable

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line 13 to 21 needs checking, what those firmware package does exactly. Then migrated to ovos-i2csound detection and configuration system.

The rest is all simple stuff that can be done already within that system. (This answes my own question at the other PR)

| Google AIY v2 | No<br>*perhaps in the future* | Yes<br>*manual installation* | manual install |
| **Screen - GUI** |
| GUI supported<br>*Showing a GUI if a screen is attached* | Yes<br>*ovos-shell on eglfs* | Yes<br>*ovos-shell on eglfs* | No |
Expand Down