how to copy a file from firmware storage to CIRCUITPY

Adafruit's tiny microcontroller platform. Please tell us which board you are using.
For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
User avatar
asdffdsa6132
 
Posts: 28
Joined: Sat Feb 18, 2023 5:00 pm

Re: how to copy a file from firmware storage to CIRCUITPY

Post by asdffdsa6132 »

once understanding the quirks, this has been stable, reliable and very productive way to use the trinket.
"storage.remount("/", readonly=False, disable_concurrent_write_protection=True)"

in the end, i have completed my initial little project.
1. plug in the key into a machine. there are two crypted files:
--- file.key.crypt - key used to login to keepass
--- file.bek.crypt - file used to login to bitlocker on windows laptop.
3. using the two cap buttons, type a morsecode/binary number sequence
--- one sequence, decrypts the crypted files.
using that binary number as an ascii character, part of a password, to decrypt the files.
--- one sequence deletes all crypted files

Locked
Please be positive and constructive with your questions and comments.

Return to “Trinket ATTiny, Trinket M0”