init
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
### Bolide firmware verfication
|
||||
- [x] Create a tool to flash firmware and read back the version.(2020/12/22-2021/01/04)
|
||||
- [x] Try **[vc-fwUpdate](https://github.com/Logitech/vc-fwUpdate)**. To find a way to get version of Bolide.(2020/12/29-2020/12/30)
|
||||
- Trace了一下code,它會搜尋目錄下的
|
||||
- VIDEO.bin
|
||||
- EEPROM.bin
|
||||
- VIDEOBLE.bin
|
||||
- TABLEHUB.bin
|
||||
- VERSIONS.bin
|
||||
- 這幾個檔案,但是在
|
||||
- `Cowork(Awin)\BolideDFUTest\win_fw_updaterCmd\BolideRC_Bolide_TableHub-1.0_1.1.262_artifacts\`
|
||||
- `Cowork(Awin)\BolideDFUTest\win_fw_updaterCmd\BolideRC_Bolide_TableHub-1.0_1.1.263_artifacts\`
|
||||
- 都沒有這幾個檔案,我猜測`BolideCli`應該是另一種目錄結構。
|
||||
- [x] 問問看如何才能使用`BolideCli`(2020/12/30-) ^6fcbfe
|
||||
- [x] 問Avon
|
||||
- [x] 問Leo
|
||||
- [x] 問Eric
|
||||
- [x] 拿到到Team City帳號
|
||||
- [x] 加入USB switch的參數 (2021/01/21-2021/01/21)
|
||||
- [x] 實機測試USB switch (2021/01/22-) ^5da8a9
|
||||
- [x] 將USB switch的參數寫到RobotRunDocOnline (2021/01/22-) ^e41150
|
||||
- [x] 更新Jira [VC-30666](https://jira.logitech.com/browse/VC-30666) (2021/01/22-) ^8132b0
|
||||
@@ -0,0 +1,25 @@
|
||||
- [x] 可以讀出device version (2021/01/11-2021/01/14) ^f3bffe
|
||||
- `FWUpdateMeridian-DEV.exe` 雖然可以讀version,但是是顯示在UI上,script無法從terminal讀出來。
|
||||
- Visual Studio 2017無法編譯,會有[C2280](https://docs.microsoft.com/zh-tw/cpp/error-messages/compiler-errors-1/compiler-error-c2280?view=msvc-160)的error。
|
||||
- Error at `Frontends\common\cliwrapper.cpp`, line: 87
|
||||
```
|
||||
template<class S>
|
||||
locked_basic_ostream<E, T> operator<<(const S& s)
|
||||
{
|
||||
auto lock = std::unique_lock<std::mutex>(sync_basic_ostream_mutex);
|
||||
os_ << s;
|
||||
return locked_basic_ostream<E, T>(os_, std::move(lock)); <- HERE!
|
||||
}
|
||||
```
|
||||
- 使用Visual Studio 2013可以編譯。
|
||||
- [x] 修改`vc-fwUpdate`裡面的`LogiFirmwareUpdateMeetup`來讀device version並從teminal印出來。(2021/01/11-2021/01/14) ^703261
|
||||
- [x] 可以讀出image version (2021/01/11-2021/01/11)
|
||||
- 因為image version是包在`FWUpdateMeridian-DEV.exe`裡面,每個版本都會有不同的`FWUpdateMeridian-DEV.exe`,所以沒有辦法透過修改`FWUpdateMeridian-DEV.exe`來得到image version。
|
||||
- 請Avon為每一個`FWUpdateMeridian-DEV.exe`編寫一個`version.txt`來讓`FwUpdateCheck.py`讀取。
|
||||
|
||||
- [x] 測試不同firmware交替測試 (2021/01/16-)
|
||||
- [x] 再跟Avon要一版firmware (2021/01/16-) ^429c0b
|
||||
- 結果沒給,算了
|
||||
- [x] 測試Meetup的錄音 (2021/01/16-) ^f5f408
|
||||
- [x] 把Meetup FirmwareUpdateCheck.py更新到RobotRunDoc (2021/01/16-) ^fed4be
|
||||
- [x] 把Meetup FirmwareUpdateCheck.py更新到Jira (2021/01/16-) ^04fb4f
|
||||
Reference in New Issue
Block a user