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

Michael Zimmermann sigmaepsilon92 at gmail.com
Mon Feb 15 07:25:39 CET 2016


so you just want to boot a raw binary which is not a kernel and doesn't use
the U-Boot API?
Actually, this shouldn't change anything. Linux isn't anything more than a
"self-contained" raw binary either.

I don't see why bootm wouldn't work in you situation.

Michael

On Sun, Feb 14, 2016 at 8:24 PM, veerendranathj <veeru.jkm at gmail.com> wrote:

> 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...But I can't boot using bootm or any other boot commands provided
> by
> U-Boot as my binary is not in kernel format...... Please let me know if you
> have any idea how accomplish it with out customizing the U-Boot...
>
>
>
> --
> View this message in context:
> http://u-boot.10912.n7.nabble.com/How-to-boot-bare-board-binary-from-U-Boot-tp245739p245851.html
> Sent from the U-Boot mailing list archive at Nabble.com.
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>


More information about the U-Boot mailing list