Commit Graph

1 Commits

Author SHA1 Message Date
Christopher Haster
2cdd03c8fd Added dbgblock.py for quicker hex dumps
This script is basically the same as xxd, but with the other debug
script's block address format:

  $ ./scripts/dbgblock.py disk -B4096 1
  block 0x1, size 20
  off       data
  00000000: 00 00 00 00 00 03 00 08 6c 69 74 74 6c 65 66 73  ........littlefs
  00000010: 40 03 00 0c 80 04 00 02 02 00 d0 03 00 16 c0 04  @...............
  ...
2023-09-15 17:45:13 -05:00