Importing and building the firmware

New to XMOS and XCore? Get started here.
Post Reply
aswanth524
Newbie
Posts: 1
Joined: Tue Apr 09, 2019 4:18 am

Importing and building the firmware

Post by aswanth524 »

To import and build the firmware, open xTIMEcomposer Studio and follow these steps:

1. Choose File > Import.
2. Choose General > Existing Projects into Workspace and click Next.
3. Click Browse next to `Select archive file` and select the firmware.zip file downloaded.
4. Make sure that all projects are ticked in the Projects list.
5. Click Finish.
6. Select the app_avb_lc_demo project in the Project Explorer and click the Build icon in the main toolbar

Below error is seen after step 6.

**** Build of configuration Default for project app_avb_lc_demo ****

xmake all
C:/Program Files
(x86)/XMOS/xTIMEcomposer/Community_13.2.1/build/xcommon/module_xcommon/build/../build/Makefile.common1:598:
*** Cannot find module `module_avb_flash'. Stop.
xmake: *** [bin//app_avb_lc_demo.xe] Error 2


T-5
Member++
Posts: 16
Joined: Wed Jun 26, 2019 3:59 pm

Post by T-5 »

Where would I find the firmware.zip for download?
Post Reply