this repository contains files for building the norns disk image.
- attach mini-usb to computer usb
- insert wifi adapter
- hold key 1 for 3 seconds
- rear LED shows orange for power, white for disk activity
- linux:
screen /dev/ttyACM0 115200
- mac:
screen /dev/tty.ubserial(...) 115200
(fill in the serial number) - windows: install Putty and connect with connection type "Serial" to serial line COM(...) and speed: 115200 (fill in comport number)
login is we
and password is sleep
disconnect from screen
(crtl-a-z)
connect to norns' wifi hotspot: SSID=norns PSK=nnnnnnnn
ssh [email protected]
(provided avahi is working) ssh [email protected]
(if avahi is not working)
- (
wifi.sh
is in the norns repo) wifi.sh scan
wifi.sh select "My Wifi SSID" "wifi-password"
wifi-router.sh
(helper script to reconfigure network whilst ssh-ed in)wifi-hotspot.sh
(switches back to hotspot mode whilst ssh-ed in)