TOFU5 Board

TOFU5 Board

Designed by Oratek in Switzerland

Overview

The TOFU5 is a versatile carrier board compatible with the Raspberry Pi Compute Module 5 (CM5). Building on the foundation of the original TOFU board, it introduces significant enhancements and additional functionalities while maintaining the same compact footprint as the TOFU V1.1.

With upgraded support for displays, cameras, and faster USB 3.0 ports when paired with the latest CM5, the TOFU5 enables seamless upgrades and new possibilities for your TOFU solutions across a variety of use cases.

Designed to operate across an extensive power range and equipped with improved protection features, the TOFU5 ensures reliable performance even in the most demanding scenarios.

TOFU5 board with mounted CM5

Features

The size of the board is 9x9cm and its main features are:

  • CM5 Assembly Slot
  • Standard Raspberry Pi 40 pin GPIO header
  • 7-28V Input, 15W 3.3V/5A and 5V/3A Power Supplies
  • Gigabit Ethernet Port, PoE/PoE+ Capability
    • Compatible with both POE and POE+ Raspberry Pi HATs (spacer required)
  • M.2 Key B 2230/2242/3042/3052 Socket
    • PCIe (Gen2 x1) Connectivity
    • USB3.0 Connectivity
    • microSIM Card Holder
  • 3x USB3.0 Type-A Ports
    • Simple A Port Option [Molex 48405-0004 in place of 48406-0001]
  • 1x USB2.0 Breakout Header
  • 1x Full-Size HDMI Port
  • 2x 4-Lane Camera (CSI)/Display (DSI) Hybrid Ports
  • Barrel Jack and Terminal Block Power Inputs
  • USB-C Power/Data Input with CM5-Enabled Power Delivery (PD)
    • Up to 5V/5A Input
    • USB 2.0 Connectivity
  • Micro SD Card Slot for Lite Modules
  • 5V PWM Fan Port
  • Real-Time Clock with external JST battery connector (same as Raspberry Pi 5)
  • Activity, Power LEDs
  • Boot Mode and Power Button
  • 2x Switch Inputs
    • (I2C1 Enable for Second CSI/DSI Interface)
    • Fan Voltage Selection (5V or VIN)
  • Power Handling Capabilities
    • 3.3V Power Shutdown for all Interfaces
    • USB Power Shutdown
    • Key B Network Card Wireless Disable and Shutdown
  • ESD Protection on All Inputs/Outputs
  • Standard Raspberry Pi and 4 Additional M3 Mounting Holes
M.2 connectivity (key B) enables to fully take advantage of the new PCIe lane and USB3.0

Operating temperature

The CM5 is rated from -20°C to 85°C. All components on the TOFU5 board comply with this range.
Apart from connectors, all electronic components are rated for -40°C or below.

Layout

Top layer design (also see pin configurations)

Bottom layer design

Additional information

Feature
Description
CM5 connectors
CM5 will be stacked at a 1.5mm height
Raspberry Pi header
Standard 40pin connector
EEPROM WP, eMMC boot
Optional jumper (2.54mm pitch, see pin configurations)
Gb Ethernet
ESD protected, Power over Ethernet (PoE) capabilities through the official Raspberry Pi PoE HAT. If using this HAT, we recommend using 10mm, M2.5 spacers, and covering the transformer with electrical tape for added protection. Using this HAT, the board will be compatible with 802.3af PoE networks. The CM5 will also enjoy a little breeze from the included fan. A higher current than 2.5A is advised for all peripherals.
Double USB A
Stacked USB 3.0 connectors, 1.5A current limit for all USB ports
Main power fuse
Littelfuse, 3.5A, NANO2 (045303.5MR, or similar)
PWR/ACT LEDs
Red power LED, green flashing activity LED
Power jack
2.1mm inside, 5.5mm outside diameter. Outer connection is ground, inner conductor is positive voltage.
Terminal block
Standard 2 positions, 3.5mm pitch.
AC/DC power supply
No external AC/DC power supply provided. 24W is the minimum recommended power. An example could be ACM24US12 from XP Power.
Input voltage breakout
Intended as power output (supply for connected HATs). Can be used as input but caution is advised as it is located after the reverse polarity protection.
Display, camera outputs
Standard Raspberry Pi connections, 22pin, 0.5mm pitch.
HDMI port
ESD protected, current limit protection.
Single/double USB A
Depending on whether a USB line is needed for the M.2 port, a single or double (stacked) connector can be mounted. The USB line can be deviated through two 0402 jumpers.
USB C port
ESD protected. When plugged, the board will switch to USB slave (connected USB devices will stop functioning). The USB C can power the Raspberry Pi for programming purposes. Power limitations can occur with peripherals due to the maximum current of 3A for USB-C.
RTC
JST SH 2 pin connector reference BM02B-SRSS-TB Pin 1 GND, Pin 2 VBAT. Use official Raspberry Pi RTC Battery
Micro SD
Card slot for CM5 modules without eMMC. Push-push type connector.
Micro SIM
For use with compatible M.2 modules. Push-push type connector.
M.2 connector
The 2242 B key slot enables the use of SSDs, often with B+M key configuration, as well as network modules, which can then use the onboard micro SIM card. 1.5mm base height for the connected module. Network cards are more often available as 3042 format, which is also compatible. M.2 Key B connector provide a USB 2.0 + 3.0 bus and a PCIe Gen 2 bus.| An adapter can be purchased separately to connect up to 2280 M key NVMe SSDs.

Note: When powering the device through PoE or other power HATs (5V line of RPi header as power input), or with USB-C, a hissing noise may appear from the unused power supply. The fuse may be removed for silent operation in these cases.

Edit note: After feedback from our customers, it appears PoE and power HATs will in fact power on the m.2 connector. However, the output current is often limited to 2.5A on these boards. We recommend a higher current rating for proper operation of all peripherals.

Tested compatibility list

NVMe SSDs (M.2 2242)

  • KingSpec NE 2242, 128GB
  • Western Digital PC SN520, 128GB
  • Transcend MTE452T, 128GB

M key NVMe SSD (through adapter)

  • Western Digital Blue SN550, 256GB, M.2 2280
  • Western Digital Black SN750, 1TB, M.2 2280
  • Samsung 970 Pro, 512GB, M.2 2280

Wireless/LTE/GPS modules (M.2 3042)

  • Huawei ME906s-158
  • Huawei ME936
  • Sierra Wireless AirPrime EM7345
  • SIMCom SIM7600G-H

Technical files

Mechanical

Electrical

Setup

Board features

To fully utilize the board possibilities, both USB ports and NVMe interfaces have to be enabled.

As indicated on the CM5 datasheet:  
"The USB interface is disabled to save power by default on the CM5. To enable it you need to add the following to the config.txt file :"

dtoverlay=dwc2,dr_mode=host

NVMe support is also  not enabled by default on Raspberry Pi OS. The command

sudo modprobe nvme-core

is needed, followed by a reboot to enable the NVMe kernel module.
More information on NVMe can be found on Jeff Geerling's CM4 review.

RTC Trickle Charging

To enable the trickle charging of the RTC when the CM5 is powered you'll need to add the following parameter in the '/boot/firmware/config.txt' file

dtparam=rtc_bbat_vchg=3000000

eMMC boot

To boot on eMMC, hold down the nRPIBOOT button while plugging the USB-C cable for flashing (no other power input). The USB cable will power the CM5 while it boots. You may release the button after having plugged the cable. Then, you need to run the rpiboot script. This can be done in two ways:

More information for flashing the eMMC can be found here.

Watchdog functions

The compute module behaves much like a Raspberry Pi 5. Thanks to this, one can use the same watchdog functions for reliability issues. You can have a look at diode.io for more information on how to use those. More information may also be found on this StackExchange thread.

SSD mounting

First, you need to partition the storage, following this tutorial from pidramble. Note that /dev/sda1 will most likely be replaced by /dev/nvme0n1.

An alternate possibility for mounting can be found on Raspberry Pi's website, here (with a formatted device).

