Buildroot-ts building intro: Difference between revisions

From embeddedTS Manuals
m (Kris moved page Buildroot-2018.02 building intro to Buildroot-ts building intro: No longer tied to 2018 release)
(Trim)
 
(One intermediate revision by one other user not shown)
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/embeddedarm/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/