public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: T Michael Turney <tmike@recipes4linux.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Re: how to run hello_world
Date: Fri, 8 Oct 2004 08:06:23 -0700	[thread overview]
Message-ID: <GEEKLLHMFHLAJOBEEELHGECDCMAA.tmike@recipes4linux.com> (raw)
In-Reply-To: <20041008132154.14864.qmail@web25405.mail.ukl.yahoo.com>

Your system should have a root directory called /tftpboot
Any file that tftp can download from your host system to your
target should be in a directory under /tftpboot.  Keep things
simple and put hello_world.bin file directly in /tftpboot.

As for finding hello_world.bin on your system, you might try...
    cd /
    find . -name "hello_world.bin" -print

Note that above command will yield a bunch of warnings if your
aren't the superuser or root user.
Cheers,
T.mike
  -----Original Message-----
  From: u-boot-users-admin at lists.sourceforge.net
[mailto:u-boot-users-admin at lists.sourceforge.net]On Behalf Of Farrukh Masood
  Sent: Friday, October 08, 2004 6:22 AM
  To: u-boot-users at lists.sourceforge.net
  Subject: [U-Boot-Users] Re: how to run hello_world


  Hi!
     Please tell me where can i find hello_world.bin file and where should
it be put on the host system to be accessible from u-boot based target
system with tftpboot command.

  It will be quite helpful for me if you can stepwise describe the procedure
as I am unable to understand it from the denx tutorial.

  thanks alot

  Regards
  Chishti

  Wolfgang Denk <wd@denx.de> wrote:
    In message <20041007160300.20228.qmail@web25404.mail.ukl.yahoo.com> you
wrote:
    >
    > As described in u-boot readme file, to run hello_world example we have
to write "loads", but this command doesnt seem to work with me and give the
following msg
    >
    > Unknown command 'loads' - try 'help'

    Then it seems this command was not enabled in your board
    configuration. But you can load the file using TFTP as well.

    > and when i give the command go 40004 Hello World! This is a test.
    >
    > following error msg appears

    Ummm.. did you really expect that some magic code would spring into
    life and do something reasonable when you jump to this address after



----------------------------------------------------------------------------
--
  Do you Yahoo!?
  Yahoo! Mail Address AutoComplete - You start. We finish.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20041008/62becb8a/attachment.htm 

  reply	other threads:[~2004-10-08 15:06 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-08 13:21 [U-Boot-Users] Re: how to run hello_world Farrukh Masood
2004-10-08 15:06 ` T Michael Turney [this message]
2004-10-08 18:11 ` Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2004-10-08 14:22 Smith, Craig
2004-10-08 23:01 Robin Getz
2004-10-09 13:50 ` 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=GEEKLLHMFHLAJOBEEELHGECDCMAA.tmike@recipes4linux.com \
    --to=tmike@recipes4linux.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