mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-24 22:36:05 +00:00
kontron_sl28: Use u-boot-update.bin instead of u-boot.update
A '.update' extension does not get preserved by buildman, so change it. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Michael Walle <michael@walle.cc>
This commit is contained in:
parent
2ce06f56cb
commit
ae84514fee
2 changed files with 3 additions and 3 deletions
|
@ -64,7 +64,7 @@
|
||||||
|
|
||||||
&binman {
|
&binman {
|
||||||
u-boot-update {
|
u-boot-update {
|
||||||
filename = "u-boot.update";
|
filename = "u-boot-update.bin";
|
||||||
|
|
||||||
fit {
|
fit {
|
||||||
description = "FIT update image";
|
description = "FIT update image";
|
||||||
|
|
|
@ -39,12 +39,12 @@ Update image
|
||||||
------------
|
------------
|
||||||
|
|
||||||
After the build finished, there will be an update image called
|
After the build finished, there will be an update image called
|
||||||
u-boot.update. This can either be used in the DFU mode (which isn't
|
u-boot-update.bin. This can either be used in the DFU mode (which isn't
|
||||||
supported yet) or encapsulated in an EFI UpdateCapsule.
|
supported yet) or encapsulated in an EFI UpdateCapsule.
|
||||||
|
|
||||||
To build the capsule use the following command
|
To build the capsule use the following command
|
||||||
|
|
||||||
$ tools/mkeficapsule -f u-boot.update -i 1 UpdateUboot
|
$ tools/mkeficapsule -f u-boot-update.bin -i 1 UpdateUboot
|
||||||
|
|
||||||
Afterward you can copy this file to your ESP into the /EFI/UpdateCapsule/
|
Afterward you can copy this file to your ESP into the /EFI/UpdateCapsule/
|
||||||
folder. On the next EFI boot this will automatically update your
|
folder. On the next EFI boot this will automatically update your
|
||||||
|
|
Loading…
Add table
Reference in a new issue