Im a student from japan and I buy one Grovepi to prepare make some iot robot. I already install the raspbian for robots OS in my pi. but when i contact pi use my computer , the terminal always say could not find host dex.local. I dont have any idea about it
even I put a ssh file into sd card can not solve this problem
How can i do anything else can solve this issue?
my English is not very good hope someone can help me please
pi`s model is 4 and the OS is Experimental release (for the Pi4) which I install
One other thing you should consider after getting a compatible O/S is configuring the interfaces.
You will need a monitor, mouse and keyboard.
You run raspi-config as root and
configure networking so that it can connect to your network. I normally start with a hard-wired Ethernet connection to get things running and configure wireless when things are working.
Enable these interfaces:
I2c
SPI
Serial
SSH
(and maybe others, I don’t remember.)
DISABLE IPv6 - it causes connection problems. There’s a special boot-time parameter you can pass and you also should disable it during network connection configuration for both Ethernet and wireless.
If you have access to the router, you should assign both the Ethernet connection and the wireless connection fixed IP address leases so that the robot always gets the same IP address every time it connects. This allows you to keep the robot configured as a DHCP client, which allows it to connect to other networks if necessary.