iceman1001 / ChameleonMini-rebooted

Chameleon Mini revE rebooted - Iceman Fork, the ChameleonMini is a versatile contactless smartcard emulator (NFC/RFID)
Other
391 stars 85 forks source link

[FORUM] Uploading a dump on Linux using command line #185

Closed petorian closed 3 years ago

petorian commented 4 years ago

I'm searching for some instructions on using the Linux CLI to upload a dump to the Chameleon

Currently I'm trying this:

I connect with cu to the Chameleon: cu -l /dev/ttyACM1 -s 19200

I then verify if the selected slot is MF_Classic_1K. Then I issue the command UPLOAD it returns 110:WAITING FOR XMODEM

Then I use the command: ~$sx dump.bin It then returns: Sending dump.bin, 8 blocks: Give your local XMODEM receive command now. after some time: Xmodem sectors/kbytes sent: 0/0k and Retry 0: Timeout on sector ACK But nothing happens... dump is not uploaded.

Does anyone have a working solution?

iceman1001 commented 4 years ago

Swing by the discord server and the channel for chameleon, and ask there, https://discord.gg/9dHc8w

petorian commented 4 years ago

Thanks I'll have a look there!