cryptoadvance / specter-diy

DIY airgapped hardware wallet that uses QR codes for communication with the host
MIT License
441 stars 73 forks source link

SD card support #44

Open stepansnigirev opened 4 years ago

stepansnigirev commented 4 years ago

TODO:

stepansnigirev commented 3 years ago

Partially solved with #83 , for now only for key storage. But looks like all the problems are solved so we could load PSBTs from SD card as well.

SaroC commented 1 year ago

Issue:

The 32GB SD card was formatted with Win (FAT32 with 16kB allocating size) first and also with Linux's mkfs program (with -t vfat argument). The SD card was used with and without file inside in. If I remove the SD card, also while the device is in on state, the FW works properly again showing me the menu again. Seems that the presence of the SD card is enough to cause the error.

Any suggestion? maybe the size of SD card could be the root cause? a smaller one could fix the issue? Many Thanks for the support.