Hello All,
We have a DM814x based custom board. We set default booting options as follow.
Nand -> MMC -> Uart.
[First go to nand, if nothing is there then it will try using MMC, if nothing is there than it switch to UART boot mode]
We want to give automated(one step) booting option for bare board.
By automated, we mean, it will fetch uboot mini, uboot, kernel, ubifs from x86 and write all these into Nand, when board is fresh.
One way I got is using TeraTerm script.
Is there any other way for doing the same?
Please give any reference for TeraTerm script as well.