Board Testing HOWTO: Difference between revisions

From coreboot
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
This page gives you hints on how to test the LinuxBIOS support for your mainboard and all components present on the board.
This page gives you hints on how to test the coreboot 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 [[Template:Status|status template]] in this wiki. A [[Template:Status#Usage_Example|usage example]] is available, but you can also look at existing status pages.
We try to maintain one build tutorial / status page for every supported coreboot mainboard. The status table is always implemented using the [[Template:Status|status template]] in this wiki. A [[Template:Status#Usage_Example|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.
For each item in the status table, this page describes how you can test the respective hardware part.
Line 19: Line 19:


==== IDE-to-CF ====
==== IDE-to-CF ====
=== On-board USB ===
* Test at least one "full-speed" (USB 1.1) device (e.g. USB keyboard) and one "hi-speed" (USB 2.0) device (e.g. DVB-T adapter).
* Test both of the above devices on all available USB connectors. This includes the usual on-board connectors, but there may also be pin headers on the board where you can add further USB connectors.


== Add-on slots/cards ==
== Add-on slots/cards ==
Line 28: Line 33:
* Try loading the '''ppdev''' and '''parport_pc''' kernel modules: '''modprobe ppdev; modprobe parport_pc'''. Check if there were errors using <tt>dmesg</tt>.
* Try loading the '''ppdev''' and '''parport_pc''' kernel modules: '''modprobe ppdev; modprobe parport_pc'''. Check if there were errors using <tt>dmesg</tt>.
* Try to actually use a parallel port device (e.g. a printer).
* Try to actually use a parallel port device (e.g. a printer).
* If there are errors/problems, please post the '''[[Superiotool|superiotool -dV]]''' output on the [[Mailinglist|mailing list]] and ask the developers for help.


=== PC Speaker ===
=== 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''').
* 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'''.
* If that doesn't work, check that you actually have a speaker correctly attached and also try '''modprobe pcspkr'''.


== Miscellaneous ==
== Flashrom ==


...
See http://flashrom.org/Board_Testing_HOWTO.


{{GPL}}
{{GPL}}

Latest revision as of 14:05, 2 April 2013

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

We try to maintain one build tutorial / status page for every supported coreboot 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

On-board USB

  • Test at least one "full-speed" (USB 1.1) device (e.g. USB keyboard) and one "hi-speed" (USB 2.0) device (e.g. DVB-T adapter).
  • Test both of the above devices on all available USB connectors. This includes the usual on-board connectors, but there may also be pin headers on the board where you can add further USB connectors.

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).
  • If there are errors/problems, please post the superiotool -dV output on the mailing list and ask the developers for help.

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.

Flashrom

See http://flashrom.org/Board_Testing_HOWTO.

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.