Skip to content

Commit

Permalink
feat(Snagfactory): Add a note for Fastboot buffer size
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
paresh-bhagat12 committed Dec 19, 2024
1 parent 377ee55 commit eda6799
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,13 @@ images after make can be found in :file:`board-support/built-images`.

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

.. note::

CONFIG_FASTBOOT_BUF_SIZE is defined in am6x_a53_snagfactory.config and specifies
the maximum buffer size for flashing files. Its value must be equal or greater
than the largest file size being flashed. If smaller, non-sparse images will
not flash correctly due to issues with chunked processing.

***********
Connections
***********
Expand Down

0 comments on commit eda6799

Please sign in to comment.