-1

I have install OS in SD card and after installation OS is boot successfully but display below message every time:

http://prntscr.com/fbhj3j

I did not connect LAN cable raspberry board.

If this issue is because I cannot connect internet using wifi? If yes, how?

halfer
  • 19,824
  • 17
  • 99
  • 186
Paresh Gami
  • 4,777
  • 5
  • 23
  • 41
  • 2
    Take a look at [this](https://stackoverflow.com/q/41984034/6950238) question and answers. – Andrii Omelchenko May 24 '17 at 13:53
  • Thanks but in my display no error similar to those error. in that post error are no Wifi connection and no Ethernet connection but mine is different. – Paresh Gami May 24 '17 at 15:36
  • 1
    _"in that post error are no Wifi connection and no Ethernet connection but mine is different"_ It does not matter those messages vary with Dev Preview versions, but the solution keeps being the same. – Onik May 24 '17 at 15:44
  • Possible duplicate of [Android Things Not Connected](https://stackoverflow.com/questions/41984034/android-things-not-connected) – Onik May 24 '17 at 18:46

1 Answers1

0

You need to continue to follow the instructions here: https://developer.android.com/things/hardware/raspberrypi.html

A Raspberry Pi will not connect to the Wifi if you have not first connected to an ethernet lan cable first. (Once you are connected via ethernet you then can configure the wifi and finally remove the ethernet cable).

So you are up to this step:

Connect an Ethernet cable to your local network.

When this is connected, your screen will show the IP address of the Raspberyy Pi on your local network

Blundell
  • 75,855
  • 30
  • 208
  • 233