GUI setup tool for 200micron single board computer written in Go and Fyne. Helps you customize a fresh buildroot-200micron installation by walking you through:
- Initial serial login
- Setting root password
- Adding WiFi networks
- Setting up an SSH Key pair
- Installing packages
Also includes a simple built-in serial terminal for basic device control!
To build and run for local dev work:
just setup # install all deps
just run # run dev buildTo build executables for your platform:
just setup # install all deps
just package # will build for host os: macos, windows, or linuxTo clean your repo:
just clean