When writing the necessary files for the board, microSD card needs to have appropriate format.
Note that you need to run this procedure only once as long as you use the same microSD card.
Follow the instruction below to format the microSD card partitions.
/dev/sdb
: The device name for the entire microSD card.
/dev/sdb1
: The paritition name in microSD card. There may be multiple sdb*
depending on the microSD card.
/media/user/A8D3-393D
" in the following example.fdisk
command as shown below to change the partition table according to the following table.Type/Number | Size | Filesystem | Contents |
---|---|---|---|
Primary #1 | 500MB (minimum 128MB) | Ext4 | Linux kernel Device tree |
Primary #2 | All remaining | Ext4 | root filesystem |
/dev/sdb1
.
o
" to console. The log continues.
n
" to console. The log continues.
p
" to console. The log continues.
+500M
" to console. The log continues.
Y
" to console. The log continues.
n
" to console. The log continues.
p
" to console. The log continues.
p
" to console. The log continues.
w
" to console. The fdisk
interface will end.
After this procedure, you can write the necessary data for the board into microSD card.
Go to “Set up RZ/V2L Evaluation Board Kit” to prepare a micro SD card for booting.