Dasharo Compatibility: Dasharo Configuration Utility
DCU001.001 Change the UUID
Test description
The Dasharo Configuration Utility is a part of the Dasharo Tools Suite. This test case verifies that the UUID encoded in the DMI table of an image can be changed using our utility.
Test configuration data
FIRMWARE
= Dasharo
Test setup
- Proceed with the Generic test setup: firmware.
- Download Dasharo Configuration Utility
Test steps
- Run
./dcu smbios -u 96bcfa1a-42b4-6717-a44c-d8bbc18cbea4 coreboot.rom
- Flash the
coreboot.rom
file onto the platform. - Power on the DUT.
- Examine the DMI tables with
dmidecode
. - Note the results.
Expected result
The UUID of the platform should be 96bcfa1a-42b4-6717-a44c-d8bbc18cbea4
, just
as we had set it.
DCU002.001 Change the serial number
Test description
This test case verifies that the serial number encoded in the DMI table of an image can be changed using our utility.
Test configuration data
FIRMWARE
= Dasharo
Test setup
- Proceed with the Generic test setup: firmware.
- Download Dasharo Configuration Utility
Test steps
- Run
./dcu smbios -s D01234567 coreboot.rom
- Flash the
coreboot.rom
file onto the platform. - Power on the DUT.
- Examine the DMI tables with
dmidecode
. - Note the results.
Expected result
The serial number of the platform should be D01234567
, just as we had set it.
DCU003.001 Change the bootsplash logo
Test description
This test case verifies that the bootsplash logo of an image can be changed using our utility. PLEASE NOTE that a display device must be physically connected to the DUT for this test to pass.
Test configuration data
FIRMWARE
= Dasharo
Test setup
- Proceed with the Generic test setup: firmware.
- Download Dasharo Configuration Utility
Test steps
- Run
./dcu logo -l ./logo.svg coreboot.rom
- Flash the
coreboot.rom
file onto the platform. - Power on the DUT.
- Verify the bootsplash logo.
Expected result
The bootsplash logo should now be your image of choice placed under ./logo.svg.