Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
YU
KeymasterWe have written configure-the-functions-of-the-xm530-solution-smart-wi-fi-camera-through-tf, we can also update firmware of xmeye/icsee smart Wi-Fi camera by TF card.
First, we download the firmware we need from baike.xm030.cn and renamed it as sd_upgrade_all.bin and copy it to TF card root directory and copy sd_run.sh(can download below) to TF card root directory too. See below:
Then, insert the TF card into the camera and power camera on, if everything is okay camera will auto update itself.
P.S. you can also write sd_run.sh yourself,see below:
#!/bin/sh echo "start" if [ -e /home/mac ];then a=<code>ifconfig eth0|grep eth0|awk '{print $5}'</code> b=<code>cat /home/mac|sed 'y/abcdef/ABCDEF/'</code> if [ "$a" = "$b" ];then if [ -e /home/upgraded ];then c=<code>cat /home/upgraded</code> else c="" fi if [ "$b" != "$c" ];then echo "upgrade successfully!" /home/i2s_play /home/shengjichenggong.pcm echo $b > /home/upgraded fi fi fi if [ -e /home/test/xm_autorun.sh ];then echo "run /home/test/xm_autorun.sh" /home/test/xm_autorun.sh & else echo "/home/test/xm_autorun.sh not exist" fi exit 0
File: sd_upgrade_all
jsfix
Guestmy camera is on RSP mode i can’t change to IP mode so i can see on ONFIV do you know how to change to IP MODE?
-
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)