<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Really, just storage; temporary storage space for log files, scripts, data captures, etc.<div class=""><br class=""></div><div class="">Also useful for getting things in and out of the system.</div><div class=""><br class=""></div><div class="">For example: put a firmware on the root of the SD CARD as ovms3.bin, insert it, and this is what happens:</div><div class=""><br class=""></div><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div class=""><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class="">I (47547) sdcard: SD CARD has been inserted. Auto-mounting...</span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class="">W (47737) ota: AutoFlashSD Current running partition is: factory</span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class="">W (47737) ota: AutoFlashSD Target partition is: ota_0</span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class="">W (47737) ota: AutoFlashSD Source image is 1582464 bytes in size</span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class="">W (47737) ota: AutoFlashSD Preparing flash partition...</span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class="">W (52587) ota: AutoFlashSD Flashing image partition...</span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class="">W (59977) ota: AutoFlashSD Setting boot partition...</span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class="">W (60937) ota: AutoFlashSD unmounting SD CARD</span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class="">W (60937) ota: AutoFlashSD OTA flash successful: Flashed 1582464 bytes, and booting from ‘ota_0'</span></font></div><div class=""><span style="font-family: "Andale Mono"; font-size: 14px;" class=""><br class=""></span></div><div class=""><span style="font-family: "Andale Mono"; font-size: 14px;" class="">ets Jun  8 2016 00:22:57</span></div><div class=""><span style="font-size: 14px; font-family: "Andale Mono";" class="">rst:0xc (SW_CPU_RESET),boot:0x1f (SPI_FAST_FLASH_BOOT)</span></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class="">configsip: 156795334, SPIWP:0xee</span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class="">clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00</span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class="">mode:DIO, clock div:2</span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class="">load:0x3fff0018,len:4</span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class="">load:0x3fff001c,len:4468</span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class="">load:0x40078000,len:0</span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class="">load:0x40078000,len:12988</span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class="">entry 0x40078d14</span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class=""><br class=""></span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class="">I (173) ovms_main: Set default logging level for * to WARN</span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class=""><br class=""></span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class="">Welcome to the Open Vehicle Monitoring System (OVMS) - Async Console</span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class=""><br class=""></span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class="">OVMS > ota status</span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class="">Firmware: 3.0.0/ota_0/main build (idf v3.1-dev-217-g5bf85d06) Jan 16 2018 08:03:11</span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class="">Running partition: ota_0</span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class="">Boot partition: ota_0</span></font></div></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class=""><br class=""></span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class=""><div class="">OVMS > metrics list m.version</div><div class="">m.version                                3.0.0/ota_0/main build (idf v3.1-dev-217-g5bf85d06) Jan 16 2018 08:03:11</div></span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class=""><br class=""></span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class=""><div class="">OVMS > vfs ls /sd</div><div class="">ovms3.done</div></span></font></div></blockquote><div class=""><div class=""><br class=""></div><div class="">That (a) detected a SD CARD was inserted, (b) found the /sd/ovms3.bin firmware file, (c) flashed that to a free ota partition, (d) set the ota partition as the one to boot from, and (e) rebooted into it. For users without wifi, that is probably how they are going to update firmware.</div><div class=""><br class=""></div><div class="">P.S. For those of you testing this, to switch back to factory:</div><div class=""><br class=""></div></div><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div class=""><div class=""><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class="">OVMS > ota boot factory</span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class="">Boot from factory at 0x00010000 (size 0x00400000)</span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class=""><br class=""></span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class="">OVMS > ota status</span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class="">Firmware: 3.0.0/ota_0/main build (idf v3.1-dev-217-g5bf85d06) Jan 16 2018 08:03:11</span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class="">Running partition: ota_0</span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class="">Boot partition: factory</span></font></div></div></div><div class=""><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class=""><br class=""></span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class="">OVMS > module reset</span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class="">Resetting system...</span></font></div></div><div class=""><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class=""><br class=""></span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class="">OVMS > ota status</span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class="">Firmware: 3.0.0/factory/main build (idf v3.1-dev-217-g5bf85d06) Jan 16 2018 08:03:11</span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class="">Running partition: factory</span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class="">Boot partition: factory</span></font></div></div><div class=""><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class=""><br class=""></span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class="">OVMS > metrics list m.version</span></font></div><div class=""><font face="Andale Mono" class=""><span style="font-size: 14px;" class="">m.version                                3.0.0/factory/main build (idf v3.1-dev-217-g5bf85d06) Jan 16 2018 08:03:11</span></font></div></div></blockquote><div class=""><div class=""><br class=""></div><div class="">This can all be done with simple SD CARDs. No complex driver installs, or firmware flashing software.</div><div class=""><br class=""></div><div class="">Regards, Mark.<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 16 Jan 2018, at 3:40 AM, Greg D. <<a href="mailto:gregd2350@gmail.com" class="">gregd2350@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class="">
  
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" class="">
  
  <div text="#000000" bgcolor="#FFFFFF" class="">
    Just to ask (don't shoot me - I'm new here!)...  Why do we need SD
    cards on the module?  What is the end-user scenario that makes them
    essential?<br class="">
    <br class="">
    Greg<br class="">
    <br class="">
    <br class="">
    <div class="moz-cite-prefix">Michael Balzer wrote:<br class="">
    </div>
    <blockquote type="cite" cite="mid:0c453b77-87e1-f4c1-9ab6-e8dd3f9fbba8@expeedo.de" class="">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" class="">
      I've found the missing RAM. It's allocated for the SD card:<br class="">
      <br class="">
      <tt class="">OVMS > module memory </tt><tt class=""><br class="">
      </tt><tt class="">Free 8-bit 117364/286352, 32-bit 17972/45144, SPIRAM 0/0</tt><tt class=""><br class="">
      </tt><tt class=""><br class="">
      </tt><tt class="">I (34235) sdcard: SD CARD has been inserted.
        Auto-mounting...</tt><tt class=""><br class="">
      </tt><tt class=""><br class="">
      </tt><tt class="">OVMS > module memory </tt><tt class=""><br class="">
      </tt><tt class="">Free 8-bit 89348/286352, 32-bit 17972/45144, SPIRAM 0/0</tt><tt class=""><br class="">
      </tt><tt class="">--Task--     Total DRAM D/IRAM   IRAM SPIRAM   +/- DRAM
        D/IRAM   IRAM SPIRAM</tt><tt class=""><br class="">
      </tt><tt class="">Tmr Svc               4  27804      0      0         +4
        +27804     +0     +0</tt><tt class=""><br class="">
      </tt><tt class=""><br class="">
      </tt><tt class="">I (68065) sdcard: SD CARD has been removed.</tt><tt class=""><br class="">
      </tt><tt class=""><br class="">
      </tt><tt class="">OVMS > module memory </tt><tt class=""><br class="">
      </tt><tt class="">Free 8-bit 117332/286352, 32-bit 17972/45144, SPIRAM 0/0</tt><tt class=""><br class="">
      </tt><tt class="">--Task--     Total DRAM D/IRAM   IRAM SPIRAM   +/- DRAM
        D/IRAM   IRAM SPIRAM</tt><tt class=""><br class="">
      </tt><tt class="">Tmr Svc               0     12      0      0         -4
        -27792     +0     +0</tt><tt class=""><br class="">
      </tt><br class="">
      …again…<br class="">
      <br class="">
      <tt class="">OVMS > module memory </tt><tt class=""><br class="">
      </tt><tt class="">Free 8-bit 117332/286352, 32-bit 17972/45144, SPIRAM 0/0</tt><tt class=""><br class="">
      </tt><tt class="">--Task--     Total DRAM D/IRAM   IRAM SPIRAM   +/- DRAM
        D/IRAM   IRAM SPIRAM</tt><tt class=""><br class="">
      </tt><tt class="">Tmr Svc               0     12      0      0         -4
        -27792     +0     +0</tt><tt class=""><br class="">
      </tt><tt class=""><br class="">
      </tt><tt class="">I (114985) sdcard: SD CARD has been inserted.
        Auto-mounting...</tt><tt class=""><br class="">
      </tt><tt class=""><br class="">
      </tt><tt class="">OVMS > module memory </tt><tt class=""><br class="">
      </tt><tt class="">Free 8-bit 89348/286352, 32-bit 17972/45144, SPIRAM 0/0</tt><tt class=""><br class="">
      </tt><tt class="">--Task--     Total DRAM D/IRAM   IRAM SPIRAM   +/- DRAM
        D/IRAM   IRAM SPIRAM</tt><tt class=""><br class="">
      </tt><tt class="">Tmr Svc               4  27804      0      0         +4
        +27792     +0     +0</tt><tt class=""><br class="">
      </tt><tt class=""><br class="">
      </tt><tt class="">E (141205) sdmmc_cmd: sdmmc_read_sectors_dma:
        sdmmc_send_cmd returned 0x107</tt><tt class=""><br class="">
      </tt><tt class="">E (141205) diskio_sdmmc: sdmmc_read_blocks failed (263)</tt><tt class=""><br class="">
      </tt><tt class="">I (141515) sdcard: SD CARD has been removed.</tt><tt class=""><br class="">
      </tt><tt class=""><br class="">
      </tt><tt class="">OVMS > module memory </tt><tt class=""><br class="">
      </tt><tt class="">Free 8-bit 117332/286352, 32-bit 17972/45144, SPIRAM 0/0</tt><tt class=""><br class="">
      </tt><tt class="">--Task--     Total DRAM D/IRAM   IRAM SPIRAM   +/- DRAM
        D/IRAM   IRAM SPIRAM</tt><tt class=""><br class="">
      </tt><tt class="">Tmr Svc               0     12      0      0         -4
        -27792     +0     +0</tt><br class="">
      <br class="">
      <br class="">
      Btw, I think the RAM usage of the telnet server is also higher
      than before:<br class="">
      <br class="">
      <tt class="">OVMS > module memory </tt><tt class=""><br class="">
      </tt><tt class="">Free 8-bit 117332/286352, 32-bit 17972/45144, SPIRAM 0/0</tt><tt class=""><br class="">
      </tt><tt class=""><br class="">
      </tt><tt class="">OVMS > wifi mode client </tt><tt class=""><br class="">
      </tt><tt class="">Starting WIFI as a client for any defined SSID</tt><tt class=""><br class="">
      </tt><tt class="">I (380175) wifi: wifi firmware version: 403db1d</tt><tt class=""><br class="">
      </tt><tt class="">I (380175) wifi: config NVS flash: enabled</tt><tt class=""><br class="">
      </tt><tt class="">I (380175) wifi: config nano formating: disabled</tt><tt class=""><br class="">
      </tt><tt class="">I (380185) wifi: Init dynamic tx buffer num: 16</tt><tt class=""><br class="">
      </tt><tt class="">I (380185) wifi: Init data frame dynamic rx buffer num:
        16</tt><tt class=""><br class="">
      </tt><tt class="">I (380185) wifi: Init management frame dynamic rx buffer
        num: 16</tt><tt class=""><br class="">
      </tt><tt class="">I (380185) wifi: wifi driver task: 3ffe3db4, prio:23,
        stack:4096</tt><tt class=""><br class="">
      </tt><tt class="">I (380185) wifi: Init static rx buffer num: 4</tt><tt class=""><br class="">
      </tt><tt class="">I (380185) wifi: Init dynamic rx buffer num: 16</tt><tt class=""><br class="">
      </tt><tt class="">I (380195) wifi: wifi power manager task: 0x3ffe846c
        prio: 21 stack: 2560</tt><tt class=""><br class="">
      </tt><tt class="">I (380195) wifi: mode : sta (30:ae:a4:37:25:88)</tt><tt class=""><br class="">
      </tt><tt class="">W (390205) wifi: incorrect scan type: 1073534024</tt><tt class=""><br class="">
      </tt><tt class="">I (392615) esp32wifi: Found SSID devolo-f4068d73a03e -
        trying to connect</tt><tt class=""><br class="">
      </tt><tt class="">I (393945) wifi: n:11 2, o:1 0, ap:255 255, sta:11 2,
        prof:1</tt><tt class=""><br class="">
      </tt><tt class="">I (394595) wifi: state: init -> auth (b0)</tt><tt class=""><br class="">
      </tt><tt class="">I (394605) wifi: state: auth -> assoc (0)</tt><tt class=""><br class="">
      </tt><tt class="">I (394605) wifi: state: assoc -> run (10)</tt><tt class=""><br class="">
      </tt><tt class="">I (394625) wifi: connected with devolo-f4068d73a03e,
        channel 11</tt><tt class=""><br class="">
      </tt><tt class="">I (394665) esp32wifi: WiFi UP with SSID:
        devolo-f4068d73a03e, MAC: 30:ae:a4:37:25:88, IP: 192.168.2.101,
        mask: 255.255.255.0, gw: 192.168.2.1</tt><tt class=""><br class="">
      </tt><tt class="">I (394665) telnet: Launching Telnet Server</tt><tt class=""><br class="">
      </tt><tt class="">I (397615) wifi: pm start, type:0</tt><tt class=""><br class="">
      </tt><tt class=""><br class="">
      </tt><tt class="">OVMS > module memory </tt><tt class=""><br class="">
      </tt><tt class="">Free 8-bit 89700/286352, 32-bit 17972/45144, SPIRAM 0/0</tt><tt class=""><br class="">
      </tt><tt class="">--Task--     Total DRAM D/IRAM   IRAM SPIRAM   +/- DRAM
        D/IRAM   IRAM SPIRAM</tt><tt class=""><br class="">
      </tt><tt class="">tiT                 128    716      0      0         +0  
        +484     +0     +0</tt><tt class=""><br class="">
      </tt><b class=""><tt class="">AsyncConsole          0  16552  26404      0        
          +0 +16356     +0     +0</tt></b><tt class=""><br class="">
      </tt><tt class="">NetManTask            8    488      0      0         +8  
        +488     +0     +0</tt><tt class=""><br class="">
      </tt><tt class="">wifi                  0   1600      0      0         +0 
        +1600     +0     +0</tt><tt class=""><br class="">
      </tt><tt class="">eventTask             0   7564      0      0         +0 
        +7564     +0     +0</tt><br class="">
      <br class="">
      <br class="">
      …but I'm not sure about that, haven't tested that in a while.<br class="">
      <br class="">
      <br class="">
      So, SD cards now work, and I'll not be able to use them due to the
      RAM usage… :(<br class="">
      <br class="">
      <br class="">
      <br class="">
      <div class="moz-cite-prefix">Am 15.01.2018 um 19:21 schrieb
        Michael Balzer:<br class="">
      </div>
      <blockquote type="cite" cite="mid:5023677a-9f11-1f9f-6b8d-07227df13380@expeedo.de" class="">
        <meta http-equiv="Content-Type" content="text/html;
          charset=UTF-8" class="">
        Transition went fine. "make flash" didn't even erase "/store", I
        had expected that to happen, good to know.<br class="">
        <br class="">
        And…<br class="">
        <br class="">
        <tt class="">OVMS > sd status </tt><tt class=""><br class="">
        </tt><tt class="">SD CARD is inserted</tt><tt class=""><br class="">
        </tt><tt class="">Name: SL32G</tt><tt class=""><br class="">
        </tt><tt class="">Type: SDHC/SDXC</tt><tt class=""><br class="">
        </tt><tt class="">Speed: default speed</tt><tt class=""><br class="">
        </tt><tt class="">Size: 30436MB</tt><tt class=""><br class="">
        </tt><tt class="">CSD: ver=1, sector_size=512, capacity=62333952
          read_bl_len=9</tt><tt class=""><br class="">
        </tt><tt class="">SCR: sd_spec=2, bus_width=5</tt><br class="">
        <br class="">
        → me too (the minion) :)<br class="">
        <br class="">
        <br class="">
        BUT… after reconfiguration to the same components as before, I'm
        now missing about 30-40 KB of free RAM.<br class="">
        <br class="">
        After loading just the Twizy module & the v2 server, I'm now
        again down to…<br class="">
        <br class="">
        <tt class="">OVMS > module memory </tt><tt class=""><br class="">
        </tt><tt class="">Free 8-bit 2632/286352, 32-bit 17972/45144, SPIRAM 0/0</tt><br class="">
        <br class="">
        …so it crashes as soon as it needs to actually do anything, like
        sending a notification.<br class="">
        <br class="">
        This is without any of the new CAN logging stuff yet, that's
        stashed away for the transition.<br class="">
        <br class="">
        I'll now check the config again for any more options to save
        RAM…<br class="">
        <br class="">
        Regards,<br class="">
        Michael<br class="">
        <br class="">
        <br class="">
        <div class="moz-cite-prefix">Am 15.01.2018 um 06:48 schrieb
          Stephen Casner:<br class="">
        </div>
        <blockquote type="cite" cite="mid:alpine.OSX.2.21.1801142141380.72234@auge.attlocal.net" class="">
          <pre wrap="" class="">In order for the the "module memory" and "module tasks" commands to
