[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[microblaze-uclinux] u-Boot image not execute?
- To: microblaze-uclinux@xxxxxxxxxxxxxx
- Subject: [microblaze-uclinux] u-Boot image not execute?
- From: "Yeoh Chun Yeow" <yeohchunyeow@xxxxxxxxx>
- Date: Thu, 21 Jun 2007 20:25:30 +0800
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=VV66IE/FeEfF8P635i7DA9MGg82MN1ZgN10EjW5M17dBh3etT0Zl+LdgtSaXs8lhvEvFH+dUvloHBSpjsvYSViyuHabz6lFUz1+xo1zAgnCCv+jYx+qyaKgiMtXjfewYvbPXyNXGA3gs98jRSD1/FBVAleM4lvLmL8VuRjJjJhA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=aCdS+VL/ie0b7cmpvgtg/DgP6Ptg7gx+xrhoMEgxYRGBBDI7plVniFxekniKCGCIGoMBzKW9rfky57IV+cBJvSZ2DtQ8+nhJ1uLJCUs/8PrP97OqYqG0D6TVDj4/KjqzzQwFMLtA3Q7I6INGN6oxEHPAb+EFy0y+RRcxQO5LIEg=
- Reply-to: microblaze-uclinux@xxxxxxxxxxxxxx
- Sender: owner-microblaze-uclinux@xxxxxxxxxxxxxx
Dear all,
I have downloaded the U-Boot srec image to my board.
However, the execution of U-boot is not triggered, instead the following messages occur:
=================================================
FS-BOOT First Stage Bootloader (c) 2006 PetaLogix
=================================================
FS-BOOT: System initialisation completed.
FS-BOOT: No existing image in FLASH. Starting image download.
FS-BOOT: Waiting for SREC image....
FS-BOOT: Image download successful.
FS-BOOT: Warning image location differ from default boot location. Image will not boot automatically after POR.
FS-BOOT: Press 'n' to boot old image.
FS-BOOT: Use new image.
FS-BOOT: Booting image...
0x26FFC000 --> the starting address of u-boot
=================================================
FS-BOOT First Stage Bootloader (c) 2006 PetaLogix
=================================================
FS-BOOT: System initialisation completed.
FS-BOOT: No existing image in FLASH. Starting image download.
FS-BOOT: Waiting for SREC image....
I have checked the code.
Go(image_start) points to the starting address of SDRAM which I download the u-boot.srec.
So what's the problem?
Please advice. Thanks.
regards,
chun yeow