embdgen.plugins.region.EmptyRegion

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

Bases: BaseRegion

A region without any data

This can be used to reserve a range (e.g. for the uboot environment) This does not generate an entry in the partition table.

PART_TYPE = 'empty'
write(out_file)[source]

Writes this region to the current position in out_file