RfidResearchGroup / proxmark3

Iceman Fork - Proxmark3
http://www.icedev.se
GNU General Public License v3.0
3.85k stars 1.02k forks source link

Proxmark3 RDV4.01 doesn't work #1513

Closed maul3x closed 2 years ago

maul3x commented 2 years ago

flashing problems Have you followed the instructions properly? ie, flashed bootrom seperately first if you are going from Offical repo to RRG/Iceman repo.

Describe the bug I recently change my hack computer from a MacBook Pro to a laptop with Kali linux. I would like to update the firmware of my proxmark3 during my fresh install. I also remove modemmanager. But my Proxmark 3 RDV4.01 don't respond to any request.

└─$ pm3 --list       
1: /dev/ttyACM0
└─$ sudo dmesg | grep -i usb
...
[14193.119968] usb 2-2: new full-speed USB device number 22 using xhci_hcd
[14198.450400] usb 2-2: New USB device found, idVendor=9ac4, idProduct=4b8f, bcdDevice= 0.01
[14198.450406] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[14198.450409] usb 2-2: Product: proxmark3
[14198.450412] usb 2-2: Manufacturer: proxmark.org
[14198.451960] cdc_acm 2-2:1.0: ttyACM0: USB ACM device
└─$ pm3                                              
[=] Session log /home/maul3x/.proxmark3/logs/log_20210927.txt
[=] Using UART port /dev/ttyACM0

[!] ⚠  ERROR: invalid serial port /dev/ttyACM0

[?] Try the shell script `./pm3 --list` to get a list of possible serial ports

So I tried to update the firmware with different way :

└─$ pm3-flash-bootrom                                                                                 1 ⨯
[=] Session log /home/maul3x/.proxmark3/logs/log_20210927.txt
[+] About to use the following file:
[+]    /usr/local/bin/../share/proxmark3/firmware/bootrom.elf
[+] Waiting for Proxmark3 to appear on /dev/ttyACM0
 🕐   0^X
[!] ⚠  ERROR: invalid serial port /dev/ttyACM0

[?] Try the shell script `./pm3 --list` to get a list of possible serial ports
[!!] 🚨 Could not find Proxmark3 on /dev/ttyACM0.

[!!] 🚨 Aborted on error

[=] Have a nice day!

I try to connect the proxmark with the button pressed up to flash (2 led stay on) and flash again but same result. It seems bricked, have you any suggestion to try ?

Additional context I have a blueshark on my Proxmark

maul3x commented 2 years ago

RTFM : add sudo before cmd !!!!