Skip to content
Snippets Groups Projects
Commit 9cfc9d20 authored by Michael Huebler's avatar Michael Huebler
Browse files

Update how-to-build.rst - Note for the case where the file size is too big and...

Update how-to-build.rst - Note for the case where the file size is too big and cannot be flashed (happened on macOS with LC_ALL set to UTF8)
parent 88bc3ea3
No related branches found
No related tags found
No related merge requests found
Pipeline #3349 passed
......@@ -143,3 +143,13 @@ In order to do a rebuild you can issue a clean command to ninja via
$ ninja -C build/ -t clean
Otherwise, rerunning ``./bootstrap.sh`` will also clean the build-directory.
.. note::
If you try to flash pycardium_epicardium.bin (renamed to card10.bin)
and the bootloader does not finish updating, the file might be too large.
~700kB is the normal size, but problems were reported where the file size
was >1MB. This was caused by the ``tr`` tool in the build process
(it's supposed to create a large file with 0xff in it) - this requires the
LC_ALL environment variable to be not set, or set to "C"
(but not UTF8 or similar).
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment