From: Peng Fan <van.freenix@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Using U-Boot to load RTOS
Date: Wed, 6 Apr 2016 17:03:08 +0800 [thread overview]
Message-ID: <20160406090104.GA25521@linux-7smt.suse> (raw)
In-Reply-To: <CAEUhbmUgvtH=DkJOp9Wx7j5jSmzyJ8gwdj+QDKUP4C6U+qeriQ@mail.gmail.com>
Hi Niti,
On Wed, Apr 06, 2016 at 01:39:31PM +0800, Bin Meng wrote:
>On Wed, Apr 6, 2016 at 1:21 PM, Niti Gupta <gupta.niti61@gmail.com> wrote:
>> Hello Bin,
>>
>> I am trying to load Segger's embOS.
>>
>
>Please avoid top-posting.
>
>I don't know this OS, but you can try 'bootelf' command if embOS image
>is an ELF image. If there is anything special, you need write your own
>boot command for the OS.
Besids bootelf, you can directly using command "go", if your image is
a bin file.
Share my way to boot rtems on i.MX6UL.
first load you os bin file to a dram address, saying 0x80008000,
then
dcache off
icache off
dcache flush
icache flush
go 0x80008000
Regards,
Peng
>
>> Thanks,
>> Niti Gupta
>>
>> On 6 April 2016 at 07:18, Bin Meng <bmeng.cn@gmail.com> wrote:
>>>
>>> On Wed, Apr 6, 2016 at 3:07 AM, Niti Gupta <gupta.niti61@gmail.com> wrote:
>>> > Hello,
>>> >
>>> >
>>> > I am working on embedded systems. I want to use u-boot to load rtos on
>>> > freescale i.MUX6UL board but failed to find appropriate way to do
>>> > this. Kindly help me to find out steps to load rtos from u-boot.
>>> >
>>>
>>> What RTOS are you trying to load?
>
>Regards,
>Bin
>_______________________________________________
>U-Boot mailing list
>U-Boot at lists.denx.de
>http://lists.denx.de/mailman/listinfo/u-boot
next prev parent reply other threads:[~2016-04-06 9:03 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-05 19:07 [U-Boot] Using U-Boot to load RTOS Niti Gupta
2016-04-06 1:48 ` Bin Meng
2016-04-06 5:21 ` Niti Gupta
2016-04-06 5:39 ` Bin Meng
2016-04-06 7:28 ` Niti Gupta
2016-04-06 9:03 ` Peng Fan [this message]
2016-04-06 10:02 ` Niti Gupta
2016-04-06 13:13 ` Peng Fan
2016-04-06 15:54 ` Niti Gupta
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160406090104.GA25521@linux-7smt.suse \
--to=van.freenix@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox