20180323_jeffrey - silenceuncrio/diary GitHub Wiki
0905
review
0955
再把 wiki 整理一下方便待會分享
1120
M360 firmware upgrade 需要加上 md5 的保護
目前 TR069 上傳檔案會發上檔案不完整的情況
導致 firmware upgrade 之後重開機時 uboot 解不開 linux image (CRC error)
1150
commit ed51780cac734aca91419e14cea9c809ccd8f1b9
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date: Fri Mar 23 11:50:12 2018 +0800
add MD5 sums check for firmware upgrade
proscend/Makefile | 1 +
proscend/prosrc/icos/script/FirmwareUpgrade.sh | 31 ++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
1350
解一下 mantis issue
套到 M260-P
commit a8714530e76b402527b6b567017fdaae2ef149d0
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date: Fri Mar 23 13:44:46 2018 +0800
when 'GRE' mode changed, tell everybody
- only route module care about this currently
- solve mantis issue 17: [GRE] GRE on change to off, tunnel success, but PC ping remote tunnel fail
proscend/prosrc/icos/icoslib/gre/gre.c | 5 +++++
proscend/prosrc/icos/icoslib/route/route.c | 1 +
proscend/prosrc/icos/include/icos_shm.h | 2 ++
3 files changed, 8 insertions(+)
測試 PASS
套到 M300
commit 4ed40d25146b337ae3db14591b1c7d2b1485f0ac
Refs: [hotfix/v1.65], {origin/hotfix/v1.65}
Author: jeffrey <[email protected]>
Date: Fri Mar 23 13:57:50 2018 +0800
when 'GRE' mode changed, tell everybody
- only route module care about this currently
- solve mantis issue 17: [GRE] GRE on change to off, tunnel success, but PC ping remote tunnel fail
proscend/prosrc/icos/icoslib/gre/gre.c | 5 +++++
proscend/prosrc/icos/icoslib/route/route.c | 1 +
proscend/prosrc/icos/include/icos_shm.h | 2 ++
3 files changed, 8 insertions(+)
update mantis