Since I don't have your TV, I cannot know the exact commands.
You don't give us any info about it. like df output or /dev/ directory listing...
So You needed to find by yourself.
login to shell of tv and
As it writes in wiki there is 3 commands to dump the TV flash devices to usb flash.
Code: Select all
bml.dump /dev/bmlxx /dev/usb/sda1/bmlxx
Code: Select all
dd if=/dev/bmlxx of=/dev/usb/sda1/bmlxx
Code: Select all
cat /dev/bmlxx > /dev/usb/sda1/bmlxx
Some models doesn't have bml.dump command. Try others than.
You needed to capture entire flash dump to USB. I mean every device (/dev/bml0/x or /dev/tbmlx or /dev/stl0/x... it varies depending on your TV's structure)...
After you/we can inspect this files and try to found solution...