FirmFuzz icon indicating copy to clipboard operation
FirmFuzz copied to clipboard

run the "./run_batch_fs.sh \images\/",it throws an error.

Open MaKaRuiNah opened this issue 4 years ago • 1 comments

while I run the "./run_batch_fs.sh \images/",it throws an error. cp: cannot stat '/home/FirmFuzz/framework/scripts/devfs_stubs_orig.c': No such file or directory cp: cannot stat '/home/FirmFuzz/framework/scripts/devfs_stubs_orig.c': No such file or directory

Copying default device directory cp: cannot stat '/home/FirmFuzz/framework/scripts/mapper/dev.tgz': No such file or directory

how can i solve it?thank you!

MaKaRuiNah avatar Jul 23 '20 09:07 MaKaRuiNah

You should do the cp operation by yourself as the fisrt two c files are already in the dst directory. And the location of "dev.tgz" is "/home/FirmFuzz/framework/scripts/dev.tgz" rather "/home/FirmFuzz/framework/scripts/mapper/dev.tgz"

yinfeidi avatar Sep 18 '20 04:09 yinfeidi