Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cojocar/913f4c228a40623f4937 to your computer and use it in GitHub Desktop.
Save cojocar/913f4c228a40623f4937 to your computer and use it in GitHub Desktop.

Download the installer file

wget http://cdn.rowleydownload.co.uk/arm/releases/arm_crossworks_3_6_1_linux_x86.tar.gz

Extract the file

tar xf arm_crossworks_3_6_1_linux_x86.tar.gz && cd arm_crossworks_*

Run the files with /secret/ arguments

# This will extract two files: Setup and payload.dat
./install_crossworks --extract-to /tmp/crosworks && cd /tmp/crosworks

Run the extracted file with more /secret/ arguments

./Setup --user-mode-install --data-file payload.dat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment