public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] U-Boot 1.1.3 does not boot with MPC8349E
@ 2005-10-19  8:16 Florian Behrens
  0 siblings, 0 replies; 10+ messages in thread
From: Florian Behrens @ 2005-10-19  8:16 UTC (permalink / raw)
  To: u-boot

Yep, that's right.

Florian.

Chu hanjin-r52514 <Hanjin.Chu@freescale.com> schrieb am 19.10.2005 09:30:07:

> I am not clear of your DIP setting. Seems you bootup your u-boot 
> from reading HRCW from flash seeing below your log. Anyway, it has bootup.
> 
> Best Regards
> 
> ============================ 
> Neil Chu 
> 
> Developer Technology Organization
> Freescale Semiconductor Inc. 
> Email: hanjin.chu at freescale.com
> ============================ 
> 
> 
> 
> -----Original Message-----
> From: u-boot-users-admin at lists.sourceforge.net [mailto:u-boot-users-
> admin at lists.sourceforge.net]On Behalf Of Florian Behrens
> Sent: Wednesday, October 19, 2005 3:23 PM
> To: McClintock Matthew-R56630
> Cc: u-boot-users at lists.sourceforge.net
> Subject: Re: Re: [U-Boot-Users] U-Boot 1.1.3 does not boot with MPC8349E
> 
> 
> I didn't change the flash address but rather the text segment start 
> address from 0xFE700000 to 0xFE000000 in board/mpc8349ads/config.mk 
> (see also my message from 2005-10-11 08:25).
> 
> I used the commands as described in the README:
> 
> tftp 10000 u-boot.bin
> protect off fe000000 fe09ffff
> erase fe000000 fe09ffff
> cp.b 10000 fe000000 a0000
> 
> Servus,
> Florian.
> 
> Matthew McClintock <msm@freescale.com> schrieb am 19.10.2005 09:00:50:
> 
> > Did you find a solution to your problem? Neil Chu just sent a patch in
> > today that corrects values in the MPC8349 readme. Can you give a listing
> > of the commands you used to program the new u-boot onto your board?
> > 
> > -Matthew
> > 
> > 
> > On Mon, 2005-10-10 at 18:15 +0200, flobe01 at arcor.de wrote:
> > > Has anybody tried to bring up U-Boot 1.1.3 together with a (Power 
> > Quicc II Pro) MPC8349E MDS Processor Board (silicon rev 1.0)? The 
> > board comes with a (probably patched) 1.1.2 version installed. I 
> > want to update it to 1.1.3 in order to be able to use a current 
> > Linux kernel (2.6.13 - U-Boot 1.1.2 seems to be incompatible due to 
> > differences in the bd_info structures, right?).
> > > 
> > > After building U-Boot and writing to the flash according to the 
> > README, the board does show no more signs of life (apart from the 
> > reset sequence leds) after hard reset.
> > > 
> > > I used crosstool 0.38 for building the tool chain with a standard 
> > ppc target (-mcpu=powerpc) and gcc 3.4.1.
> > > 
> > > Are there any board settings necessary other than those defaults 
> > in the Getting Started guide?
> > > 
> > > Thanks and regards,
> > > Florian.

Machen Sie aus 14 Cent spielend bis zu 100 Euro!
Die neue Gaming-Area von Arcor - ?ber 50 Onlinespiele im Angebot.
http://www.arcor.de/rd/emf-gaming-1

^ permalink raw reply	[flat|nested] 10+ messages in thread
* [U-Boot-Users] U-Boot 1.1.3 does not boot with MPC8349E
@ 2005-10-19  7:30 Chu hanjin-r52514
  0 siblings, 0 replies; 10+ messages in thread
From: Chu hanjin-r52514 @ 2005-10-19  7:30 UTC (permalink / raw)
  To: u-boot

I am not clear of your DIP setting. Seems you bootup your u-boot from reading HRCW from flash seeing below your log. Anyway, it has bootup.

Best Regards

============================ 
Neil Chu 

Developer Technology Organization
Freescale Semiconductor Inc. 
Email: hanjin.chu at freescale.com
============================ 



-----Original Message-----
From: u-boot-users-admin@lists.sourceforge.net [mailto:u-boot-users-admin at lists.sourceforge.net]On Behalf Of Florian Behrens
Sent: Wednesday, October 19, 2005 3:23 PM
To: McClintock Matthew-R56630
Cc: u-boot-users at lists.sourceforge.net
Subject: Re: Re: [U-Boot-Users] U-Boot 1.1.3 does not boot with MPC8349E


