Compare commits

..

No commits in common. "fced67d7c55ab417048dfaa0066444f1c8bbc78a" and "b2133c610c834190f4fbcb59a3f1752816c98a1a" have entirely different histories.

3 changed files with 8 additions and 9 deletions

View File

@ -11,19 +11,18 @@ RUN apk add \
automake \
texinfo
COPY *.patch /
RUN git config --global user.email "tkl@blackfinn.de"
RUN git config --global user.name "Thomas Klaehn"
# Openocd
COPY 0001-openocd-poll.patch /
COPY cc3200.cfg /
COPY openocd-cc3200 /bin
RUN git clone --single-branch --branch v0.9.0 --depth 1 https://repo.or.cz/openocd.git \
&& cd openocd \
&& git am /*.patch \
&& git am /0001-openocd-poll.patch \
&& ./bootstrap \
&& ./configure \
&& make \
&& make install
COPY cc3200.cfg /
COPY start_openocd.sh /bin

View File

@ -8,5 +8,5 @@ docker build -t cc3200-env .
### Openocd server
docker run --privileged -p 3333:3333 cc3200-env sh start_openocd.sh
docker run --privileged -p 3333:3333 cc3200-env openocd-cc3200

View File

@ -1,4 +1,4 @@
#/bin/sh
#!/bin/sh
openocd -f /cc3200.cfg