Updated Create DevTerm R01 OS image from scratch (markdown)

GNU 2022-05-20 17:19:19 +08:00
parent 19d588c326
commit ed2d7a037d

@ -404,4 +404,17 @@ to shrink the disk size to be like 8G or less to fit your sd card
then dd it into sd card then dd it into sd card
# Compiling other stuff
## WiringPI
```
git clone https://github.com/clockworkpi/DevTerm.git
wget https://github.com/WiringPi/WiringPi/archive/refs/tags/final_official_2.50.tar.gz
tar zxvf final_official_2.50.tar.gz
cd WiringPi-final_official_2.50/
cp ../DevTerm/Code/patch/d1/wiringCP0325.patch .
git apply wiringCP0325.patch
./build
#Choice: 2
```