For the Kinetis SDK on Linux: There is a 2 step process in extracting the files before you can read the readme.
The first extraction is the .gz -> tar. The gz is a compacted file 623MB, and the tar file is not compressed and is 2.6G. One then needs to extract the files from the tar. Then you can can read the docs.
I hope this helps.
Erich
FYI: I have submitted a change request to have this improved for the future.
Just to add extra info this.
After extracting the "Kinetis SDK 1.2.0 Mainline - Linux.gz" (623MB) file you will get the "Kinetis SDK 1.2.0 Mainline - Linux" (2.6GB) file.
Then extract it with the command: "tar -xvf Kinetis\ SDK\ 1.2.0\ Mainline\ -\ Linux"
Now I'm facing with a problem.
When I Try to install "KSDK_1.2.0_Eclipse_Update.zip" On Kinetis Design Studio I'm getting this message:
"An error occurred while collecting items to be installed
session context was:(profile=DefaultProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: binary,com.somniumtech.kds.executable.gtk.linux.x86_64,3.0.0"
I'm on Ubuntu 14.04 64bits.
For the Kinetis SDK on Linux: There is a 2 step process in extracting the files before you can read the readme.
The first extraction is the .gz -> tar. The gz is a compacted file 623MB, and the tar file is not compressed and is 2.6G. One then needs to extract the files from the tar. Then you can can read the docs.
I hope this helps.
Erich
FYI: I have submitted a change request to have this improved for the future.
Hi Ronaldo,
Please look at the last two posts at very bottom on the web page:
New Kinetis Design Studio V3.0.0 available
File needs to be renamed with .deb extension then "sudo dpkg -i *.deb" to install.
Regards,
David