linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Can I use RiscWatch to load ppcboot?
@ 2001-04-19  1:51 byf
  2001-04-19  6:37 ` Wolfgang Denk
  2001-04-20 10:18 ` Kenneth Johansson
  0 siblings, 2 replies; 5+ messages in thread
From: byf @ 2001-04-19  1:51 UTC (permalink / raw)
  To: linuxppc-embedded@lists.linuxppc.org


Hello,

I am working for walnut 405GP, it has a ROM Monitor and RiscWatch.
now I want to use PPCBoot to overwrite ROM Monitor,
Can I use RiscWatch to load PPCBoot to flash or to ram and run it?

or can I use a kernel with mtd support to finish this?
I have no BDI2000.

Thank you!

                                  byf
                             byfmail@yeah.net


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Can I use RiscWatch to load ppcboot?
  2001-04-19  1:51 Can I use RiscWatch to load ppcboot? byf
@ 2001-04-19  6:37 ` Wolfgang Denk
  2001-04-20 10:18 ` Kenneth Johansson
  1 sibling, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2001-04-19  6:37 UTC (permalink / raw)
  To: byf; +Cc: linuxppc-embedded@lists.linuxppc.org


In message <20010419015349.90F841CA867CB@smtp.yeah.net> you wrote:
>
> I am working for walnut 405GP, it has a ROM Monitor and RiscWatch.
> now I want to use PPCBoot to overwrite ROM Monitor,

You better ask such questions on the PPCBoot mailing list!

> Can I use RiscWatch to load PPCBoot to flash or to ram and run it?

I have no idea.

> or can I use a kernel with mtd support to finish this?

You _can_ do it, but I don't recommend it.

> I have no BDI2000.

In this situation  any  minor  error  will  render  your  board  non-
functioning without any other way of recovery but getting cccess to a
BDM/JTAG debugger.

Wolfgang Denk

--
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd@denx.de
Backed up the system lately?

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Can I use RiscWatch to load ppcboot?
@ 2001-04-19  8:17 ALOEFF
  0 siblings, 0 replies; 5+ messages in thread
From: ALOEFF @ 2001-04-19  8:17 UTC (permalink / raw)
  To: linuxppc-embedded@lists.linuxppc.org


hi

i currently use the riscwatch to load ppcboot into ram and then run it
from there
to do so i changed the start of code segment in board/walnut405/config.mk
to a
address in ram eg. 30000.
in include/config_WALNUT405.h i set th flash and monitor base to the same
address (CFG_FLASH_BASE, CFG_MONITOR_BASE)
load ppcboot with 'load file ppcboot',  set iar to the start address, run

hope this helps

p/s: please excuse the message format.

Andreas Loeffler

--
EL HD S/390 SPP (Support Processor Platform Development)
IBM Entwicklungslabor          Phone: +49 (0) 7031 16 5035
Schoenaicher Str. 220          Fax:   +49 (0) 7031 16 4632
71032 Boeblingen               URL:   http://www.ibm.com




byf <byfmail@yeah.net>
04/19/01 03:51 AM
Please respond to byf


        To:     "linuxppc-embedded@lists.linuxppc.org"
<linuxppc-embedded@lists.linuxppc.org>
        cc:
        Subject:        Can I use RiscWatch to load ppcboot?




Hello,

I am working for walnut 405GP, it has a ROM Monitor and RiscWatch.
now I want to use PPCBoot to overwrite ROM Monitor,
Can I use RiscWatch to load PPCBoot to flash or to ram and run it?

or can I use a kernel with mtd support to finish this?
I have no BDI2000.

Thank you!

                                  byf
                             byfmail@yeah.net


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Can I use RiscWatch to load ppcboot?
  2001-04-19  1:51 Can I use RiscWatch to load ppcboot? byf
  2001-04-19  6:37 ` Wolfgang Denk
@ 2001-04-20 10:18 ` Kenneth Johansson
  1 sibling, 0 replies; 5+ messages in thread
From: Kenneth Johansson @ 2001-04-20 10:18 UTC (permalink / raw)
  To: byf; +Cc: linuxppc-embedded@lists.linuxppc.org


byf wrote:

> Hello,
>
> I am working for walnut 405GP, it has a ROM Monitor and RiscWatch.
> now I want to use PPCBoot to overwrite ROM Monitor,
> Can I use RiscWatch to load PPCBoot to flash or to ram and run it?
>

yes. I use the onboard SRAM walnut has a switch that exchange the flash and
sram address. So once you load it you can actually reset the machine and it
will boot just like you had programmed a real flash just don't tun the power
off :)

--
Kenneth Johansson
Ericsson Business Innovation AB   Tel: +46 8 404 71 83
Viderögatan 3                     Fax: +46 8 404 72 72
164 80 Stockholm                  kenneth.johansson@inn.ericsson.se


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re:  Can I use RiscWatch to load ppcboot?
@ 2001-04-21  3:38 byf
  0 siblings, 0 replies; 5+ messages in thread
From: byf @ 2001-04-21  3:38 UTC (permalink / raw)
  To: Kenneth Johansson; +Cc: embeded powerpc

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="GB2312", Size: 961 bytes --]


Hello,

I have can load ppcboot to ram and run it.
How can I boot from sram when reset?

Thank you!


ÔÚ 2001-04-20 12:18:00 ÄúдµÀ£º
>byf wrote:
>
>> Hello,
>>
>> I am working for walnut 405GP, it has a ROM Monitor and RiscWatch.
>> now I want to use PPCBoot to overwrite ROM Monitor,
>> Can I use RiscWatch to load PPCBoot to flash or to ram and run it?
>>
>
>yes. I use the onboard SRAM walnut has a switch that exchange the flash and
>sram address. So once you load it you can actually reset the machine and it
>will boot just like you had programmed a real flash just don't tun the power
>off :)
>
>--
>Kenneth Johansson
>Ericsson Business Innovation AB   Tel: +46 8 404 71 83
>Viderögatan 3                     Fax: +46 8 404 72 72
>164 80 Stockholm                  kenneth.johansson@inn.ericsson.se

                    ÖÂ
Àñ£¡

            byf
            byfmail@yeah.net


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-04-21  3:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-04-19  1:51 Can I use RiscWatch to load ppcboot? byf
2001-04-19  6:37 ` Wolfgang Denk
2001-04-20 10:18 ` Kenneth Johansson
  -- strict thread matches above, loose matches on Subject: below --
2001-04-19  8:17 ALOEFF
2001-04-21  3:38 byf

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 NNTP newsgroup(s).