FAQ_MA35D1_NAND_cannot_Boot_Without_SPI-NAND

Post Reply
yhcheng3
Posts: 55
Joined: 02 Dec 2022, 10:46

26 May 2023, 17:42

Question :

NAND cannot boot without SPI-NAND


Answer.
The boot failure issue after removing SPI-NAND has been resolved by disabling it in the device tree. By adding the following code to MA35D1_Buildroot\output\build\uboot-custom\arch\arm\dts\ma35d1.dts, SPI-NAND is disabled.

Code: Select all

&qspi0 {
	spi-nand@0 {
	compatible = "spi-nand-disabled";
	};
};




#MA35D1, #SOM_EVB, #NAND #BOOT
.

Post Reply
  • Information
  • Who is online

    Users browsing this forum: No registered users and 7 guests