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

2020-05-17 Thread Mo Chen
hi all, I managed to install 1.8.0. On Linux and the BLE OTA seems working fine. Just one thing, the bluetooth can be randomly turned off right after the OTA or the Confirm of the image. Also, be careful, the nrfx saadc drivers has been changed in version 1.8.0. Previously working adc drivers is

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

2020-05-16 Thread Christopher Collins
I believe I have fixed the Catalina hang. You can try out the fix at https://github.com/apache/mynewt-newtmgr/pull/164, or you can wait for it to be merged. On Sat, May 16, 2020 at 12:03:41PM -0500, Mo Chen wrote: > Great. > > Two more questions: > > Version 1.8.0 has already been released,

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

2020-05-16 Thread Mo Chen
Great. Two more questions: Version 1.8.0 has already been released, why when we try to install the latest version, it still installs 1.7.0? Can we fix that? On Ubuntu Linux, under version 1.7.0, with Nordic-pca10040, the IRS works fine. However, with the adafruit feather nrf52, the OTA

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

2020-05-16 Thread Christopher Collins
Thanks Mo. Someone else reported the same issue with Catalina. Their `-ldebug` log looked identical to yours. I'll upgrade to catalina and let you know what I find out. Chris On Sat, May 16, 2020 at 10:10:34AM -0500, Mo Chen wrote: > Hi Chris, > > thanks for the clarification. > > I tried

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

2020-05-16 Thread Mo Chen
Hi Chris, thanks for the clarification. I tried with the following debug info returned: newtmgr image upload -c mybleprph -ldebug /Users/NNL/dev/myproj/bin/targets/myperiph/app/@apache-mynewt-nimble/apps/bleprph/bleprph.img DEBU[2020-05-16 10:03:28.615] Using connection profile: name=mybleprph

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

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

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

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.