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
If the flash has been written several times, list_filesystem will lose the ability to read the filenames. If you read those files via UART some magic on the cc3200 is done, so the files are found even in that state. If you are using a flashdump this doesn't work. You may dump the file by index in that case.
So we need to find out what this magic does and implement it inside the tool.
The text was updated successfully, but these errors were encountered:
If the flash has been written several times, list_filesystem will lose the ability to read the filenames. If you read those files via UART some magic on the cc3200 is done, so the files are found even in that state. If you are using a flashdump this doesn't work. You may dump the file by index in that case.
So we need to find out what this magic does and implement it inside the tool.
The text was updated successfully, but these errors were encountered: