miniDSP Ltd, Hong Kong /
www.minidsp.com
/ Features and specifications subject to change without prior notice
46
9.2.2
Mac OS X
To load firmware using Mac OS X requires that you use the Terminal program (located in the
Applications/Utilities folder). In the examples that follow, black text is the “prompt” pri
nted by Terminal, blue
text is text typed in by you, and red text is the program output.
It is important that you type exactly as shown including characters like “.” and “/” where noted.
Press
the Tab key after typing the first two characters of any filename, to activate auto-completion.
Download the latest software for the 2x4 HD from the User Downloads area of the minidsp.com website.
Double-click on it to unzip it. Assuming that you have placed it into the Downloads folder on your Mac, you will
then type:
mymac:~ myname$
cd Downloads/MiniDSP_2x4_HD_101/XMOS_Firmware/
mymac:XMOS_Firmware myname $
ls
miniDSP2x4n_XMOS_v0.13.bin
miniDSP_UAC2_DFU_OSX
readme.txt
mycomputer:Firmware myname $
You see in the above list the name of the firmware file,
miniDSP2x4n_XMOS_v0.13.bin
(the version number
may change). Now change to the folder holding the actual firmware upgrade tool, and then run it:
mymac:XMOS_Firmware myname$
cd miniDSP_UAC2_DFU_OSX/
mymac:miniDSP_UAC2_DFU_OSX myname $
source setup.sh
mymac:miniDSP_UAC2_DFU_OSX myname $
./xmosdfu --download ../miniDSP2x4n_XMOS_v0.13.bin
VID = 0x5ac, PID = 0x8007, BCDDevice: 0x300
VID = 0x5ac, PID = 0x8007, BCDDevice: 0x300
…
VID = 0x2752, PID = 0x11, BCDDevice: 0x6e0
XMOS DFU application started - Interface 3 claimed
Detaching device from application mode.
Waiting for device to restart and enter DFU mode...
VID = 0x5ac, PID = 0x8007, BCDDevice: 0x300
VID = 0x5ac, PID = 0x8007, BCDDevice: 0x300
…
VID = 0x2752, PID = 0x11, BCDDevice: 0x6e0
... DFU firmware upgrade device opened
... Downloading image (../miniDSP2x4n_XMOS_v0.13.bin) to device
... Download complete
... Returning device to application mode
mymac:miniDSP_UAC2_DFU_OSX myname $
You can now proceed to use the 2x4 HD as normal.