Skip to content

Commit 405d94e

Browse files
pillo79jhedberg
authored andcommitted
west: bindesc: add extract subcommand
Add a new 'west bindesc extract' subcommand that dumps all binary descriptors into a separate binary file. It will also report the range (offset and length) of the dumped data within the original image. Signed-off-by: Luca Burelli <[email protected]>
1 parent 5e93683 commit 405d94e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/develop/west/zephyr-cmds.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,10 @@ You can dump all of the descriptors in an image using::
252252

253253
west bindesc dump build/zephyr/zephyr.bin
254254

255+
You can extract the descriptor data area of the image to a file using::
256+
257+
west bindesc extract
258+
255259
You can list all known standard descriptor names using::
256260

257261
west bindesc list

0 commit comments

Comments
 (0)