20191101_jeffrey - silenceuncrio/diary GitHub Wiki

0900

review


M300

  • P1 - FOTA - web ui
  • P4 - Layer 2 Encapsulation over GRE (L2oGRE)

M330

  • P2 - GPS Track drawing (Server)

M360

  • P1 - QFlash
  • P1 - 12 GRE
  • P1 - Avoid partition is empty from production line
  • P2 - FOTA - web ui

M330[release/v0.08]

  • add 'DO' panel at 'Status' page

uboot-m360[master]

  • Before uboot bring up the system via Flash, uboot should verify each image at each slot first

M360P[release/v1.05]

  • correct the problem about the bootloader version at 'Identification' page
  • update the release note about the modification of bootloader
  • offer a 2 generation gre module which support up to 12 tunnels

1115

來作 M360 - P1 - QFlash

這個項目是幫 jessy 作 web ui

等 jessy 把 code 從 branch [develop] 搬到 [release/v0.05] 去

1445

M360P[release/v1.05] - add 'Management > Modem Firmware' page

commit 6156cf7f147975d4aa1ed483496a95f31e22bf4f
Refs: [release/v1.05], {origin/release/v1.05}
Author: jeffrey <[email protected]>
Date:   Fri Nov 1 14:44:23 2019 +0800

    add 'Management > Modem Firmware' page
    - for upgrade the firmware of modem

 proscend/prosrc/webcgi/Makefile                    |   4 +
 proscend/prosrc/webcgi/modemfw.c                   | 129 +++++++++++++++++++++
 proscend/prosrc/www/app/feature/modemfw.html       |  74 ++++++++++++
 proscend/prosrc/www/app/feature/modemfw.js         |  68 +++++++++++
 proscend/prosrc/www/app/locale-en.json             |  16 +++
 proscend/prosrc/www/app/locale-fr.json             |  16 +++
 proscend/prosrc/www/app/locale-zh-tw.json          |  16 +++
 proscend/prosrc/www/app/services/icos.service.js   |  14 +++
 proscend/prosrc/www/src/index.html.src             |   1 +
 proscend/prosrc/www/src/manual.html.src            |   3 +
 .../www/src/manual/management_modemfw.h.html       |  10 ++
 proscend/prosrc/www/src/manual/sidebar.h.html      |   5 +
 proscend/prosrc/www/src/menu.html.src              |   3 +
 13 files changed, 359 insertions(+)

M360P[release/v1.05] - add a 'reboot_to_index' route for modem firmware

commit 0e6339fc08a363f38cca722833be453594aeb0c0
Refs: [release/v1.05], {origin/release/v1.05}
Author: jeffrey <[email protected]>
Date:   Fri Nov 1 15:10:03 2019 +0800

    add a 'reboot_to_index' route for modem firmware
    - wait 60 seconds and open index.html
    - do not get lan status to check whether the system is ready or not

 proscend/prosrc/www/app/feature/modemfw.js         |  2 +-
 proscend/prosrc/www/app/feature/reboot_to_index.js | 51 ++++++++++++++++++++++
 proscend/prosrc/www/src/index.html.src             |  1 +
 3 files changed, 53 insertions(+), 1 deletion(-)