Skip to content

Commit

Permalink
Merge pull request #60 from grspy/master
Browse files Browse the repository at this point in the history
uf2families.json is required by uf2conv.py
  • Loading branch information
RoganDawes committed Sep 6, 2021
2 parents 33adcad + bfc1562 commit c962eed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN wget https://www.nordicsemi.com/-/media/Software-and-other-downloads/SDKs/nR

# install python3 and download uf2conv.py for AprBrother image conversion (Intel HEX to UF2)
RUN wget https://raw.githubusercontent.com/microsoft/uf2/master/utils/uf2conv.py && apt-get -y install python3
RUN wget https://raw.githubusercontent.com/microsoft/uf2/master/utils/uf2families.json

# patch SDK to use Kali's arm-none-eabi toolchain (SED's delimiter changed to allow inline path)
RUN sed -i "s#^GNU_INSTALL_ROOT.*#GNU_INSTALL_ROOT \?= /usr/bin/#g" nRF5_SDK_15.3.0_59ac345/components/toolchain/gcc/Makefile.posix
Expand Down

0 comments on commit c962eed

Please sign in to comment.