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 30f83b2 commit f6a0fb4Copy full SHA for f6a0fb4
docker/raspi3-openocd/Dockerfile
@@ -57,5 +57,4 @@ RUN set -ex; \
57
58
COPY rpi3.cfg /openocd/
59
60
-ENTRYPOINT ["openocd", "-f", "/openocd/rpi3.cfg"]
61
-CMD ["-f", "/openocd/tcl/interface/ftdi/olimex-arm-usb-tiny-h.cfg"]
+ENTRYPOINT ["openocd", "-f", "/openocd/tcl/interface/ftdi/olimex-arm-usb-tiny-h.cfg", "-f", "/openocd/rpi3.cfg"]
0 commit comments