
Enable ssh and set up wifi on a headless Raspberry Pi by creating an ssh file on the boot card and a wpa_supplicant.conf with country, ssid, and password.
Build and deploy a Qt5 application to a Raspberry Pi by building on a host, copying files with the ACP command, and running the executable on the Pi.
Set up a Raspberry Pi as a Qt Creator embedded device by adding a generic Linux device, configuring a kit, compiling, deploying, and running an example; debugging isn't covered.
Learn to run a Qt application on Raspberry Pi startup by creating and enabling a system service, and explore alternatives like rc.local, cron, and splash screen management.
Cross platform is one of the biggest advantages Qt brings with it, thus a very good reason to be used for development on embedded devices, but is it really as easy as it sounds? In this course, we'll see step by step all necessary things needed to be done in order to achieve a seamless embedded development process, using our computer for implementation and deploying from it directly to the target for testing, agile, fast and efficiently!