I didn't change the flash address but rather the text segment start address from 0xFE700000 to 0xFE000000 in board/mpc8349ads/config.mk (see also my message from 2005-10-11 08:25).

I used the commands as described in the README:

tftp 10000 u-boot.bin
protect off fe000000 fe09ffff
erase fe000000 fe09ffff
cp.b 10000 fe000000 a0000

Servus,
Florian.

Matthew McClintock <msm@freescale.com> schrieb am 19.10.2005 09:00:50:

> Did you find a solution to your problem? Neil Chu just sent a patch in
> today that corrects values in the MPC8349 readme. Can you give a listing
> of the commands you used to program the new u-boot onto your board?
> 
> -Matthew
> 
> 
> On Mon, 2005-10-10 at 18:15 +0200, flobe01 at arcor.de wrote:
> > Has anybody tried to bring up U-Boot 1.1.3 together with a (Power 
> Quicc II Pro) MPC8349E MDS Processor Board (silicon rev 1.0)? The 
> board comes with a (probably patched) 1.1.2 version installed. I 
> want to update it to 1.1.3 in order to be able to use a current 
> Linux kernel (2.6.13 - U-Boot 1.1.2 seems to be incompatible due to 
> differences in the bd_info structures, right?).
> > 
> > After building U-Boot and writing to the flash according to the 
> README, the board does show no more signs of life (apart from the 
> reset sequence leds) after hard reset.
> > 
> > I used crosstool 0.38 for building the tool chain with a standard 
> ppc target (-mcpu=powerpc) and gcc 3.4.1.
> > 
> > Are there any board settings necessary other than those defaults 
> in the Getting Started guide?
> > 
> > Thanks and regards,
> > Florian.


Machen Sie aus 14 Cent spielend bis zu 100 Euro!
Die neue Gaming-Area von Arcor - ?ber 50 Onlinespiele im Angebot.
http://www.arcor.de/rd/emf-gaming-1


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

^ permalink raw reply	[flat|nested] 10+ messages in thread
* [U-Boot-Users] U-Boot 1.1.3 does not boot with MPC8349E
@ 2005-10-19  7:23 Florian Behrens
  0 siblings, 0 replies; 10+ messages in thread
From: Florian Behrens @ 2005-10-19  7:23 UTC (permalink / raw)
  To: u-boot

I didn't change the flash address but rather the text segment start address from 0xFE700000 to 0xFE000000 in board/mpc8349ads/config.mk (see also my message from 2005-10-11 08:25).

I used the commands as described in the README:

tftp 10000 u-boot.bin
protect off fe000000 fe09ffff
erase fe000000 fe09ffff
cp.b 10000 fe000000 a0000

Servus,
Florian.

Matthew McClintock <msm@freescale.com> schrieb am 19.10.2005 09:00:50:

> Did you find a solution to your problem? Neil Chu just sent a patch in
> today that corrects values in the MPC8349 readme. Can you give a listing
> of the commands you used to program the new u-boot onto your board?
> 
> -Matthew
> 
> 
> On Mon, 2005-10-10 at 18:15 +0200, flobe01 at arcor.de wrote:
> > Has anybody tried to bring up U-Boot 1.1.3 together with a (Power 
> Quicc II Pro) MPC8349E MDS Processor Board (silicon rev 1.0)? The 
> board comes with a (probably patched) 1.1.2 version installed. I 
> want to update it to 1.1.3 in order to be able to use a current 
> Linux kernel (2.6.13 - U-Boot 1.1.2 seems to be incompatible due to 
> differences in the bd_info structures, right?).
> > 
> > After building U-Boot and writing to the flash according to the 
> README, the board does show no more signs of life (apart from the 
> reset sequence leds) after hard reset.
> > 
> > I used crosstool 0.38 for building the tool chain with a standard 
> ppc target (-mcpu=powerpc) and gcc 3.4.1.
> > 
> > Are there any board settings necessary other than those defaults 
> in the Getting Started guide?
> > 
> > Thanks and regards,
> > Florian.


Machen Sie aus 14 Cent spielend bis zu 100 Euro!
Die neue Gaming-Area von Arcor - ?ber 50 Onlinespiele im Angebot.
http://www.arcor.de/rd/emf-gaming-1

^ permalink raw reply	[flat|nested] 10+ messages in thread
* [U-Boot-Users] U-Boot 1.1.3 does not boot with MPC8349E
@ 2005-10-19  7:12 Chu hanjin-r52514
  0 siblings, 0 replies; 10+ messages in thread
