20171129_jeffrey - silenceuncrio/diary GitHub Wiki

0905

review

1130

FirmwareUpgrade.sh 的施工與重構的差不多了

build 個 image

再利用 firmware_to_mfg_files.sh 解出 mfgtool 需要的 files

利用 mfgtool 做燒錄

1200

透過 web upgrade 做了幾次都成功了

修改了 config 後再 upgrade 後也有把 config 複製到另一個 dual image 去

下午可以 commit 了

1515

nandflash 的 FirmwareUpgrade.sh 部分也稍微整理一下

1545

終於阿

commit 063eee9de70388c64df90a00e52fad831ca581d0
Author: jeffrey <[email protected]>
Date:   Wed Nov 29 15:40:06 2017 +0800

    implement the firmware upgade for eMMC storage memory

 .../memory_fs/emmc/default/rootfs/etc/rc.local     |   4 +-
 .../rootfs/usr/sbin/icos/FirmwareUpgrade.sh        | 444 +++++++++++----------
 .../rootfs/usr/sbin/icos/FirmwareUpgrade.sh        | 181 +++++----
 proscend/tools/firmware_patch.sh                   |  41 +-
 4 files changed, 395 insertions(+), 275 deletions(-)

1605

雖然業務單位仍未決定搭載 eMMC 機種的 model ID

索性自己先配一個 M400 - mcsv 的 m 為 0190

commit 417746b64a69670cc7c10a890387a6dc6b8daff9
Author: jeffrey <[email protected]>
Date:   Wed Nov 29 15:56:57 2017 +0800

    suppose the model with eMMC is m400 for current image

 proscend/mconfig/configs/M300E/0_GENERIC/defconfig  | 18 +++++++++---------
 proscend/mconfig/configs/M300E/1_GPS/defconfig      | 16 ++++++++--------
 proscend/memory_fs/emmc/default/rootfs/etc/rc.local |  2 +-
 3 files changed, 18 insertions(+), 18 deletions(-)

1645

準備一下 proposal - eMMC Storage Memory

1655

修一下給 NAND Flash 的 firmware patch - 目前不需要 update uboot

commit 099c0c2ae3ea9e3cc950661c987008bd99e1ca36
Author: jeffrey <[email protected]>
Date:   Wed Nov 29 16:53:31 2017 +0800

    nothing necessary to patch in current firmware with NAND Flash storage memory

 proscend/tools/firmware_patch.sh | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)