From fa1d297f27daa685ef3eeb941601f02c60c11689 Mon Sep 17 00:00:00 2001 From: TT Date: Tue, 27 Aug 2019 21:22:35 +0900 Subject: [PATCH] doc: update README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d48e995..93072f8 100644 --- a/README.md +++ b/README.md @@ -62,11 +62,10 @@ Just make in the directory. ### Build firmware using docker -If you can use docker, you can build firmware without installing arm toolchain. +You can build firmware using [this docker image](https://cloud.docker.com/u/edy555/repository/docker/edy555/arm-embedded) without installing arm toolchain. $ cd NanoVNA - $ docker run -it --rm -v $(PWD):/work edy555/arm-embedded make - + $ docker run -it --rm -v $(PWD):/work edy555/arm-embedded:4.9 make ## Flash firmware @@ -75,6 +74,9 @@ Then, burn firmware using dfu-util via USB. $ dfu-util -d 0483:df11 -a 0 -s 0x08000000:leave -D build/ch.bin +Or do simply + + $ make flash ## Control from PC