From: ganapathi <ganapathi@isofttech.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] TFTP boot in u-boot
Date: Fri, 9 Apr 2004 16:58:14 +0530 [thread overview]
Message-ID: <00f501c41e25$bfd977e0$af00a8c0@tidelpark.isofttechindia.com> (raw)
In-Reply-To: 1081509060.734973532@as03.coolgoose.com
Hi,
Your way of loading is wrong.
You have to follow the below procedure
1. download the elf image into memory some where, say example
tftpboot 0x800000 linux.dxe
(consider the memory space availability and use the address according to
that.)
2. use the "bootelf" command to load the ELF image.
bootelf 0x800000
Regards
Ganapathi C
----- Original Message -----
From: "Kruthi" <kruthi_77@coolgoose.com>
To: <u-boot-users@lists.sourceforge.net>
Sent: Friday, April 09, 2004 5:21 PM
Subject: [U-Boot-Users] TFTP boot in u-boot
> Hi,
>
> I am trying to do some porting for the blackfin bf533 processor. Currently
i am
> working with tftp boot. I am able to transfer a file from the host to the
target. Now i
> need to boot the linux image on the target. I am just taking the bf533 2.4
kernel
> available in the blackfin site and i want to boot this via tftp.
>
> i just say tftpboot 1000 linux.dxe.
>
> (Actually an elf header gets added to the contents of around 94 bytes. So
i even
> tried loading the linux.dxe to (1000 - 94), i have compared the objdump
with the
> VDSP contents. Its just 1to1.
>
> when i say go 1000, it simply hangs. When i try to stop VDSP and load the
PC
> with 1000 and say go also it hangs. Do i need to do something else?
>
> I also tried by creating uImage as mentioned under README. Is it really
required?
>
> Pls let me know how can i boot this linux image from my bootloader?
>
> regards
> kruthi
>
>
>
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: IBM Linux Tutorials
> Free Linux tutorial presented by Daniel Robbins, President and CEO of
> GenToo technologies. Learn everything from fundamentals to system
> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users
next prev parent reply other threads:[~2004-04-09 11:28 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-04-09 11:51 [U-Boot-Users] TFTP boot in u-boot Kruthi
2004-04-09 11:28 ` ganapathi [this message]
2004-04-09 14:01 ` Wolfgang Denk
2004-04-11 4:44 ` [U-Boot-Users] pci_hose_write_config_{byte,word}_via_dword? Masao Uebayashi
2004-04-12 7:54 ` Masami Komiya
2004-04-12 9:10 ` Masami Komiya
2004-04-18 22:07 ` Wolfgang Denk
[not found] <01ab01c41e44$6726ec30$af00a8c0@tidelpark.isofttechindia.com>
2004-04-09 15:28 ` [U-Boot-Users] TFTP boot in u-boot Wolfgang Denk
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='00f501c41e25$bfd977e0$af00a8c0@tidelpark.isofttechindia.com' \
--to=ganapathi@isofttech.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