TS-7100 buildroot: Difference between revisions

From embeddedTS Manuals
(Initial creation)
 
(Removed title to add it to main page)
Line 1: Line 1:
= Buildroot Configuration =
{{Note|Incomplete at this time}}
{{Note|Incomplete at this time}}



Revision as of 11:27, 14 October 2019

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