YES! I finally got it to work!!!! I emailed Atmel and they said
Quote:
|
Originally Posted by Atmel
Dear Justin,
Flip has been build to work on Red Hat distribution, for the moment we don't have a Ubuntu version available, but there is a work around.
The problem is batchisp libatlibusb.so reading stuff from /sys/bus/usb
and /proc/bus/usb but it is require to read /dev/bus/usb on ubuntu distribution.
Thats why your system has failed.
Solution:
---------
"hack" libatlibusbdfu.so in a HEXeditor by replacing the /sys/bus/usb -> /dev/bus/usb.
Best Regards,
AVR32 UC3 Support
Atmel Technical Support Team
|
Hacked and working. I attached the changed file for anyone who needs it.