FirmwareTestSuite

Differences between revisions 36 and 127 (spanning 91 versions)
Revision 36 as of 2016-01-11 12:42:58
Size: 2666
Editor: anthonywong
Comment:
Revision 127 as of 2025-12-01 02:03:40
Size: 4202
Editor: ivan.hu
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
= About =
Firmware Test Suite (FWTS) is a test suite that performs sanity checks on firmware. It is intended to identify BIOS, UEFI, ACPI and many other errors and if appropriate it will try to explain the errors and give advice to help workaround or fix firmware bugs. It is primarily intended to be a Linux-centric firmware troubleshooting tool.
Line 4: Line 7:
UEFI Forum Board of Directors announces Firmware Test Suite (FWTS) has been recommended as the ACPI 6.5 Self-Certification Test (SCT)!

UEFI Forum Board of Directors announces Firmware Test Suite (FWTS) has been recommended as the ACPI 6.3 Self-Certification Test (SCT)!

UEFI Forum Board of Directors announces Firmware Test Suite (FWTS) has been recommended as the ACPI 6.1 Self-Certification Test (SCT) on 11 July 2017!
Line 8: Line 16:
 * Git tree: http://kernel.ubuntu.com/git/hwe/fwts.git
 * Tarballs: http://fwts.ubuntu.com/release/
 * Git tree: [[https://github.com/fwts/fwts | https://github.com/fwts/fwts]] or [[https://code.launchpad.net/~firmware-testing-team/fwts/+git/fwts | lp:fwts]]
Line 11: Line 18:
= PPA = = Download =
Line 13: Line 20:
== Stable release == The latest version is 25.11.00, which can be downloaded at [[https://github.com/fwts/fwts/archive/refs/tags/V25.11.00.tar.gz]] or [[http://fwts.ubuntu.com/release/fwts-V25.11.00.tar.gz]]. its release notes can be found [[FirmwareTestSuite/ReleaseNotes/25.11.00 | here]].

Past releases can be downloaded from [[http://fwts.ubuntu.com/release/]], and their release notes can be found on [[FirmwareTestSuite/ReleaseNotes | this page]].

== PPA ==

=== Stable release ===
Line 21: Line 34:
sudo add-apt-repository ppa:firmware-testing-team/ppa-fwts-stable
sudo apt-get update
sudo apt-get install fwts
    sudo add-apt-repository ppa:firmware-testing-team/ppa-fwts-stable
    sudo apt-get update
    sudo apt-get install fwts
Line 26: Line 39:
= Release Notes = = Documentation =
 * https://wiki.ubuntu.com/FirmwareTestSuite/Reference
Line 28: Line 42:
The latest release notes is [[FirmwareTestSuite/ReleaseNotes/15.12.00 | 15.12.00 release notes]],
past release notes can be found in [[FirmwareTestSuite/ReleaseNotes | this page]].
= Firmware Test Suite Live Image (fwts-live) =
fwts-live is a bootable USB image that will automatically boot and run the Firmware Test Suite on both legacy BIOS as well as native UEFI Firmware (x86_64 and aarch64). The test results are stored on the USB device and can be analysed on the fly or later on another computer.
Line 31: Line 45:
= Documentation =
 * https://wiki.ubuntu.com/Kernel/Reference/fwts
For more details, please visit the sub-page [[https://wiki.ubuntu.com/FirmwareTestSuite/FirmwareTestSuiteLive | FirmwareTestSuiteLive]].
Line 34: Line 47:
= Firmware Test Suite Live Images =
 * https://wiki.ubuntu.com/HardwareEnablementTeam/Documentation/FirmwareTestSuiteLive
= Snap for FWTS =
fwts snap is also supported, https://snapcraft.io/fwts/releases
Line 37: Line 50:
= Blueprints =
 * https://wiki.ubuntu.com/FirmwareTestSuite/brainstorming/T-series
 * https://wiki.ubuntu.com/FirmwareTestSuite/brainstorming/U-series
 * https://wiki.ubuntu.com/FirmwareTestSuite/brainstorming/V-series
 * https://wiki.ubuntu.com/FirmwareTestSuite/brainstorming/X-series
 * FWTS snap needs full access to system resources, such as ACPI tables, so it should be installed with devmode confinement as below,
{{{
    $sudo snap install --beta --devmode fwts
    $sudo su
    $/snap/bin/fwts
}}}
= Community =
Line 43: Line 58:
= Mailing Lists = == Mailing Lists ==
Line 47: Line 62:
= Misc = == Bug Reporting & Tracking ==
Line 50: Line 65:

== Release Process ==

About

Firmware Test Suite (FWTS) is a test suite that performs sanity checks on firmware. It is intended to identify BIOS, UEFI, ACPI and many other errors and if appropriate it will try to explain the errors and give advice to help workaround or fix firmware bugs. It is primarily intended to be a Linux-centric firmware troubleshooting tool.

News

UEFI Forum Board of Directors announces Firmware Test Suite (FWTS) has been recommended as the ACPI 6.5 Self-Certification Test (SCT)!

UEFI Forum Board of Directors announces Firmware Test Suite (FWTS) has been recommended as the ACPI 6.3 Self-Certification Test (SCT)!

UEFI Forum Board of Directors announces Firmware Test Suite (FWTS) has been recommended as the ACPI 6.1 Self-Certification Test (SCT) on 11 July 2017!

UEFI Forum Board of Directors announces Firmware Test Suite (FWTS) has been recommended as the ACPI 5.1 Self-Certification Test (SCT) on 1 Dec 2015!

Source

Download

The latest version is 25.11.00, which can be downloaded at https://github.com/fwts/fwts/archive/refs/tags/V25.11.00.tar.gz or http://fwts.ubuntu.com/release/fwts-V25.11.00.tar.gz. its release notes can be found here.

Past releases can be downloaded from http://fwts.ubuntu.com/release/, and their release notes can be found on this page.

PPA

Stable release

We are continually finding new ways that firmware can be broken, and hence fwts is continually being improved to detect firmware issues. Every release cycle a stable version of fwts is uploading into Universe and occasional updates appear as bug fix releases. However, a PPA is provided containing more up-to-date version of fwts.

The stable PPA contains more stable updates, generally code that has been tested for quite a while and is thus less likely to contain new features that cause breakage. To install from this PPA use:

    sudo add-apt-repository ppa:firmware-testing-team/ppa-fwts-stable
    sudo apt-get update
    sudo apt-get install fwts

Documentation

Firmware Test Suite Live Image (fwts-live)

fwts-live is a bootable USB image that will automatically boot and run the Firmware Test Suite on both legacy BIOS as well as native UEFI Firmware (x86_64 and aarch64). The test results are stored on the USB device and can be analysed on the fly or later on another computer.

For more details, please visit the sub-page FirmwareTestSuiteLive.

Snap for FWTS

fwts snap is also supported, https://snapcraft.io/fwts/releases

  • FWTS snap needs full access to system resources, such as ACPI tables, so it should be installed with devmode confinement as below,

    $sudo snap install --beta --devmode fwts
    $sudo su
    $/snap/bin/fwts

Community

Mailing Lists

  • fwts-announce : Formal announcements for the FWTS and the FWTS-Live projects.

  • fwts-devel : Patches, discussions about the FWTS and the FWTS-Live projects.

Bug Reporting & Tracking

Release Process

FirmwareTestSuite (last edited 2026-01-26 04:47:02 by ivan.hu)