I'm trying to follow the web site instructions to install TinyOS 2.1 on Windows and it looks like the following file is invalid: jflashmm.tgz
I am using the instructions on this page:
http://docs.tinyos.net/index.php/Installing_TinyOS_2.1#Manual_installation_on_your_host_OS_with_RPMs
The install instructions say to put jflashmm.tgz into the /opt directory and untar it.
For example:
$ tar -xf jflashmm.tgz
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Error exit delayed from previous errors
$ tar xzf jflashmm.tgz
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error exit delayed from previous errors
broken archive file from TinyOS web site