public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Doug Fraser <dfraser@photuris.com>
To: 'Anthony Massa' <amassa@logici.com>,
	"'eCos (E-mail)'" <ecos-discuss@sourceware.cygnus.com>
Subject: RE: [ECOS] Redboot
Date: Fri, 15 Dec 2000 05:54:00 -0000	[thread overview]
Message-ID: <E2D27064CD59574F88D05AEF5728396D01E59F@PH01SRV02.photuris.com> (raw)

Hello Anthony,

One thing I would try, is convert the srec to pure binary.
Then use plh to load it into RAM at a known location.
To do this, run 'env' first, and set the load address.
For example, set it to 10000 hex.

then, assuming that you have set up your ip (niot),
and that the binary image is in /tmp/redboot.bin,

plh 20 0 /tmp/redboot.bin

You will now have the image in RAM at 10000 hex.
The length will be reported from plh when it completes.
(it reports in decimal) Assuming that it is 20000 hex bytes long,

pflash 10000 30000 fc000000

That should do it. Then power off, switch J4 to select the block
you just programmed, and power up.

(I am assuming a general knowledge of MBX and EPPC-Bug here)

Perhaps Bill Gatliff can add some details off line.
He is also working with an MBX board, and has dealt with
much of this already. Bill????

cheers

Doug

> -----Original Message-----
> From: Anthony Massa [ mailto:amassa@logici.com ]
> Sent: Thursday, December 14, 2000 4:03 PM
> To: 'eCos (E-mail)'
> Subject: [ECOS] Redboot
> 
> 
> I am trying to get redboot running on my MBX board.  I have built the
> redboot images.  However, the srec image I noticed started at address
> 0xfe000000.  I could not download this image using eppc-bug.  
> So, I used
> objcopy with the line from the documentation:
> 
> powerpc-eabi-objcopy -O srec --change-address=0x02040000 redboot.img
> redboot_mbx.srec.
> 
> I then tried to download this new image (redboot_mbx.srec).  
> I cannot see
> any output from the serial port or any response from the board.
> 
> Can you help me out and let me know what I might be forgetting to do.
> 
> Thanks.
> 
> 

             reply	other threads:[~2000-12-15  5:54 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-12-15  5:54 Doug Fraser [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-11-19 14:33 Re: [ECOS] redboot Syed Ismail
2007-11-20 20:28 ` Gary Thomas
2007-11-19 11:56 Syed Ismail
2007-11-19 13:00 ` Gary Thomas
2007-11-12 11:31 Re: [ECOS] Redboot Syed Ismail
2007-11-12 12:14 ` Gary Thomas
2007-11-12  8:40 Syed Ismail
2007-11-12  8:49 ` Andrew Lunn
2007-11-01 12:16 Syed Ismail
2005-05-20  9:11 [ECOS] RedBoot Yuriy V.
2003-04-18 16:59 [ECOS] redboot rameshs
2003-04-22 17:33 ` Jonathan Larmour
2001-12-26 23:11 [ECOS] RedBoot Gustav Kälvesten
2001-12-26 23:07 satish s mantri
2001-05-07 23:16 [ECOS] redboot mekala natarajan
2001-04-20 10:02 [ECOS] RedBoot Anthony Massa
2001-04-20 10:17 ` Jonathan Larmour
2001-04-19 17:24 Anthony Massa
2001-04-19 19:49 ` Jonathan Larmour
2001-04-20  7:22   ` Anthony Massa
2001-04-20  7:36     ` Jonathan Larmour
2001-04-20 17:24   ` Anthony Massa
2001-04-22 14:38   ` Anthony Massa
2001-04-23 12:09     ` Jonathan Larmour
2001-04-19 16:19 Anthony Massa
2001-04-19 16:31 ` Jonathan Larmour
2001-04-19 16:36   ` Anthony Massa
2001-04-19 19:49     ` Jonathan Larmour
     [not found] <XFMail.20001218160541.gthomas@redhat.com>
     [not found] ` <3A3F957D.4E7868F2@redhat.com>
     [not found]   ` <20001219112529.A26497@sr1.open-widgets.com>
     [not found]     ` <3A3FBAD2.8CD0F487@rhinosys.com>
2001-01-02  6:33       ` [ECOS] Redboot Jesper Skov
     [not found] <002001c0712a$89dad900$0200a8c0@cts.com>
2001-01-01  8:10 ` [ECOS] RedBoot Gary Thomas
2001-01-01 11:38   ` Anthony Massa
2001-01-01 16:16     ` Gary Thomas
2001-01-01 17:45       ` Anthony Massa
     [not found] <00c601c07037$36ec1e50$0200a8c0@cts.com>
2000-12-27 11:12 ` Gary Thomas
2000-12-27 11:53   ` Anthony Massa
2000-12-27 15:32     ` Gary Thomas
2000-12-27 16:49       ` Anthony Massa
     [not found] <003f01c06d3b$50b4ad10$0200a8c0@cts.com>
2000-12-27 10:49 ` Gary Thomas
2000-12-09 14:46 [ECOS] Redboot Anthony Massa
2000-11-07  7:06 [ECOS] redboot Jörg Rapka
2000-11-07  8:10 ` Gary Thomas

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=E2D27064CD59574F88D05AEF5728396D01E59F@PH01SRV02.photuris.com \
    --to=dfraser@photuris.com \
    --cc=amassa@logici.com \
    --cc=ecos-discuss@sourceware.cygnus.com \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).