We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f80510 commit cd79e48Copy full SHA for cd79e48
1 file changed
README.md
@@ -25,6 +25,9 @@ This has been done on a Ubuntu server 18.04
25
$ sudo apt install build-essential
26
$ sudo apt install make gcc-arm-none-eabi
27
$ git clone https://github.com/pingdynasty/OwlProgram
28
+ $ cd OwlProgram
29
+ $ git submodule init
30
+ $ git submodule update
31
32
edit OwlProgram/common.mk and point TOOLROOT to where arm-none-eabi binaries are installed
33
0 commit comments