To execute menuconfig for U-Boot type
bitbake u-boot -c devshell
make menuconfig
The Art of the Electronics
To execute menuconfig for U-Boot type
bitbake u-boot -c devshell
make menuconfig
mtdpart
2. Partition erase
nand.erase part NAND.partition-name
nand.erase chip
3. Write partition
nand write ${loadaddr} NAND.partition-name ${filesize}