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-02-03 00:32:45

Apt-Get
Contributor
Registered: 2015-12-23
Posts: 111

Standalone mode not working- v1.1.0-657-gc4c3af7-suspect

Marshmellow. I dont know how to get a hold of you buddy, but Im having a problem with stand alone mode.
Prox/RFID mark3 RFID instrument         
bootrom: /-suspect 2015-11-04 22:15:34
os: master/v1.1.0-657-gc4c3af7-suspect 2016-01-26 07:48:55
LF FPGA image built for 2s30vq100 on 2015/03/06 at 07:38:04
HF FPGA image built for 2s30vq100 on 2015/11/ 2 at  9: 8: 8
         
uC: AT91SAM7S512 Rev B         
Embedded Processor: ARM7TDMI         
Nonvolatile Program Memory Size: 512K bytes. Used: 168954 bytes (32). Free: 355334 bytes (68).         
Second Nonvolatile Program Memory Size: None         
Internal SRAM Size: 64K bytes         
Architecture Identifier: AT91SAM7Sxx Series         
Nonvolatile Program Memory Type: Embedded Flash Memory


Long press button enables stand alone mode but lights c&d stay lit and the proxmark hangs. no response from tags or button.

trying the same with usb here is the readout.

db# Stand-alone mode! No PC necessary.                 
#db# DownloadFPGA(len: 42096)                 
#db# Enabling iso14443a reader mode for [Bank: 0]...   
(Lights c&d lit)

After i press the button i get :
             
#db# Button press detected but no stored tag to play. (Ignoring button)


Same problem with Master/v2.2

Last edited by Apt-Get (2016-02-03 00:50:13)

Offline

#2 2016-02-03 01:37:19

marshmellow
Contributor
From: US
Registered: 2013-06-10
Posts: 2,302

Re: Standalone mode not working- v1.1.0-657-gc4c3af7-suspect

It appears you have compiled the hf standalone mode.  What type of tags are you attempting to store?

Offline

#3 2016-02-03 01:47:39

Apt-Get
Contributor
Registered: 2015-12-23
Posts: 111

Re: Standalone mode not working- v1.1.0-657-gc4c3af7-suspect

marshmellow wrote:

It appears you have compiled the hf standalone mode.  What type of tags are you attempting to store?

lf
i didnt do anything special just downloaded the master or your fork. ran make and installed it.
After testing HF. yes that is working. so  how do it get the LF stand-alone working?

Last edited by Apt-Get (2016-02-03 01:51:11)

Offline

#4 2016-02-03 01:58:10

marshmellow
Contributor
From: US
Registered: 2013-06-10
Posts: 2,302

Re: Standalone mode not working- v1.1.0-657-gc4c3af7-suspect

I believe you need to change a makefile switch.  But I am going from memory.  I didn't build that function, nor do I use them.

Offline

#5 2016-02-03 02:02:40

Apt-Get
Contributor
Registered: 2015-12-23
Posts: 111

Re: Standalone mode not working- v1.1.0-657-gc4c3af7-suspect

marshmellow wrote:

I believe you need to change a makefile switch.  But I am going from memory.  I didn't build that function, nor do I use them.

OK.Thanks Buddy,

Does anyone know how to compile the LF stand-alone ?

Cheers

Offline

#6 2016-02-03 02:04:39

marshmellow
Contributor
From: US
Registered: 2013-06-10
Posts: 2,302

Re: Standalone mode not working- v1.1.0-657-gc4c3af7-suspect

It would likely be in the armsrc makefile

Offline

#7 2016-02-03 02:19:42

Apt-Get
Contributor
Registered: 2015-12-23
Posts: 111

Re: Standalone mode not working- v1.1.0-657-gc4c3af7-suspect

marshmellow wrote:

It would likely be in the armsrc makefile

not sure what to do from here..

@ICEMAN? Do you know how to compile the lf Stand-alone?

Anyone?

Thanks for any advice, I really appreciate it and im learning a lot!

Cheers

Last edited by Apt-Get (2016-02-03 03:18:53)

Offline

#8 2016-02-03 03:37:43

marshmellow
Contributor
From: US
Registered: 2013-06-10
Posts: 2,302

Re: Standalone mode not working- v1.1.0-657-gc4c3af7-suspect

Line 13 of the arm makefile needs DWITH_ISO14443a_StandAlone removed to use lf standalone mode.  (Compile and flash.). And put it back to reenable hf standalone mode.

Offline

#9 2016-02-03 05:52:27

Apt-Get
Contributor
Registered: 2015-12-23
Posts: 111

Re: Standalone mode not working- v1.1.0-657-gc4c3af7-suspect

marshmellow wrote:

Line 13 of the arm makefile needs DWITH_ISO14443a_StandAlone removed to use lf standalone mode.  (Compile and flash.). And put it back to reenable hf standalone mode.

BAM!.. Thanks Buddy!
look what i found
os: master/v1.1.0-658-g9fc602c-dirty-suspect 2016-02-03 04:38:24

cool  cool  cool

working with the LF in standalone.

Last edited by Apt-Get (2016-02-03 05:56:35)

Offline

#10 2016-02-03 06:23:20

Apt-Get
Contributor
Registered: 2015-12-23
Posts: 111

Re: Standalone mode not working- v1.1.0-657-gc4c3af7-suspect

i noticed that standalone clone is not working
.db# Starting recording                 
#db# TAG ID: 2005998136 (49307) - Format Len: 26bit - FC: 204 - Card: 49307                 
#db# Recorded 0 20 5998136                 
#db# Cloning 0 20 5998136                 
#db# Tags can only have 44 bits.                 
#db# Cloned 0 20 5998136           

this is the output.

Offline

#11 2016-02-03 06:29:06

marshmellow
Contributor
From: US
Registered: 2013-06-10
Posts: 2,302

Re: Standalone mode not working- v1.1.0-657-gc4c3af7-suspect

Are you sure you have the most recent code compiled?  It looks like and old release version (1.1)

Offline

#12 2016-02-03 06:34:36

Apt-Get
Contributor
Registered: 2015-12-23
Posts: 111

Re: Standalone mode not working- v1.1.0-657-gc4c3af7-suspect

Prox/RFID mark3 RFID instrument         
bootrom: /-suspect 2015-11-04 22:15:34
os: master/v2.2.0-142-g7ede3c7-dirty-suspect 2016-02-03 05:12:03
LF FPGA image built for 2s30vq100 on 2015/03/06 at 07:38:04
HF FPGA image built for 2s30vq100 on 2015/11/ 2 at  9: 8: 8

Had the same clone issue with your fork also buddy.  Thats why i tried the Master.

Offline

Board footer

Powered by FluxBB