You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mynewt.apache.org by marko kiiskila <ma...@runtime.io> on 2016/03/03 00:41:45 UTC

Re: Question on nlip protocol and log messages

> On Feb 27, 2016, at 9:45 AM, Sterling Hughes <st...@apache.org> wrote:
> 
> 
> 
> On 2/26/16 6:53 PM, marko kiiskila wrote:
>> 
>> 
>> Newtmgr protocol was meant to take different data path than
>> the console (i.e. Bluetooth/IP), and running it over serial was
>> a bit of stopgap until that’s possible.
>> 
> 
> Yes, although I think you will want to run newtmgr over console or serial port as well.  For example: how do you do firmware upgrade to a device without newtmgr?
> 

That is a good point. I guess we need to spend some time on this one.




Re: Question on nlip protocol and log messages

Posted by Sterling Hughes <st...@apache.org>.

On 3/2/16 3:41 PM, marko kiiskila wrote:
>
>> On Feb 27, 2016, at 9:45 AM, Sterling Hughes <sterling@apache.org
>> <ma...@apache.org>> wrote:
>>
>>
>>
>> On 2/26/16 6:53 PM, marko kiiskila wrote:
>>>
>>> Newtmgr protocol was meant to take different data path than
>>> the console (i.e. Bluetooth/IP), and running it over serial was
>>> a bit of stopgap until that’s possible.
>>>
>>
>> Yes, although I think you will want to run newtmgr over console or
>> serial port as well.  For example: how do you do firmware upgrade to a
>> device without newtmgr?
>>
>
> That is a good point. I guess we need to spend some time on this one.
>
>

:-)

We could have a global lock here per-SP that we can call before console.

Sterling