For security reasons I would like to make a backup of my tv software as explained in
http://wiki.samygo.tv/index.php?title=Recovery_of_Bricked_Device(Make dumps section)
I connect TV by telnet and write on my computer:
- Code: Select all
# df -h
Filesystem Size Used Available Use% Mounted on
/dev/tbml6 3.1M 3.1M 0 100% /
none 10.0M 12.0k 10.0M 0% /dtv
/dev/tbml7 896.0k 896.0k 0 100% /mtd_boot
none 10.0M 0 10.0M 0% /mtd_ram
/dev/stl0/14 11.0M 5.6M 5.3M 52% /mtd_rwarea
/dev/tbml10 60.0M 51.2M 8.8M 85% /mtd_exe
/dev/tbml11 28.6M 28.6M 0 100% /mtd_appdata
/dev/stl0/13 189.0M 178.9M 10.1M 95% /mtd_tlib
/dev/stl0/15 50.0M 6.4M 43.5M 13% /mtd_contents
/dev/stl0/16 87.9M 14.5M 73.4M 17% /mtd_down
/dev/stl0/12 149.0M 224.0k 148.8M 0% /mtd_wiselink
/dev/stl0/17 87.0M 176.0k 86.8M 0% /mtd_swu
/dev/sda1 14.9G 24.0k 14.9G 0% /dtv/usb/sda1
#
# ls -l /dev/tbml10
brwxr-xr-x 1 root 0 139, 10 Jan 8 2009 /dev/tbml10
#
Then I plug an USB stick on TV and try to dump data from TV with no success:
- Code: Select all
# bml.dump /dev/tbml10 /dtv/usb/sda1/tbml10_dump
+----------------------------------------------------------------------+
| bml.dump : Low-level Partition Dump Tool for NAND Flash Memory |
+----------------------------------------------------------------------+
This utility program can be used to dump the specified low-level partition.
However, the reserved area is not dumped by this utility
This program is operated over FSR based
[main][166]Can not excute BML_GET_PART_INFO ioctl. system error message : Inappr
opriate ioctl for device. device driver error number: ffffffff.
# bml.dump /dev/tbml10/1 /dtv/usb/sda1/tbml10_1_dump
+----------------------------------------------------------------------+
| bml.dump : Low-level Partition Dump Tool for NAND Flash Memory |
+----------------------------------------------------------------------+
This utility program can be used to dump the specified low-level partition.
However, the reserved area is not dumped by this utility
This program is operated over FSR based
[main][154]Device file /dev/tbml10/1 can not open. System error Msg : Not a dire
ctory
What am I doing wrong ?
Thanks a lot
Raul de Frutos
----------------
