RZ/V2M Linux Package Start-Up Guide
R01US0527EJ0110 Rev.1.10
Page 14 of 39
Oct.8.2021
4. Boot Loader, U-Boot (Loader Binaries)
This chapter explains the boot loader and U-Boot in this package.
Note: Refer to 8.1.2
about how to build the source code of boot loader and U-
Boot.
4.1
Boot loader and U-Boot Images
The boot loader and U-Boot binaries are stored in the eMMC on RZ/V2M in advance. The bootloader and U-
Boot will be booted after powering on the RZ/V2M Evaluation Kit.
The following table lists the address information stored in the eMMC on RZ/V2M.
Table 4-1. Boot loader data stored in the eMMC
File name
Program top
address
eMMC save
partition
eMMC save
sectors
*1
File size(byte)
*2
Description
loader_1st_128kb.bin
H’80100000
Boot partition 1
H’000000
H'20000
1
st
loader binary
loader_2nd_param.bin
On RAMA area
*3
Boot partition 1
H’000100
H'8
Boot parameter
for 2nd loader
loader_2nd.bin
H’B6000000
Boot partition 1
H’000101
H'32520
2
nd
loader binary
u-boot_param.bin
On RAMB area
*3
Boot partition 1
H’000901
H'8
Boot parameter
for u-boot
u-boot.bin
H’57F00000
Boot partition 1
H’000902
H'7F179
U-Boot binary
Notes: 1. The sector size is 512bytes.
2. Each file size is the file size of the loader binary file provided in this package. These file sizes may be different
from the loader binary files generated by bitbake. Also, the size of these files may change in future versions.
3. These RAM areas are not fixed because these binaries are stored in the local memory. After U-boot boots,
Boot loader and U-Boot will not use RAMA and RAMB.
4.2
Write loader binaries to eMMC
This section describes how to write loader binaries to eMMC.
Note: Use the eMMC writer only with the loader binaries provided in this package. Refer to chapter 7
“Flash Writer” when using the binary files generated by bitbake.
Note: If you use the previous version of the RZ/V2M Linux Package, rewrite the loader files to eMMC
with the following steps.
Step 1. Store the bootloader files to the FAT partition area on the SD card
Store the files shown in Table 4-1 to the FAT partition area.
Step 2. Board connection and terminal software setting
Connect the RZ/V2M Evaluation Kit to a Windows PC with a serial to micro-USB cable. Then, start a terminal
software (Tera Term) on the Windows PC. For setting up terminal software, refer to 3.2.2.