Re: samsung LE37B530
Posted: Thu Dec 10, 2009 6:06 pm
I think you don't understand my post.
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.
each command could copy your on bmlxx device to usb.(xx needed to be number)
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...
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...