[Help] List of (empty) microSD base images + formatting metadata

SD-Card Information:

CC3200 Box:
SD-Card 8GB SanDisk Edge

root@host ~ # lsblk -o NAME,FSTYPE,SIZE,UUID
NAME        FSTYPE  SIZE UUID
sda                 7,4G
└─sda1      vfat    7,4G 2E31-4A1

root@host ~ # fdisk -l /dev/sda
Disk /dev/sda: 7,4 GiB, 7948206080 bytes, 15523840 sectors
Disk model: Storage Device
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: 0xfd2b313f

Device     Boot Start      End  Sectors  Size Id Type
/dev/sda1        8192 15523839 15515648  7,4G  c W95 FAT32 (LBA)

ESP32 Box:
SD-Card 8GB Netac PRO

root@host ~ # lsblk -o NAME,FSTYPE,SIZE,UUID
NAME        FSTYPE  SIZE UUID
sda                 7,3G
└─sda1      vfat    7,3G 6DB6-8AB5

root@host ~ # fdisk -l /dev/sda
Disk /dev/sda: 7,28 GiB, 7816085504 bytes, 15265792 sectors
Disk model: Storage Device
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: 0x00000000

Device     Boot Start      End  Sectors  Size Id Type
/dev/sda1        8192 15265791 15257600  7,3G  b W95 FAT32
1 Like