From 9cf8b522c87a2e0e7566237b132c2e39fd78ea56 Mon Sep 17 00:00:00 2001 From: Alejandro Sophila <5770504+asophila@users.noreply.github.com> Date: Fri, 17 Feb 2023 17:27:13 -0300 Subject: [PATCH 1/2] Update README.md --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 382bfb7..629e8ce 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,28 @@ -# Flash-CHIP -Ready to use Flash environment for the C.H.I.P Single Board Computer +# Revive an outdated C.H.I.P. from factory OS to Debian Buster +## Part 1: Flashing stock C.H.I.P. image +Ready to use Flash environment for the C.H.I.P Single Board Computer Simplyfies the Flashing Process for the C.H.I.P and PocketC.H.I.P Computer. ## Instructions +### Part 1: Stock image 1. Remove the C.H.I.P from its case (in case you have a Pocket C.H.I.P). 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/asophila/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` - Select the version you want to install. - Wait until the installation finishes. - - Enjoy! + +### Part 2: update and upgrade debian jessie (wich is obsolete and archived) +1. Remove the FEL connection (the paperclip) +2. Unplug 3 seconds +3. Plug the C.H.I.P. again +4. run `sudo nmtui` to set-up a wifi connection + ## Troubleshooting ### General Issues From bb11bf543b693cac41792e89b251411baf94a998 Mon Sep 17 00:00:00 2001 From: Alejandro Sophila <5770504+asophila@users.noreply.github.com> Date: Fri, 17 Feb 2023 19:36:03 -0300 Subject: [PATCH 2/2] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 629e8ce..7f75082 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,20 @@ Simplyfies the Flashing Process for the C.H.I.P and PocketC.H.I.P Computer. 1. Remove the FEL connection (the paperclip) 2. Unplug 3 seconds 3. Plug the C.H.I.P. again -4. run `sudo nmtui` to set-up a wifi connection +4. Connect to the chip using `sudo screen /dev/ttyACM0` +5. Use user: chip and password: chip to connect +6. run `sudo nmtui` to set-up a wifi connection to +7. run `nmcli c` to show your current connections +8. run `nmcli c m connection.autoconnect yes` to set autoconnection to wifi in case of trouble +9. run + + + + + + + ## Troubleshooting ### General Issues