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

Add Support Raspberry Pi 2 #6

Closed
wgcv opened this issue May 29, 2019 · 3 comments
Closed

Add Support Raspberry Pi 2 #6

wgcv opened this issue May 29, 2019 · 3 comments

Comments

@wgcv
Copy link

wgcv commented May 29, 2019

I was checking and the coral has support to RaspberryPi 2 Model B but in the installer install.sh doesn't have.

https://coral.withgoogle.com/docs/accelerator/get-started/

And yes, this means Raspberry Pi is supported. However, we officially support only Raspberry Pi 2/3 Model B/B+ running Raspbian. Unofficially, support for Raspberry Pi Zero is also available (install the TAR from GitHub on your Pi Zero, instead of the one below).

I would add these lines to install.sh

  elif [[ "${MODEL}" == "Raspberry Pi 2 Model B Rev"* ]]; then
    info "Recognized as Raspberry Pi 2 B+."
    LIBEDGETPU_SUFFIX=arm32
    HOST_GNU_TYPE=arm-linux-gnueabihf
  fi
@mtyka
Copy link
Contributor

mtyka commented Jun 2, 2019

I don't have a Pi 2 to test this with - can you confirm that this worked on an actual Pi 2? If so I can add unofficial support to the repo here.

@wgcv
Copy link
Author

wgcv commented Jun 2, 2019

yes

@mtyka
Copy link
Contributor

mtyka commented Jun 3, 2019

Ok, added a release binary for Pi 2 - thanks !!

@mtyka mtyka closed this as completed Jun 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants