heneault / yocto-pitrezor

raspberry pi zero platform to run the trezor port pitrezor as a bitcoin wallet
https://www.pitrezor.com
MIT License
116 stars 30 forks source link

Is possible to add SD Card partition for saving files ? #16

Closed Chuck3CZ closed 1 month ago

Chuck3CZ commented 2 years ago

Is possible to add SD Card partition for saving on large cards, like saving files/passwords for password manager, etc. With g_mass_storage driver.

heneault commented 2 years ago

I think it would be possible would require change to the usb configuration to support this interface and kernel module at the time as the pitrezor. However, what I would suggest is to look at the U2F functionality. This is something already supported and can be used to handle password properly. Also, providing access for the host to access the SD card is a potential risk to open a security hole