From 12953f17cb1a5a38b20f9bfbb60f5d71ff75c548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Go=C5=82a=C5=9B?= Date: Fri, 20 Sep 2024 08:40:40 +0200 Subject: [PATCH] hardkernel_odroid_h4_plus/hardware-matrix.md: Add MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filip Gołaś --- .../hardware-matrix.md | 26 +++++++++++++++++++ mkdocs.yml | 1 + 2 files changed, 27 insertions(+) create mode 100644 docs/variants/hardkernel_odroid_h4_plus/hardware-matrix.md diff --git a/docs/variants/hardkernel_odroid_h4_plus/hardware-matrix.md b/docs/variants/hardkernel_odroid_h4_plus/hardware-matrix.md new file mode 100644 index 0000000000..6436a4e707 --- /dev/null +++ b/docs/variants/hardkernel_odroid_h4_plus/hardware-matrix.md @@ -0,0 +1,26 @@ +# Hardware configuration matrix + +## Introduction + +This document describes the hardware configuration used for validation of +Dasharo on the Hardkernel ODROID H4+. + +## MinnowBoard Turbot Quad Core + +| Component | Description | +|--------------------------------|---------------------------------------------| +| **CPU** | Intel(R) Processor N97 | +| **RAM** | DDR5 SODIMM up to 4800MHz | +| **Flash memory** | Winbond W25Q128JV | +| **USB Keyboard** | DELL KB216 | +| **USB Mouse** | None | +| **USB pendrives** | 1. SanDisk Ultra Flair USB 3.0 16 GB | +| **Display** | HDMI 1920x1080p | +| **Ethernet controller** | Intel i210 (on-board) | +| **Storage devices** | microSD card SanDisk Ultra 16GB | +| | SATA disk (TBD) | +| **Network** | Local network wired connection | +| **Remote Testing Environment** | RTE v1.1.0 | +| **Power Control** | Sonoff | +| **Power supply** | Phihong PSAA20R-050L6 5V 4A | +| **KVM** | PiKVM based on Raspberry Pi Zero 2w | diff --git a/mkdocs.yml b/mkdocs.yml index c81e7f3619..4dbb931337 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -358,6 +358,7 @@ nav: - 'Recovery': unified/hardkernel/recovery.md - 'Hardkernel ODROID H4+': - 'Releases': variants/hardkernel_odroid_h4_plus/releases.md + - 'Hardware Configuration Matrix': variants/hardkernel_odroid_h4_plus/hardware-matrix.md # - 'Development Environment': # - 'Nix': dev-env/nix-dev-env.md - 'Guides':