File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -95,14 +95,19 @@ executables.
95
95
96
96
The following extra files can be found in the download directory or torrent:
97
97
98
- - ` bitcoin-${VERSION}-arm-linux-gnueabihf.tar.gz ` : Linux binaries for the most
99
- common 32-bit ARM architecture.
100
- - ` bitcoin-${VERSION}-aarch64-linux-gnu.tar.gz ` : Linux binaries for the most
101
- common 64-bit ARM architecture.
98
+ - ` bitcoin-${VERSION}-arm-linux-gnueabihf.tar.gz ` : Linux binaries targeting
99
+ the 32-bit ARMv7-A architecture.
100
+ - ` bitcoin-${VERSION}-aarch64-linux-gnu.tar.gz ` : Linux binaries targeting
101
+ the 64-bit ARMv8-A architecture.
102
102
103
103
ARM builds are still experimental. If you have problems on a certain device or
104
104
Linux distribution combination please report them on the bug tracker, it may be
105
- possible to resolve them.
105
+ possible to resolve them. Note that the device you use must be (backward)
106
+ compatible with the architecture targeted by the binary that you use.
107
+ For example, a Raspberry Pi 2 Model B or Raspberry Pi 3 Model B (in its 32-bit
108
+ execution state) device, can run the 32-bit ARMv7-A targeted binary. However,
109
+ no model of Raspberry Pi 1 device can run either binary because they are all
110
+ ARMv6 architecture devices that are not compatible with ARMv7-A or ARMv8-A.
106
111
107
112
Note that Android is not considered ARM Linux in this context. The executables
108
113
are not expected to work out of the box on Android.
You can’t perform that action at this time.
0 commit comments