Research, development and trades concerning the powerful Proxmark3 device.
Remember; sharing is caring. Bring something back to the community.
"Learn the tools of the trade the hard way." +Fravia
You are not logged in.
Time changes and with it the technology
Proxmark3 @ discord
Users of this forum, please be aware that information stored on this site is not private.
I did an update on all the files. Ran the file runme64.bat it downloaded and update the files but when i try to run the file "runme.bat" it says that the system cant find the specified path
Do i have to edit the runme.bat file ?
The code says this
@echo off
REM *******************************************
REM CHANGE THIS PATH TO MATCH YOUR INSTALLATION
REM *******************************************
set MYPATH=%~dp0
set autobuild=false
echo #Win32_Path Mount_Point >msys/etc/fstab
echo %MYPATH%devkitARM /devkitARM >>msys/etc/fstab
echo %MYPATH%Qt\5.6 /qt >>msys/etc/fstab
echo %MYPATH%pm3 /pm3 >>msys/etc/fstab
msys\msys.bat
Thanks
Last edited by Elsin10 (2020-11-10 04:57:43)
Offline
Sounds like a Proxspace question. Does your paths match the ones suggested by the batch file?
Offline
That is the runme of ProxSpace 2.x, however runme64.bat only exists in ProxSpace 3.x. Something is not right. Did you follow the instructions? https://github.com/Gator96100/ProxSpace#installation
Offline
Thx for the reply
I found the problem. I deleted some files before. I was following a tutorial and since those files werent there i deleted them. So i downloaded the files and now its fine except for one thing. When i try to run the command make all && clean all it gives me an error saying that "make" is wrong. Dont remember exactly
I downloaded this file ProxSpace-20100226-r390.7z
Offline
I don’t know which tutorial you are following, but it is quite outdated. ProxSpace-20100226-r390 is over 10 years old and will no longer work. Please follow the correct instructions. https://github.com/Gator96100/ProxSpace#installation
Offline
I watched this tutorial https://www.youtube.com/watch?v=zzF0NCMJnYU which also pointed to that same link that you've sent. And since some of the folders in the tutorial i deleted them. So i figured it out that the folders in ProxSpace-20100226-r390 were missing. I downloaded and everything is fine except for one error message.
So i will follow the updated installation guide and see what happens
Thnx
Offline
I solved the problem with command error. I downloaded proxmark3-master and moved to pm3 folder in Proxspace folder. Now the command make is running!
Thnx!
Offline