You needed to copy your exe image to usb device. Don't wait exact command from me since I have no B530.
If you understand the WiKi instead of writing here, it is too easy to make it.
identify your EXE device by "
df" (without quotes) command that shows in the wiki.
After you can copy your EXE Partition to USB device for inspecting at PC with command of
Code: Select all
cat /dev/tbml8 > /dtv/usb/sda1/exe.img.orig
Thats all. You don't needed to start TV after. Turn off and on...
for learn BASH command shell structure you can read any bash tutorial.
Please search "Bash tutorial" at google.
There is also very detailed explanation of "mv" command in those tutorials.That is start point of linux and will make you learn and understand what you are doing.