Differences

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

Link to this comparison view

Both sides previous revision Previous revision
raspberry:ssh_overusb [2021/05/27 12:57]
admin removed
— (current)
Line 1: Line 1:
-===== ssh over USB ===== 
  
-Enable on SSH on the Raspberry Pi\\ 
- 
-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]]\\ 
- 
-----