xTIMEComposer command line - Installing a new hardware

Technical questions regarding the XTC tools and programming with XMOS.
Post Reply
KurtOz
Junior Member
Posts: 5
Joined: Tue Jul 04, 2017 7:56 pm

xTIMEComposer command line - Installing a new hardware

Post by KurtOz »

Hi,
Can we install a new hardware from a user .xn file from the command line, instead of xTIMEComposer "Help>Install New Hardware" utility?

Thanks.


User avatar
andrewxcav
Active Member
Posts: 62
Joined: Wed Feb 17, 2016 5:10 pm
Contact:

Post by andrewxcav »

If your .xn file is in the project directory, you should just be able to specify it in your Makefile and then run xmake.

Add a line in your Makefile like this:

TARGET = my_hardware

If your xn file is called my_hardware.xn
KurtOz
Junior Member
Posts: 5
Joined: Tue Jul 04, 2017 7:56 pm

Post by KurtOz »

Thank you for your reply. Probably the initial error I have seen was about dangling project directory links. It works now.
Post Reply