20170407_jeffrey - silenceuncrio/diary GitHub Wiki

0920

review

1115

M300 週會

RIP 工作項目被拿掉了

1120

uboot 因應高溫開機有做了修改

下一次的 release 要能讓 M300 具有 upgrade uboot 的能力

之前跟 aaron 在聊這個 topic 的時候已經有了不錯的 idea

就是修改 FirmwareUpgrade.sh

# patch_it
function patch_it {
  log "\nxxx..."
  cd /tmp/firmware 

  if [ -e "patch.sh" ]
  then
    log "patch.sh exist, execute it"
    patch.sh
    progress_status "patch.sh executed"
  else
    log "patch.sh not exit, bypass it"
    progress_status "patch.sh not exit, bypass it"
  fi

  cd -
}

# main function - entry point
function main {
  ...
  patch_it
  replace_primary_app
  finish
}

main $1

然後我們就能在每一次的 release 自由的決定 patch.sh 的內容

例如我們這一次希望的燒錄 uboot

下禮拜簡單寫個 proposal 後再來實作

1620

四月底我要幫忙 survey 一下 像我們 M300 之類的 工規 mobile router 是怎麼提供 fail redundancy 的功能

1815

ariel 有發了 M30x: Meeting Minutes

Action Items:

  1. Bench mark comparison (Proscend - Moxa - Ruggedgm - Hirschmann) : Ariel
  2. Cloud Service Study and Proposal: Spring
  3. Fail Redundancy / Link Fail Pass: Jeffrey
  4. Next Discussion Date: 4/28