gooofy/zamia-speech

Binary AI Packages for arm64 architecture

nsxr51 opened this issue · 2 comments

hey...
i want to run zamia-speech on xilinx zcu102 board with debian
arm architecture is arm64

a port to arm64 shouldn't be a problem, you could use the raspbian packages as a starting point. check out the zamia-dist repo for packaging source files.

a port to arm64 shouldn't be a problem, you could use the raspbian packages as a starting point. check out the zamia-dist repo for packaging source files.

I would like to port to amd64 however I'm stuck. Could you help me out? I couldn't find a documentation on how to do this. So here's what I did (which is maybe completely wrong, as porting is a first for me):

  • created a user and created following folder structure in its home dir: repo/ai/raspbian/stretch/arm64
  • cloned the zamia-dist repo
  • modified all the take.sh scripts to use arm64 in REPO var
  • installed fakeroot and so on to build everything
  • ran doit.sh and take.sh on every subdir

Problem:
Right at the end it will pushd into the REPO dir and run update.sh which is not there. Where can I get it? It's not possible to download from your original repos (error 403 forbidden).