This is an automated email from the ASF dual-hosted git repository.
jerzy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git
The following commit(s) were added to refs/heads/master by this push:
new 85be100 Update port_bsp.rst
85be100 is described below
commit 85be1000756afb7eeb548c250e90acb486611fe7
Author: PatrickTague <[email protected]>
AuthorDate: Sat Aug 22 17:01:34 2020 -0700
Update port_bsp.rst
---
docs/os/core_os/porting/port_bsp.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/os/core_os/porting/port_bsp.rst
b/docs/os/core_os/porting/port_bsp.rst
index 7593f12..ca24be6 100644
--- a/docs/os/core_os/porting/port_bsp.rst
+++ b/docs/os/core_os/porting/port_bsp.rst
@@ -79,7 +79,7 @@ We create our targets with the following set of newt commands:
::
newt target create boot-myboard &&
- newt target set boot-myboard app=@apache-mynewt-core/apps/boot \
+ newt target set boot-myboard app=@mcuboot/boot/mynewt \
bsp=hw/bsp/myboard \
build_profile=optimized
@@ -93,7 +93,7 @@ Which generates the following output:
::
Target targets/boot-myboard successfully created
- Target targets/boot-myboard successfully set target.app to
@apache-mynewt-core/apps/boot
+ Target targets/boot-myboard successfully set target.app to
@mcuboot/boot/mynewt
Target targets/boot-myboard successfully set target.bsp to hw/bsp/myboard
Target targets/boot-myboard successfully set target.build_profile to debug
Target targets/blinky-myboard successfully created