This is an automated email from the ASF dual-hosted git repository.

ccollins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-newt.git

commit 627d4d3e6db26c58eed6406de645463d630d5c35
Author: Stefan Diewald <d...@users.noreply.github.com>
AuthorDate: Thu Apr 2 09:13:36 2020 +0200

    Removed create-image for bootloader, added link to file structure
    
    Removed create-image for the bootloader as commented by @ccollins476ad.
    Added a link to the file structure overview in the mfg README.md
---
 docs/command_list/newt_mfg.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/command_list/newt_mfg.rst b/docs/command_list/newt_mfg.rst
index ee89005..8df2a68 100644
--- a/docs/command_list/newt_mfg.rst
+++ b/docs/command_list/newt_mfg.rst
@@ -104,7 +104,7 @@ Build the bootloader and app images.
 
 .. code-block:: console
 
-    $ newt build rb_boot && newt create-image rb_boot 0.0.1
+    $ newt build rb_boot
     $ newt build rb_blink && newt create-image rb_blinky 0.0.1
 
 Run the ``newt mfg create`` command to collect all the manufacturing snapshot 
files.
@@ -116,3 +116,5 @@ Run the ``newt mfg create`` command to collect all the 
manufacturing snapshot fi
     <snip>
     Generated the following files:
     <snip>
+
+A description of the generated files is available in the implementation's 
`readme 
<https://github.com/apache/mynewt-newt/blob/master/newt/mfg/README.md#file-structure>`_

Reply via email to