work, the configuration needs to be changed from the sdk.default.hw30
that Mark just provided. CONFIG_FREERTOS_USE_TRACE_FACILITY needs to
be enabled, CONFIG_HEAP_POISONING must be enabled (LIGHT or
COMPREHENSIVE), and CONFIG_HEAP_TASK_TRACKING must be enabled.  I have
attached a diff for the sdkconfig.  That diff also includes a section
for enabling telnet, which some of you may be using.

Please also note that in this revised implementation of "module
memory" the block address is now the address that is returned from
malloc, not the address of the header that precedes it, and the length
of the block is now exclusive of the debugging overhead.

                                                        -- Steve

On Mon, 15 Jan 2018, Mark Webb-Johnson wrote:

</pre>
          <blockquote type="cite" class="">
            <pre wrap="" class="">All committed and pushed now.

Developers MUST now update their ESP IDF and XTENSA build tools to use this new build. They should also compare sdkconfig and sdkconfig.defaults.hw30 to verify differences. I also suggest you do a ‘make flash’ (rather than ‘make app-flash’) at least once, to update the bootloader to the latest (as bootloaders before v2.1 are no longer supported).

Check
<a class="moz-txt-link-freetext" href="https://esp-idf.readthedocs.io/en/latest/get-started/index.html#setup-toolchain" moz-do-not-send="true">https://esp-idf.readthedocs.io/en/latest/get-started/index.html#setup-toolchain</a> <a class="moz-txt-link-rfc2396E" href="https://esp-idf.readthedocs.io/en/latest/get-started/index.html#setup-toolchain" moz-do-not-send="true"><https://esp-idf.readthedocs.io/en/latest/get-started/index.html#setup-toolchain></a>
to see the version of XTENSA toolchain required for latest Espressif IDF ‘master’ builds. As of this writing, it is 1.22.0-80-g6c4433a-5.2.0.

