XMOS

Setting up XMOS microphone array on Ubuntu

Steps:

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