Skip to content

Looking for custom tlv documentation #2273

Answered by taltenbach
Olstyle asked this question in Q&A
Discussion options

You must be logged in to vote

The list of the TLV types used by MCUboot can be found in image.h. In that header, there are areas defined for vendor-specific types:

/*
* vendor reserved TLVs at xxA0-xxFF,
* where xx denotes the upper byte
* range. Examples:
* 0x00a0 - 0x00ff
* 0x01a0 - 0x01ff
* 0x02a0 - 0x02ff
* ...
* 0xffa0 - 0xfffe
*/

The API for iterating over the TLVs of an image can be found at the end of the same header.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Olstyle
Comment options

Answer selected by Olstyle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants