What is warning F03070 generated by XFLASH? Topic is solved

If you have a simple question and just want an answer.
Post Reply
User avatar
sethu_jangala
XCore Expert
Posts: 589
Joined: Wed Feb 29, 2012 10:03 am

What is warning F03070 generated by XFLASH?

Post by sethu_jangala »



View Solution
User avatar
sethu_jangala
XCore Expert
Posts: 589
Joined: Wed Feb 29, 2012 10:03 am

Post by sethu_jangala »

To check that images are aligned to sector boundaries, XFLASH can run a program called inquisitor that provides the sector layout to XFLASH. The XFLASH --noinq flag can be used to disable the inquisitor and reduce the build time. If --noinq is included XFLASH produces the warning: "Warning: F03070 No sector information available; cannot check image alignment." This warning can be ignored provided the sector layout is known and image sizes are specified on the command line (using the --factory, --upgrade and --boot-partition-size options). If --noinq is omitted XFLASH expects to be able to connect to the device via XTAG.

For mode details on xflash command line options see xflash command line manual

Post Reply