googlecreativelab / open-nsynth-super

Open NSynth Super is an experimental physical interface for the NSynth algorithm
Apache License 2.0
2.42k stars 270 forks source link

Can't get to terminal to install the firmware #68

Open troglodisme opened 5 years ago

troglodisme commented 5 years ago

I have finished assembling my boards and was excited to start installing the firmware but as soon as I powered the board (with the raspberry pi connected to both screen and monitor), the booting started without asking me to login (as described in the instructions) and after a few seconds both the little screen and the monitor were displaying the nsynth grid correctly. The touchpad, potentiometers and midi don't seem to work though, and most importantly no sound is coming out the minijack.

I assume the firmware is not properly installed? I would like to go back to the terminal and try running the mount commands, but.. how do I get to back to the terminal??

Thanks!

kaosbeat commented 5 years ago

Hey I just read here how to do it.

To replace the file and recompile the application you will need access to the Raspberry Pi. Hook it up to an HDMI monitor and a USB keyboard and boot it. Initially, you will see a copy of the Open NSynth Super screen. Hitting the ESC key will get you to a login prompt. Use the username "pi" (without quotes) and the password "raspberry" to log in. As the SD card is mounted as read only by default, you will need write access by remounting it: "sudo mount -u remount,rw /".

Hope this works!

K

troglodisme commented 5 years ago

Thanks @kaosbeat - I eventually found out randomly while I was trying to get this done! Do you know if there is a way to add that to the guide/description? I feel other people might benefit from it.