Answers for "motioneyeos terminal setup"

0

motioneyeos terminal setup

./writeimage.sh -d /dev/mmcblk0 -i "/path/to/motioneyeos.img" -s "192.168.1.101/24:192.168.1.1:8.8.8.8"
Posted by: Guest on October-03-2020
0

motioneyeos terminal setup

ssid=myssid
 wpa_passphrase=12345678
 wpa=2
 wpa_key_mgmt=WPA-PSK
 interface=wlan0
 channel=1
 driver=nl80211
 hw_mode=g
 ieee80211n=1
 ieee80211ac=1
Posted by: Guest on October-04-2020
0

motioneyeos terminal setup

git clone --depth 1 https://github.com/ccrisan/motioneyeos.git motioneyeos
 cd motioneyeos
Posted by: Guest on October-04-2020
0

motioneyeos terminal setup

./writeimage.sh -d /dev/mmcblk0 -i "/path/to/motioneyeos.img" -n 'yournet:yourkey'
Posted by: Guest on October-03-2020
0

motioneyeos terminal setup

sudo dd if=output/[board]/images/motioneyeos-[board].img of=/dev/mmcblk0 bs=4M
Posted by: Guest on October-04-2020
0

motioneyeos terminal setup

./writeimage.sh -d /dev/mmcblk0 -i "/path/to/motioneyeos.img"
Posted by: Guest on October-03-2020
0

motioneyeos terminal setup

./build.sh [board]
Posted by: Guest on October-04-2020
0

motioneyeos terminal setup

./build.sh [board] mkimage
Posted by: Guest on October-04-2020
0

motioneyeos terminal setup

interface=wlan0
 dhcp-range=192.168.27.50,192.168.27.150,24h
 dhcp-leasefile=/data/dnsmasq.leases
Posted by: Guest on October-04-2020
0

motioneyeos terminal setup

./build.sh [board] xconfig
Posted by: Guest on October-04-2020

Browse Popular Code Answers by Language