-
Notifications
You must be signed in to change notification settings - Fork 88
pbl: add command flash log download and dehash tools #653
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
base: main
Are you sure you want to change the base?
Conversation
Implement 'pbl flash_logs' to download raw logs from the watch flash and 'tools/dehash_flash_logs.py' to parse and dehash them. Signed-off-by: Federico Bechini <[email protected]>
ab50b7f to
7bbb205
Compare
Code review Signed-off-by: Federico Bechini <[email protected]>
7bbb205 to
a59ac35
Compare
| 'diorite': (0x280000, 0x20000), | ||
| 'silk': (0x280000, 0x20000), | ||
|
|
||
| # Robert / Emery |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Obelix is Emery now ;-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
| 'asterix': (0x1FD0000, 0x20000), | ||
|
|
||
| # Obelix | ||
| 'obelix': (0x1FCF000, 0x20000), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mind adding getafix?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
821eaa4 to
3de79f1
Compare
Merge main Signed-off-by: Federico Bechini <[email protected]>
Code review Signed-off-by: Federico Bechini <[email protected]>
3de79f1 to
f44903a
Compare
I added a new pbl command to get the logs from the flash region.
and then a script to deash them (using some other existing scripts) and be able to check the logs.
example: