Hello,
I am using serial interface for loading the initial u-boot 1st stage using teraterm (xmodem). the boot option first checks for nand boot, and only then for serial 1st stage, i.e. if nand has something it will start from there.
I would like to know if it is possible to automate load from serial of 1st stage, and also to make it forcible (I mean that even if nand has the 1st stage, it will load 1st stage u-boot from serial)
Is it possible to automate and force it using ttl macros (I tried xmodemsend but it did not work)/other method of script ?
Thanks for suggestions,
Ran