1 Compilation and Construction

  • Ultimately, device tree DTB files, FSBL files, U-boot files, Linux kernel and root file system images are generated. Once compiled, the generated image will be located in the project’s Images directory.

2 Create the boot. BIN BOOT file

  • The boot.bin and image.ub files are eventually required to BOOT Linux

3 Create an SD card

  • If you use an SD card to boot the Linux system, you generally need to have two partitions on the SD card.One partition uses the FAT32 file system, used to place the BOOT image file (such as boot. BIN, Linux image, etc.),The other partition uses the EXT4 file systemIs used to store the root file system

4 SD card startup