Page 3 of 3

Re: back last fw 3001.1??

Posted: Mon Aug 02, 2010 8:53 am
by edelfalke
Version Method:

Code: Select all

localhost login: root
-sh: id: not found
# cd /mtd_rwarea
# ls -l Version.*
-rwxr-xr-x    1 root     0              44 Jan  1  1980 Version.1
# cat Version.1
SWU_T-CHL7DEUC_003000_I02_EK000DK000_100125
# echo SWU_T-CHL7DEUC_002004_I02_ES000DS000_090816 > Version.0
# ls -l Version.*
-rwxr-xr-x    1 root     0              44 Jan  1 00:00 Version.0
-rwxr-xr-x    1 root     0              44 Jan  1  1980 Version.1
# cat Version.*
SWU_T-CHL7DEUC_002004_I02_ES000DS000_090816
SWU_T-CHL7DEUC_003000_I02_EK000DK000_100125
After this you have to switch in tv to "Alternative FW".


Partition_switch Method:

Code: Select all

localhost login: root
-sh: id: not found
# cd /mtd_rwarea
# ls -l PartitionSwitch*

if exists /mtd_rwarea/PartitionSwitch_1_0 you have to switch like this:
rm /mtd_rwarea/PartitionSwitch_1_0
touch /mtd_rwarea/PartitionSwitch_0_0 or

else if exists /mtd_rwarea/PartitionSwitch_0_0 like this:
rm /mtd_rwarea/PartitionSwitch_0_0
touch /mtd_rwarea/PartitionSwitch_1_0
Both of this cause the same thing, switch from one partition to other one.

Re: back last fw 3001.1??

Posted: Mon Aug 02, 2010 11:10 am
by edelfalke
i think there is no problems..