yu.dong | f56691b | 2024-08-27 23:10:50 -0700 | [diff] [blame^] | 1 | [Instruction]
|
| 2 | 0. Make sure the patch version is fit to your codebase (e.g: If the patch named: MOLY.LR12A.R3.MP.Vx_xxxx_Py.tar, please make sure your SW version is Vx and already applied accumulated patches from P1 to Py-1)
|
| 3 | 1. Extract the patch compressed file. (*.tar.gz)
|
| 4 | 2. If the patch file contain [mcu] or [common] foloder.
|
| 5 | 2.1 Delete the following files in your original mcu codebase (important!)
|
| 6 | (i) Under mtk_rel\xxx\xxx\dhl\database folder, file name contains MDDB*************.EDB (ex: MDDB_MT6763_S00_MOLY_LR12A_R2_MP_V1.EDB & _MDDB_MT6763_S00_MOLY_LR12A_R2_MP_V1.EDB.check)
|
| 7 | (ii)Under dsp_rel\xxx\xxx\final_bin, file name starts with DbgInfo_DSP (ex: DbgInfo_DSP_MT6771_MOLY_LR12A_R2_MP_V1_2019_05_16_14_54 )
|
| 8 |
|
| 9 | 2.2 Merge the [mcu]/[common] folder to your original codebase.
|
| 10 | 2.3 cd to mcu folder and rebuild the modem image. (./m [Project makefile name] new)
|
| 11 | 2.4 Follow the instruction on ReleaseNote tab:[Build_Configure_Modem] to copy modem image to ALPS.
|
| 12 | 3. If the patch file contain [apps] folder.
|
| 13 | 3.1 Merge the [apps] folder to your original codebase.
|
| 14 | 3.2 cd the apps folder and rebuild the MD APPS library & binary. (./build.sh clean,build,pack all [modem chip generation config file])
|
| 15 | 3.3 Follow the instruction on ReleaseNote tab:[Build_Configure_Modem] to copy MD APPS library & binary to ALPS.
|
| 16 | 4. Update modem image & MD APPS library & binary in alps build system (alps build command: make update-modem)
|
| 17 |
|
| 18 | Please check SW Release Note (ReleaseNote_for_MTxxxx_alps-mp-xx.Vyy.xlsx) tab:[Build_Configure_Modem] for detail modem build Instruction.
|