Ok as I remember I used Raspbian Stretch Desktop on this RPi3B+ to install the motioneye OS to the microSD card.
using the windows-etcher method gave me troubles as I cannot set the installation to connect to the WiFi router.
below is the command that I used:
Code: Select all
./writeimage.sh -d /dev/sdb -i "/home/pi/Downloads/motioneyeos-raspberry-20180627" -n '[snip SSID of WiFi router]:[snip WiFi password]'
/dev/sdb is the microSD card in my setup, it may be different from yours. check it via
remember to enter the SSID and the WiFi password in the square braces, and remove the square braces as well
so if your SSID is
GetYourOwnWiFiNOW and password is
MyInvisibleWiFe18Yr and the location of the image is at /home/pi you should enter the command:
Code: Select all
./writeimage.sh -d /dev/sdb -i "/home/pi/motioneyeos-raspberry-20180627" -n "GetYourOwnWiFiNOW:MyInvisibleWiFe18Yr'
wait for about 3 to 4 minutes, then check the IP address of the motioneye-RPiZW, using any IP scanner of your choice. (ex RPiZW acquired IP is 192.168.250.26). You may have to wait a little bit more then re-check again.
then just enter the IP address to your favorite browser to access motioneye's web app.