trezor-firmware icon indicating copy to clipboard operation
trezor-firmware copied to clipboard

[modtrezorio] Add GPT support for sd-protect feature

Open brianddk opened this issue 3 years ago • 0 comments

The modtrezorio code appears to have stubbed out references to GPT support, but appears incomplete. Currently the find_volume function only supports MBR partition searching. It would be useful to add GPT.

With many of the macOS and Linux distributions supporting GPT partition on USB, it seems a logical choice to support both. In the event of blank SD cards, MBR could still be the default, but adding GPT support would be useful.

brianddk avatar Dec 28 '21 23:12 brianddk