IMXRT1061 sanity check failed Zephyr

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

IMXRT1061 sanity check failed Zephyr

跳至解决方案
369 次查看
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 项奖励
1 解答
337 次查看
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 项奖励
1 回复
338 次查看
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 项奖励