docs : arduino_101 : fix build command
The make command is broken Change-Id: Ie7ac4d75941aad9efbbf9c40f9e6358c8b04f28f Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>
This commit is contained in:
parent
8afd0c993f
commit
1bf8859550
1 changed files with 2 additions and 2 deletions
|
@ -249,7 +249,7 @@ checkout copy of Zephyr, and run:
|
|||
$ source ./zephyr-env.sh
|
||||
$ cd $ZEPHYR_BASE/samples/hello_world/nanokernel
|
||||
|
||||
$ make pristine && BOARD=arduino_101_sss ARCH=arc
|
||||
$ make pristine && make BOARD=arduino_101_sss ARCH=arc
|
||||
$ make BOARD=arduino_101_sss flash
|
||||
|
||||
.. note::
|
||||
|
@ -270,7 +270,7 @@ Flashing an x86 Kernel
|
|||
|
||||
$ source ./zephyr-env.sh
|
||||
$ cd $ZEPHYR_BASE/samples/hello_world/nanokernel
|
||||
$ make pristine && BOARD=arduino_101 ARCH=x86
|
||||
$ make pristine && make BOARD=arduino_101 ARCH=x86
|
||||
$ make BOARD=arduino_101 flash
|
||||
|
||||
.. note::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue