Re: [Fx2lib-devel] Upgrades to fx2lib and new eeprom example firmware.
Status: Beta
Brought to you by:
mulicheng
From: Eric W. <er...@wi...> - 2009-03-03 19:22:23
|
Dennis Muhlestein wrote: > I just pushed a number of changes to fx2lib. > > Of note, Eric just spent a while getting udev rules to automatically > load the firmware. An alternative approach would be to use the Hex2Bix > program provided by Cypress to convert the ihx file into an iic file and > load the iic file onto the eeprom of the device. You can use the eeprom > example firmware directly or you can copy the functionality in to your > own firmware. > The driving force behind loading the firmware after connection is that my design only has a 128 bit EEPROM. This keeps our hardware costs down for the device. The device only knows its VID, PID, DID on power up. I'm doing a C0 load. This is one of the cool features of the EZ-USB family of parts. Eric |