XMOS
Setting up XMOS microphone array on Ubuntu
Steps:
- Copy the 99-xmos.rules files into /etc/udev/rules.d/ .
- In a terminal run
sudo service udev reload
.
- Reconnect your XMOS Mic array with the JTAG.
- Setup the development environment, the IDE and the demonstration app as directed in the link, Sections 1-4
- Install libusb-1.0 on system :
sudo apt-get install libusb-1.0-0-dev
- To setup command line tools ala Section 7, replace the Makefile.linux file with the one given here.
- Edit the Makefile.linux file to replace the library paths in line 11 appropriately.
- Run
sudo make -f Makefile.linux
. It should compile and create ./bin/xvsm_usb executable.
- Follow demo instructions in document to check usb connection and calibrate XMOS.