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