Uncompressing and Installing dBUG Firmware Archive -------------------------------------------------- The archives provided here are zipped (GNU zip) tar files. If you are a Win32 user, the Cygwin tools contain these utilities. Other Win32 zip utilities such as WinZip are also capable of unzipping these files. 1) If you haven't done so already, create a directory to hold the dBUG Firmware such as C:\FIRMWARE. 2) Download the main dBUG source archive, dss.tgz, to your Firmware directory. * Make sure that you save the archives as .tgz files. Some browsers may not default to .tgz and you may have problems trying to unzip them with some utilities. 3) Download any or all board projects to your Firmware directory (i.e. M5272C3.tgz, M5407C3.tgz, etc.). 4) Unzip the main dBUG source archive, dss.tgz, to your Firmware directory (i.e. C:\Firmware) * If you are using Winzip, you will get a message that the archive contains only one file. This is expected. Say "Yes" when asked to decompress it to a temporary folder. You can then extract the entire archive to your Firmware directory. * Using Cygwin, Linux, Unix, etc., do the following in your Firmware directory: tar -xzvf dss.tgz 5) Unzip the board projects to your Firmware/dss/proj directory. * Using Winzip, browse to the dss/proj directory and extract all the files * Using Cygwin, Linux, Unix, etc., do the following in your Firmware directory: tar -xzvf .tgz -C dss/proj