Fix: delete original partitions before overriding flash layout

This commit is contained in:
afiqzudinhadi 2026-06-24 16:12:17 +08:00
parent b8efcb3a83
commit 610deb02bf

View file

@ -50,9 +50,10 @@
reg = <0x00000000 DT_SIZE_M(4)>;
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
/delete-node/ partition@0;
/delete-node/ partition@26000;
/delete-node/ partition@ec000;
/delete-node/ partition@f4000;
sd_partition: partition@0 {
reg = <0x00000000 0x00026000>;