Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e57f81f7 authored by tracychui's avatar tracychui
Browse files

Add product image and mount partition

Root cause:N/A

How to fix:N/A

Feature:Add product image and mount partition for keep customer app

RiskArea: Memory
Change-Id: I82e99852936bc7fc8fab2034a097f943a6422f63
parent bde46d69
Loading
Loading
Loading
Loading
+11 −2
Original line number Diff line number Diff line
@@ -37,13 +37,14 @@
		compatible = "simple-bus";
	};

//#[TracyChui] Add product image and mount partition 20200612 start
//[20200520][TracyChui]Implement AB partition on Android Q start
	firmware: firmware {
		android {
			compatible = "android,firmware";
			vbmeta {
				compatible = "android,vbmeta";
				parts = "vbmeta,boot,system,vendor,dtbo"; 
				parts = "vbmeta,boot,system,vendor,dtbo,product"; 
				//parts = " vbmeta,boot,system,vendor,dtbo,recovery";
			};

@@ -58,11 +59,19 @@
					//fsmgr_flags = "wait,avb";
					status = "ok";
				};

        product {
					compatible = "android,product";
					dev = "/dev/block/platform/soc/7824900.sdhci/by-name/product";
					type = "ext4";
					mnt_flags = "ro,barrier=1,discard";
					fsmgr_flags = "wait,slotselect,avb";
					status = "ok";
				};
			};
		};
	};
//[20200520][TracyChui]Implement AB partition on Android Q end
//[TracyChui] Add product image and mount partition 20200612 end

	reserved-memory {
		#address-cells = <2>;