Skip to content

Commit b56bcce

Browse files
Peiyue HanGitHub Enterprise
authored andcommitted
[TRD]update README_DPUCV2DX8G.rst (#1161)
* update README_DPUCV2DX8G.rst * add command to make platform
1 parent 0d7946e commit b56bcce

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

docsrc/source/docs/ref_design_docs/README_DPUCV2DX8G.rst

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,15 @@ is set as shown below.
165165

166166
**Step1:** Build VEK280 platform
167167

168-
First, build the VEK280 platform in the folder `$TRD_HOME/vek280_platform`, following the instructions in `$TRD_HOME/vek280_platform/README.md`.
168+
First, build the VEK280 platform in the folder `$TRD_HOME/vek280_platform`, more details refer to the instructions in `$TRD_HOME/vek280_platform/README.md`.
169+
170+
::
171+
172+
% source <Vitis_install_path>/Vitis/2023.1/settings64.sh
173+
174+
% source <PetaLinux_install_path>/settings.sh
175+
176+
% make all
169177

170178
**Step2:** Setup the environment for building the DPUCV2DX8G IP and
171179
kernel
@@ -448,6 +456,11 @@ Package the RTL kernel as XO file. Then modify 2 files:
448456

449457
set_param place.preplaceNOC true
450458

459+
5) If your OS is Ubuntu, during AIE compilation step, you may get the error
460+
like "[AIE ERROR] XAieSim_GetStackRange():522: Invalid Map file, 2: No
461+
such file or directory", the reason should be that your Ubuntu does not
462+
install the "rename" function, you can install it manually.
463+
451464
.. raw:: html
452465

453466
<!--
@@ -472,4 +485,4 @@ Package the RTL kernel as XO file. Then modify 2 files:
472485
.. |trade| unicode:: U+02122 .. TRADEMARK SIGN
473486
:ltrim:
474487
.. |reg| unicode:: U+000AE .. REGISTERED TRADEMARK SIGN
475-
:ltrim:
488+
:ltrim:

0 commit comments

Comments
 (0)