forked from Mirror/pmbootstrap
This allows embedding multiple firmware binaries into SD images. Firmware images for most devices that require this functionality consist mainly of u-boot, but some devices (e.g. librem5) have multiple firmware images that need to be embedded in the SD image created by pmbootstrap. This functionality uses two new deviceinfo parameters: - deviceinfo_sd_embed_firmware: a comma-separated list of binary:offset (where binary is under /usr/share/firmware) - deviceinfo_sd_embed_firmware_step_size: The number of bytes for each increment of the offset specified in the deviceinfo_sd_embed_firmware (typically 1024 or 2048) deviceinfo_write_uboot_spl has been obsoleted by these new parameters. |
||
---|---|---|
.. | ||
__init__.py | ||
_install.py | ||
blockdevice.py | ||
file.py | ||
format.py | ||
losetup.py | ||
partition.py | ||
recovery.py |