SMARC EVK of RZ/G2L, RZ/G2LC, RZ/G2UL, RZ/V2L, and RZ/Five
Start-up Guide
R01US0556EJ0102 Rev.1.02
Page 35 of 37
Jun. 17, 2022
Using default response p.
Partition number (2-4, default 2):
(
Push the enter key
)
First sector (1026048-124321791, default 1026048):
(
Push the enter key
)
Last sector, +/-sectors or +/-size{K,M,G,T,P} (1026048-124321791, default 1243
21791):
(
Push the enter key
)
Created a new partition 2 of type 'Linux' and of size 58.8 GiB.
Command (m for help):
p
Disk /dev/mmcblk0: 59.29 GiB, 63652757504 bytes, 124321792 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xf3d53104
Device Boot Start End Sectors Size Id Type
/dev/mmcblk0p1 2048 1026047 1024000 500M 83 Linux
/dev/mmcblk0p2 1026048 124321791 123295744 58.8G 83 Linux
Command (m for help):
w
The partition table has been altered.
Calling ioctl() to re-read partition table.
Syncing disks.
root@smarc-rzv2l:~#
Format eMMC.
root@smarc-rzv2l:~#
mkfs.ext4 /dev/mmcblk0p1
root@smarc-rzv2l:~#
mkfs.ext4 /dev/mmcblk0p2
Format eMMC and write the kernel, the device tree, and the rootfs.
root@smarc-rzv2l:~#
mount /dev/mmcblk0p1 /mnt/
root@smarc-rzv2l:~#
cp
Image-smarc-rz
v2l
.bin
/mnt/
root@smarc-rzv2l:~#
cp
Image-r9a07g0
54l2
-smarc.dtb
/mnt/
root@smarc-rzv2l:~#
umount /dev/mmcblk0p1
root@smarc-rzv2l:~#
mount /dev/mmcblk0p2 /mnt/
root@smarc-rzv2l:~#
tar xf /home/root/core-image-weston-smarc-rzv2l.tar.bz2 \
-C /mnt/
root@smarc-rzv2l:~#
umount /dev/mmcblk0p2