Dies ist eine alte Version des Dokuments!


Building a New Image

Images are built using bitbake and yocto.

The build process is based on this toradex guide .

Customising the Toradex image

Adding a custom application

A custom application can be added to a yocto build by means of a new recipes and a new layer.

Additional Information

Building the SDK

To build the SDK for an image append -c populate_sdk to the bitbake build command.

For example, to build the SDK for the standard toradex image console-tdx-image run bitbake console-tdx-image -c populate_sdk

For more information check the Toradex guide .