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

Running on RaspberryPi #4

Open
illume opened this issue Nov 9, 2019 · 2 comments
Open

Running on RaspberryPi #4

illume opened this issue Nov 9, 2019 · 2 comments

Comments

@illume
Copy link
Member

illume commented Nov 9, 2019

Runs really slow and buggy on rasbperry pi. But only tried older raspberian.
Try new raspberrian.
Profile.

Bluetooth audio. #6

@illume illume added this to the Are we portable yet? milestone Nov 9, 2019
@illume
Copy link
Member Author

illume commented Dec 29, 2019

  • Download image to SD card from https://www.raspberrypi.org/downloads/raspbian/
  • Setup
  • Run update (30 minutes?)
  • raspi-config -> interfacing options SSH/VNC
  • sudo apt-get install sshfs
  • sshfs user@hostname:/Users/rene/dev/games/parrotjoy /home/pi/mac
  • remove big bloated stuff:
    • sudo apt-get purge -y wolfram-engine scratch2 scratch libreoffice* oracle-java*
    • sudo apt-get autoremove && sudo apt-get clean
  • pygame and numpy need some deps added via apt-get. sudo apt-get install libsdl2-ttf-2.0-0 libsdl2-image-2.0-0 libsdl2-mixer-2.0-0 libatlas-base-dev

@illume
Copy link
Member Author

illume commented Dec 29, 2019

Audio recording:

  • works with audacity
  • does not work with SDL2 (through python or C)

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

1 participant