-
Notifications
You must be signed in to change notification settings - Fork 116
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
how can i run pachi on raspberry pi 3 B? #79
Comments
Hi, yes, there are lots of tips on running pachi =) |
i have rpi 3 b it would be nice to be able to run it on archlinuxarm for me. I would like to build and run the program. So, any tip about build first, in addiction later, some tip on how to run it.... if built succeed ^^ |
Here's my notes: in my case it's raspian with a Pi 3B, but should be pretty similar. Getting started is pretty easy, just follow build instructions from readme:
Raspberry Pi specific: Compiler With gcc 6.4, had to add Overheating issues So either you live with the once_in_a_while random crash, do whatever it takes to make sure the Pi never reaches 80 degrees (pound coin heatsink, anyone ?) or underclock it a little bit and it'll never freak out. I found mine is rock stable at 1150MHz. SD card Swap I think that's about it, good luck ! |
Is there a tutorial for newbie or some tip specific to run pachi dcnn ? Im using archlinux armv7h
The text was updated successfully, but these errors were encountered: