Hi, I have three MTD partitions, the mtd2 storage installed UBIFS volumes, first is dtb volume, second is kernel volume, third is rootfs volume. The saveenv was configured to save environment variables to NAND ubootenv. gpmi-nand:1m(boot),1m(ubootenv),-(storage) There was no issue to run NAND boot, but if I called saveenv in u-boot, then I run bootcmd again, it could not boot from NAND any more: Bad Linux ARM zImage magic! The saveenv does not take any parameters, how did it work to write to the NAND 1m(ubootenv)? => saveenv Saving Environment to NAND... Erasing NAND... Erasing at 0x5e0000 -- 100% complete. Writing to NAND... OK It looks like that saveenv overwritten to the storage, is 0x5e0000 RAM or NAND address? Where was that address defined? How do I know it was the NAND 1m(ubootenv) address? Thank you. Kind regards, - jh ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/