mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
fmu-v6xrt: MTD use full FRAM (32KB)
This commit is contained in:
committed by
Daniel Agar
parent
fd8df2e84d
commit
ac1effa32a
@@ -53,18 +53,12 @@ static const px4_mft_device_t i2c6 = { // 24LC64T on BASE 8K 32 X 2
|
|||||||
|
|
||||||
static const px4_mtd_entry_t fmum_fram = {
|
static const px4_mtd_entry_t fmum_fram = {
|
||||||
.device = &qspi_flash,
|
.device = &qspi_flash,
|
||||||
.npart = 2,
|
.npart = 1,
|
||||||
.partd = {
|
.partd = {
|
||||||
{
|
{
|
||||||
.type = MTD_PARAMETERS,
|
.type = MTD_PARAMETERS,
|
||||||
.path = "/fs/mtd_params",
|
.path = "/fs/mtd_params",
|
||||||
.nblocks = 32
|
.nblocks = 256
|
||||||
},
|
|
||||||
{
|
|
||||||
.type = MTD_WAYPOINTS,
|
|
||||||
.path = "/fs/mtd_waypoints",
|
|
||||||
.nblocks = 32
|
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user