Buildroot-ts building intro

From embeddedTS Manuals
Revision as of 17:50, 3 April 2023 by Kris (talk | contribs) (Trim)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Buildroot is intended to be completely cross-compiled from a host Linux workstation. This process creates a cross-compiler which is then used to build all target applications, kernel, etc., and then output a bootable image / tarball. The following instructions will create a bootable image / tarball for the target system:

Clone the repository:

git clone --recurse-submodules https://github.com/embeddedTS/buildroot-ts.git
cd buildroot-ts/