From e13b7c6cdf8667c26b6cd2f74ffd3b55fd5bdae9 Mon Sep 17 00:00:00 2001 From: Alejandro Sophila <5770504+asophila@users.noreply.github.com> Date: Sun, 19 Feb 2023 15:04:03 -0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae4a6ca..8eb449f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This guide and scripts are based on the excelent work made by https://github.com - Select the version you want to install - Wait until the installation finishes -### Part 2: update and upgrade debian jessie (wich is obsolete and archived) +### Part 2: Get jessie to connect to the network 1. Remove the FEL connection (the paperclip) 2. Unplug 3 seconds 3. Plug the C.H.I.P. again @@ -23,6 +23,7 @@ This guide and scripts are based on the excelent work made by https://github.com 6. run `sudo nmtui` to set-up a wifi connection to 7. run `sudo nmcli c` to show your current connections 8. run `sudo nmcli c m connection.autoconnect yes` to set autoconnection to wifi in case of trouble +9. use `ip address` to get your . From your linux computer open other terminal and connect using `ssh chip@`. You can close the terminal running `screen`. ### Part 3: upgrade debian jessie to debian stretch 1. run `sudo su -` to allow all the next changes as superuser