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?
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
Post a Comment