Page 1 of 1

Can not deploy app_1722_1_device to XMOS G4 board

Posted: Mon Mar 05, 2012 10:31 am
by dum
Hi,
I'm not sure if this is the queue for this, but I'm failing to deploy the app_1722_1_device on an XMOS G4 board. I get the following error:

Error: F03034 xrun: Number of nodes in binary does not match the device

Failed to fully run flash inquisitor.
Error: F03034 By default xflash will try to connect to a target in order to determine
Error: F03034 which flash device is being used even when outputting only to file. To
Error: F03034 prevent this connection supply the --noinq option.

Is there something a way to configure the project (sw_avb) to build for a the XMOS G4?

Re: Can not deploy app_1722_1_device to XMOS G4 board

Posted: Mon Mar 05, 2012 1:32 pm
by Andy
dum wrote:Hi,
I'm not sure if this is the queue for this, but I'm failing to deploy the app_1722_1_device on an XMOS G4 board. I get the following error:

Error: F03034 xrun: Number of nodes in binary does not match the device

Failed to fully run flash inquisitor.
Error: F03034 By default xflash will try to connect to a target in order to determine
Error: F03034 which flash device is being used even when outputting only to file. To
Error: F03034 prevent this connection supply the --noinq option.

Is there something a way to configure the project (sw_avb) to build for a the XMOS G4?
Hi Osedum,

The target of app_1722_1_device is the L2 AVB reference design board. To build for the G4 (XDK?) you need to change the target in the Makefile and update the stdcore declarations to match the XN file.

Take a look at app_xdk_avb_demo for an example of how this is done for the G4 based XDK.

Re: Can not deploy app_1722_1_device to XMOS G4 board

Posted: Mon Mar 05, 2012 4:11 pm
by dum
Hi Andy,
Thanks for your prompt reply. I'll have a look and get back to you.