Embedded experiment two attention points

If you are using a 64-bit Ubuntu system to do this experiment, please execute the following instructions to install the 2 32-bit class libraries needed this time. sudo
is temporarily using the root user authority to let you make link to the open library libz.so .1 does not report an error

sudo apt-get update
sudo apt-get install lib32z1

Solve the error of Install ncurses(ncurses-devel) and try again when making menuconfig command

sudo apt-get install libncurses5-dev

The rest just follow the video
Note: The video does not perform the process of decompressing the mktools file, so when we need to perform the last step

mkext3image rootfs fs.img#

The compressed package of mktools needs to be placed in the root directory in advance

insert image description here

You can use the following command to open the file manager with root user privileges, and put the compressed package into the root directory

sudo nautilus

After decompression, it will be automatically added to the usr/sbin folder, and it can be successfully executed at this time

mkext3image rootfs fs.img

To cancel the network function in the graphical interface called out by make menuconfig, find the network item and press N to cancel it. . . I couldn't do it, so I went in and deleted them one by one. . . . . . . . . . . . .

Guess you like

Origin blog.csdn.net/m0_51928767/article/details/121502598