Board Testing HOWTO

From coreboot
Revision as of 17:49, 2 November 2007 by Uwe (talk | contribs) (→‎PC Speaker)
Jump to navigation Jump to search

The wiki is being retired!

Documentation is now handled by the same processes we use for code: Add something to the Documentation/ directory in the coreboot repo, and it will be rendered to https://doc.coreboot.org/. Contributions welcome!

This page gives you hints on how to test the LinuxBIOS support for your mainboard and all components present on the board.

We try to maintain one build tutorial / status page for every supported LinuxBIOS mainboard. The status table is always implemented using the status template in this wiki. A usage example is available, but you can also look at existing status pages.

For each item in the status table, this page describes how you can test the respective hardware part.


RAM

CPU

On-board hardware

IDE

IDE 3.5"

IDE 2.5"

IDE-to-CF

Add-on slots/cards

Legacy / Super I/O

Parallel port

  • Try loading the ppdev and parport_pc kernel modules: modprobe ppdev; modprobe parport_pc. Check if there were errors using dmesg.
  • Try to actually use a parallel port device (e.g. a printer).

PC speaker

  • Try to create a beep on the PC speaker. There are various ways to do that, e.g. you can use the Debian package beep (apt-get install beep).
  • If that doesn't work, check that you actually have a speaker correctly attached and also try modprobe pcspkr.

Miscellaneous

...

GNU head This work is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or any later version. This work is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.