-
Notifications
You must be signed in to change notification settings - Fork 189
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: Alexandre Belloni <[email protected]>
- Loading branch information
1 parent
af392fd
commit ca2a963
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 |
---|---|---|
|
@@ -99,7 +99,7 @@ \section{Generate a new recipe} | |
devtool deploy-target hello [email protected] | ||
\end{bashinput} | ||
|
||
This will send to the device all the file in the \code{image} subdirectory | ||
This will send to the device all the files in the \code{image} subdirectory | ||
of the recipe work directory, keeping the directory layout and file | ||
permissions. You can now test the program on the target: | ||
|
||
|
@@ -244,7 +244,7 @@ \section{Modify a recipe} | |
\end{bashinput} | ||
The generated git repository contains only one commit which contains | ||
thepristine sources as extracted from the downloaded tarball. Now open the | ||
the pristine sources as extracted from the downloaded tarball. Now open the | ||
\code{src/hello.c} with an editor, go around line 60 and edit the ``Hello, | ||
world'' string to print whatever you prefer. Save and exit the | ||
editor. Check your modification using \code{git diff -- src/hello.c} and | ||
|