SMARC EVK of RZ/G2L, RZ/G2LC, RZ/G2UL, RZ/V2L, and RZ/Five
Start-up Guide
R01US0556EJ0102 Rev.1.02
Page 19 of 37
Jun. 17, 2022
mke2fs 1.45.5 (07-Jan-2020)
Creating filesystem with 7663488 4k blocks and 1916928 inodes
Filesystem UUID: 63dddb3f-e268-4554-af51-1c6e1928d76c
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
4096000
Allocating group tables: done
Writing inode tables: done
Creating journal (32768 blocks): done
Writing superblocks and filesystem accounting information: done
(7)
Remount microSD card
After format,
remove the card reader and connect it again
to mount the partitions.
(8)
Write files to the microSD card
Check the mount point name with df command.
$ df
Filesystem 1K-blocks Used Available Use% Mounted on
udev 745652 0 745652 0% /dev
:
snip
:
/dev/sdb1 510984 16 510968 1% /media/user/A299-E6A6
/dev/sdb2 30041556 45080 28447396 1% /media/user/rootfs
Copy kernel and device tree file to the first partition.
$ cp $WORK/build/tmp/deploy/images/
<board>
/
<Linux kernel>
/media/user/A299-E6A
6
$ cp $WORK/build/tmp/deploy/images/
<board>
/
<Devise tree>
/media/user/A299-E6A6
Expand rootfs to the second partition.
$ cd /media/user/rootfs
$ sudo tar jxvf $WORK/build/tmp/deploy/images/
<board>
/
<root filesystem>
Above samples are suitable only for
RZ/G2L group
and
RZ/V2L
.
Please replace
<board>
by the name below:
RZ/G2L Evaluation Board Kit:
smarc-rzg2l
RZ/G2LC Evaluation Board Kit:
smarc-rzg2lc
RZ/G2UL Evaluation Board Kit:
smarc-rzg2ul
RZ/V2L Evaluation Board Kit:
smarc-rzv2l
When you use RZ/Five Evaluation board Kit, copy kernel and device tree file to the first partition like as below.
$ cp $WORK/build/tmp-glibc/deploy/images/smarc-rzfive/
<Linux kernel>
/media/us
er/A299-E6A6
$ cp $WORK/build/tmp-glibc/deploy/images/smarc-rzfive/
<Devise tree>
/media/use
r/A299-E6A6