Skip to content

Fix /data partition type and label during first-boot provisioning#764

Open
jjmaestro wants to merge 1 commit intosipeed:mainfrom
jjmaestro:fix/exfat-data-partition-type-label
Open

Fix /data partition type and label during first-boot provisioning#764
jjmaestro wants to merge 1 commit intosipeed:mainfrom
jjmaestro:fix/exfat-data-partition-type-label

Conversation

@jjmaestro
Copy link
Copy Markdown

Fixes: #763

- Use parted NTFS type when creating mmcblk0p3 so MBR ID is 0x07
  (Microsoft basic data NTFS/exFAT) instead of Linux 0x83.
- Format the partition with a label.

Fixes: sipeed#763
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

/data partition is created with wrong type (0x83 Linux, instead of 0x07 NTFS/exFAT)

1 participant