Configuring the PI Zero to use the USB as an ethernet interface. - Raspberry Pi Forums


i received pi zero. don't have serial nor display+keyboard console. downloaded full raspbian disk image.

if wait long enough dhcp requests time out on both mac , pi zero, pi 0 seems self allocate address , when ping:

$ ping raspberrypi.local
ping raspberrypi.local (169.254.94.73): 56 data bytes
64 bytes 169.254.94.73: icmp_seq=0 ttl=64 time=0.404 ms

when try ssh

$ ssh raspberrypi.local
ssh: connect host raspberrypi.local port 22: connection refused

, telnet gives different diagnostic.

$ telnet raspberrypi.local
trying fe80::3366:ca5d:2345:6746...
telnet: connect address fe80::3366:ca5d:2345:6746: connection refused
trying 169.254.94.73...
telnet: connect address 169.254.94.73: connection refused
telnet: unable connect remote host

there in 'config.txt' file needs set ssh/telnet enabled.

or have find ext4 file system package mac mount linux fs , manipulate usual config files there?

pull sdcard, create file called ssh or ssh.txt on root of /boot partition (/dev/mmcblk0p1).


raspberrypi



Comments

Popular posts from this blog

Error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode - Raspberry Pi Forums

class MPU6050 has no member named begin

missing filename after '-o'