* Sandpoint problems
@ 2004-02-16 0:51 Jack Liu
2004-02-16 9:35 ` Wolfgang Denk
0 siblings, 1 reply; 5+ messages in thread
From: Jack Liu @ 2004-02-16 0:51 UTC (permalink / raw)
To: linuxppc-embedded@lists.linuxppc.org
hi,folks:
I am planning to use U-Boot to replace DINK13 shipped in Sandpoint
platform. I got a sucessful compilation by: Make Sandpoint8245_config,
Make all . Then I Burn u_boot.src in the Boot ROM. IT CAN'T BOOT. I used
all default setting in the PrPMC8245 and Sandpoint board. I didn't know
the reason. Anybody knows?
Best regards
Jack Liu
Jack_liu@usish.com
2004-02-16
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Sandpoint problems
2004-02-16 0:51 Sandpoint problems Jack Liu
@ 2004-02-16 9:35 ` Wolfgang Denk
0 siblings, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2004-02-16 9:35 UTC (permalink / raw)
To: Jack Liu; +Cc: linuxppc-embedded@lists.linuxppc.org
In message <200402160051.i1G0pKqA003808@ms.usish.com> you wrote:
>
> I am planning to use U-Boot to replace DINK13 shipped in Sandpoint
> platform. I got a sucessful compilation by: Make Sandpoint8245_config,
> Make all . Then I Burn u_boot.src in the Boot ROM. IT CAN'T BOOT. I used
> all default setting in the PrPMC8245 and Sandpoint board. I didn't know
> the reason. Anybody knows?
First, this is off topic on the linuxppc-embedded list. Please send
U-Boot related questions to the u-boot-users list. Thanks.
What exactly did you do? "I Burn u_boot.src"? There is no file
u_boot.src. Do you mean u_boot.srec? Note that this is a S-Record
file - are you sure you need to use the S-record file?
Where exactly in flash did you program it? How did you verify that
the flash programming worked?
And what exactly do you mean by "it can't boot"? (An why are you
shouting?) Is the board completely dead? Is there Some output? Which?
Does U-Boot run, but fails to boot Linux? Or what?
Best regards,
Wolfgang Denk
--
See us @ Embedded World, Nuremberg, Feb 17 - 19, Hall 12.0 Booth 440
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd@denx.de
After Goliath's defeat, giants ceased to command respect.
- Freeman Dyson
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Sandpoint problems
2004-02-16 10:59 Jack Liu
@ 2004-02-16 11:04 ` Wolfgang Denk
2004-02-16 16:42 ` Greg Watson
1 sibling, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2004-02-16 11:04 UTC (permalink / raw)
To: Jack Liu; +Cc: linuxppc-embedded@lists.linuxppc.org
In message <200402161059.i1GAxDqA002613@ms.usish.com> you wrote:
>
> I used u_boot.srec. To program flash, it will first be converted to binary file.
Why not using u-boot.bin directly, then?
> >shouting?) Is the board completely dead? Is there Some output? Which?
> >Does U-Boot run, but fails to boot Linux? Or what?
> PCI LED on the board is active continuously.Yet no output. u-boot can not boot. Did I miss anything?
attach a debugger.
And please let's continue this thread on u-boot-users.
Best regards,
Wolfgang Denk
--
See us @ Embedded World, Nuremberg, Feb 17 - 19, Hall 12.0 Booth 440
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd@denx.de
Where there's no emotion, there's no motive for violence.
-- Spock, "Dagger of the Mind", stardate 2715.1
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Sandpoint problems
2004-02-16 10:59 Jack Liu
2004-02-16 11:04 ` Wolfgang Denk
@ 2004-02-16 16:42 ` Greg Watson
2004-02-16 17:12 ` Wolfgang Denk
1 sibling, 1 reply; 5+ messages in thread
From: Greg Watson @ 2004-02-16 16:42 UTC (permalink / raw)
To: Jack Liu; +Cc: linuxppc-embedded
The sandpoint has at least two (sometimes three) flash parts. The one
containing DINK is on the PCI bus on the motherboard. One or two other
flash parts are on the PrMC card connected to the local memory bus. It
is normal to leave DINK alone and program one of the other flash parts
with an alternate boot loader. There are a series of dip switches that
switch between programming and booting from the various flash parts.
Unfortunately the documentation for the switch positions is very
confusing and unless you get it exactly right the board will not boot.
The best document I've found describing this is Application Note AN2487
"Configuring Motorola PrMC Cards". You can get this from the Motorola
web site.
Greg
On Feb 16, 2004, at 3:59 AM, Jack Liu wrote:
>
> Wolfgang Denk:
> Sorry about this mess.
> ======= 2004-02-16 10:35:00 Origianl message=======
>
>> In message <200402160051.i1G0pKqA003808@ms.usish.com> you wrote:
>>>
>>> I am planning to use U-Boot to replace DINK13 shipped in
>>> Sandpoint platform. I got a sucessful compilation by: Make
>>> Sandpoint8245_config, Make all . Then I Burn u_boot.src in the Boot
>>> ROM. IT CAN'T BOOT. I used all default setting in the PrPMC8245 and
>>> Sandpoint board. I didn't know the reason. Anybody knows?
>>
>> First, this is off topic on the linuxppc-embedded list. Please send
>> U-Boot related questions to the u-boot-users list. Thanks.
>
> Sorry about this mess.
>
>> What exactly did you do? "I Burn u_boot.src"? There is no file
>> u_boot.src. Do you mean u_boot.srec? Note that this is a S-Record file
>> - are you sure you need to use the S-record file?
>
> I used u_boot.srec. To program flash, it will first be converted to
> binary file.
>
>> Where exactly in flash did you program it? How did you verify that the
>> flash programming worked?
>
> I loaded u_boot in the bootrom of sandpoint board. And the same method
> was used on DINK.
>
>> And what exactly do you mean by "it can't boot"? (An why are you
>> shouting?) Is the board completely dead? Is there Some output? Which?
>> Does U-Boot run, but fails to boot Linux? Or what?
>
> PCI LED on the board is active continuously.Yet no output. u-boot
> can not boot. Did I miss anything?
>
> = = = = = = = = = = = = = = = = = = = =
>
> Best regards
> Jack
>
>
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Sandpoint problems
2004-02-16 16:42 ` Greg Watson
@ 2004-02-16 17:12 ` Wolfgang Denk
0 siblings, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2004-02-16 17:12 UTC (permalink / raw)
To: Greg Watson; +Cc: Jack Liu, linuxppc-embedded
In message <1FF3FFE3-609F-11D8-A367-000393A47A5C@lanl.gov> you wrote:
>
> The sandpoint has at least two (sometimes three) flash parts. The one
> containing DINK is on the PCI bus on the motherboard. One or two other
> flash parts are on the PrMC card connected to the local memory bus. It
> is normal to leave DINK alone and program one of the other flash parts
> with an alternate boot loader. There are a series of dip switches that
> switch between programming and booting from the various flash parts.
> Unfortunately the documentation for the switch positions is very
> confusing and unless you get it exactly right the board will not boot.
U-Boot comes with a file doc/README.Sandpoint8240 which explains all
the required details.
Best regards,
Wolfgang Denk
--
See us @ Embedded World, Nuremberg, Feb 17 - 19, Hall 12.0 Booth 440
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd@denx.de
Beware of the Turing Tar-pit in which everything is possible but
nothing of interest is easy.
** 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:[~2004-02-16 17:12 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-16 0:51 Sandpoint problems Jack Liu
2004-02-16 9:35 ` Wolfgang Denk
-- strict thread matches above, loose matches on Subject: below --
2004-02-16 10:59 Jack Liu
2004-02-16 11:04 ` Wolfgang Denk
2004-02-16 16:42 ` Greg Watson
2004-02-16 17:12 ` Wolfgang Denk
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).