常见问答

よくあるご質問

NAND cannot boot without SPI-NAND   日付: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";
    };
};
            
製品: マイクロプロセッサ ,Arm Cortex-A35 マイクロプロセッサ
アプリケーション:
機能: Others,Boot source,NAND