-
Notifications
You must be signed in to change notification settings - Fork 370
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
USB mass storage fails to write on Fedora41 #3385
Comments
the targets/nordic_pca10059_boot/syscfg.yml |
targets/nordic_pca10059_boot/pkg.yml:
targets/nordic_pca10059_boot/target.yml:
|
That gives:
So something is wrong with the writer :-( |
@jfclere, could you please enable showing hidden files. It may be that Fedora creates some additional root entries that eat up root folder entry space. Currently only 16 entries are allowed (just one sector) but when there are names with names that are not XXXXXXXX.EXT (upper case or file name is longer), FAT entry occupies more space. |
@jfclere You need to add line MSC_FAT_VIEW_UPDATE_HANDLER: 1 This was enabled by default previously now it's not. |
Yes that helps The img is now on the dongle.
|
There is still something wrong, I type
And the dongle needs a reset. |
it seems we are calling:
Without "cleaning" the FAT we created, is that correct? |
System just written file to this FAT formatted driver and it wants to flip a bit on boot sector to mark disk as clean so next time it is inserted in Windows there will be no warning that there is a problem. |
Based on https://www.codecoup.pl/how-to-build-and-use-drag-and-drop-bootloader-on-mynewt/ I have tried to install an app to a pca10059 (dongle), the mass storage is readable/writeable but it seems the app is not install nor persisted in the dongle.
The text was updated successfully, but these errors were encountered: