On 01/07/2017 01:51 PM, Paul R. Ganci wrote:
I received a Raspberry PI 3 for Christmas with which I am playing. I
would like to install the aarch64 CentOS 1611. However I am finding very
limited information on the web as how to go about doing that. Can
somebody get me started on what I need to do in order to install CentOS
1611? Some initial questions.
1.) Can the aarch64 distribution even be installed on a Raspberry PI 3?
Not, but we're working on it. There's a patchset that needs to be
backported from a more recent kernel to the 4.5 kernel used in the
aarch64 release. Additionally, there are a couple bugs in the kernel to
be fixed regarding memory handling. The RPI3 is limited enough in ram
that these bugs would have serious implications when running the 64bit
version. In short, I hope to have something we can use in the coming
weeks, but it's not currently in a functional state.
One final note: There's a bug in the upstreamed graphics driver that has
significant problems. Because of that, the patchset we're working on
disables it. The distro would be limited to framebuffer console on the
rpi3 only in 64bit mode.
## Burning the image to disk
You may simply dd this image to disk, however for the sake of ensuring
that it is written correctly, we recommend the following command. Please
replace the image-name and target device with the appropriate values for
your environment.
```
dd if=<image-name.img> of=/dev/sdX bs=2M conv=fsync && sync;
```
Which image should be burnt? I chose the CentOS-7-aarch64.img.xz and
did the following from a CentOS 6.8 X86_64 system: