These instructions will guide you through setting up Go Note Go on a Raspberry Pi 400.
-
Download the latest image from GitHub Actions artifacts.
-
Flash the image onto an SD card.
Example commands (macOS):
diskutil unmountDisk /dev/disk4 sudo dd bs=4M if=/Users/yourusername/Downloads/go-note-go.img of=/dev/rdisk4 conv=fsync status=progress
-
Insert the SD card into the Raspberry Pi 400 and power it on.
Give it a minute to boot.
-
Start the settings server.
Type the following command and press Enter:
:serverThis will start a WiFi hotspot called GoNoteGo-Wifi.
-
Connect to the GoNoteGo-Wifi hotspot.
Connect from another device like a phone or computer. The password is:
swingset. -
Configure your Go Note Go.
Navigate to:
192.168.4.1:8000.Here you can configure:
- WiFi networks to connect to
- Where to upload your notes
- Other settings
Click Save when finished.
-
Verify internet connection.
Run the following command on the Go Note Go:
:iIt should respond out loud with 'Yes' indicating it's connected to the internet.
-
Turn off the WiFi hotspot (optional).
Run the following command:
:server stop -
That's it! Your Go Note Go is ready to use. Happy note-taking!
If you're having any trouble getting set up, open a new GitHub issue.