Hi everyone, I have question about customizing the u-boot in LSDK. I can use flex build to build the deault pack now ,but I have to modify u-boot setting , I review the user guide about LSDK. but there are only operation about linux coustomize,but how to modify the U-boot? I use following step to modify the config for uboot.
1. export ARCH and CROSS-COMPILE enviorment variable
2.cd /packages/firmware/u-boot
3.run make menuconfig to save config
4. run flex-builder -c uboot -m xxxx -b sd
then there is an error at step 4, the error message is
xxxx/flexbuild_lsdk2012/packages/firmware/u-boot is not clean, please run 'make mrproper'
in the 'xxx/flexbuild_lsdk2012/packages/firmware/u-boot' directory.
xxx/flexbuild_lsdk2012/packages/firmware/u-boot/Makefile:1759: recipe for target 'prepare3' failed
make[2]: *** [prepare3] Error 1
who can give me suggestion about it? Thank you!