This repos contains Platina System's open source GO projects.
First fetch and install the goes builder,
$ go get github.com/platinasystems/go/main/goes-buildYou'll need platinasystems/fe1 and platinasystems/firmware-fe1a to build
goes-platina-mk1.
$ git clone [email protected]:platinasystems/fe1 \
GOPATH/src/github.com/platinasystems/fe1
$ git clone [email protected]:platinasystems/firmware-fe1a
GOPATH/src/github.com/platinasystems/firmware-fe1aAlternatively, you may build goes-platina-mk1 to plugin an existing
/usr/lib/goes/fe1.so.
To install a select MACHINE,
$ goes-build goes-MACHINE
$ sudo ./goes-MACHINE installSome machines also have a self extracting, compressed archive installer.
$ goes-build goes-MACHINE-installer
$ sudo ./goes-MACHINE-installerThese are the available machines,
- example (GOARCH: amd64 or armhf)
- boot (GOARCH: amd64)
- platina-mk1 (GOARCH: amd64)
- platina-mk1-bmc (GOARCH: armhf)
- platina-mk2-lc1-bmc (GOARCH: armhf)
- platina-mk2-mc1-bmc (GOARCH: armhf)
To stop and remove,
$ sudo goes uninstallTo enable BASH completion after install,
. /usr/share/bash-completion/completions/goesTo see the commands available on the installed MACHINE,
$ goes helpOr,
$ goes
goes> helpThen man any of the listed commands or man cli to see how to use the
command line interface.
See also errata.
© 2015-2016 Platina Systems, Inc. All rights reserved. Use of this source code is governed by this BSD-style LICENSE.