Re: How to upgrade to 1.8.0 for both newt and newtmgr?

2020-05-15 Thread Christopher Collins
On Fri, May 15, 2020 at 07:47:22PM -0500, Mo Chen wrote:
> Hi Chris,
> 
> Thank you for your timely response.
> 
> Under v1.7.0, the error message is:
> *Unhandled event: xpc.Dict{"kCBMsgId":4,
> "kCBMsgArgs":xpc.Dict{"kCBMsgArgState":5}}*
> 
> Under v1.9.0 dev, without '--ldebug':
> Nothing happens. No message, no response.
> 
> Under v1.9.0 with '--ldebug':
> I guess I did not get what you meant by "with the '--ldebug' switch". I
> tried the following but with an error telling me unknown flag.
> 
> newtmgr image upload -c mybleprph '--ldebug'
> /Users/NNL/dev/myproj/bin/targets/myperiph/app/@apache-mynewt-nimble/apps/bleprph/bleprph.img
> Error: unknown flag: --ldebug
> 
> Would you please guide me on how to implement the --ldebug switch?

Ah, sorry,  I meant `-ldebug` (one dash only)!

Thanks,
Chris


Re: How to upgrade to 1.8.0 for both newt and newtmgr?

2020-05-15 Thread Mo Chen
Hi Chris,

Thank you for your timely response.

Under v1.7.0, the error message is:
*Unhandled event: xpc.Dict{"kCBMsgId":4,
"kCBMsgArgs":xpc.Dict{"kCBMsgArgState":5}}*

Under v1.9.0 dev, without '--ldebug':
Nothing happens. No message, no response.

Under v1.9.0 with '--ldebug':
I guess I did not get what you meant by "with the '--ldebug' switch". I
tried the following but with an error telling me unknown flag.

newtmgr image upload -c mybleprph '--ldebug'
/Users/NNL/dev/myproj/bin/targets/myperiph/app/@apache-mynewt-nimble/apps/bleprph/bleprph.img
Error: unknown flag: --ldebug

Would you please guide me on how to implement the --ldebug switch?

Thanks,

On Fri, May 15, 2020 at 5:45 PM Christopher Collins 
wrote:

> Hi Mo,
>
> On Fri, May 15, 2020 at 05:11:36PM -0500, Mo Chen wrote:
> > I am currently using 1.7.0 on MacOS Catalina.
> >
> > There is a BLE connection issue. I cannot upload img via OTA.
> >
> > I searched online, it seems in verison 1.8.0, this problem has been
> solved?
> >
> > I tried to use install mynewt-newtmgr --HEAD. The 1.9.0 dev version did
> not
> > solve the BLE connection issue.
> >
> > Any clue?
>
> The 1.9.0 dev version of newtmgr should work with Catalina.  Can you
> please try the upload again with the `--ldebug` switch?  Then please
> paste the output in a response.
>
> Chris
>


-- 
Mo Chen


Re: How to upgrade to 1.8.0 for both newt and newtmgr?

2020-05-15 Thread Christopher Collins
Hi Mo,

On Fri, May 15, 2020 at 05:11:36PM -0500, Mo Chen wrote:
> I am currently using 1.7.0 on MacOS Catalina.
> 
> There is a BLE connection issue. I cannot upload img via OTA.
> 
> I searched online, it seems in verison 1.8.0, this problem has been solved?
> 
> I tried to use install mynewt-newtmgr --HEAD. The 1.9.0 dev version did not
> solve the BLE connection issue.
> 
> Any clue?

The 1.9.0 dev version of newtmgr should work with Catalina.  Can you
please try the upload again with the `--ldebug` switch?  Then please
paste the output in a response.

Chris


How to upgrade to 1.8.0 for both newt and newtmgr?

2020-05-15 Thread Mo Chen
I am currently using 1.7.0 on MacOS Catalina.

There is a BLE connection issue. I cannot upload img via OTA.

I searched online, it seems in verison 1.8.0, this problem has been solved?

I tried to use install mynewt-newtmgr --HEAD. The 1.9.0 dev version did not
solve the BLE connection issue.

Any clue?

many thanks.

-- 
Mo