PMC and PMC chair for Apache Mynewt after graduation

2017-04-28 Thread aditi hilbert
Hi all, As you know, we are getting ready to graduate. If you are curious you can see the readiness details on Confluence. We always welcome any input from the team. https://cwiki.apache.org/confluence/display/MYNEWT/Maturity+model

Re: Can't send command to MyNewt from Host via RTT Console

2017-04-28 Thread MichaƂ Narajowski
Hi Lm Chew, Please try using JLinkExe + Telnet. It works well with this setup. Connect to localhost:19021. For better experience switch to character mode in telnet. For some reason the JLinkRTTClient doesn't work. I will look into that. For now just use telnet. Also, you should not change values

Re: Config & FS command not working on newtmgr

2017-04-28 Thread Christopher Collins
Hi Lm, The device is reporting a newtmgr error of 5, which corresponds to MGMT_ERR_ENOENT (Yes, we need better error reporting!). This means the device doesn't recognize the newtmgr command you sent it. Did you enable file system newtmgr support? The syscfg setting "FS_NMGR" has to be set to

Config & FS command not working on newtmgr

2017-04-28 Thread Lm Chew
Hi, 1. When i try to download a file i created on the device, i get the following error when newtmgr crashes: newtmgr -c myserial fs download /cfg/test.txt test.txt -ldebug 2017/04/29 00:32:58 [DEBUG] Writing newtmgr request &{Op:0 Flags:0 Len:25 Group:8 Seq:0

port MicroPython to Mynewt

2017-04-28 Thread lin martin
Hi Sir, I found some info. from some website that we can ported MicroPython to Mynewt and have Python running on nrf52. Does it have guide about that ? Rdgs, Martin

Failed to load image to specific NRF52 DK

2017-04-28 Thread then yon
Dear Support, We trying to load image to specific NRF52 DK by the following command, but unfortunately it doesn't work. newt --extrajtagcmd "-select usb=682605585" load PROJECT_NAME Thank you. Regards, Then Yoong Ze