TS-7100 buildroot: Difference between revisions

From embeddedTS Manuals
(Removed title to add it to main page)
m (FTP links auto-updated (ftp://ftp.embeddedarm.com/ →‎ https://files.embeddedarm.com/))
Line 5: Line 5:


== Installing Buildroot ==
== 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 ftp://ftp.embeddedarm.com/ts-arm-sbc/ts-7100-linux/distributions/ts7100-Buildroot-2018.02-latest.tar.xz]
We offer a pre-made filesystem tarball that is based on our default Buildroot configuration.  It can downloaded here: [https://files.embeddedarm.com/ts-arm-sbc/ts-7100-linux/distributions/ts7100-Buildroot-2018.02-latest.tar.xz https://files.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 [[#eMMC|bootable eMMC]] for the TS-7100.
Using that tarball, it's possible to create a [[#eMMC|bootable eMMC]] for the TS-7100.

Revision as of 09:38, 12 January 2021

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: https://files.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