* [U-Boot-Users] Booting Nucleus OS using Uboot
@ 2007-10-04 22:10 Shiju Mathew
2007-10-04 22:40 ` Jean-Christophe PLAGNIOL-VILLARD
0 siblings, 1 reply; 2+ messages in thread
From: Shiju Mathew @ 2007-10-04 22:10 UTC (permalink / raw)
To: u-boot
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?
Thanks,
Shiju
^ permalink raw reply [flat|nested] 2+ messages in thread
* [U-Boot-Users] Booting Nucleus OS using Uboot
2007-10-04 22:10 [U-Boot-Users] Booting Nucleus OS using Uboot Shiju Mathew
@ 2007-10-04 22:40 ` Jean-Christophe PLAGNIOL-VILLARD
0 siblings, 0 replies; 2+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2007-10-04 22:40 UTC (permalink / raw)
To: u-boot
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
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-10-04 22:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.