Skip to content

Commit b5edd61

Browse files
paresh-bhagat12cshilwant
authored andcommitted
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. Also add a note for corresponding Snagfactory version for 10.1. Signed-off-by: Paresh Bhagat <[email protected]>
1 parent bf2c884 commit b5edd61

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

source/linux/Foundational_Components/Tools/Flash_via_Fastboot.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ Installing Snagfactory
2626
2727
$ python3 -m pip install --user snagboot
2828
29+
.. note::
30+
31+
At the time of 10.1 release, the corresponding Snagfactory version was v2.0.
32+
2933
*****************************************
3034
Building bootloader binaries for Recovery
3135
*****************************************
@@ -98,6 +102,13 @@ images after make can be found in :file:`board-support/built-images`.
98102

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

105+
.. note::
106+
107+
``CONFIG_FASTBOOT_BUF_SIZE`` is defined in :file:`am6x_a53_snagfactory.config`
108+
and specifies the maximum buffer size for flashing files. Its value must be equal
109+
or greater than the largest file size being flashed. If smaller, non-sparse
110+
images will not flash correctly due to issues with chunked processing.
111+
101112
***********
102113
Connections
103114
***********

0 commit comments

Comments
 (0)