Skip to content

Quick Start

Michele Comignano edited this page Sep 26, 2024 · 12 revisions

A step by step guide to go from BOM to a working Tonio starting from pre-built images.

Bring the Hardware together

You can use one of the supported boards reference assembly

SD card setup

Navigate to CI Builds and grab the image artifacts for your supported board.

Extract the artifacts into some folder and from there, using a terminal, run:

$ ./flash.sh sdcard.img /dev/sdX

where X is the letter identifying you SD card block device, e.g.: /dev/sdb.

NOTE: The script will also expand the data partition to its max possible extent. Just make sure fatresize and parted commands are in path.

Initial setup

Your wiring may not fit default settings and you probably want to load new playlists. Initial setup is covered in the user guide.

Clone this wiki locally