I hope this goes smoothly for you.

Regards, Mark.

commit dfcc658557fc480bcccb09b23bc24399bb6e7497 (HEAD -> master, origin/master, origin/HEAD)
Author: Mark Webb-Johnson <a class="moz-txt-link-rfc2396E" href="mailto:mark@webb-johnson.net" moz-do-not-send="true"><mark@webb-johnson.net></a>
Date:   Mon Jan 15 07:56:45 2018 +0800

    Provide a sdkconfig.default.hw31 for OVMS v3.1 hardware

commit 003592d553c881f735fb228b08836a13c306cec3
Merge: e58c5b6 b28db5e
Author: Mark Webb-Johnson <a class="moz-txt-link-rfc2396E" href="mailto:mark@webb-johnson.net" moz-do-not-send="true"><mark@webb-johnson.net></a>
Date:   Mon Jan 15 07:49:13 2018 +0800

    Merge branch 'for-master'. This requires ESP-IDF v3.0 support:

    OVMS developers should now:

    1] Pull the latest OpenVehicles IDF, and checkout MASTER branch.

    2] Update XTENSA tools to match version required by Espressif for MASTER branch.

    3] For ovms hardware v3.0, a sdkconfig default file sdkconfig.default.hw30 has
       been provided. That can be merged/copied to sdkconfig as appropriate.

    4] For ovms hardware v3.1, a sdkconfig default file sdkconfig.default.hw31 will
       been provided in the next update.

    5] It is recommended that developers perform at least one full 'make flash'
       with this version, to update the bootloader to latest. Note that the
       sdkconfig.default.* files are now set to require bootloader at least v2.1
       (or later), and bootloader v2.0 is no longer supported.

    Enjoy.


