1
0
mirror of https://github.com/rzzzwilson/pymlac.git synced 2025-06-10 09:32:41 +00:00

Debugging lc16sd bootstrap+blockloader

This commit is contained in:
Ross Wilson
2016-03-10 17:41:44 +07:00
parent 37d3cbbe72
commit 240b88263b
5 changed files with 18 additions and 6 deletions

View File

@@ -1327,8 +1327,10 @@ def main():
if loader not in ['C8LDS', 'LC16SD']:
usage("-b options expects either C8LDS or LC16SD param")
if loader == 'C8LDS':
print('BlockLoader=BlockLoader_C8LDS')
BlockLoader = BlockLoader_C8LDS
else:
print('BlockLoader=BlockLoader_LC16SD')
BlockLoader = BlockLoader_LC16SD
if len(args) != 2: