Skip to content

Commit

Permalink
Merge pull request #706 from Dasharo/dcu
Browse files Browse the repository at this point in the history
dcu: move documentation to scipt repo
  • Loading branch information
macpijan authored Nov 14, 2023
2 parents 33955f7 + 5ff580b commit 949c02d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 107 deletions.
101 changes: 0 additions & 101 deletions docs/guides/image-customization.md

This file was deleted.

4 changes: 2 additions & 2 deletions docs/guides/logo-customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ replacing the logo.

## Procedure

Use the [Dasharo Configuration Utility](image-customization.md)
Use the [Dasharo Configuration Utility](https://github.com/Dasharo/dcu#usage)
to put custom logo into a Dasharo coreboot image.

```bash
./dcu -l <logo_file> <dasharo_image>
./dcu logo <dasharo_image> -l <logo_file>
```
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ image can be changed using our utility.

**Test steps**

1. Run `./dcu -u 96bcfa1a-42b4-6717-a44c-d8bbc18cbea4
1. Run `./dcu smbios -u 96bcfa1a-42b4-6717-a44c-d8bbc18cbea4
coreboot.rom`
1. Flash the `coreboot.rom` file onto the platform.
1. Power on the DUT.
Expand Down Expand Up @@ -51,7 +51,7 @@ image can be changed using our utility.

**Test steps**

1. Run `./dcu -s D01234567 coreboot.rom`
1. Run `./dcu smbios -s D01234567 coreboot.rom`
1. Flash the `coreboot.rom` file onto the platform.
1. Power on the DUT.
1. Examine the DMI tables with `dmidecode`.
Expand Down Expand Up @@ -80,7 +80,7 @@ using our utility.

**Test steps**

1. Run `./dcu -l ./logo.svg`
1. Run `./dcu logo -l ./logo.svg`
1. Flash the `coreboot.rom` file onto the platform.
1. Power on the DUT.
1. Verify the bootsplash logo.
Expand Down
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ nav:
# - 'Nix': dev-env/nix-dev-env.md
- 'Guides':
- 'Firmware update': guides/firmware-update.md
- 'Image customization': guides/image-customization.md
- 'Firmware signing for vboot': guides/vboot-signing.md
- 'Dasharo Reviewers Guide': guides/dasharo-reviewers-guide.md
- 'Verifying signatures': guides/signature-verification.md
Expand Down

0 comments on commit 949c02d

Please sign in to comment.