Proxmark3 community

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.

Announcement

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.

#1 2016-10-18 17:56:52

chintandarji
Contributor
Registered: 2016-10-06
Posts: 19

PROBLEM writing data to t5577

I had setup PM3 and when I tried to write data to card it didn't respond with anything (No beep/no light/nothing). I had used
proxmark3>lf t55xx wr 0 00041060
Writing to block: 0  data  : 0x00041060

after that when I read block 0, It has totally different value.
proxmark3> lf t55xx read 0
[0] 0x2AAAAAAA  00101010101010101010101010101010

Here is details for pm3
proxmark3> hw ver
Prox/RFID mark3 RFID instrument
bootrom: master/v2.2 2015-07-31 12:45:27
os: master/v2.2 2015-07-31 12:27:57
LF FPGA image built for 2s30vq100 on 2015/03/06 at 07:38:04
HF FPGA image built for 2s30vq100 on 2015/06/22 at 21:47:54

uC: AT91SAM7S512 Rev B
Embedded Processor: ARM7TDMI
Nonvolatile Program Memory Size: 512K bytes. Used: 162219 bytes (31%). Free: 362
069 bytes (69%).
Second Nonvolatile Program Memory Size: None
Internal SRAM Size: 64K bytes
Architecture Identifier: AT91SAM7Sxx Series
Nonvolatile Program Memory Type: Embedded Flash Memory

Offline

#2 2016-10-18 18:00:07

iceman
Administrator
Registered: 2013-04-25
Posts: 9,497
Website

Re: PROBLEM writing data to t5577

You are using an old firmware.  Pull the latest source from Github and compile/flash,  and try again.

Offline

#3 2016-10-21 20:55:29

chintandarji
Contributor
Registered: 2016-10-06
Posts: 19

Re: PROBLEM writing data to t5577

I had tried but failed with below error while make

make[3]: `luac.exe' is up to date.
make[3]: Leaving directory `/c/proxmark3-master/liblua'
make[2]: Leaving directory `/c/proxmark3-master/liblua'
g++ -I/c/QT/qt/include -I/c/QT/qt/include/QtCore -I/c/QT/qt/include/QtGui -c -o
obj/proxgui.o proxgui.cpp
In file included from proxgui.cpp:12:0:
proxguiqt.h:11:24: fatal error: QApplication: No such file or directory
#include <QApplication>
                        ^
compilation terminated.
make[1]: *** [obj/proxgui.o] Error 1
make[1]: Leaving directory `/c/proxmark3-master/client'
make: *** [client/all] Error 2

Admin@Admin-PC /c/proxmark3-master

Offline

#4 2016-10-24 22:38:30

YoungJules
Contributor
Registered: 2012-01-29
Posts: 60

Re: PROBLEM writing data to t5577

If you're running Ubuntu or other Debian-based 'nix, try

sudo apt-get install libqt4-dev

otherwise, post more details of your OS...

Offline

#5 2016-10-25 14:06:20

chintandarji
Contributor
Registered: 2016-10-06
Posts: 19

Re: PROBLEM writing data to t5577

I have windows 7 Home premium
32 bit OS

Offline

#6 2016-11-02 20:12:43

YoungJules
Contributor
Registered: 2012-01-29
Posts: 60

Re: PROBLEM writing data to t5577

Poking yourself in the eye with a sharp stick is generally considered more fun than trying to compile stuff under Windoze... but there are a few suggestions out there if you google for

fatal error: QApplication: No such file or directory windows

Many suggest editing the .pro file... do you have a .pro file? 

Let us know how you get on.

Offline

#7 2016-11-02 21:45:56

iceman
Administrator
Registered: 2013-04-25
Posts: 9,497
Website

Re: PROBLEM writing data to t5577

Basically what this error tells you, (if you google) is that its missing some references to some DLL files needed.
It depends on Qt4 or Qt5 and it has been written about on this forum.  Skip the above suggestion and just search the forum.

Offline

#8 2016-11-14 19:49:39

chintandarji
Contributor
Registered: 2016-10-06
Posts: 19

Re: PROBLEM writing data to t5577

Sorry guys for late reply but I was sick. so, wasn't working

YoungJules wrote:

Poking yourself in the eye with a sharp stick is generally considered more fun than trying to compile stuff under Windoze... but there are a few suggestions out there if you google for

fatal error: QApplication: No such file or directory windows

Many suggest editing the .pro file... do you have a .pro file? 

Let us know how you get on.

Thanks for advice and now I switched to Ubuntu and now there are no error in make.but having problem in flashing. so, I'm starting a new topic for that

Offline

Board footer

Powered by FluxBB