From: Chu hanjin-r52514 @ 2005-10-19  7:12 UTC (permalink / raw)
  To: u-boot

What is your on board switch setting for u-boot 1.1.2, what is your oscillator frequency?
Knowing the u-boot 1.1.3 defaulty bootup by reading Hardware Reset Configuration Word from BCSR.


Best Regards

============================ 
Neil Chu 
Freescale Semiconductor Inc. 
============================ 



-----Original Message-----
From: u-boot-users-admin@lists.sourceforge.net
[mailto:u-boot-users-admin at lists.sourceforge.net]On Behalf Of McClintock
Matthew-R56630
Sent: Wednesday, October 19, 2005 3:01 PM
To: flobe01 at arcor.de
Cc: u-boot-users at lists.sourceforge.net
Subject: Re: [U-Boot-Users] U-Boot 1.1.3 does not boot with MPC8349E


Did you find a solution to your problem? Neil Chu just sent a patch in
today that corrects values in the MPC8349 readme. Can you give a listing
of the commands you used to program the new u-boot onto your board?

-Matthew


On Mon, 2005-10-10 at 18:15 +0200, flobe01 at arcor.de wrote:
> Has anybody tried to bring up U-Boot 1.1.3 together with a (Power Quicc II Pro) MPC8349E MDS Processor Board (silicon rev 1.0)? The board comes with a (probably patched) 1.1.2 version installed. I want to update it to 1.1.3 in order to be able to use a current Linux kernel (2.6.13 - U-Boot 1.1.2 seems to be incompatible due to differences in the bd_info structures, right?).
> 
> After building U-Boot and writing to the flash according to the README, the board does show no more signs of life (apart from the reset sequence leds) after hard reset.
> 
> I used crosstool 0.38 for building the tool chain with a standard ppc target (-mcpu=powerpc) and gcc 3.4.1.
> 
> Are there any board settings necessary other than those defaults in the Getting Started guide?
> 
> Thanks and regards,
> Florian.
> 
> 
> Machen Sie aus 14 Cent spielend bis zu 100 Euro!
> Die neue Gaming-Area von Arcor - ?ber 50 Onlinespiele im Angebot.
> http://www.arcor.de/rd/emf-gaming-1
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by:
> Power Architecture Resource Center: Free content, downloads, discussions,
> and more. http://solutions.newsforge.com/ibmarch.tmpl
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

^ permalink raw reply	[flat|nested] 10+ messages in thread
* [U-Boot-Users] U-Boot 1.1.3 does not boot with MPC8349E
@ 2005-10-10 16:15 flobe01 at arcor.de
  2005-10-10 20:38 ` Jeff Angielski
  2005-10-19  7:00 ` Matthew McClintock
  0 siblings, 2 replies; 10+ messages in thread
From: flobe01 at arcor.de @ 2005-10-10 16:15 UTC (permalink / raw)
  To: u-boot

Has anybody tried to bring up U-Boot 1.1.3 together with a (Power Quicc II Pro) MPC8349E MDS Processor Board (silicon rev 1.0)? The board comes with a (probably patched) 1.1.2 version installed. I want to update it to 1.1.3 in order to be able to use a current Linux kernel (2.6.13 - U-Boot 1.1.2 seems to be incompatible due to differences in the bd_info structures, right?).

After building U-Boot and writing to the flash according to the README, the board does show no more signs of life (apart from the reset sequence leds) after hard reset.

I used crosstool 0.38 for building the tool chain with a standard ppc target (-mcpu=powerpc) and gcc 3.4.1.

Are there any board settings necessary other than those defaults in the Getting Started guide?

Thanks and regards,
Florian.


Machen Sie aus 14 Cent spielend bis zu 100 Euro!
Die neue Gaming-Area von Arcor - ?ber 50 Onlinespiele im Angebot.
http://www.arcor.de/rd/emf-gaming-1

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

end of thread, other threads:[~2005-10-19  8:16 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-19  8:16 [U-Boot-Users] U-Boot 1.1.3 does not boot with MPC8349E Florian Behrens
  -- strict thread matches above, loose matches on Subject: below --
2005-10-19  7:30 Chu hanjin-r52514
2005-10-19  7:23 Florian Behrens
2005-10-19  7:12 Chu hanjin-r52514
2005-10-10 16:15 flobe01 at arcor.de
2005-10-10 20:38 ` Jeff Angielski
2005-10-10 21:00   ` Wolfgang Denk
2005-10-10 23:00   ` Kumar Gala
2005-10-11  2:09     ` Jeff Angielski
2005-10-19  7:00 ` Matthew McClintock

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox