...
Install release image to SD card, as per Flashing SD Card with Linux Image from Linux Host https://voxelbotics.atlassian.net/wiki/spaces/DOC/pages/561709076/STM32MP2+EV1+Booting+Linux+from+SD+Card?atl_f=content-tree .
Boot to shell prompt using SD card, measure boot time (~2 min for the first boot)
Reboot the board and boot to shell prompt using SD card, measure boot time (~25 seconds for the second time).
3.2.
...
Check that internet access is configured automatically.
Run
ping google.com
.
...
Empty eMMC Boot Time Test
Make sure the system is booted from SD card.
Remove partition table from eMMC:
$ sudo dd if=/dev/zero of=/dev/mmcblk2 bs=8M count=100 conv=fdatasync
Reboot and check boot time is about ~25 seconds
$ sudo reboot
3.
...
3. eMMC Installation and Booting Test
Install images to eMMC as per Installing Linux to the EMMC Using USB Serial Downloader.Repeat Ethernet, WiFi and HDMI tests while booting from eMMC https://voxelbotics.atlassian.net/wiki/spaces/DOC/pages/561709096/STM32MP2+EV1+Booting+Linux+from+eMMC?atl_f=content-tree .
Boot to shell prompt using eMMC, measure boot time (24 seconds for the first boot)
Reboot the board and boot to shell prompt using eMMC, measure boot time (~15 seconds for the second time).
3.4. Ethernet Test
Check that internet access is configured automatically.
Run
ping google.com
.