RZ/V2M Linux Package Start-Up Guide
R01US0527EJ0110 Rev.1.10
Page 35 of 39
Oct.8.2021
8.1.2
Boot loader and U-Boot
Before building loader binaries, follow the steps from Step 1 to Step 5 described in Chapter 2. After that, run
the following commands to build boot loader and U-Boot.
•
Boot loader
$ bitbake bootloader
•
U-Boot
$ bitbake u-boot
After running the above commands, the following files will be generated.
Table 8-1. Generated files (Boot loader and U-Boot)
Generated files
File name
File stored path
1st loader binary
loader_1st_128kb.bin
${WORK}/build/tmp/deploy/images/rzv2m
Boot parameter for 2nd loader
loader_2nd.bin
2nd loader binary
loader_2nd_param.bin
U-Boot binary
u-boot.bin
Boot parameter for u-boot
u-boot_param.bin
Boot loader source codes
*Omitted
${WORK}/build/tmp/work/rzv2m-poky-
linux/bootloader/v1.0.0-r1/source
U-Boot source codes
*Omitted
${WORK}/build/tmp/work/rzv2m-poky-linux/u-
boot/1_v2018.09+gitd867a25a9e-r1/git