Skip to content

DTB_NOP parsing #19

@jack-kirton

Description

@jack-kirton

Currently, parse_dtb raises an Exception with message "Unknown Tag: 4", which is DTB_NOP.
I believe the fix is as simple as adding this to parse_dtb:

elif tag == DTB_NOP:
    continue

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions