📄️ 4-1 Qt Cross-Platform Development
This chapter covers Qt development for building Aarch64 applications on PC platforms (Ubuntu 22.04 and Windows 11) and transferring them to the Renesas RZ/G2L target board for execution. Qt Creator is used as the primary development tool.
📄️ 4-2 Preparing the Toolchain
We need to compile the Yocto project to create the toolchain that will be installed on the system. We'll use them when we configure the compiler, debugger and Qt version in the settings of Qt Creator later.
📄️ 4-3 Installation of Qt Creator
In this tutorial, we will learn how to install Qt 5.6.3 on Ubuntu and configure an RZ/G2L Build & Run Kit on Qt Creator.
📄️ 4-4 Building Qt Project on Ubuntu
In this tutorial, we will build a Qt Project. Lets start by opening an existing example project or creating a blank project in Qt Creator.
📄️ 4-5 Building Executables for RZ/G2L
Now, we will try to deploy a version of our application to the Renesas RZ/G2L target board after testing on a PC.
📄️ 4-6 Introduction to RZ/G2L GPIOs
This chapter demonstrates how to test and develop programs to control the GPIO hardware pins on the Renesas RZ/G2L platform within a Linux environment. It covers using Linux Sysfs to manage GPIOs via file-based read/write commands.