From 3f8ad7680a3e371f17f52581dd54b5caca260c4c Mon Sep 17 00:00:00 2001 From: Elfking29 Date: Sat, 30 Aug 2025 16:05:41 -0400 Subject: [PATCH 1/6] Updated repo link --- Flash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 Flash.sh diff --git a/Flash.sh b/Flash.sh old mode 100644 new mode 100755 index 6dccc8e..4d0ea85 --- a/Flash.sh +++ b/Flash.sh @@ -73,7 +73,7 @@ if [ -d CHIP-tools ]; then git pull FEL='sudo sunxi-fel' FASTBOOT='sudo fastboot' SNIB=false ./chip-update-firmware.sh -$flavour elif [ ! -d CHIP-tools ]; then - git clone https://github.com/Project-chip-crumbs/CHIP-tools.git + git clone https://github.com/Elfking29/CHIP-tools-2025.git cd CHIP-tools FEL='sudo sunxi-fel' FASTBOOT='sudo fastboot' SNIB=false ./chip-update-firmware.sh -$flavour fi From ce4929227eeb8a7c121c291d598ee84969e898ca Mon Sep 17 00:00:00 2001 From: Elfking29 <153341308+Elfking29@users.noreply.github.com> Date: Sat, 30 Aug 2025 16:12:41 -0400 Subject: [PATCH 2/6] Better link --- Flash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flash.sh b/Flash.sh index 4d0ea85..4433bf6 100755 --- a/Flash.sh +++ b/Flash.sh @@ -73,7 +73,7 @@ if [ -d CHIP-tools ]; then git pull FEL='sudo sunxi-fel' FASTBOOT='sudo fastboot' SNIB=false ./chip-update-firmware.sh -$flavour elif [ ! -d CHIP-tools ]; then - git clone https://github.com/Elfking29/CHIP-tools-2025.git + git clone https://github.com/rtxanson/CHIP-tools.git cd CHIP-tools FEL='sudo sunxi-fel' FASTBOOT='sudo fastboot' SNIB=false ./chip-update-firmware.sh -$flavour fi From 97ca4252225829fd024180166836016bd985b1d0 Mon Sep 17 00:00:00 2001 From: Elfking29 <153341308+Elfking29@users.noreply.github.com> Date: Sat, 30 Aug 2025 21:26:16 -0400 Subject: [PATCH 3/6] Fixed repo name. Should work now --- Flash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flash.sh b/Flash.sh index 4433bf6..396302b 100755 --- a/Flash.sh +++ b/Flash.sh @@ -74,7 +74,7 @@ if [ -d CHIP-tools ]; then FEL='sudo sunxi-fel' FASTBOOT='sudo fastboot' SNIB=false ./chip-update-firmware.sh -$flavour elif [ ! -d CHIP-tools ]; then git clone https://github.com/rtxanson/CHIP-tools.git - cd CHIP-tools + cd CHIP-tools-2025 FEL='sudo sunxi-fel' FASTBOOT='sudo fastboot' SNIB=false ./chip-update-firmware.sh -$flavour fi From f822b85172f68f97da52b22b9082a3061a5885fb Mon Sep 17 00:00:00 2001 From: Elfking29 <153341308+Elfking29@users.noreply.github.com> Date: Sat, 30 Aug 2025 21:30:11 -0400 Subject: [PATCH 4/6] Fixel directory name --- Flash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flash.sh b/Flash.sh index 396302b..4433bf6 100755 --- a/Flash.sh +++ b/Flash.sh @@ -74,7 +74,7 @@ if [ -d CHIP-tools ]; then FEL='sudo sunxi-fel' FASTBOOT='sudo fastboot' SNIB=false ./chip-update-firmware.sh -$flavour elif [ ! -d CHIP-tools ]; then git clone https://github.com/rtxanson/CHIP-tools.git - cd CHIP-tools-2025 + cd CHIP-tools FEL='sudo sunxi-fel' FASTBOOT='sudo fastboot' SNIB=false ./chip-update-firmware.sh -$flavour fi From 002ed534cf26a12f904a2faa494b1e5306a63846 Mon Sep 17 00:00:00 2001 From: Elfking29 <153341308+Elfking29@users.noreply.github.com> Date: Sat, 30 Aug 2025 21:34:50 -0400 Subject: [PATCH 5/6] Changed source to more updated repo. --- Flash.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Flash.sh b/Flash.sh index 4433bf6..c9bc1a7 100755 --- a/Flash.sh +++ b/Flash.sh @@ -68,13 +68,13 @@ SUBSYSTEM=="usb", ATTRS{idVendor}=="067b", ATTRS{idProduct}=="2303", GROUP="plug sudo udevadm control --reload-rules echo -e "\n Installing CHIP-tools" -if [ -d CHIP-tools ]; then - cd CHIP-tools +if [ -d CHIP-tools-2025 ]; then + cd CHIP-tools-2025 git pull FEL='sudo sunxi-fel' FASTBOOT='sudo fastboot' SNIB=false ./chip-update-firmware.sh -$flavour - elif [ ! -d CHIP-tools ]; then - git clone https://github.com/rtxanson/CHIP-tools.git - cd CHIP-tools + elif [ ! -d CHIP-tools-2025 ]; then + git clone https://github.com/Elfking29/CHIP-tools-2025 + cd CHIP-tools-2025 FEL='sudo sunxi-fel' FASTBOOT='sudo fastboot' SNIB=false ./chip-update-firmware.sh -$flavour fi From c170805cfa1f07f6ddaee3c7d3db999c620b8cca Mon Sep 17 00:00:00 2001 From: Avery Ramsey <153341308+Elfking29@users.noreply.github.com> Date: Sun, 24 May 2026 15:12:56 -0400 Subject: [PATCH 6/6] Update README.md to use the correct link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5412262..4c81770 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/Elfking29/Flash-CHIP-2025` to clone this repository. - `cd` into the location where you stored this repository. - run `sudo chmod +x Flash.sh` - run `./Flash.sh`