Skip to content

Investigate alternate compression for OTA imagesΒ #290

@adeebshihadeh

Description

@adeebshihadeh

OTA images are currently compressed with xz, which is slow to both compress and decompress.

def compress(fin, fout) -> None:

We should try all the latest compression tools with various settings to evaluate if we can get any improvements on compression, decompression, and size. Here's an example from a recent openpilot project:
image

Note that we'll have to roll out compression changes carefully since the openpilot updater needs to handle the new compression.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions