***************************************************************************** * ATEN Technology, Inc. * ***************************************************************************** * FUNCTION : IPMI FIRMWARE UPDATE UTILITY * * VERSION : 1.20 * * BUILD DATE : Mar 16 2011 * * USAGE : * * (1)Update FIRMWARE : dUpdate.exe -f filename.bin [OPTION] * * (2)Dump FIRMWARE : dUpdate.exe -d filename * * (3)Restore CONFIG : dUpdate.exe -c -f filename.bin * * (4)Backup CONFIG : dUpdate.exe -c -d filename.bin * ***************************************************************************** * OPTION * * -r Preserve Configuration(default is Preserve) * * n:No Preserve, reset to factory default settings * * y:Preserve, keep all of the settings * * -c IPMI configuration backup/restore * * -f [restore.bin] Restore configurations * * -d [backup.bin] Backup configurations * ***************************************************************************** 1.Place the FW binary file & FW update utility into the same folder. 2.Excute the command line, and execute this utility. 1.12 add list: (1) add preserve configuration. 1.14 add list: (1) Add error handling. 1.15 add list: (1) add dump flash feature 1.16 add list: (1) fix the issue on Limitation of IMB driver on windows (2) fix the issue on display on Linux 1.17 add list: (1) Modify for default kcs channel 1.18 add list: (1) add IPMI configuration restore/backup mode 1.19 add list: (1) none, just sync. version with lUpdate and wUpdate 1.20 add list: (1) none, just sync. version with lUpdate