You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having a similar issue to #439, but slightly different behavior. When I try to run the mfg create command, I get the following error:
Error: failed to read manifest file: open <repo-path>/bin/targets/ble2/app/@mcuboot/apps/blehci/manifest.json: no such file or directory
newt seems to be ignoring the location of the target nrf52_boot and it expects it to exist somewhere else. The manifest that should be found is at <repopath>bin/targets/nrf52_boot/app/@mcuboot/boot/mynewt/manifest.json.
I am having a similar issue to #439, but slightly different behavior. When I try to run the
mfg create
command, I get the following error:newt
seems to be ignoring the location of the target nrf52_boot and it expects it to exist somewhere else. The manifest that should be found is at<repopath>bin/targets/nrf52_boot/app/@mcuboot/boot/mynewt/manifest.json
.Defined targets:
mfg.yml file in
mfgs/ble2/
:Please let me know if something is wrong with my setup.
The text was updated successfully, but these errors were encountered: