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

Read files by name from dump, if they are not visible in list_filesystem #18

Open
SciLor opened this issue Dec 20, 2023 · 1 comment
Open

Comments

@SciLor
Copy link

SciLor commented Dec 20, 2023

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.

@SciLor
Copy link
Author

SciLor commented Jan 6, 2024

File could not be read, [Errno 21] Is a directory: 'path/' occurs on all files without a name

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