Open skbeh opened 10 months ago
try to set these configs in <uboot dir>/configs/<defconfig>
# CONFIG_ENABLE_NAND_NMBM is not set
# CONFIG_CMD_NMBM is not set
CONFIG_MTDIDS_DEFAULT="spi-nand0=spi-nand0"
CONFIG_MTDPARTS_DEFAULT="spi-nand0:<mtdparts string>"
NMBM has its own problems which caused the opposition from the OpenWRT and Linux upstream developers, and this uboot only supports firmwares with NMBM enabled.
Would it be possible to have some configs with NMBM disabled?