Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SystemReady
systemready-template
Commits
2f482290
Commit
2f482290
authored
Sep 17, 2021
by
Grant Likely
Browse files
README: Add instructions for testing UpdateCapsule()
Signed-off-by:
Grant Likely
<
grant.likely@arm.com
>
parent
789e8fae
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
2f482290
...
...
@@ -152,6 +152,27 @@ execute.
Shell> CapsuleApp.efi -P
Shell> CapsuleApp.efi -E
#### `./fw/capsule-update.log`
Demonstrate that
`UpdateCapsule()`
works by capturing a log of using
CapsuleApp.efi from the UEFI shell to install a different version of
firmware.
Start with a copy of the ACS image on an SD card or USB drive and put
a copy of the firmware capsule into the
`BOOT`
volume.
Begin capture before releasing board from reset so that the initial
firmware log messages are captured.
Boot the ACS image, choose the default Grub option, and then press a
key to break out of running the ACS tests.
From the UEFI shell, use CapsuleApp.efi to install the new version
of firmware.
CapsuleApp.efi will cause the board to reboot after installing.
The U-Boot console log should now show a different version of firmware.
```
Shell> fs2:\
FS2:\> efi/boot/app/capsuleapp.efi capsule.bin
```
### `./os-logs/`
#### `./os-logs/linux-[distroname]-[distroversion]/`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment