mirror of
https://github.com/apache/nuttx.git
synced 2026-08-23 14:38:25 +00:00
All of the tools listed on the original documentation are now given their own individual doc pages. This makes it much easier to cross-reference them from other documentation locations (as many are used in CI/for specific architectures) and it also makes it easier for users to digest the information. Signed-off-by: Matteo Golin <matteo.golin@gmail.com>
13 lines
395 B
ReStructuredText
13 lines
395 B
ReStructuredText
===================
|
|
``flash_writer.py``
|
|
===================
|
|
|
|
This flash writer is using the xmodem for firmware transfer on
|
|
boards based on cxd56 chip (Ex. Spresense). This tool depends on
|
|
the xmodem package (https://pypi.org/project/xmodem/).
|
|
|
|
For flashing the ``.spk`` image to the board please use:
|
|
|
|
.. code:: console
|
|
|
|
$ tools/flash_writer.py -s -c /dev/ttyUSB0 -d -b 115200 -n nuttx.spk
|