RE: Re: [U-Boot-Users] U-Boot 1.1.3 does not boot with MPC8349E

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@freescale.com ============================
-----Original Message----- From: u-boot-users-admin@lists.sourceforge.net [mailto:u-boot-users-admin@lists.sourceforge.net]On Behalf Of Florian Behrens Sent: Wednesday, October 19, 2005 3:23 PM To: McClintock Matthew-R56630 Cc: u-boot-users@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@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@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users
participants (1)
-
Chu hanjin-r52514