March 2017
Beginner to intermediate
422 pages
8h 4m
English
This is my favorite way to connect to the Raspberry Pi Zero. Not only can you operate it with a single USB cable, but you can get it attached to the network and be able to communicate with other machines and the Internet.
The same as the last recipe, if you have the USB OTG functions installed and a regular-to-micro USB cable, you are ready to go.
Just like the last recipe, be careful with the edits to cmdline.txt. You can make this change from the serial connection you made before, reboot, and go!
pi@rpz14101:~$ sudo cat /boot/cmdline.txt dwc_otg.lpm_enable=0 console=serial0,115200 console=tty1 ...
Read now
Unlock full access