Reader small image

You're reading from  Hands-On Embedded Programming with Qt

Product typeBook
Published inJul 2019
Reading LevelIntermediate
PublisherPackt
ISBN-139781789952063
Edition1st Edition
Languages
Tools
Right arrow
Author (1)
John Werner
John Werner
author image
John Werner

John Werner is an internationally published author, engineer, consultant, and conference speaker with more than 15 years' experience. He has earned patents for inventions ranging from Inkjet printers to automotive ignition systems. John was one of the early users of Qt on QNX and contributed to the early knowledge of how to make it work. He is a contributor to the Qt-related information on Stack Exchange. He is currently a senior software engineer, specializing in Qt development, for Caliber Imaging & Diagnostics.
Read more about John Werner

Right arrow

Summary

In this chapter, we learned how to set up a Raspberry Pi 3B+ for embedded Qt development. We also learned how to prepare a Linux host PC for cross compilation for the Raspberry Pi Target. We explored how to pull the parts of the root filesystem that are needed for development from the Target. Together, we also learned how to configure and build Qt from its source code and then push the updated root filesystem to the Target.

While we have only dealt with one particular Target, working with applications for other target systems is fairly straightforward. The differences will be in what initial target image you select, the cross compiling tool chain, and the way Qt is configured. Hopefully, by working through this chapter, you will be confident enough to be able to do it for any system you find.

In Chapter 2, Writing Your First Qt Application, we will write our first Qt program using Qt Widgets, test it on the host, and find out just how easy it is to find and fix a bug using Qt Creator.

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Hands-On Embedded Programming with Qt
Published in: Jul 2019Publisher: PacktISBN-13: 9781789952063

Author (1)

author image
John Werner

John Werner is an internationally published author, engineer, consultant, and conference speaker with more than 15 years' experience. He has earned patents for inventions ranging from Inkjet printers to automotive ignition systems. John was one of the early users of Qt on QNX and contributed to the early knowledge of how to make it work. He is a contributor to the Qt-related information on Stack Exchange. He is currently a senior software engineer, specializing in Qt development, for Caliber Imaging & Diagnostics.
Read more about John Werner