Skip to content

Commit

Permalink
Merge pull request #292 from tinymovr/docs/develop_hotfix
Browse files Browse the repository at this point in the history
ensure copied directory name
  • Loading branch information
yconst authored Sep 15, 2023
2 parents 849bbad + cb04130 commit a2f898b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/develop/guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ The file comes in a zipped installer exe (!), which all it does is extract the c

.. code-block:: console
cp -r <pac55xx_sdk_location> <tinymovr_location>/firmware/
cp -r <pac55xx_sdk_location> <tinymovr_location>/firmware/pac55xx_sdk/
In any case, the target directory should be named `pac55xx_sdk`. The above copy command ensures this.

Now you have the required PAC SDK almost ready. There is a small patch that you will need to apply in the pac55xx_sdk directory. It is suggested to use the `Python patch package <https://pypi.org/project/patch/>`_, which is cross-platform. If you do not have the package, install using pip:

Expand Down

0 comments on commit a2f898b

Please sign in to comment.