samples: subsys: littlefs on nucleo_h743zi
This commit fixes the overlay file for running the samples/subsys/fs/littlefs on the nucleo_h743zi platform. The storage_partition is moved to the qspi_nor flash instead of the internal flash. Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
parent
34718446e1
commit
15cc076126
1 changed files with 2 additions and 2 deletions
|
@ -38,9 +38,9 @@
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
|
|
||||||
partition@0 {
|
storage_partition: partition@0 {
|
||||||
label = "storage";
|
label = "storage";
|
||||||
reg = <0x01000000 DT_SIZE_M(8)>;
|
reg = <0 DT_SIZE_M(8)>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue