openlifu.io.LIFUDFU.parse_signed_package

openlifu.io.LIFUDFU.parse_signed_package(pkg: bytes) dict[source]

Parse and integrity-check a signed firmware package.

Returns a dict with keys: fw_address, meta_address, fw, meta.

Raises:

ValueError – If the package is malformed or any CRC fails.