embdgen.plugins.region.RawRegion

class embdgen.plugins.region.RawRegion.RawRegion[source]

Bases: BaseContentRegion

Raw region

Writes some BinaryContent directly to the image without any partition table entry.

PART_TYPE = 'raw'
content: BinaryContent

Content of this region

write(out_file: BufferedIOBase)[source]

Writes this region to the current position in out_file