Skip to content

Commit e73e21a

Browse files
committed
Some slight tweaks.
1 parent 6ed304d commit e73e21a

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

_boards_cm/sharp-nec-ds1-if20ce.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ The [Sharp/NEC DS1-IF20CE Compute Module Interface Board](https://www.sharpnecdi
1414
They used to sell the CM3+ version of the board ([DS1-IF10CE](https://www.bhphotovideo.com/c/product/1339096-REG/nec_ds1_if10ce_raspberry_pi_compute_module.html)) standalone.
1515

1616
It's built to be integrated exclusively into NEC's MultiSync displays. It contains an edge connector exposing certain GPIO pins to the monitor's internal bus, so you can control the monitor via serial connection, and also accept signals from the monitor (e.g. for shutdown, IR control for media applications, etc.). Externally it includes 2 USB-A ports and an Ethernet port connected to the Pi, along with an internal Ethernet connection through to the monitor's built-in Ethernet switch. It also has a micro USB port for flashing the eMMC along with a boot select switch exposed externally.
17+
18+
Sharp exposes downloads for their official Media Player utility on their website: [Raspberry Pi Compute Module Downloads](https://www.sharpnecdisplays.us/support-and-services/raspberrypi/244#softwaredownloads/)

boards_cm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
title: Boards
44
---
5-
## Compute Module 4 Boards and Projects
5+
## Compute Module Boards and Projects
66
{: .no_toc}
77

88
If you think a project should be added here, please [open an issue on GitHub](https://github.com/geerlingguy/raspberry-pi-pcie-devices/issues) to add it.
@@ -82,4 +82,4 @@ The following boards are either not yet commercially available or one-offs and _
8282
## About
8383
{: .no_toc}
8484

85-
This project is maintained by [Jeff Geerling](https://www.jeffgeerling.com). Raspberry Pi is a product of [Raspberry Pi Ltd](https://www.raspberrypi.com).
85+
This project is maintained by [Jeff Geerling](https://www.jeffgeerling.com). Raspberry Pi is a product of [Raspberry Pi Ltd](https://www.raspberrypi.com/about/).

extras/i340-iperf-benchmark/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Intel I340-T4 Benchmark Playbook
22

3-
This playbook is meant to run an `iperf` benchmark against a Compute Module 4 with the Intel I340-T4 PCIe NIC.
3+
This playbook is meant to run an `iperf` benchmark against a Pi with the Intel I340-T4 PCIe NIC.
44

55
The playbook requires Ansible to be installed on a controller computer, which should be able to see four computers connected directly to the ports on the NIC, which are mapped with static IPs via the `/etc/dhcpcd.conf` file.
66

7-
Additionally, `iperf` should already be installed on _all_ the computers, including the Compute Module 4.
7+
Additionally, `iperf` should already be installed on _all_ the computers, including the Pi.
88

99
The playbook can be run with:
1010

hats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ The following HATs are either not yet commercially available or one-offs and _mi
8282
## About
8383
{: .no_toc}
8484

85-
This project is maintained by [Jeff Geerling](https://www.jeffgeerling.com). The Raspberry Pi Compute Module 4 is a product of [Raspberry Pi (Trading) Limited](https://www.raspberrypi.org/about/).
85+
This project is maintained by [Jeff Geerling](https://www.jeffgeerling.com). The Raspberry Pi is a product of [Raspberry Pi Ltd](https://www.raspberrypi.com/about/).

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The Raspberry Pi has PCI Express! There are some quirks to getting certain devic
1111
## More Resources
1212
{: .no_toc}
1313

14-
- **[Compute Module 4-based Products and Boards](boards_cm)**
14+
- **[Compute Module Products and Boards](boards_cm)**
1515
- **[Raspberry Pi 5 HATs and Boards](hats)**
1616
- [Raspberry Pi Linux Cross-compilation Environment](https://github.com/geerlingguy/raspberry-pi-pcie-devices/tree/master/extras/cross-compile)
1717

@@ -282,6 +282,6 @@ The Raspberry Pi has PCI Express! There are some quirks to getting certain devic
282282

283283
[![GitHub Stats](https://github-readme-stats.vercel.app/api/pin?username=geerlingguy&repo=raspberry-pi-pcie-devices&show_icons=true&hide_border=true&show_owner=true&theme=graywhite)](https://github.com/geerlingguy/raspberry-pi-pcie-devices)
284284

285-
This project is maintained by [Jeff Geerling](https://www.jeffgeerling.com). The Raspberry Pi Compute Module 4 and Raspberry Pi 5 model B are products of [Raspberry Pi (Trading) Limited](https://www.raspberrypi.org/about/).
285+
This project is maintained by [Jeff Geerling](https://www.jeffgeerling.com). The Raspberry Pi is a products of [Raspberry Pi Ltd](https://www.raspberrypi.com/about/).
286286

287287
> Many of the device links on this page are Amazon affiliate links. If you do not wish to use those links, copy the device name to search for it at any major electronics retailer (e.g. [Newegg](https://www.newegg.com), [Micro Center](https://www.microcenter.com), [Amazon](https://www.amazon.com), etc.).

0 commit comments

Comments
 (0)