Hi Bharath, Stefan
Although Stefan is absolutely right, I'd like to suggest you to NOT modify the "RUN_OPT = --target uboot" lines to "RUN_OPT += --target uboot" but to remove them from your build.conf. The "--target uboot" would be ignored by the run tools anyway and this way you keep your build.conf content less irritating.
Cheers, Martin
Hi Martin and Stefen,
Thanks. Now I tried RUN_OPT += --target uboot. It worked. But image.elf is created in build_sabrelite_tz/var/run/tz_vmm_mx6/ folder. Can I directly dump to the SDCard or should I need to convert to a binary?
Cheers, Bharath