"start_sector": 256, "size_sectors": 512,
"ptype": "C12A7328-F81F-11D2-BA4B-00A0C93EC93B",
"binaries": ["FSBL.bin"],},
- {"size": None, "name": "env",
- "start_sector": 768, "size_sectors": 128,
- "ptype": "C12A7328-F81F-11D2-BA4B-00A0C93EC93B",
- "binaries": ["u-boot-env-default.bin"],},
{"size": None, "name": "opensbi",
"start_sector": 2048, "size_sectors": 2048,
"ptype": "C12A7328-F81F-11D2-BA4B-00A0C93EC93B",
]
def __init__(self, device, args):
- self.user_partition = 7
+ self.user_partition = 6
self.reserved_space = 5
self.update = args.update
self.apply_partition_sizes(args.partition_sizes)