Hi everyone,
I am using imx6ulevk board, i need to add one new command to u-boot boot loader,how can i add new command can any one help me.i searched for information but not found anywhere,if any one has information regarding this please send details or links.
Thanks & Regards,
Prasad.
Hi,
Thanks For your reply for my question,so I need a commad like for example if i enter that command i need to print "hello world welcome to u-boot" like some message .please
help me with some inputs.
Thanks & Regards,
Prasad.
it seems that you need execute a program like hello world, I suggest that you write a c code added in the bsp, compile it with toolchain, when board boot up, you execute this program to get what you need,