TS-7100 buildroot

From embeddedTS Manuals
Revision as of 10:23, 14 October 2019 by Kris (talk | contribs) (Initial creation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Buildroot Configuration

Note: Incomplete at this time

Buildroot-2018.02 Configuration


Installing Buildroot

We offer a pre-made filesystem tarball that is based on our default Buildroot configuration. It can downloaded here: ftp://ftp.embeddedarm.com/ts-arm-sbc/ts-7100-linux/distributions/ts7100-Buildroot-2018.02-latest.tar.xz

Using that tarball, it's possible to create a bootable eMMC for the TS-7100.

The default configuration was designed to be as close to our stock Debian distribution. This includes our ts7100-utils like tsmicroctl, our TS-SILO monitor daemon, drivers and firmware for the WiFi and Bluetooth module.


Building Buildroot

Buildroot-2018.02 building intro

Configure the build:

make ts7100_defconfig

Buildroot-2018.02 building end


Configuring the Network

Buildroot-2018.02 Network


Installing New Software

Buildroot-2018.02 installing software


Setting up SSH

Buildroot-2018.02 setup ssh


Starting Automatically

Buildroot-2018.02 Startup Scripts