Orange Pi PC2 User Manual page 32

Table of Contents

Advertisement

Orange Pi Manual
root@rabbit-p1:/system/bin # ln -s busybox-smp unzip
Logout adb shell Mode
root@rabbit-p1:/exit (Or Ctrl + C)
Unzip UPDATE-SuperSU-v2.46.zip
You will obtain META-INF/com/google/android/update-binary and put it
into specific catalog.
adb push /path/UPDATE-SuperSU-v2.46.zip /data/local/tmp
path
adb push /path/ update-binary /data/local/tmp
adb shell
root@rabbit-p1:/ #cd /data/local/tmp
root@rabbit-p1:/ #sh update-binary 0 1
/data/local/tmp/UPDATE-SuperSU-v2.46.zip
......
......
After executed scripts, enter reboot command and reboot it, you could
use the device authorization management software normally.
After rebooted, there might be no super administrator icon, you need to
delete the desk configuration file and reboot the board.
11) WiringPi installation and usage
a. Install WiringPi
i Install compilation tools for source code compilation
$ sudo apt-get install gcc g++ make
ii Compile GPIO driver of H5
git clone https://github.com/kazukioishi/WiringOP.git -b h5
cd WiringOP
chmod +x ./build
sudo ./build
iii GPIO print out information
# gpio -v
gpio version: 2.20
Copyright (c) 2012-2014 Gordon Henderson
This is free software with ABSOLUTELY NO WARRANTY.
For details type: gpio -warranty
Banana Pro Details:
www.orangepi.org
Copy right by Shenzhen Xunlong Software Co., Ltd
30
path is file's
www.xunlong.tv

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents