From 6fea8f384376aba74c240a5b95f6ecd0a5bdc419 Mon Sep 17 00:00:00 2001 From: lukas Date: Wed, 1 Jan 2020 14:54:32 +0100 Subject: [PATCH] +++ The only way witch worked for me to solve the time out problem. (Near to: https://github.com/Thore-Krug/Flash-CHIP/issues/17#issuecomment-551243613_) --- .gitignore | 2 ++ README.md | 9 ++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c682507 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +CHIP-tools/ +sunxi-tools/ diff --git a/README.md b/README.md index e9bbdc1..6afecfd 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,14 @@ This error is related to an insufficient amount of power provided by your USB po If you have an external `5V` power supply, you can connect it to the `CHG-IN` pin of your C.H.I.P. to provide sufficient power. Alternatively try a different (shorter, or higher quality) USB cable and check if your host PC has USB power saving enabled. +If this dos not work Install sunxi-tool v1.4.1: +```bash +git clone --branch v1.4.1 https://github.com/linux-sunxi/sunxi-tools.git +cd sunxi-tool/ +make install-all install-misc +cd ../ +./Flash.sh +``` ## Support my work by Donating https://www.paypal.me/a13tech -