Open blemouzy opened 1 week ago
Hi @blemouzy
Going to order the board.
Are you using the IMXRT1050-EVKB board (https://www.nxp.com/part/IMXRT1050-EVKB)?
Meanwhile, could you try the the MCUBoot sysbuild sample:
Hi @butok
Are you using the IMXRT1050-EVKB board (https://www.nxp.com/part/IMXRT1050-EVKB)?
Yes (revision B1).
Meanwhile, could you try the the MCUBoot sysbuild sample:
* west build -p always -b mimxrt1050_evk --sysbuild samples/sysbuild/with_mcuboot * west flash
Same issue.
Describe the bug
With default flash SPI partitions layout, flashing an application seems to erase mcuboot on mimxrt1050_evk.
Tested with Zephyr v3.7.0 and Zephyr main (39917ae5e6423fe74edce399b927ddff38670817).
To Reproduce
==> mcuboot starts as expected:
==> nothing is printed on serial like application programming erased mcuboot.
Expected behavior
mcuboot and application start:
Additional context
I made some tests and with the following flash SPI partition change, mcuboot and application start as expected:
I hope this is helpful.