-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Andreas Lauser <[email protected]> Signed-off-by: Gerrit Ecke <[email protected]>
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ Create workspace from west.yml in this directory, e.g. | |
# create a workspace | ||
mkdir ardep-workspace | ||
# clone this repo into workspace | ||
cd ardep-workspace && git clone [email protected]:frickly-systems/ardep.git ardep | ||
cd ardep-workspace && git clone [email protected]:mercedes-benz/ardep.git ardep | ||
# init west workspace from west.yml | ||
cd ardep && west init -l --mf ./west.yml . | ||
# update workspace, fetches dependencies | ||
|
@@ -39,7 +39,7 @@ Those images are not signed (without signature validation). | |
Build the bootloader | ||
-------------------- | ||
|
||
It is recommendet to use the `ardep` subcommand of `west` to build the bootloader. | ||
It is recommended to use the `ardep` subcommand of `west` to build the bootloader. | ||
|
||
.. code-block:: console | ||
|