diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2025-05-25 13:10:58 +0100 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2025-06-07 14:52:18 +0200 |
commit | abc8fd101496034a174a86c04263eeeaaa90916d (patch) | |
tree | 8af880ca8cf16b7d3e0c5134578d617a5bbfa3e6 | |
parent | 5bbfaea4d4728cfcd6ec70eac3dc1a319a3e53e4 (diff) |
doc: board: ti: Add missing firmware for BB-AI64
The details of the sysfw.itb from the R5 build that
also needs to be copied as part of the target images
is missing, but is included in the image formats a
little further down, so add it to the instructions.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Reviewed-by: Dhruva Gole <d-gole@ti.com>
Acked-by: Nishanth Menon <nm@ti.com>
-rw-r--r-- | doc/board/beagle/j721e_beagleboneai64.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/board/beagle/j721e_beagleboneai64.rst b/doc/board/beagle/j721e_beagleboneai64.rst index 090b2b3b86a..a57bc743569 100644 --- a/doc/board/beagle/j721e_beagleboneai64.rst +++ b/doc/board/beagle/j721e_beagleboneai64.rst @@ -83,6 +83,7 @@ Target Images Copy the below images to an SD card and boot: * tiboot3-j721e-gp-evm.bin from R5 build as tiboot3.bin +* sysfw-j721e-gp-evm.itb from R5 build as sysfw.itb * tispl.bin_unsigned from Cortex-A build as tispl.bin * u-boot.img_unsigned from Cortex-A build as u-boot.img |