Page 1 of 1

FAQ_MA35D1_NAND_cannot_Boot_Without_SPI-NAND

Posted: 26 May 2023, 17:42
by yhcheng3
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
.