Add separate boot partition

This commit is contained in:
jld3103 2021-10-22 17:07:05 +02:00 committed by InsanePrawn
parent 7de8803032
commit 955546c918
4 changed files with 237 additions and 105 deletions

View file

@ -6,9 +6,8 @@ FLASH_PARTS = {
'QHYPSTUB': 'qhypstub',
}
EMMC = 'emmc'
EMMCFILE = 'emmc-file'
MICROSD = 'microsd'
LOCATIONS = [EMMC, EMMCFILE, MICROSD]
LOCATIONS = [EMMC, MICROSD]
JUMPDRIVE = 'jumpdrive'
JUMPDRIVE_VERSION = '0.8'