A neat benchmark test can be run to find your SSD performance by running the command from pibenchmarks.com/, where you'll see great results on the TOFU board in Top Scores (SBC).

sudo curl https://raw.githubusercontent.com/TheRemote/PiBenchmarks/master/Storage.sh | sudo bash

This command has to be run in the disk location.

NVMe SSD boot

Raspberry Pi now Supports NVMe SSD booting, and the TOFU board is the perfect companion for that! You may find more information on Raspberry Pi's documentation.

USB-C power/power+data configuration sliding switch / USB 2.0 breakout header

If a cable in plugged into the USB-C socket and sliding switch is on power+data position, the CM5 becomes a usb device (default) and its USB 2.0 bus is routed to the USB-C port.

If the sliding switch is in the power position, the USB-C port is used for power only and the CM5 USB 2.0 bus is routed to the USB 2.0 breakout header.

Network cards

M.2 network cards often use the USB line of the connector as interface. Remember to enable the USB interface, as mentioned above.

The tested cards work natively using Balena OS with Network Manager and Modem Manager being pre-installed. You will just have to set up a configuration file and it works straight out of the box more details.

Another way is to manually install Network Manager and Modem Manager and configure it. This is not specific to the TOFU board but more general to Linux. A guide to get started can be found here.

Camera and Display ports

On the TOFU board, the camera and display ports are cam1 and disp1. You can find help on enabling these on the Raspberry Pi documentation camera and display.
You can for example download the file "dt-blob-disp1-cam1.dts" at the bottom of the page.

You then need to compile the file (this will display lots of warnings which can be ignored):

sudo dtc -I dts -O dtb -o dt-blob-disp1-cam1.dtb dt-blob-disp1-cam1.dts

Then install the dt-blob.bin:

sudo cp dt-blob-disp1-cam1.dtb /boot/dt-blob.bin

reboot, and you should be all set.

More information can also be found here.
To use the camera, you may refer to these guides on libcamera software.

Pin configurations

  • WiFi Disable
  • Bluetooth Disable
  • EEPROM write protection
  • GPIO output voltage selection, 3.3 V or 1.8 V.
  • Power button
  • Global Enable
  • Sync Out.
  • Select fan voltage 5 V or VIN
  • Activate I2C1 Bus

Warning

  • Any external power supply used with the TOFU5 Board shall comply with relevant regulations and standards applicable in the country of intended use.
  • This product should be operated in a well-ventilated environment. If used inside a case, the case should not be covered and should allow for heat dissipation.
  • Whilst in use, this product should be placed on a stable, flat, non-conductive surface, and should not be contacted by conductive items.
  • The connection of incompatible devices to the TOFU5 Board may affect compliance, result in damage to the unit, and invalidate the warranty.
  • All peripherals used with this product should comply with relevant standards for the country of use and be marked accordingly to ensure that safety and performance requirements are met. These articles include but are not limited to keyboards, monitors, and mice when used in conjunction with the TOFU5 Board.
  • The cables and connectors of all peripherals used with this product must have adequate insulation so that relevant safety requirements are met.

Safety Instructions

To avoid malfunction or damage to this product, please observe the following:

  • Do not expose to water or moisture, or place on a conductive surface whilst in operation.
  • Do not expose yourself to excessive heat from any source.
  • Take care whilst handling to avoid mechanical or electrical damage to the printed circuit board and connectors.
  • Whilst it is powered, avoid handling the printed circuit board, or only handle it by the edges to minimise the risk of electrostatic discharge damage

Resources

Customisation

Oratek is an engineering firm at earth therefore any customization or development based on the TOFU is not only a possibility but also a reality. In the past years, we have developed numerous custom development and we are happy to hear any request.

For any enquiry, please contact us

Declarations of Conformity

Raspberry Pi is a trademark of the Raspberry Pi Foundation

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.

Block quote

Ordered list

  1. Item 1
  2. Item 2
  3. Item 3

Unordered list

  • Item A
  • Item B
  • Item C

Text link

Bold text

Emphasis

Superscript

Subscript

//SEARCH FEATURE