Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Snagfactory): Add a note for Fastboot buffer size #146

Merged
merged 1 commit into from
Dec 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
paresh-bhagat12 marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ Installing Snagfactory

$ python3 -m pip install --user snagboot

.. note::

At the time of 10.1 release, the corresponding Snagfactory version was v2.0.

*****************************************
Building bootloader binaries for Recovery
*****************************************
Expand Down Expand Up @@ -98,6 +102,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 :file:`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
Loading