The July episode of my newsletter went out to over 160 people. Please sign up here, if you want to enjoy the full contents. The last three episodes are complimentary for your sign-up. Here is the table of contents of Episode 8 (July 2020). My Thoughts on Yocto Updates. Or: you never know what you’ll...
Webinar: Building Embedded Applications from QtCreator with Docker
In a webinar organised by The Qt Company on 8 July 2020, I showed how QtCreator builds an embedded application against a Qt SDK encapsulated in a Docker container. QtCreator doesn’t know which Yocto version was used for building the Qt SDK and which environment variables must be set for the SDK. QtCreator forwards...
Burkhard on Qt Embedded Systems: No. 7
Episode 7 went out to over 150 people. I provide insights on building Qt SDKs with Yocto, FOSS licensing, CMake, mocks for unit testing, C++ lambdas and more. Please sign up here, if you want to enjoy the full contents. Here is the table of contents. My Blog Posts Qt Embedded Systems – Part 2:...
Qt Embedded Systems – Part 2: Building a Qt SDK with Yocto
We want to develop the Internet radio application for the Raspberry Pi in the same way as for a PC. We change the source code in QtCreator and run the application. QtCreator cross-builds the application on the PC for the Raspberry Pi, deploys it with SSH to the Pi and runs it on the...
Burkhard on Qt Embedded Systems: No. 6
This episode of my newsletter went out to 130 people. You can read my take on eight talks from the Qt Virtual Tech Con and a retrospection on my seven years as a solo consultant. Please sign up here, if you want to enjoy the full contents. Here is the table of contents. My...
Qt Embedded Systems – Part 1: Building a Linux Image with Yocto
In Part 1 of the series on Qt Embedded Systems, we build a custom Linux image with Yocto for the Raspberry Pi 3B. When we power on the embedded device, it starts an Internet radio application – called Cuteradio. This QML application is very simple: it can only play a single, hard-wired station. Despite...
Book Review: “Accelerate” by Nicole Forsgren et al.
The book Accelerate – Building and Scaling High Performing Technology Organizations by Nicole Forsgren et al. is an eye opener and game changer for everyone involved in software development. Nicole provides empirical evidence why teams that apply best practices like test and deployment automation, continuous integration, loosely coupled architectures and team empowerment by far...
Burkhard on Qt Embedded Systems: No. 5
Episode 5 of my newsletter went out today with the following contents. My Blog Posts Docker Builds from QtCreator FOSS Qt Releases Delayed by up to 12 Months? News Professional CMake: A Practical Guide (6th Edition). Boot2Qt Embedded Qt5 Image and Toolchain Zeus Release. Qt Virtual Tech Con 2020. Open Source Summit + Embedded...
Docker Builds from QtCreator
On your development PC, you simply hit Ctrl+R (Run) in QtCreator to build and run your Qt application. When you want to run the application on an embedded system, you must perform four tasks: You cross-build the Qt application for the target embedded system in a Docker container. You stop the application on the...
FOSS Qt Releases Delayed by up to 12 Months?
On 8 April 2020, Olaf Schmidt-Wischhöfer wrote in an email to the KDE community (emphasis mine): last week, suddenly informed both the KDE e.V. board and the KDE Free QT Foundation that the economic outlook caused by the Corona virus puts more pressure on them to increase short-term revenue. As...