23

Raspberry Pi 3 uses a 64-bit ARM CPU, while its predecessors used 32-bit ones.

How does this affect software compatibility?

Can all of the old 32 bit binary packages for Raspberry Pi 1 and 2 be properly run on it? Or have most of the Raspbian packages already been recompiled for the new architecture?

TRiG
  • 111
  • 4
atevm
  • 469
  • 7
  • 15

1 Answers1

27

While the processor in the Pi 3 is 64bit. The new chip is fully backward compatable and it uses the same 32bit OS, hence all programs will continue to work. Additional information can be found in this question.

Steve Robillard
  • 34,988
  • 18
  • 106
  • 110