📄️ 1-1 Introduction
In this chapter,
📄️ 1-2 About Renesas RZ/G2L
The hardware block diagram of RZ/G2L is as below. The advantages of embedded system is low power consumption and more reliable. We can develop products base on the embedded system.
📄️ 1-3 Docker
Since our Yocto 3.1 project must be build under a Ubuntu 20.04 environment,
📄️ 1-4 Yocto Project Build
Let's start and enter Docker container,
📄️ 1-5 Yocto Layer and Recipe
In the previous sections, we build the Linux image using Yocto project. Here we would like to add our own code into the Yocto project as a part of the Linux image. Finally the executable from the source code can be run on the target Renesas RZ/G2L.