Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
raspberry:zero_over_usb [2020/02/26 22:22]
admin [.local host on Arch Linux]
raspberry:zero_over_usb [2020/03/05 19:09]
admin
Line 2: Line 2:
  
 This is a manual for connecting a Raspberry Pi Zero to your computer via USB. This is a manual for connecting a Raspberry Pi Zero to your computer via USB.
-After burning the image on your SD card one has to add the USB driver on startup. In /boot/config.txt write at the end of the text:+After burning the image on your SD card one has to add the USB driver on startup. To change the DesignWare Core to 2 write in /boot/config.txt at the end of the text:
     dtoverlay=dwc2     dtoverlay=dwc2
 and in /boot/cmdline.txt add after rootwait: and in /boot/cmdline.txt add after rootwait:
Line 13: Line 13:
  
 ---- ----
-==== .local host on Arch Linux ====+==== on Arch Linux ====
  
 [[https://wiki.archlinux.org/index.php/Avahi|Avahi on Arch]]\\ [[https://wiki.archlinux.org/index.php/Avahi|Avahi on Arch]]\\
Line 30: Line 30:
    in IPv4: "method" to "Link Local only"    in IPv4: "method" to "Link Local only"
    in IPv6: "method" to "Ignore"    in IPv6: "method" to "Ignore"
 +\\
 +Activate the network connection:
 +   your_network_name (enp0s20u1)
  
 ---- ----