- Embedded Linux Development using Yocto Projects(Second Edition)
- Otavio Salvador Daiane Angolini
- 218字
- 2021-07-02 15:08:43
Building an image to QEMU
Following the same steps used in Chapter 2, Baking Our Poky-Based System, we are going to build an image to the QEMU ARM emulation.
The first step is to create the first project, which is a collection of configurations and builds that have already been performed.
As we don't have a project, we need to start one. Create a Project name and choose the target release, as shown in the following screenshot:

After creating my-first-project, we can see the main project screen, as shown in the following screenshot:

While on the Configuration tab, go to Machine and change it to qemuarm:

After that, click the Image Recipes tab to choose the image you want to build. In this example, as used in Chapter 2, Baking Our Poky-Based System, we can build core-image-full-cmdline:

The following screenshot shows the build process:

The build process takes some time, but after that, we can see the built image along with some statistics:

We can also verify the generated set of files, as shown in the following screenshot:

Toaster is a powerful tool. It can be used either on a local development machine or on a shared server to get a graphic representation of the build. Most tasks performed by BitBake can be achieved using Toaster as well.
- 傳感器技術(shù)實驗教程
- Java實用組件集
- Visual C# 2008開發(fā)技術(shù)實例詳解
- Security Automation with Ansible 2
- 機器人創(chuàng)新實訓(xùn)教程
- 網(wǎng)絡(luò)安全與防護
- 學(xué)會VBA,菜鳥也高飛!
- Extending Ansible
- Learning ServiceNow
- Building Google Cloud Platform Solutions
- Xilinx FPGA高級設(shè)計及應(yīng)用
- 手把手教你學(xué)Flash CS3
- 設(shè)計模式
- Mastering Machine Learning with R
- Flink內(nèi)核原理與實現(xiàn)