From 48984c1a101bde777a7c95ab4c14d8828dc7c7e6 Mon Sep 17 00:00:00 2001 From: Alejandro Sophila <5770504+asophila@users.noreply.github.com> Date: Tue, 21 Feb 2023 18:44:29 -0300 Subject: [PATCH 1/3] better ip address --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2176aaa..d97d32e 100644 --- a/README.md +++ b/README.md @@ -23,7 +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`. +9. use `ip addr | grep "inet " | awk 'NR==2{print $2}' | cut -d/ -f1 ` 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 From 8be28b8665ec41d36007cbb64a5c30b4c357faab Mon Sep 17 00:00:00 2001 From: Alejandro Sophila <5770504+asophila@users.noreply.github.com> Date: Tue, 21 Feb 2023 18:45:28 -0300 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d97d32e..ac8be17 100644 --- a/README.md +++ b/README.md @@ -23,7 +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 addr | grep "inet " | awk 'NR==2{print $2}' | cut -d/ -f1 ` to get your . From your linux computer open other terminal and connect using `ssh chip@`. You can close the terminal running `screen`. +9. use `ip addr | grep "inet " | awk 'NR==2{print $2}' | cut -d/ -f1 ` 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 From b806d5a77ac26d0325fb6af1740523e8cda9d238 Mon Sep 17 00:00:00 2001 From: Alejandro Sophila <5770504+asophila@users.noreply.github.com> Date: Tue, 21 Feb 2023 18:46:18 -0300 Subject: [PATCH 3/3] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ac8be17..efc5f05 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,10 @@ This guide and scripts are based on the excelent work made by https://github.com 3. Plug the C.H.I.P. again 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 +6. run `sudo nmtui` to set-up a wifi connection to YOUR_SSID 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 addr | grep "inet " | awk 'NR==2{print $2}' | cut -d/ -f1 ` to get your ''. From your linux computer open other terminal and connect using `ssh chip@`. You can close the terminal running `screen`. +8. run `sudo nmcli c m connection.autoconnect yes` to set autoconnection to YOUR_SSID wifi in case of trouble +9. use `ip addr | grep "inet " | awk 'NR==2{print $2}' | cut -d/ -f1 ` to get your CHIP_IP. From your linux computer open other terminal and connect using `ssh chip@CHIP_IP`. 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