xflash error - F03071

Technical questions regarding the XTC tools and programming with XMOS.
Post Reply
aelder
Active Member
Posts: 37
Joined: Mon Sep 24, 2012 1:45 pm

xflash error - F03071

Post 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?


aelder
Active Member
Posts: 37
Joined: Mon Sep 24, 2012 1:45 pm

Post 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.
Post Reply