I am quite new to the Raspberry Pi and to get used to it I wanted to start a project with it. The first step is obviously to flash an image (I am using Raspberry Pi Lite since the recommended one is to large to put in my SD- CARD) I don't have monitor for the Raspberry Pi, so I'm doing it headless. I have a Raspberry Pi 4B and this is what I usually do to set up the Raspberry Pi:
- I use
balena Etcher
to flash an image, and I've also used the actual Raspberry Pi Imager - Once is flashed the image I open an empty ssh file with no extension, and I've also tried wireless to test things out, so I created also the
wpa_supplicant.conf
file with this specifications:
country=MyCountry \ ctrl_interface=DIR=/var/run/wpa_supplicant \ GROUP=netdev\ update_config=1\ network{\ ssid="MyWifi"\ scan_ssid=1\ psk="MyPassword"\ }
I plug in the power source and try to use this command:
ping raspberrypi
I tried a lot of variations, I've seen a lot of tutorials and it can't find the IP address, I've even used Angry IP scanner to see if there is a new IP in the network, but nothing worked.
I also know that the Raspberry Pi green LED should make a specific pattern if there is a problem, but mine at the start starts making a lot of light turning in and of the green LED in an irregular way, then the light gets very low and flashes continuously 1 flash at a time, and sometimes for a moment flashes with a lot of light and then it does the same thing.
I don't know if it's one of my silly mistakes that I do very often, or the Raspberry Pi doesn't work.
I am open to any suggestion.
raspberrypi.local
? – Unsigned_Arduino Apr 03 '21 at 16:38