IMXRT1061 sanity check failed Zephyr

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

IMXRT1061 sanity check failed Zephyr

Jump to solution
357 Views
MCW
Contributor III

Hi all,

I use IMXRT1061 with Zephyr OS.

The error log shows [00:00:07.157,000] <err> mpu: Partition 2: sanity check failed.

I guess it is related to the setting of device tree.

	cpus {
		#address-cells = < 0x1 >;
		#size-cells = < 0x0 >;
		cpu@0 {
			device_type = "cpu";
			compatible = "arm,cortex-m7";
			reg = < 0x0 >;
			#address-cells = < 0x1 >;
			#size-cells = < 0x1 >;
			mpu: mpu@e000ed90 {
				compatible = "arm,armv7m-mpu";
				reg = < 0xe000ed90 0x40 >;
				arm,num-mpu-regions = < 0x10 >;
			};
		};
	};

How could I deal with this problem?

Best regards,

Doris

0 Kudos
1 Solution
325 Views
Omar_Anguiano
NXP TechSupport
NXP TechSupport

Hello
I hope you are well.

For better support on Zephyr please you can upload your questions to one of the help channels for Zephyr: Getting Started Guide — Zephyr Project Documentation

Best regards,
Omar

View solution in original post

0 Kudos
1 Reply
326 Views
Omar_Anguiano
NXP TechSupport
NXP TechSupport

Hello
I hope you are well.

For better support on Zephyr please you can upload your questions to one of the help channels for Zephyr: Getting Started Guide — Zephyr Project Documentation

Best regards,
Omar

0 Kudos