Dear Joan Xie,
Thank you for your reply.
The SD card did the following.
$sudo fdisk / dev / sdb
d [repeat this until no partition is reported by the 'p' command]
n [create a new partition]
p [create a primary partition]
1 [the first partition]
20480 [using the default value will create a partition that starts at offset 2048]
102400 [size of the actual partition = 255 MB]
n [create a new partition]
p [create a primary partition]
2 [the second partition]
122800 [using the default value will create a partition that starts at offset 67584]
<enter> [using the default value will create a partition that uses the remaining space on the card]
w [this writes the partition table to the medium and fdisk exits]
$sudo mkfs.vfat / dev / sdb1
$sudo mkfs.ext 4 / dev / sdb 2
I think that there is a problem because this board has been purchasing a few years ago.
As new information, L3.10.53 works normally.
I have not solved it, but please close .
Best regards,
Yoshihisa Saito