On 03.06.2012 21:00, Parul Aggarwal wrote:
> Hi Vladimir,
>
> I understand what you are saying and grub modules seems the right way to
> go.
>
> Other two apparoaches I can think of is:
>
> 1. Make our standalone appliaction totally independent of GRUB like
> memtest application. This way we
Hi Vladimir,
I understand what you are saying and grub modules seems the right way to
go.
Other two apparoaches I can think of is:
1. Make our standalone appliaction totally independent of GRUB like memtest
application. This way we can go with independent application .bin running.
2. If we stat
On 31.05.2012 12:03, Parul Aggarwal wrote:
> Thanks Vladimir.
>
> 1. In uboot we can have standalone application (which uses uboot
> functions) compiled and run independently on uboot prompt. As I
> understand from your comments that in GRUB this is not possible. We
> wanted to run the applicatio
Thanks Vladimir.
1. In uboot we can have standalone application (which uses uboot functions)
compiled and run independently on uboot prompt. As I understand from your
comments that in GRUB this is not possible. We wanted to run the
application in a way similar to memtest in GRUB. But our applicati
On 31.05.2012 08:44, Parul Aggarwal wrote:
> Hello,
>
> I have a standalone application which I want to run in GRUB environment
> i.e. for e.g at GRUB prompt. So the flow would be I enter grub prompt
> and from there run my standalone application binary. By adding multiboot
> header to the binary
Hello,
I have a standalone application which I want to run in GRUB environment
i.e. for e.g at GRUB prompt. So the flow would be I enter grub prompt and
from there run my standalone application binary. By adding multiboot header
to the binary I am able to do that.
Now in my application I want to