Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #4289 Reply
    YU
    Keymaster

    We 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 &#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

    File: sd_upgrade_all

    #4935 Reply
    jsfix
    Guest

    my 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?

    #10691 Reply
    milo
    Guest

    en la explicacion para actualizar el firmware de la camara, indica descargar el archivo y cambiarle el nombre y copiar a la  raiz de la tarjeta TF,,,, despues indica copiar sd-run.sh, en este paso de copiar sd-run.sh adonde lo copeo o en donde se pega???? porque despues indica descarguelo????? si ya esta descargado un archivo???? y en la imagen que muestran hay dos archivos cual es cual????

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: how to update xmyey/icsee camera by TF card
Your information: