Can not deploy app_1722_1_device to XMOS G4 board

Sub forums for various specialist XMOS applications. e.g. USB audio, motor control and robotics.
Post Reply
User avatar
dum
Junior Member
Posts: 5
Joined: Tue May 31, 2011 8:22 am

Can not deploy app_1722_1_device to XMOS G4 board

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


User avatar
Andy
Respected Member
Posts: 279
Joined: Fri Dec 11, 2009 1:34 pm

Post 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.
User avatar
dum
Junior Member
Posts: 5
Joined: Tue May 31, 2011 8:22 am

Post by dum »

Hi Andy,
Thanks for your prompt reply. I'll have a look and get back to you.
Post Reply