From fa05217ef231c4f7895063e2c05c20a49deb5294 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sat, 14 Jul 2018 11:07:18 +0200 Subject: [PATCH] Raspberry Pi node of 64bit (#103) --- Documentation/boards/raspberrypi.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/boards/raspberrypi.md b/Documentation/boards/raspberrypi.md index 758763def..9ccb78203 100644 --- a/Documentation/boards/raspberrypi.md +++ b/Documentation/boards/raspberrypi.md @@ -10,6 +10,10 @@ Supported Hardware: | Raspberry Pi 2 B | rpi2 | | Raspberry Pi 3 B/B+ | rpi3 / rpi3-64 | +## Limitation 64bit + +The 64bit version is under development by RPi-Team. It work very nice but it could have some impacts. Actual we see that the SDcard access with ext4 are a bit slower than on 32bit. + ## Serial console For access to terminal over serial console, add `console=ttyAMA0,115200` to `cmdline.txt` and `enable_uart=1` into `config.txt`.