diff --git a/docs/index.html b/docs/index.html index 3b84f75..d0d9324 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,7 +4,7 @@ -
For a long time, we were unhappy with having to care about security issues and Linux distribution maintenance on our various Raspberry Pis. @@ -101,8 +101,9 @@ body {
Due to no C runtime environment being present, your code must compile
with the environment variable CGO_ENABLED=0
. To
- cross-compile for the Raspberry Pi 3, use GOARCH=arm64
.
- If your program still builds, you’re good to go!
+ cross-compile for the Raspberry Pi 3 or 4,
+ use GOARCH=arm64
. If your program still builds, you’re
+ good to go!
- Currently, the Raspberry Pi 3 is the only - model supported. Many people assume the Raspberry Pi Zero W + Currently, the Raspberry Pi 3 and Pi 4 are the only + supported models. Many people assume the Raspberry Pi Zero W could be used as well. Unfortunately, it uses the older BCM2835 SoC, which is not arm64, so gokrazy won’t run on it. See @@ -88,7 +88,7 @@ If your applications need to store persistent data, create a file system using e mkfs.ext4 /dev/sdb4 -To boot gokrazy, plug the SD card into a Raspberry Pi 3 (no other model supported) +To boot gokrazy, plug the SD card into a Raspberry Pi 3 or 4 (no other models supported) To interact with the device, gokrazy provides a web interface reachable at: @@ -96,7 +96,7 @@ To interact with the device, gokrazy provides a web interface reachable at: There will be not be any other output (no HDMI, no serial console, etc.)
- After booting from this SD card, your Raspberry Pi 3 will: + After booting from this SD card, your Raspberry Pi 3 or 4 will:
For a long time, we were unhappy with having to care about security issues and Linux distribution maintenance on our various Raspberry Pis. @@ -60,8 +60,9 @@ menu:
Due to no C runtime environment being present, your code must compile
with the environment variable CGO_ENABLED=0
. To
- cross-compile for the Raspberry Pi 3, use GOARCH=arm64
.
- If your program still builds, you’re good to go!
+ cross-compile for the Raspberry Pi 3 or 4,
+ use GOARCH=arm64
. If your program still builds, you’re
+ good to go!
- Currently, the Raspberry Pi 3 is the only - model supported. Many people assume the Raspberry Pi Zero W + Currently, the Raspberry Pi 3 and Pi 4 are the only + supported models. Many people assume the Raspberry Pi Zero W could be used as well. Unfortunately, it uses the older BCM2835 SoC, which is not arm64, so gokrazy won’t run on it. See @@ -50,7 +50,7 @@ If your applications need to store persistent data, create a file system using e mkfs.ext4 /dev/sdb4 -To boot gokrazy, plug the SD card into a Raspberry Pi 3 (no other model supported) +To boot gokrazy, plug the SD card into a Raspberry Pi 3 or 4 (no other models supported) To interact with the device, gokrazy provides a web interface reachable at: @@ -58,7 +58,7 @@ To interact with the device, gokrazy provides a web interface reachable at: There will be not be any other output (no HDMI, no serial console, etc.)
- After booting from this SD card, your Raspberry Pi 3 will: + After booting from this SD card, your Raspberry Pi 3 or 4 will: