From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Booting Nucleus OS using Uboot
Date: Fri, 05 Oct 2007 00:40:44 +0200 [thread overview]
Message-ID: <C32B388C.3DC4%plagnioj@jcrosoft.com> (raw)
In-Reply-To: <1191535841.7694.4.camel@localhost>
Le 5/10/07 0:10, ??Shiju Mathew?? <mshiju@gmail.com> a ?crit?:
> Hello,
> I am tryng to boot Nucleus OS using uboot. I tried the raw binary and
> elf image format , but could not boot the OS. I could boot the OS using
> the RVI debugger. To boot the binary image I just load the image to a
> RAM address and called the "go" command. For elf I used bootelf command.
> Has anyone have tried to load Nucleus though U-boot?
>
You Just need to create a U-Boot Image with mkimage and specify your load
address and the entry point.
If you use tftpboot to load your image as follow
tftpboot 0xA0000000 /tftpboot/image
And to boot go 0xA00000020
Your load address is 0xA0000000
Ans your entry point is 0xA00000020
tools/mkimage -A your-arch -c none -T firmware -a 0xA0000000 -e 0xA00000020
-d image image.bin
> Thanks,
> Shiju
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems? Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users
>
prev parent reply other threads:[~2007-10-04 22:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-04 22:10 [U-Boot-Users] Booting Nucleus OS using Uboot Shiju Mathew
2007-10-04 22:40 ` Jean-Christophe PLAGNIOL-VILLARD [this message]
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=C32B388C.3DC4%plagnioj@jcrosoft.com \
--to=plagnioj@jcrosoft.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.