Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

1. Purpose

This document provides a description of the QA tests used for validation of STM32MP2 EV1 Kit weekly engineering builds and release builds.

2. Board Preparations

Connect to the board (see https://voxelbotics.atlassian.net/wiki/spaces/DOC/pages/edit-v2/546275360?draftShareId=ce01d92a-ed18-433b-a10f-c3f9f9ac69fb&atl_f=content-tree ):

  • Ethernet cable

  • WiFi antenna

  • USB hub, with USB keyboard and mouse attached, into the USB1 connector.

  • HDMI monitor

3. QA Tests

3.1. SD Installation and Booting Test

  1. Install release image to SD card, as per https://voxelbotics.atlassian.net/wiki/spaces/DOC/pages/561709076/STM32MP2+EV1+Booting+Linux+from+SD+Card?atl_f=content-tree .

  2. Boot to shell prompt using SD card, measure boot time (~25 seconds).

3.2. Empty eMMC Boot Time Test

  1. Make sure the system is booted from SD card.

  2. Remove partition table from eMMC:
    $ sudo dd if=/dev/zero of=/dev/mmcblk2 bs=8M count=100 conv=fdatasync

  3. Reboot and check boot time is about ~25 seconds
    $ sudo reboot

3.3. eMMC Installation and Booting Test

  1. Install images to eMMC as per https://voxelbotics.atlassian.net/wiki/spaces/DOC/pages/561709096/STM32MP2+EV1+Booting+Linux+from+eMMC?atl_f=content-tree .

  2. Boot to shell prompt using SD card, measure boot time (~25 seconds).

3.4. Ethernet Test

  1. Check that internet access is configured automatically.

  2. Run ping google.com.

  • No labels