Page 1 of 1

xflash error - F03071

Posted: Tue Apr 17, 2018 4:54 pm
by aelder
I'm trying to understand an xflash error returned by running:
xflash --verbose --factory app_asi2700_xmos_factory/bin/asi2700_xmos_factory.xe 64k --upgrade 1 app_asi2700_xmos_update/bin/asi2700_xmos_update.xe 256k --loader asi2700_xmos_loader/bin/asi2700_xmos_loader.o --boot-partition-size 0x100000
on a blank xCORE-200 eXplorer board, gives

app_asi2700_xmos_factory/bin/asi2700_xmos_factory.xe: Error: F03071 Application overruns specified boundary.

Are there more details available on what F03071 really means?

Re: xflash error - F03071

Posted: Tue Apr 17, 2018 6:25 pm
by aelder
Writing image sizes in hex seems to work better....
xflash --factory app_asi2700_xmos_factory/bin/asi2700_xmos_factory.xe 0x10000 --upgrade 1 app_asi2700_xmos_update/bin/asi2700_xmos_update.xe 0x40000 --loader asi2700_xmos_loader/bin/asi2700_xmos_loader.o --boot-partition-size 0x180000
I don't observe any error with the above.