Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.
/ tock-on-titan Public archive

Ports of Tock OS to Titan chips.

License

Notifications You must be signed in to change notification settings

google/tock-on-titan

Tock-on-Titan

This repository contains ports of Tock OS (https://www.tockos.org) to Titan chips.

This is not an officially supported Google product.

Getting started

Clone the repo

Get the source:

git clone --recursive https://github.com/google/tock-on-titan.git

Get the tools and libs to build the code

Download Rust

cd tock-on-titan
curl https://sh.rustup.rs -sSf | sh

Configure Rust

make setup

Build all boards and apps (unsigned)

make build

Build 'signed' versions of all artifacts

make build-signed

The build-signed target requires TANGO_CODESIGNER and TANGO_CODESIGNER_KEY to be set. The codesigner and keys are not publicly available.