Buildroot-ts building intro

From embeddedTS Manuals
Revision as of 14:19, 18 January 2022 by Lionel (talk | contribs) (Non-link text auto-updated for 2022 re-branding ( https://github.com/embeddedarm/buildroot-ts →‎ https://github.com/embeddedTS/buildroot-ts))

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.

Clone the repository:

git clone https://github.com/embeddedTS/buildroot-ts
cd buildroot-ts/
git submodule update --init