Commands for back-up ?(dumps)

Here for general support for B series TVs, request and problem solve area.

User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: Commands for back-up ?(dumps)

Post by juusso »

You can use

Code: Select all

cat
or

Code: Select all

dd
.

Code: Select all

cat /dev/bml0/1 >/dtv/usb/sda1/bml01
cat /dev/bml0/1 >/dtv/usb/sda1/bml01
cat /dev/bml0/2 >/dtv/usb/sda1/bml02
cat /dev/bml0/3 >/dtv/usb/sda1/bml03
cat /dev/bml0/4 >/dtv/usb/sda1/bml04
cat /dev/bml0/5 >/dtv/usb/sda1/bml05
cat /dev/bml0/6 >/dtv/usb/sda1/bml06
cat /dev/bml0/7 >/dtv/usb/sda1/bml07
cat /dev/bml0/8 >/dtv/usb/sda1/bml08
cat /dev/bml0/9 >/dtv/usb/sda1/bml09
cat /dev/bml0/10 >/dtv/usb/sda1/bml10
cat /dev/bml0/11 >/dtv/usb/sda1/bml11
....
cat /dev/xxx > /dtv/usb/sda1/xxx
and so on...

Code: Select all

dd if=/dev/bml0/1 of=/dtv/usb/sda1/bml01
dd if=/dev/bml0/2 of=/dtv/usb/sda1/bml02
dd if=/dev/bml0/3 of=/dtv/usb/sda1/bml03
dd if=/dev/bml0/4 of=/dtv/usb/sda1/bml04
dd if=/dev/bml0/5 of=/dtv/usb/sda1/bml05
dd if=/dev/bml0/6 of=/dtv/usb/sda1/bml06
dd if=/dev/bml0/7 of=/dtv/usb/sda1/bml07
dd if=/dev/bml0/8 of=/dtv/usb/sda1/bml08
dd if=/dev/bml0/9 of=/dtv/usb/sda1/bml09
dd if=/dev/bml0/10 of=/dtv/usb/sda1/bml10
dd if=/dev/bml0/11 of=/dtv/usb/sda1/bml11
...
dd if=/dev/xxx of=/dtv/usb/sda1/xxx
list of all partitions on tv:

Code: Select all

cat /proc/partitions
mine is:

Code: Select all

# cat /proc/partitions
major minor  #blocks  name

 139     0    1005568 tfsr0/c
 139     1        512 tfsr1
 139     2        512 tfsr2
 139     3        512 tfsr3
 139     4        512 tfsr4
 139     5       4096 tfsr5
 139     6       4096 tfsr6
 139     7       2048 tfsr7
 139     8      61440 tfsr8
 139     9      46080 tfsr9
 139    10      61440 tfsr10
 139    11      46080 tfsr11
 139    12     184320 tfsr12
 139    13     225280 tfsr13
 139    14      43008 tfsr14
 139    15      82944 tfsr15
 139    16     121856 tfsr16
 139    17     120832 tfsr17
 137     0    1005568 bml0/c
 137     1        512 bml1
 137     2        512 bml2
 137     3        512 bml3
 137     4        512 bml4
 137     5       4096 bml5
 137     6       4096 bml6
 137     7       2048 bml7
 137     8      61440 bml8
 137     9      46080 bml9
 137    10      61440 bml10
 137    11      46080 bml11
 137    12     184320 bml12
 137    13     225280 bml13
 137    14      43008 bml14
 137    15      82944 bml15
 137    16     121856 bml16
 137    17     120832 bml17
 138    12     152576 stl12
 138    13     193536 stl13
 138    14      11264 stl14
 138    15      51200 stl15
 138    16      90112 stl16
 138    17      89088 stl17
   8     0        320 sda
;)
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
User avatar
erdem_ua
SamyGO Admin
Posts: 3126
Joined: Thu Oct 01, 2009 6:02 am
Location: Istanbul, Turkey
Contact:

Re: Commands for back-up ?(dumps)

Post by erdem_ua »

Hey, it's better to have "SamyGO Firmware Backup" application for easy backup to USB flash.
Who is volunteer for this?
It's also good to have progress gauge with SDL :)
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: Commands for back-up ?(dumps)

Post by juusso »

Sure, it is nod hard to do the first part of app,
but who could compile gauge to display some process info on the screen?
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
User avatar
erdem_ua
SamyGO Admin
Posts: 3126
Joined: Thu Oct 01, 2009 6:02 am
Location: Istanbul, Turkey
Contact:

Re: Commands for back-up ?(dumps)

Post by erdem_ua »

juuso wrote:Sure, it is nod hard to do the first part of app,
but who could compile gauge to display some process info on the screen?
Couldn't we use SamyGO Command line application with some modification?
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: Commands for back-up ?(dumps)

Post by juusso »

you can run it from command line over telnet or ExLink. Attach USB and run script:

Code: Select all

sh +x /path_to_/samygo-ffb/DumpMaker/telnet.sh
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE
User avatar
juusso
SamyGO Moderator
Posts: 10129
Joined: Sun Mar 07, 2010 6:20 pm

Re: Commands for back-up ?(dumps)

Post by juusso »

No, just exeDSP was killed. I made it specially. You had to wait until TV reboots and check for dumps.
It is normal, what you got on screen. Unplug TV from wall and TV starts normally. If you need dumps, repeat and be more patient :)
LE40B653T5W,UE40D6750,UE65Q8C
Have questions? Read SamyGO Wiki, Search on forum first!
FFB (v0.8), FFB for CI+ . Get root on: C series, D series, E series, F series, H series. rooting K series, exeDSP/exeTV patches[C/D/E/F/H]

DO NOT EVER INSTALL FIRMWARE UPGRADE

Post Reply

Return to “[B] Support”