haorongMango
Results
1
issues of
haorongMango
i just create empty FAT32 image file with raspberry pi, the command bellow: ```bash $ dd if=/dev/zero of=img.bin bs=1M count=32 $ mkfs -t vfat -F 32 -n BOOT img.bin >...