Hi all
in windows there are DFU loader to use, but how about in mac ?
follows steps in DFU-loader-for-XMOS-USB-Audio-devices(4).pdf, when enter source setup.sh,
some errors about missing i386 flags,and i don't know how to fix it.i doubt i missed something.
have someone got more detailed steps of dfu on mac?
thanks.
DFU function on mac
-
- Active Member
- Posts: 44
- Joined: Fri Mar 29, 2019 3:58 am
-
- XCore Expert
- Posts: 580
- Joined: Thu Nov 26, 2015 11:47 pm
Compile xmosdfu.cpp for mac. refer here: https://www.xcore.com/viewtopic.php?t=3572
-
- XCore Addict
- Posts: 246
- Joined: Mon Jan 08, 2018 4:14 pm
make sure you have downloaded libusb-1.0.0-x86_64.dylib
and go with this:
g++ -g -o dfutool dfutool.cpp -I. -IOSX libusb-1.0.0-x86_64.dylib -m64
and go with this:
g++ -g -o dfutool dfutool.cpp -I. -IOSX libusb-1.0.0-x86_64.dylib -m64