"Updates"
This commit is contained in:
6
Turing Pi/SOQuartz BLADE Baseboard.md
Normal file
6
Turing Pi/SOQuartz BLADE Baseboard.md
Normal file
@@ -0,0 +1,6 @@
|
||||
SOQuartz BLADE Baseboard
|
||||
===
|
||||
**Input power :**
|
||||
- DC 5V @ 3A
|
||||
- 3.5OD / 1.35ID (IEC 60130-10 Type H)
|
||||
- Barrel DC Jack connector
|
||||
55
Turing Pi/Setting up OpenCL on RK3588 using libmali.md
Normal file
55
Turing Pi/Setting up OpenCL on RK3588 using libmali.md
Normal file
File diff suppressed because one or more lines are too long
21
Turing Pi/x730 script (Geekworm).md
Normal file
21
Turing Pi/x730 script (Geekworm).md
Normal file
@@ -0,0 +1,21 @@
|
||||
x730 script (Geekworm)
|
||||
========================
|
||||
#### Install
|
||||
```bash
|
||||
mkdir x730
|
||||
|
||||
cd x730
|
||||
|
||||
wget https://raw.githubusercontent.com/geekworm-com/x730-script/master/x730.sh
|
||||
|
||||
sudo chmod +x x730.sh
|
||||
|
||||
sudo bash x730.sh
|
||||
printf "%s\\n" "alias piOff='sudo x730shutdown.sh'" >> ~/.bashrc
|
||||
|
||||
sudo reboot
|
||||
```
|
||||
#### Safe shutdown
|
||||
```bash
|
||||
`piOff`
|
||||
```
|
||||
Reference in New Issue
Block a user