Skip to content

Commit eda6799

Browse files
feat(Snagfactory): Add a note for Fastboot buffer size
Snagfactory flashing will fail if fastboot buffer size is smaller than the file being flashed for non-sparse images. Add a note for the same. Signed-off-by: Paresh Bhagat <[email protected]>
1 parent 377ee55 commit eda6799

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

source/linux/Foundational_Components/Tools/Flash_via_Fastboot.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,13 @@ images after make can be found in :file:`board-support/built-images`.
9898

9999
For more details regarding USB DFU refer :ref:`usb-device-firmware-upgrade-label`.
100100

101+
.. note::
102+
103+
CONFIG_FASTBOOT_BUF_SIZE is defined in am6x_a53_snagfactory.config and specifies
104+
the maximum buffer size for flashing files. Its value must be equal or greater
105+
than the largest file size being flashed. If smaller, non-sparse images will
106+
not flash correctly due to issues with chunked processing.
107+
101108
***********
102109
Connections
103110
***********

0 commit comments

Comments
 (0)