Skip to content

Commit

Permalink
Raspberry Pi 3 -> 4
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jul 16, 2019
1 parent 3d51f1f commit 3f2236f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ using the wired Ethernet interface 'eth0' and DHCP.

## Supported WiFi devices

The base image includes drivers for the onboard Raspberry Pi 3 wifi module
The base image includes drivers for the onboard Raspberry Pi 4 wifi module
(`brcmfmac` driver).

## Audio
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ defmodule NervesSystemRpi4.MixProject do

defp description do
"""
Nerves System - Raspberry Pi 3 B / B+
Nerves System - Raspberry Pi 4
"""
end

Expand Down
4 changes: 2 additions & 2 deletions test/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Raspberry Pi 3 Test Suite
# Raspberry Pi 4 Test Suite

Executes ExUnit tests on target hardware and reports results to the
[Nerves test server](https://nerves-test-server.herokuapp.com/nerves-project/nerves_system_rpi4)
Expand Down Expand Up @@ -61,5 +61,5 @@ $ mix firmware.burn

## Provisioning

The Raspberry Pi 3 uses `eth0` to connect to the report server and requires a
The Raspberry Pi 4 uses `eth0` to connect to the report server and requires a
wired ethernet connection. The device should establish a connection to the network and join the test farm.

0 comments on commit 3f2236f

Please sign in to comment.