In Chapter 1, Setting Up the Environment, we went through the process of building the open-source version of Qt for embedded Linux running on the Raspberry Pi. Now, let's take a look at some commercial Qt embedded options in more detail.
Qt's embedded options
Boot to Qt (B2Qt)
Boot to Qt provides you with a ready-made Qt environment that you can deploy to your target immediately without having to build everything yourself. It allows you to get a quick start on your development.
There are different builds available for a selection of common reference boards and software stacks. Boot to Qt even provides a board emulator that runs within VirtualBox so you do not need to wait for a development board. The emulator couples...