docs : arduino_101 rom needs to be in correct location
Correcting the steps for running the loading of the ROM image. Change-Id: Icdcfe1c5ffb28ba09b5d12ba0cf39ac25d3d166f Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>
This commit is contained in:
parent
f15b3fbf6a
commit
11b88eb1f1
1 changed files with 2 additions and 1 deletions
|
@ -232,7 +232,8 @@ zflash to flash the :file:`quark_se_rom.bin` to the board.
|
|||
|
||||
.. code-block:: console
|
||||
|
||||
$ sudo -E ./boards/arduino_101/support/arduino_101_load.sh rom
|
||||
$ cd $ZEPHYR_BASE/boards/arduino_101/support
|
||||
$ sudo -E ./arduino_101_load.sh rom
|
||||
|
||||
This script will flash the boot rom located in
|
||||
:file:`$ZEPHYR_BASE/boards/arduino_101/support/quark_se_rom.bin` to the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue