Commit Graph

11 Commits

Author SHA1 Message Date
Brian S. Stephan 85d84144fc
concatenate command: combine firmware and storage into one file 2023-06-26 15:32:32 -05:00
Brian S. Stephan 5b8dc456f1
option to get the config out of a whole board dump
now you don't need to fiddle with specific byte ranges of a dump, you
can just dump the whole board if that's more convenient, and
visualize-storage will parse that

also more testing in general
2023-06-21 15:20:21 -05:00
Brian S. Stephan 0c7ed1fcea
improve storage parsing by using footer for sanity
magic is checked for sanity, and then the size is used for reading the
whole section rather than simply ignoring null bytes

closes #2
2023-06-20 19:57:28 -05:00
Brian S. Stephan 518aae359d
provide shortcut for the proto file path option 2023-06-20 15:45:31 -05:00
Brian S. Stephan d201855841
remove my goofy .bin filename from the example
c'mon bss
2023-06-20 13:27:22 -05:00
Brian S. Stephan 8e8feae77a
clarify that users *probably* want picotool 2023-06-20 13:24:24 -05:00
Brian S. Stephan d6657fa750
sample visualize-storage output, doc on dumping storage 2023-06-20 13:20:49 -05:00
Brian S. Stephan 8891dcc2f4
minor documentation cleanups 2023-06-20 12:59:47 -05:00
Brian S. Stephan 24617bf920
visualize-storage tool --- read GP2040-CE config
this also comes with a lot of project scaffolding for (IMO) a
well-organized python project. this should get the ball rolling for
other devs
2023-06-20 12:52:22 -05:00
Brian S. Stephan 0888d292d2
just a couple minor fresh repo cleanups 2023-06-19 23:34:03 -05:00
Brian S. Stephan 2934c9f929
Initial commit 2023-06-19 22:33:41 -05:00