常見問答

FAQ

NAND cannot boot without SPI-NAND   Issue Date:2025-03-03

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.

&qspi0 {
    spi-nand@0 {
        compatible = "spi-nand-disabled";
    };
};
            
Products: Microprocessors ,Arm Cortex-A35 MPUs
Applications:
Function: Others,Boot source,NAND