Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Upgrade firmware Xmeye ICSee security cameras

Anonymous

Member
Joined
Aug 3, 2017
Messages
768
Reaction score
24
If you have wireless security cameras using xmeye/icsee app, you're able to upgrade the firmware through TF card. It's straigtforward to upgrade the firmwave, just preparing a good microSD/TF memory card then put the two files in the root folder.
The two files include camera's firmware, which you can obtain it from Xiongmai wikipedia page: baike.xm030.cn, and sd_run.sh file.
u9z1fillznguxq1j71bryf3met6ogj19.png

Inserting the memory card to your camera, power on the camera, the camera will start to flash the firmware.
Certainly, you can edit the bat file and tweak it according to your own requirements.
Code:
#!/bin/sh

echo "start"

if [ -e /home/mac ];then
    a=<code>ifconfig eth0|grep eth0|awk &#039;{print $5}&#039;</code>
    b=<code>cat /home/mac|sed &#039;y/abcdef/ABCDEF/&#039;</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
 
Hello,
I was make sd and firmware on TF after put on not upgrade. Please help me
 
hi
insert sd to camera and waited , but no upgrade and not work camera,
old version cleaned and won't copy new file
pls help me
 
It worked for me. I only registered account to say thank you. My camera firmware: V5.00.R02.000807B4.00000.348417.0000000
 
Back
Top