</pre>
            <blockquote type="cite" class="">
              <pre wrap="" class="">On 15 Jan 2018, at 7:25 AM, Mark Webb-Johnson <a class="moz-txt-link-rfc2396E" href="mailto:mark@webb-johnson.net" moz-do-not-send="true"><mark@webb-johnson.net></a> wrote:

Merge is ok, but triple checking a couple of things. Should be committed and pushed within the next half hour.

Regards, Mark

</pre>
              <blockquote type="cite" class="">
                <pre wrap="" class="">On 15 Jan 2018, at 1:09 AM, Stephen Casner <a class="moz-txt-link-rfc2396E" href="mailto:casner@acm.org" moz-do-not-send="true"><casner@acm.org></a> wrote:

Mark,

It looks like you were not able to do the sdkconfig.default and merge
as you planned?

                                                      -- Steve

</pre>
                <blockquote type="cite" class="">
                  <pre wrap="" class="">On Fri, 12 Jan 2018, Stephen Casner wrote:

</pre>
                  <blockquote type="cite" class="">
                    <pre wrap="" class="">On Sat, 13 Jan 2018, Mark Webb-Johnson wrote:

@Steve can you update our master clone to latest from Espressif and
make sure your stuff is still ok?
</pre>
                  </blockquote>
                  <pre wrap="" class="">I have just now done this.  I had already done a rebase a few days ago
