[Ovmsdev] Awfully quiet out there

Mark Webb-Johnson mark at webb-johnson.net
Tue Feb 13 14:30:31 HKT 2018


I did the merge. Unfortunately, Espressif broke mDNS by changing the API, so I’ve also had to change OVMS v3 firmware to match.

This means developers need to update both ESP IDF and OVMS v3 source trees, before mDNS will compile.

cd  ~/esp/esp-idf
git pull
git submodule update

cd ~/ovms/vehicle/OVMS.V3
git pull
make

(changing paths as appropriate)

Or just disable the OVMS mDNS component if you are not using it.

It all compiles and seems to run for me now. There are a bunch of new configuration options. The only one I would like enabled (disabled by default) is CONFIG_LWIP_SO_REUSE=y.

Regards, Mark.

> On 12 Feb 2018, at 3:02 PM, Stephen Casner <casner at acm.org> wrote:
> 
> Mark,
> 
> I think the merge you propose should work.  As I mentioned, I'm in
> discussion with @projectgus to get my code merged into the mainline.
> 
>                                                        -- Steve
> 
> On Mon, 12 Feb 2018, Mark Webb-Johnson wrote:
> 
>> Steve,
>> 
>> I’m seeing weird heap corruption when I do PSRAM enabled builds and have heap debugging enabled. When I turn off the heap debugging, everything runs fine.
>> 
>> I notice this:
>> 
>> https://github.com/espressif/esp-idf/issues/1582 <https://github.com/espressif/esp-idf/issues/1582>
>> 
>> and some associated fixes by Espressif to master.
>> 
>> Any issues with us merging in upstream Espress ESP IDF master to our clone? See if that resolves the problem?
>> 
>> Regards, Mark.
>> 
>>> On 12 Feb 2018, at 2:15 AM, Stephen Casner <casner at acm.org> wrote:
>>> 
>>> It's been several days since I've seen any messages on this list.  I
>>> suppose that Mark has been occupied by the hardware changes.  Myself,
>>> I've finished the things I was working on (with the possible exception
>>> of adding an immediate-send option back into Mongoose), but I've
>>> entered a PR to get the code I added to esp-idf to support the
>>> per-task heap allocation commands accepted into the mainline and have
>>> been refining the code in response to change requests.
>>> 
>>>                                                       -- Steve
>>> _______________________________________________
>>> OvmsDev mailing list
>>> OvmsDev at lists.teslaclub.hk
>>> http://lists.teslaclub.hk/mailman/listinfo/ovmsdev
>> 
> _______________________________________________
> OvmsDev mailing list
> OvmsDev at lists.teslaclub.hk
> http://lists.teslaclub.hk/mailman/listinfo/ovmsdev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.teslaclub.hk/pipermail/ovmsdev/attachments/20180213/8760ff27/attachment.html>


More information about the OvmsDev mailing list