Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Date: 2023-12-21
Last Updated: 2024-03-01

...

Expand
titlePRODUCT INFORMATION

PRODUCT INFORMATION
Arm SystemReady SR-compliant SOAFEE’s reference development platform based on Ampere Altra SoC

System configuration:

  • COM-HPC Ampere Altra server type module with Ampere Altra 32-core SoC

  • COM-HPC Server Base carrier board

  • 32 GB 3200MHz DDR4 ECC Reg

  • 128 GB NVMe M.2 storage

  •  1x GbE + 4x 10GbE LAN ports (optional)

  •  64x PCIe Gen4 lanes (3 x16, 2 x4 and 2 M.2 slots)

  •  Liquid cooling assembly (optional)

  • 750 Watt power supply

  • Tower enclosure

Specifications:

Ampere Altra SoC (Arm Neoverse N1 based architecture), 32 Arm v8.2 64-bit cores up to 1.7GHz, Arm SystemReady SR, 32GB DDR4 memory, 128GB NVMe storage, 64x PCIe Gen4 lanes (3 x16 available), 4x 10GbE (optional) and 1x GbE LAN, 4x USB 3.0/2.0 and 2x USB 3.0 [rear I/O], 2x USB 3.0 [front panel], open source EDKII, Yocto Linux OS support

  • https://www.ipi.wiki/pages/com-hpc-altra

  • Product flier/datasheet

  • View file
    nameAltra_Platform_HW_Design_Specification_v1.00_20210120.pdf

  • View file
    nameCOM-HPC-ALT_50M-00115-1000_01_manual_20230110.pdf

  • View file
    nameCOM-HPC_ALT-datasheet-20230816.pdf

  • View file
    nameOpenOCD_SW_SOP_A2_01.pptx
    View file
    nameOpenOCD_SW_SOP_A2_01.pdf

GRAPHICS

PHYSICAL OUTPUT

The AVA contains an Aspeed VGA output, and some display managers (gdm3 confirmed) choose it by default, even if it’s not connect and even though HDMI is available. I could not find any config setting or work around to make gdm3 ignore the VGA output except for disabling the ast kernel module:

Code Block
languagebash
root@ava:~# cat > /etc/modprobe.d/ast.conf <<'EOF'
blacklist ast
EOF
root@ava:~# reboot

gdm3 + wayland

If gdm3 refuses to launch with wayland, it might be because of udev rules forcing xorg (e.g. see if file /lib/udev/rules.d/61-gdm.rules) exists. The override conf is written to /var/run/gdm3/custom.conf which you can edit and then restart gdm3.

Graphics during booting process with GPUs

There is no UEFI GOP driver support on AVA, according to ADLINK.

†. https://docs.ipi.wiki/com-hpc/ava/How_to_install_Nvidia_Graphic_Card_Driver.html (Retrieved 2024-02-26) (Archive.org snapshot)

However, you can enable graphics during boot by flashing the GPU’s ROM. Instructions on how to flash arm64 EFI OptionRom on an AMDGPU

PCI

See also:

Discussion on the ampere computing forum about AMD GPU bugs and patches.

MMIO access

The PCI standard implementation in the AVA platform has a few problems. PCI devices that require unaligned MMIO reads, like a GPU, require a patched kernel to overcome those problems.

...

View file
name0003-drm amdgpu- don't put MQDs in VRAM on ARM ARM64.patch
View file
name0002-ampere arm64- Work around Ampere Altra erratum #82288 PCIE_65.patch
View file
name0001-ampere arm64- Add a fixup handler for alignment faults in aarch64 code.patch

ECAM access

Ampere Altra supports only 32-bit ECAM reads. Linux includes a quirk fix.

https://github.com/torvalds/linux/commit/877c1a5f79c6984bbe3f2924234c08e2f4f1acd5

discussion on LKML

Tips for mainline kernel

When you want to use the mainline kernel with defconfig, also enable the following config options.

  • DRM_AMDGPU

  • FW_LOADER_COMPRESS, FW_LOADER_COMPRESS_ZSTD

CMDLINE flags

pcie_aspm=off amdgpu.aspm=0 amdgpu.runpm=0

†.https://community.amperecomputing.com/t/amd-gpus-on-the-altra-devkit-and-other-altras-patches-available-now/336

Other AVA platform information pages