mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-05 09:25:50 +00:00
10 lines
169 B
Bash
Executable File
10 lines
169 B
Bash
Executable File
#!/bin/bash
|
|
|
|
## 20160116, iceman
|
|
|
|
## Configure ARM , make sure you have the arm gcc in your $PATH variable.
|
|
cov-configure -co arm-none-eabi-gcc -- -mthumb-interwork
|
|
|
|
|
|
|