... nope I can't get it to work with Peter's tool either. I know nothing about Linux so maybe I'm missing something:
Using USB-Tool's Shell, I can't make 'cd' work, it just ignores it without message (I guess that's normal as it's not a full shell, but a one-off cmd trigger?)
So I tried launching the script with '/mnt/udisk/nandbackup'. This prints the steps, but they all complete instantly. The resulting dump.tar.gz file is stored in the scope root (not the USB drive, obviously) and is only 227bytes long. All it contains are logs that complain that they couldn't find ./nanddump.
So it's all path issue. How can I do this via USB-Tool's shell?
___________________________________________________________________________________
EDIT: OK, this works - combine both commands into a single line:
cd /mnt/udisk ; ./nandbackupThere will be no feedback, the tool will just hang until the backup is complete.
These are the full steps:
- grab fremen67's backup script
here.
- follow that post's instructions for extraction, or as I did (on Windows) just use Winrar/7zip etc. to extract the two files to the root of a USB flash drive, then insert into scope.
- If not already, install the DSO drivers (you may need to disable driver signing first, Google. for some reason the installation completely locks up my PC for minutes, but does complete)
- Get & run
Peter's USB Tool, go to the Log tab and tick 'Use USB', then type this in the Shell tab:
cd /mnt/udisk ; ./nandbackupThe tool will lockup until the process is complete (~15mins?) and dump.tar.gz should be on the USB drive (on my Hantek 5072P it was 15.5MB, 131MB extracted)