From ed2d7a037d047a4d56123e4f989d93bf3fa770ac Mon Sep 17 00:00:00 2001 From: GNU Date: Fri, 20 May 2022 17:19:19 +0800 Subject: [PATCH] Updated Create DevTerm R01 OS image from scratch (markdown) --- Create-DevTerm-R01-OS-image-from-scratch.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Create-DevTerm-R01-OS-image-from-scratch.md b/Create-DevTerm-R01-OS-image-from-scratch.md index 4b4d7e7..01619b7 100644 --- a/Create-DevTerm-R01-OS-image-from-scratch.md +++ b/Create-DevTerm-R01-OS-image-from-scratch.md @@ -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 +# 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 + +``` \ No newline at end of file