before committing the improved version of the OS changes so I could
issue a pull request.  There were a few commits since then, which I
have now merged.  My code still runs correctly.

</pre>
                  <blockquote type="cite" class="">
                    <pre wrap="" class="">I guess steps for developers will be:

1) pull the openvehicles IDF and switch to master branch. Sub module update.

2) download and install xtensa build chain to match.

3) update OVMS master, make clean, check menu config, then build and play.
</pre>
                  </blockquote>
                  <pre wrap="" class="">Sounds right.

</pre>
                  <blockquote type="cite" class="">
                    <pre wrap="" class="">I can get my part done by Sunday 14th night (HKT), so suggest to do
the Merge of the OVMS firmware master branch then.
</pre>
                  </blockquote>
                  <pre wrap="" class="">I'll be sleeping then, so you can go ahead and do the merge.

                                                      -- Steve
</pre>
                </blockquote>
                <pre wrap="" class="">_______________________________________________
OvmsDev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:OvmsDev@lists.teslaclub.hk" moz-do-not-send="true">OvmsDev@lists.teslaclub.hk</a>
<a class="moz-txt-link-freetext" href="http://lists.teslaclub.hk/mailman/listinfo/ovmsdev" moz-do-not-send="true">http://lists.teslaclub.hk/mailman/listinfo/ovmsdev</a>
</pre>
              </blockquote>
              <pre wrap="" class="">_______________________________________________
