Buildroot-ts building intro: Difference between revisions

From embeddedTS Manuals
m (Non-link text auto-updated for 2022 re-branding ( https://github.com/embeddedarm/buildroot-ts →‎ https://github.com/embeddedTS/buildroot-ts))
(Trim)
 
Line 1: Line 1:
The Buildroot image can be built from source if needed. This process will create a cross compiler, use that to build all target applications including the kernel, and then create a filesystem tarball of a bootable image. The following instructions can be used to build Buildroot.
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:
Clone the repository:
<source lang=bash>
<source lang=bash>
git clone https://github.com/embeddedTS/buildroot-ts
git clone --recurse-submodules https://github.com/embeddedTS/buildroot-ts.git
cd buildroot-ts/
cd buildroot-ts/
git submodule update --init
</source>
</source>

Latest revision as of 17:50, 3 April 2023

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/