Skip to content

Releases: usbarmory/tamago-go

tamago1.14.2

10 Apr 12:49
Compare
Choose a tag to compare

Binary release of the modified Go distribution to compile applications using the TamaGo framework on amd64 and armv7l (such as the USB armory Mk II) Linux hosts.

Installation:

sudo tar -xvf tamago-go<version>.linux-<arch>.tar.gz -C / 

You should now be able to compile the example application by setting the TAMAGO environment variable as follows:

export TAMAGO=/usr/local/tamago-go/bin/go

tamago1.14.1

10 Apr 12:01
Compare
Choose a tag to compare

Binary release of the modified Go distribution to compile applications using the TamaGo framework on amd64 and armv7l (such as the USB armory Mk II) Linux hosts.

Installation:

sudo tar -xvf tamago-go<version>.linux-<arch>.tar.gz -C / 

You should now be able to compile the example application by setting the TAMAGO environment variable as follows:

export TAMAGO=/usr/local/tamago-go/bin/go