fossasia / susi_linux

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

update github download url for VLC youtube.lua #468

Closed norbusan closed 5 years ago

norbusan commented 5 years ago

Short description of what this resolves:

github doesn't allow downloading of files via github.com/, we need to use a new URL for updating the youtube.lua file from VLC

Changes proposed in this pull request:

update the URL

norbusan commented 5 years ago

Thanks for merging

sansyrox commented 5 years ago

@norbusan , new contributors are always welcomed.

Welcome to the community 🎉🎉

norbusan commented 5 years ago

Trying to get SUSI running on amd64 RPI3b+ (not via Raspbian which is amd, not amd64). So I went through all the installation steps, but to no avail, the reeed soundhad does not show up :-(

hongquan commented 5 years ago

@norbusan If you are not using Rasbian, maybe you are using ArchLinux for ARM? If wonder how you can finish the installation script, because it uses Debian tool (apt) to install packages.

norbusan commented 5 years ago

@hongquan I am running Ubuntu's raspi3 image which is arm64 with device tree overlay enabled, and the CONFIG_SND_SIMPLE_DEVICE enabled. I would prefer Debian but the default kernel in Debian doesn't have the CONFIG option enabled, so it is not possible to load the respeak seeeed module to access the hat.

Based on the Ubuntu image I managed to get the seeed module to record myself.

Next I will install java and see whether I get the susi server running ;-)

hongquan commented 5 years ago

We are using Raspbian for RPi3 and it can load ReSpeaker module.

norbusan commented 5 years ago

Yes I know, but it uses the arm7 or less. If one wants to go full 64bit armv8 there are some changes necessary.