From b2a52c10a59716004fcf5cdf7e803c025c8965b6 Mon Sep 17 00:00:00 2001 From: Reuben Talbott Date: Tue, 14 Apr 2020 14:25:01 -0400 Subject: [PATCH 1/2] Update Flash.sh --- Flash.sh | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/Flash.sh b/Flash.sh index 6ef1180..fc51273 100644 --- a/Flash.sh +++ b/Flash.sh @@ -39,17 +39,21 @@ read flavour echo -e "\n Setting up environment" -sudo apt-get -y update -sudo apt-get install curl -y -sudo apt-get install u-boot-tools -y -sudo apt-get -y install \ +sudo apt -y update +sudo apt -y install \ git \ fastboot \ - sunxi-tools \ u-boot-tools \ adb \ u-boot-tools \ android-tools-fastboot \ + u-boot-tools \ + curl \ + wget \ + +wget http://mirrors.kernel.org/ubuntu/pool/universe/s/sunxi-tools/sunxi-tools_1.4.1-1_amd64.deb +sudo dpkg -i sunxi-tools*.deb +sudo rm -rf sunxi-tools*.deb echo -e "\n Adding current user to dialout group" sudo usermod -a -G dialout $(logname) From 433a6e41a1a3ecec65946e2fdc974c5a3ce4077a Mon Sep 17 00:00:00 2001 From: Reuben Talbott Date: Tue, 14 Apr 2020 14:30:52 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9bbdc1..139aed4 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Simplyfies the Flashing Process for the C.H.I.P and PocketC.H.I.P Computer. 2. Connect the FEL and a GROUND pin of the C.H.I.P (for example, with a paperclip). 3. Connect the C.H.I.P its micro USB port to a USB port of your Linux machine. 4. In the Linux machine: - - run ` git clone https://github.com/Thore-Krug/Flash-CHIP.git` to clone this repository. + - run ` git clone https://github.com/ReubenBTalbott/Flash-CHIP.git` to clone this repository. - `cd` into the location where you stored this repository. - run `sudo chmod +x Flash.sh` - run `./Flash.sh`