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 @@ -gokrazy - a pure-Go userland for your Raspberry Pi 3 appliances +gokrazy - a pure-Go userland for your Raspberry Pi 3 or 4 appliances @@ -50,7 +50,7 @@ body {
-

gokrazy is a pure-Go userland for your Raspberry Pi 3 appliances

+

gokrazy is a pure-Go userland for your Raspberry Pi 3/4 appliances

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!

Network updates

diff --git a/docs/quickstart/index.html b/docs/quickstart/index.html index 9c6f9c4..dc449a0 100644 --- a/docs/quickstart/index.html +++ b/docs/quickstart/index.html @@ -48,10 +48,10 @@ body {
-

Get a Raspberry Pi 3 (no other model)

+

Get a Raspberry Pi 3 or 4 (no others)

- 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:

  • obtain an IP address for hostname “gokrazy” via DHCP (IPv4) and SLAAC (IPv6)
  • synchronize the clock using NTP
  • diff --git a/docs/showcase/index.html b/docs/showcase/index.html index cf09795..8dd5d23 100644 --- a/docs/showcase/index.html +++ b/docs/showcase/index.html @@ -76,7 +76,7 @@ to stapelberg’s home network).
  • scan2drive
    -scan2drive is a Raspberry Pi 3-based appliance (with a web interface) +scan2drive is a Raspberry Pi 3/4-based appliance (with a web interface) for scanning, converting and uploading physical documents to Google Drive.
  • diff --git a/website/content/_index.html b/website/content/_index.html index 3a40bff..fb96c8f 100644 --- a/website/content/_index.html +++ b/website/content/_index.html @@ -1,6 +1,6 @@ --- layout: default -title: gokrazy - a pure-Go userland for your Raspberry Pi 3 appliances +title: gokrazy - a pure-Go userland for your Raspberry Pi 3 or 4 appliances menu: main: title: "Home" @@ -9,7 +9,7 @@ menu:
    -

    gokrazy is a pure-Go userland for your Raspberry Pi 3 appliances

    +

    gokrazy is a pure-Go userland for your Raspberry Pi 3/4 appliances

    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!

    Network updates

    diff --git a/website/content/quickstart.html b/website/content/quickstart.html index d7c75d5..33b7434 100644 --- a/website/content/quickstart.html +++ b/website/content/quickstart.html @@ -10,10 +10,10 @@ menu:
    -

    Get a Raspberry Pi 3 (no other model)

    +

    Get a Raspberry Pi 3 or 4 (no others)

    - 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:

    • obtain an IP address for hostname “gokrazy” via DHCP (IPv4) and SLAAC (IPv6)
    • synchronize the clock using NTP
    • diff --git a/website/content/showcase.html b/website/content/showcase.html index 49fc7c7..2464fc7 100644 --- a/website/content/showcase.html +++ b/website/content/showcase.html @@ -39,7 +39,7 @@ to stapelberg’s home network).
    • scan2drive
      -scan2drive is a Raspberry Pi 3-based appliance (with a web interface) +scan2drive is a Raspberry Pi 3/4-based appliance (with a web interface) for scanning, converting and uploading physical documents to Google Drive.