Hi,
I am using u-boot from git://arago-project.org/git/people/sekhar/u-boot-omapl1.git.
I am using omapL138 based hawkboard.
I have compiled the u-boot using da850evm_config and tested the same on the board using "go <address>" utility in stock u-boot.
The textbase in original config.mk is 0xc1080000, by changing to 0xc7e00000 (address i choosed for testing), i downloaded into RAM using TFTP and tested by "go 0xc7e00000".
The new u-boot boots up and i am getting the prompt.
Now, I decided to flash them into NAND, so i reverted back the config.mk to original 0xc1080000 and did the clean compilation.
Using the newly built ELF uboot, i created uart2 and nand AIS binaries using AIS utility.
But, when using UART boot utility to load the generated uart ais, it reports successfully loaded and there was no error messages. When i open teraterm and did the serial port settings, there is no prompt.
I am struck at this point, unable to load/flash new uboot using ais.
Also, i am clueless about what's happening and how to debug.
Please, guide me in completing this.
Thanks and Regards,
HarishKumar.V