- Jun 26, 2015
- 20
- 0
More information is needed what does the sticker on the camera say (build date and original firmware)
You must have MTDUTILS and worked sharing with PC/NAS.
Manipulate with bytes (02 to 01 in lang and X to X+1 for example 33 to 34 or 9A to 9B in for example date), checkum will be same.
Mount
cd /mnt/nfs00
To copy the mtd files
cat /dev/mtdblock5 > temp5
cat /dev/mtdblock6 > temp6
Change the flag bytes using HxD editior,
Then putting them back with the changed block:
cat temp5 > /dev/mtdblock5
cat temp6 > /dev/mtdblock6
Reboot