We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1491cbc commit cbd1057Copy full SHA for cbd1057
HW/VivadoProjects/Readme.md
@@ -64,8 +64,9 @@ Checkout the latest commit for the FZ3 board if you are adding a mpsoc based boa
64
2.For mpsoc bootfile's generation (only works with created vivado project containing .hdf file)
65
66
docker pull thesnowwhite/petalinux:2019.1
67
- cd mksocfpga/HW/VivadoProjects
+ cd mksocfpga
68
/usr/bin/docker run -itv $(pwd):/work --env=$DISPLAY --net=host -e TZ=Europe/Copenhagen thesnowwhite/petalinux:2019.1 /bin/bash
69
+ cd /work/HW/VivadoProjects
70
./make_mpsoc_boot.sh <board name>
71
ie. ./make_mpsoc_boot.sh fz3
72
0 commit comments