Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 799 Bytes

File metadata and controls

35 lines (26 loc) · 799 Bytes
200micron Setup Tool

200micron Setup Tool

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!

Installation

To build and run for local dev work:

just setup # install all deps
just run # run dev build

To build executables for your platform:

just setup # install all deps
just package # will build for host os: macos, windows, or linux

To clean your repo:

just clean