Skip to content

Ad9195/go

 
 

Repository files navigation

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-build

You'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-fe1a

Alternatively, 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 install

Some machines also have a self extracting, compressed archive installer.

$ goes-build goes-MACHINE-installer
$ sudo ./goes-MACHINE-installer

These are the available machines,

To stop and remove,

$ sudo goes uninstall

To enable BASH completion after install,

. /usr/share/bash-completion/completions/goes

To see the commands available on the installed MACHINE,

$ goes help

Or,

$ goes
goes> help

Then 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 85.3%
  • Python 13.0%
  • Shell 1.5%
  • Other 0.2%