summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Baryshkov <dbaryshkov@gmail.com>2021-05-15 00:02:50 +0300
committerDmitry Baryshkov <dbaryshkov@gmail.com>2021-05-15 00:02:53 +0300
commitd88a4fbf4fcf211acf8dbca59b9bd65901589dfb (patch)
treebd371f05877e247153c423ca0ea2b28dc8e80ab6
parent27eb085920fba9f31150e636ed18af9cfff1d4c2 (diff)
rb5: linux,aosp: flash cdt partition
Flash CDT partition to overcome possible issues with it being incorrectly flashed for some of development device. Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
-rwxr-xr-xrb5/aosp/flashall1
-rw-r--r--rb5/aosp/partition.xml2
-rwxr-xr-xrb5/linux/flashall1
-rw-r--r--rb5/linux/partition.xml2
4 files changed, 4 insertions, 2 deletions
diff --git a/rb5/aosp/flashall b/rb5/aosp/flashall
index 772146b..966d670 100755
--- a/rb5/aosp/flashall
+++ b/rb5/aosp/flashall
@@ -13,6 +13,7 @@ fastboot flash apdp apdp.mbn
#fastboot flash bluetooth_a BTFM.bin
fastboot flash cmnlib64_a cmnlib64.mbn
fastboot flash cmnlib_a cmnlib.mbn
+fastboot flash cdt cdt.bin
fastboot erase ddr
fastboot flash devcfg_a devcfg.mbn
fastboot flash dsp_a dspso.bin
diff --git a/rb5/aosp/partition.xml b/rb5/aosp/partition.xml
index 33032d3..c0f58f2 100644
--- a/rb5/aosp/partition.xml
+++ b/rb5/aosp/partition.xml
@@ -36,7 +36,7 @@
Linux Android customers can ignore this requirement -->
<physical_partition>
<partition label="ALIGN_TO_128K_1" size_in_kb="104" type="FDE1604B-D68B-4BD4-973D-962AE7A1ED88" bootable="false" readonly="true" />
- <partition label="cdt" size_in_kb="128" type="A19F205F-CCD8-4B6D-8F1E-2D9BC24CFFB1" bootable="false" readonly="true" filename="" />
+ <partition label="cdt" size_in_kb="128" type="A19F205F-CCD8-4B6D-8F1E-2D9BC24CFFB1" bootable="false" readonly="true" filename="cdt.bin" />
<partition label="ddr" size_in_kb="2048" type="20A0C19C-286A-42FA-9CE7-F64C3226A794" bootable="false" readonly="true"/>
<partition label="mdmddr" size_in_kb="1024" type="433EE193-1A8E-4D35-860F-FF66676AF52B" bootable="false" readonly="false" filename=""/>
<partition label="last_parti" size_in_kb="0" type="00000000-0000-0000-0000-000000000000" bootable="false" readonly="true" filename="" />
diff --git a/rb5/linux/flashall b/rb5/linux/flashall
index 772146b..966d670 100755
--- a/rb5/linux/flashall
+++ b/rb5/linux/flashall
@@ -13,6 +13,7 @@ fastboot flash apdp apdp.mbn
#fastboot flash bluetooth_a BTFM.bin
fastboot flash cmnlib64_a cmnlib64.mbn
fastboot flash cmnlib_a cmnlib.mbn
+fastboot flash cdt cdt.bin
fastboot erase ddr
fastboot flash devcfg_a devcfg.mbn
fastboot flash dsp_a dspso.bin
diff --git a/rb5/linux/partition.xml b/rb5/linux/partition.xml
index f92c816..07d93c9 100644
--- a/rb5/linux/partition.xml
+++ b/rb5/linux/partition.xml
@@ -35,7 +35,7 @@
Linux Android customers can ignore this requirement -->
<physical_partition>
<partition label="ALIGN_TO_128K_1" size_in_kb="104" type="FDE1604B-D68B-4BD4-973D-962AE7A1ED88" bootable="false" readonly="true" />
- <partition label="cdt" size_in_kb="128" type="A19F205F-CCD8-4B6D-8F1E-2D9BC24CFFB1" bootable="false" readonly="true" filename="" />
+ <partition label="cdt" size_in_kb="128" type="A19F205F-CCD8-4B6D-8F1E-2D9BC24CFFB1" bootable="false" readonly="true" filename="cdt.bin" />
<partition label="ddr" size_in_kb="2048" type="20A0C19C-286A-42FA-9CE7-F64C3226A794" bootable="false" readonly="true"/>
<partition label="mdmddr" size_in_kb="1024" type="433EE193-1A8E-4D35-860F-FF66676AF52B" bootable="false" readonly="false" filename=""/>
<partition label="last_parti" size_in_kb="0" type="00000000-0000-0000-0000-000000000000" bootable="false" readonly="true" filename="" />