Page 1 of 1

xTIMEComposer command line - Installing a new hardware

Posted: Wed Aug 23, 2017 10:25 pm
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.

Re: xTIMEComposer command line - Installing a new hardware

Posted: Thu Aug 24, 2017 2:45 pm
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

Re: xTIMEComposer command line - Installing a new hardware

Posted: Thu Oct 05, 2017 7:24 pm
by KurtOz
Thank you for your reply. Probably the initial error I have seen was about dangling project directory links. It works now.