mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
subtle change for clarity
Both interface-raspberrypi.cfg and interface-raspberrypi2.cfg gave conflicting instructions for the dd return value. This should clear that up.
This commit is contained in:
parent
d46edd9a53
commit
00344adfd3
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ interface bcm2835gpio
|
|||
# This file is meant for recent versions of Raspberry Pi
|
||||
# You can check yours with:
|
||||
# dd if=/proc/device-tree/soc/ranges bs=4 skip=1 count=1 2>/dev/null|xxd -p
|
||||
# if it returns 20000000, use interface-raspberrypi2.cfg
|
||||
# if it returns 20000000, use interface-raspberrypi.cfg
|
||||
# if it returns 3F000000, you're fine
|
||||
bcm2835gpio_peripheral_base 0x3F000000
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue