tingbot / tingbot-os

📦 The Tingbot operating system
http://tingbot.com
37 stars 14 forks source link

Tingbot SD card build system

Build Status

This repo builds two products:

tingbot-os.deb

This file is used to upgrade an existing Tingbot. It's downloaded by tbupgrade.

disk.img

The base is the Raspbian distribution, on which Tingbot-specific stuff is added. The image is booted inside an ARM emulator, using the vm-setup, vm-build, and vm-cleanup scripts. The build.sh script runs on the Pi, which is where tingbot-os.deb installed.

Requirements

Usage

Just run make build. The first run might take a while, as the raspbian image must be downloaded. Subsequent runs will be faster.