Skip to content

Commit

Permalink
Some slight tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Nov 23, 2024
1 parent 6ed304d commit e73e21a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions _boards_cm/sharp-nec-ds1-if20ce.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ The [Sharp/NEC DS1-IF20CE Compute Module Interface Board](https://www.sharpnecdi
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.

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.

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/)
4 changes: 2 additions & 2 deletions boards_cm.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
title: Boards
---
## Compute Module 4 Boards and Projects
## Compute Module Boards and Projects
{: .no_toc}

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.
Expand Down Expand Up @@ -82,4 +82,4 @@ The following boards are either not yet commercially available or one-offs and _
## About
{: .no_toc}

This project is maintained by [Jeff Geerling](https://www.jeffgeerling.com). Raspberry Pi is a product of [Raspberry Pi Ltd](https://www.raspberrypi.com).
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/).
4 changes: 2 additions & 2 deletions extras/i340-iperf-benchmark/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Intel I340-T4 Benchmark Playbook

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

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.

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

The playbook can be run with:

Expand Down
2 changes: 1 addition & 1 deletion hats.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ The following HATs are either not yet commercially available or one-offs and _mi
## About
{: .no_toc}

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/).
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/).
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The Raspberry Pi has PCI Express! There are some quirks to getting certain devic
## More Resources
{: .no_toc}

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

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

[![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)

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/).
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/).

> 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 comments on commit e73e21a

Please sign in to comment.