Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create/open file with DIR_ATTR_ARCHIVE 0x20 #91

Open
NWS-NRC opened this issue Apr 6, 2021 · 0 comments
Open

create/open file with DIR_ATTR_ARCHIVE 0x20 #91

NWS-NRC opened this issue Apr 6, 2021 · 0 comments

Comments

@NWS-NRC
Copy link

NWS-NRC commented Apr 6, 2021

I'm using the uTasker SD bootloader for a teensy 3.5 so that I can send remote updates via cellular XBee and then send the file over serial to write to SD Card. The SD card bootloader expects the files to have the attribute DIR_ATTR_ARCHIVE 0x20, but the SD Library writes x00 in this location.

Windows file creation:
0x204e4942

SD Library creation:
0x004e4942

Is there a way to open/create a file with that attribute set?

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

No branches or pull requests

1 participant