BoardTestPlan
Jump to navigation
Jump to search
Board test plan
First, note that there are various different combinations of components (SKUs). Items such as the system RAM, the DCON SDRAM, the NAND flash, BIOS SPI flash etc. have multiple sources.
Ensure that each combination, or at least one of each major component with multiple sources, is tested. Bugs do slip through the cracks if you omit even one manufacturer's part from the testing.
DCON
- Check DCON <-> VGA mode transitions. They should be glitchless and an IRQ should arrive promptly.
- Check sleep mode and auto-sleep mode.
- Check ECPWRRQST transition from sleep mode.
- Check blanking.
- Check dot-clock divider setting to request DCON mode refresh frequency
- Check colour, anti-aliasing, monochrome modes. Watch for setup/hold time problems on the display.
- Set backlight to each level 0-15. Check for noise and fluctuations.
NAND
- Benchmark read/write access on each type of NAND part
- Introduce 1-4 symbol errors in page and verify correct correction.
SD
- Test insertion/detection, hotplug removal.
- Test high-speed mode
- Benchmark read/write speed on low-speed and high-speed devices
- Test MMC and SD devices
AUDIO
- Test headphone output and speakers, verify unclipped output at volume on each.
- Test internal and external microphone input; check for good input levels without noise.
- Check for detection of microphone and headphone plugs
CAMERA
- Verify correct image in both overlay and capture modes
KEYBOARD
- Verify scancodes from main keyboard keys
- Verify scancodes of additional keys on unit -- joypad, game buttons, mode
- Verify power button input functional
- Verify multiple-keypress functional with no 'ghost' keys
TOUCHPAD
- Verify capacitive<->resistive mode switching
- Verify noiseless operation in capacitive mode, especially on first touch
- Verify operation in resistive mode across whole area of pad
BATTERY
- Verify EC functionality after battery overdrain (low voltage). It should reset and battery should charge correctly.
- Verify full BMS operation with full and low batteries.
- Correct operation of battery LED
SYSTEM
- Verify correct poweroff and soft-reboot behaviour, including subsequent power-on.
- Verify full power domain switching -- each circuit which should be individually controlled should be able to be turned off and on by power management code without functionality problems.
- Verify correct operation temperature sensors, lid switch.
- Observe correct operation of power LED.
WIRELESS
- Verify ability to upgrade/downgrade Boot2 code
- Verify association in standard 802.11 mode, IPv4 and IPv6 connectivity.
- Verify WEP/WPA encryption
- Verify connection in mesh mode, IPv4 and IPv6 connectivity.