From cb04130e0ab737154e12370ee7482ade80aa146a Mon Sep 17 00:00:00 2001 From: Yannis Chatzikonstantinou Date: Thu, 14 Sep 2023 19:48:54 +0300 Subject: [PATCH] ensure copied directory name --- docs/develop/guide.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/develop/guide.rst b/docs/develop/guide.rst index 15ad30ac..8d5b49ed 100644 --- a/docs/develop/guide.rst +++ b/docs/develop/guide.rst @@ -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 /firmware/ + cp -r /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 `_, which is cross-platform. If you do not have the package, install using pip: