Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
raspberry:ssh_overusb [2021/05/18 19:21]
admin created
— (current)
Line 1: Line 1:
-===== ssh over USB ===== 
  
-Turn on SSH\\ 
- 
-In 
-  sudo nano /boot/config.txt 
-add at the end 
-    dtoverlay=dwc2 
-And in 
-  sudo nano /boot/cmdline.txt 
-add  after rootwait (leaving only one space) 
-  modules-load=dwc2,g_ether 
- 
----- 
-==== login ==== 
-connect to the Raspberry Pi Zero network and the login with 
-  $ ssh pi@raspberrypi.local 
- 
----- 
-==== Links ==== 
- 
-[[https://desertbot.io/blog/ssh-into-pi-zero-over-usb]]\\ 
- 
-----