From 9c8bfd152adaec06625adb097ee5653cf9eb4c4e Mon Sep 17 00:00:00 2001 From: Fabian Schwartau Date: Sat, 23 Nov 2019 15:51:21 +0100 Subject: [PATCH] Fixed tar extract command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05ecd8f5..c0c1d80c 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Install cross tools and firmware updating tool. Download arm cross tools from [here](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads). $ wget https://developer.arm.com/-/media/Files/downloads/gnu-rm/8-2018q4/gcc-arm-none-eabi-8-2018-q4-major-linux.tar.bz2 - $ sudo tar xfj -C /usr/local gcc-arm-none-eabi-8-2018-q4-major-linux.tar.bz2 + $ sudo tar xfj gcc-arm-none-eabi-8-2018-q4-major-linux.tar.bz2 -C /usr/local $ PATH=/usr/local/gcc-arm-none-eabi-8-2018-q4-major/bin:$PATH $ sudo apt install -y dfu-util