Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to have a NMBM disabled variant of this uboot? #40

Open
skbeh opened this issue Jan 1, 2024 · 1 comment
Open

Is it possible to have a NMBM disabled variant of this uboot? #40

skbeh opened this issue Jan 1, 2024 · 1 comment

Comments

@skbeh
Copy link

skbeh commented Jan 1, 2024

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?

@hanwckf
Copy link
Owner

hanwckf commented Jan 2, 2024

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>"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants