Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

64bit OS for Raspberry Pi 3 [closed]

I have a Raspbery Pi 3 and I am looking to use the 64-bit processor (if possible) that comes with it.

My question is - are there any 64-bit operating systems currently available for the Pi 3? I see that Raspbian Jessie was last updated in on 27th May - but there is no mention of 64-bit functionality.

I've tried Googling to discover the answer here, but I am having little success with this method.

like image 563
Dustin Cook Avatar asked Jul 05 '16 07:07

Dustin Cook


Video Answer


3 Answers

You can now get SUSE Linux Enterprise Server for the Raspberry Pi, which is a 64bit OS. There is also documentation here.

There is also openSUSE Leap (SUSE Linux Enterprise is based on this one) and Tumbleweed (rolling distribution) available here. Both are 64bit.

like image 100
duncan Avatar answered Oct 24 '22 02:10

duncan


Yes there are several 64bit Linux' out there for Pi3, Arch Linux for example.

The reason you'd want to use a 64bit OS on ARM has nothing to do with DRAM addressing (32bit Arm7a has address extensions that allow 1 TeraByte). The AARM64 architecture has numerous advantages over AARCH32; full DP floating point in hardware, a deeper SIMD/NEON vector, more registers. It's about twice as fast in dp-floatng point tests, faster yet for crypto. 64bit likely uses marginally more DRAM to execute.

like image 34
stevea Avatar answered Oct 24 '22 03:10

stevea


You can now get a 64Bit version of Windows 10 IoT Core for the Raspberry Pi. Its been labelled as Windows 10 IoT Core Pro.

Use the below link to find a distributor: https://www.windowsforiotdevices.com/

like image 1
Paul Andrew Avatar answered Oct 24 '22 02:10

Paul Andrew