Re: [U-Boot] How to boot bare board binary from U-Boot>

2016-02-14 Thread veerendranathj
thanks for the reply... I am aware of these options. Here problem is when I use go command my program has to use U-Boot service functions(I mean standalone binaries will run in U-Boot environment)... But I want to take complete control from U-Boot as my binary is self-contained binary like kernel..

[U-Boot] How to boot bare board binary from U-Boot>

2016-02-13 Thread veerendranathj
Hello, How can we boot independent bare board binary(not standalone binary which runs using U-Boot environment and not linux kernel) from U-Boot. My requirement is to reinitialize the board and drivers using my binary... I can replace the U-Boot in the boot medium(here NOR Flash) with my binary b