Search by Tags

Module 2: My first Hello World in C

 

Attention: the Quickstart Guide for BSP 2.8, based on the Ångström distribution, is not being updated anymore. Depending on your SoM, you have different options:

Vybrid and Tegra: the information is provided as-is and still accurate, since newer Toradex BSPs are not ported to those SoMs. Just keep in mind that the Guides are not being maintained anymore, even if we find bugs or outdated instructions.

Apalis TK1 (all variants), Colibri iMX6ULL (all variants), Colibri iMX7S 256MB and Colibri iMX7D 512MB: these computer on modules are still regularly maintained in our BSPs and, to get started, you must check the software page Toradex BSP Layers and Reference Images for Yocto Project. Since Torizon is not supported, at the moment a Quickstart Guide is not available.

All other i.MX-based SoMs: you have two options to get started with embedded Linux: the first is to follow the Quickstart Guide for Torizon, which provides the greatest out-of-the-box experience, or if you choose to use Yocto, check the software page Toradex BSP Layers and Reference Images for Yocto Project.

Overview

In this module, you will go through the process of creating your first hello world for a Toradex module. After you finish it, you will be able to: configure an SDK/toolchain and use it to cross-compile a hello world application from command-line, and configure the Eclipse IDE integrated with the SDK/toolchain, in order to compile, deploy and debug a hello world.

Contents

Image Customization With the Yocto Project/OpenEmbedded

C/C++ Application Development With the Yocto Project/OpenEmbedded

Kernel Drivers and Customization With the Yocto Project/OpenEmbedded

Next Steps