Skip to content

Instantly share code, notes, and snippets.

@cpswan
Created January 25, 2017 13:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cpswan/f12e7a15b8f35d949bae91c5a61347da to your computer and use it in GitHub Desktop.
Save cpswan/f12e7a15b8f35d949bae91c5a61347da to your computer and use it in GitHub Desktop.
Bash history from Asus Tinker Board Debian image
ping www.google.com.tw
sudo ping www.google.com.tw
sudo apt-get update
df
cd Desktop/
ls
tar -zxvf ASUSTinkerBoard.gpio-0.1_20161025.tar.gz
cd ASUSTinkerBoard.gpio-0.1_20161025/
ls
cd ..
mv ASUSTinkerBoard.gpio-0.1_20161025/ ASUSTinkerBoard.gpio-0.1
ls
cd /media/linaro/107E-6689/
ls
cp -Rf wiringpi-miniarm ~/Desktop/
cd ~/Desktop/ASUSTinkerBoard.gpio-0.1/
ls
vi INSTALL.txt
sudo python setup.py install
cd ..
ls
cd wiringpi-miniarm/
ls
vi INSTALL
chmod +x build
ls
./build
sudo ./build
ls
cd wiringpitest/
ls
vi wiringpigpio.c
make wiringpigpio
vi wiringpigpio.c
make wiringpigpio
ls
sudo ./wiringpigpio
ls
cd ..
ls
cd ..
cd ASUSTinkerBoard.gpio-0.1/
ls
cd test/
ls
sudo python forloop.py
parted /dev/mmcblk0
sudo parted /dev/mmcblk0
sudo apt-get install synaptic
df
sudo dpkg -l | grep mali
cd /media/linaro/8FB6-AF7F/
ls
cd ..
cd 107E-6689/
ls
sudo dpkg -i libmali-rk-dev_1.5-1_armhf.deb
sudo dpkg -i libmali-rk-midgard0_1.5-1_armhf.deb
sudo dpkg -i libmali-rk-dev_1.5-1_armhf.deb
sudo parted /dev/mmcblk0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment