You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: