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
Using picotool info -a takes a while due to multiple flash reads, for the multiple scans for metadata blocks. This could be improved by caching the data read from flash in the picoboot_memory_access class, so you don't need multiple reads from the device of the same data.
The text was updated successfully, but these errors were encountered:
Those should always be "single shot" - the OTP commands don't do any "scanning" reads as such, they just read the rows specified, so shouldn't read any rows more than once
Using
picotool info -a
takes a while due to multiple flash reads, for the multiple scans for metadata blocks. This could be improved by caching the data read from flash in thepicoboot_memory_access
class, so you don't need multiple reads from the device of the same data.The text was updated successfully, but these errors were encountered: