diff options
| author | Tom Rini <[email protected]> | 2023-03-29 21:52:28 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-03-29 21:52:28 -0400 |
| commit | d2ced50c4a03ae8e2953dfbb18ac163187db9aae (patch) | |
| tree | f86fee80f3708d7fbbe2f8db8b4757c9049696e6 /tools/binman | |
| parent | 654483d251275d61eb5f93c18e320ad7d6bfcc5d (diff) | |
| parent | 10e5fe32f0f54cac1a62c8b964839318d7aa7f1d (diff) | |
Merge branch '2023-03-29-assorted-platform-updates' into next
- Assorted TI, Apple M1, and mpc83xx improvements / cleanups.
Diffstat (limited to 'tools/binman')
| -rw-r--r-- | tools/binman/missing-blob-help | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/tools/binman/missing-blob-help b/tools/binman/missing-blob-help index f3a44d08acc..f013367ac36 100644 --- a/tools/binman/missing-blob-help +++ b/tools/binman/missing-blob-help @@ -21,13 +21,15 @@ Please read the section on SCP firmware in board/sunxi/README.sunxi64 iot2050-seboot: See the documentation for IOT2050 board. Your image is missing SEBoot which is mandatory for board startup. Prebuilt SEBoot located at -meta-iot2050/tree/master/recipes-bsp/u-boot/files/prebuild/tiboot3.bin. +meta-iot2050/tree/master/recipes-bsp/u-boot/files/prebuild/seboot_pg*.bin. -iot2050-sysfw: -See the documentation for IOT2050 board. Your image is missing system -firmware which is mandatory for board startup. Prebuilt system firmware -located at meta-iot2050/tree/master/recipes-bsp/u-boot/files/prebuild/ -with sysfw prefix. +iot2050-otpcmd: +See the documentation for IOT2050 board. Your image is missing OTP command data +block which is used for provisioning the customer keys to the board. +Please refer to +meta-iot2050/tree/master/recipes-bsp/secure-boot-otp-provisioning/files/make-otpcmd.sh +for how to generate this binary. If you are not using secure boot or do not +intend to provision the keys, disable CONFIG_IOT2050_EMBED_OTPCMD. k3-rti-wdt-firmware: If CONFIG_WDT_K3_RTI_LOAD_FW is enabled, a firmware image is needed for |
