Skip to content

Instantly share code, notes, and snippets.

@Wtower
Created September 14, 2016 10:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Wtower/ef70d56c1e38fff4d56d09b10624c134 to your computer and use it in GitHub Desktop.
Save Wtower/ef70d56c1e38fff4d56d09b10624c134 to your computer and use it in GitHub Desktop.
Toradex install prerequisites and flash
#!/bin/bash
# install programs:
sudo apt-get install gksu gtkterm
# run terminal:
gksu gtkterm
# extract image iso:
bzip2 -d Colibri_VF_LinuxImageV2.6Beta2_20160630.tar.bz2
sudo tar xvf Colibri_VF_LinuxImageV2.6Beta2_20160630.tar
# create SD card like in toradex site
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment