diff --git a/wally-pipelined/linux-testgen/linux-testvectors/tvCopier.py b/wally-pipelined/linux-testgen/linux-testvectors/tvCopier.py index 262b24b7..9f703ff7 100755 --- a/wally-pipelined/linux-testgen/linux-testvectors/tvCopier.py +++ b/wally-pipelined/linux-testgen/linux-testvectors/tvCopier.py @@ -57,6 +57,6 @@ pyTee('_____________________________________________________________________') for tvFile in copyList: pyTee('Copying '+tvFile+' from Tera') - os.system('scp '+tera+':/courses/e190ax/buildroot_boot/'+tvFile+' ./') + os.system('scp -r'+tera+':/courses/e190ax/buildroot_boot/'+tvFile+' ./') pyTee('Done!') logFile.close() diff --git a/wally-pipelined/linux-testgen/linux-testvectors/tvLinker.sh b/wally-pipelined/linux-testgen/linux-testvectors/tvLinker.sh index 70ef4710..f1004919 100755 --- a/wally-pipelined/linux-testgen/linux-testvectors/tvLinker.sh +++ b/wally-pipelined/linux-testgen/linux-testvectors/tvLinker.sh @@ -5,4 +5,5 @@ ln -s /courses/e190ax/buildroot_boot/ram.txt ram.txt ln -s /courses/e190ax/buildroot_boot/vmlinux.objdump vmlinux.objdump ln -s /courses/e190ax/buildroot_boot/vmlinux.objdump.addr vmlinux.objdump.addr ln -s /courses/e190ax/buildroot_boot/vmlinux.objdump.lab vmlinux.objdump.lab +ln -s /courses/e190ax/buildroot_boot/checkpoint8500000 ./checkpoint8500000 echo "Done!"