OvmsDev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:OvmsDev@lists.teslaclub.hk" moz-do-not-send="true">OvmsDev@lists.teslaclub.hk</a>
<a class="moz-txt-link-freetext" href="http://lists.teslaclub.hk/mailman/listinfo/ovmsdev" moz-do-not-send="true">http://lists.teslaclub.hk/mailman/listinfo/ovmsdev</a>
</pre>
            </blockquote>
          </blockquote>
          <pre wrap="" class="">></pre>
          <br class="">
          <fieldset class="mimeAttachmentHeader"></fieldset>
          <br class="">
          <pre wrap="" class="">_______________________________________________
OvmsDev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:OvmsDev@lists.teslaclub.hk" moz-do-not-send="true">OvmsDev@lists.teslaclub.hk</a>
<a class="moz-txt-link-freetext" href="http://lists.teslaclub.hk/mailman/listinfo/ovmsdev" moz-do-not-send="true">http://lists.teslaclub.hk/mailman/listinfo/ovmsdev</a>
</pre>
        </blockquote>
        <br class="">
        <pre class="moz-signature" cols="160">-- 
Michael Balzer * Helkenberger Weg 9 * D-58256 Ennepetal
Fon 02333 / 833 5735 * Handy 0176 / 206 989 26
</pre>
        <br class="">
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <br class="">
        <pre wrap="" class="">_______________________________________________
OvmsDev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:OvmsDev@lists.teslaclub.hk" moz-do-not-send="true">OvmsDev@lists.teslaclub.hk</a>
<a class="moz-txt-link-freetext" href="http://lists.teslaclub.hk/mailman/listinfo/ovmsdev" moz-do-not-send="true">http://lists.teslaclub.hk/mailman/listinfo/ovmsdev</a>
</pre>
      </blockquote>
      <br class="">
      <pre class="moz-signature" cols="160">-- 
Michael Balzer * Helkenberger Weg 9 * D-58256 Ennepetal
Fon 02333 / 833 5735 * Handy 0176 / 206 989 26
</pre>
      <br class="">
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br class="">
      <pre wrap="" class="">_______________________________________________
OvmsDev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:OvmsDev@lists.teslaclub.hk">OvmsDev@lists.teslaclub.hk</a>
<a class="moz-txt-link-freetext" href="http://lists.teslaclub.hk/mailman/listinfo/ovmsdev">http://lists.teslaclub.hk/mailman/listinfo/ovmsdev</a>
</pre>
    </blockquote>
    <br class="">
  </div>

_______________________________________________<br class="">OvmsDev mailing list<br class=""><a href="mailto:OvmsDev@lists.teslaclub.hk" class="">OvmsDev@lists.teslaclub.hk</a><br class="">http://lists.teslaclub.hk/mailman/listinfo/ovmsdev<br class=""></div></blockquote></div><br class=""></div></div></body></html>