Hello I have a rev b board, just had it repaired when I got it back I
tried to run the same angstrom image that I was running before, but
now at boot up I get the following errors...
Texas Instruments X-Loader 1.41
Starting on with MMC
Reading boot sector
265136 Bytes Read from MMC
Starting OS Bootloader from MMC...
U-Boot 2009.01-00013-g52eddcd (Feb 03 2009 - 22:25:11)
OMAP3530-GP rev 2, CPU-OPP2 L3-165MHz
OMAP3 Beagle board + LPDDR/NAND
DRAM: 128 MB
NAND: 256 MiB
Using default environment
In: serial
Out: serial
Err: serial
Board revision Ax/Bx
Serial #14e800030000000004013f7902009018
Hit any key to stop autoboot: 0
reading boot.scr
** Unable to read "boot.scr" from mmc 0:1 **
reading uImage.bin
** Unable to read "uImage.bin" from mmc 0:1 **
Booting from nand ...
NAND read: device 0 offset 0x280000, size 0x400000
NAND read from offset 280000 failed -74
4194304 bytes read: ERROR
Wrong Image Format for bootm command
ERROR: can't get kernel image!
OMAP3 beagleboard.org #
Anybody know what the problem is and how I can fix it? thanks for the
help.
I am having trouble determining where the problem is I would assume
that the problem is on the board not the sdcard because the sd card
worked fine before, but I am not sure how to change the
bootloader...The image I am using on the sd card is from the amethyst
online image builder for reference.
Serial #14e800030000000004013f7902009018
Hit any key to stop autoboot: 0
reading boot.scr
** Unable to read "boot.scr" from mmc 0:1 **
reading uImage.bin
** Unable to read "uImage.bin" from mmc 0:1 **
Booting from nand ...
Stop at the uboot prompt, what does:
mmc init
fatls mmc 0:1
return?
Regards,
Texas Instruments X-Loader 1.41
Starting on with MMC
Reading boot sector
265136 Bytes Read from MMC
Starting OS Bootloader from MMC...
U-Boot 2009.01-00013-g52eddcd (Feb 03 2009 - 22:25:11)
OMAP3530-GP rev 2, CPU-OPP2 L3-165MHz
OMAP3 Beagle board + LPDDR/NAND
DRAM: 128 MB
NAND: 256 MiB
Using default environment
In: serial
Out: serial
Err: serial
Board revision Ax/Bx
Serial #14e800030000000004013f7902009018
Hit any key to stop autoboot: 0
OMAP3 beagleboard.org # mmc init
Usage:
mmcinit - init mmc card
OMAP3 beagleboard.org # mmc init fatls mmc 0:1
Usage:
mmcinit - init mmc card
OMAP3 beagleboard.org # mmc init
Usage:
mmcinit - init mmc card
OMAP3 beagleboard.org # fatls mmc 0:1
** Unable to use mmc 0:1 for fatls **
OMAP3 beagleboard.org #
Thanks for the help
I am pretty sure that this is the same memory card...the posts are
taking a while to show up.
I am getting the following
OMAP3 beagleboard.org # mmcinit
OMAP3 beagleboard.org # fatls mmc 0:1
16740 mlo
265136 u-boot.bin
2613988 uimage
3 file(s), 0 dir(s)
OMAP3 beagleboard.org #
There is a small chance that this is a different memory card but I am
pretty sure this is the same one.
I am getting the following
OMAP3 beagleboard.org # mmcinit
OMAP3 beagleboard.org # fatls mmc 0:1
16740 mlo
265136 u-boot.bin
2613988 uimage
There's your problem, both these are missing
** Unable to read "boot.scr" from mmc 0:1 **
** Unable to read "uImage.bin" from mmc 0:1 **
Either rename "uimage" to "uImage.bin" or write a boot.scr file such
as in this example.
http://elinux.org/BeagleBoardUbuntu#Development_PC:_Setup_SD_Partition.27s
Subsection: Create U-boot boot script:
Regards,
Thanks that fixed it....and it was the same memory card I guess the
previous booter did things differently because it was working before.
Thanks again for the help.
The posts are taking a while to show up because the email address you are using is not registered or has not yet been approved. Therefore it is being held pending approval. We average around 500 emails a day that are spam, so it can take a while to go through each one to see if it is a real email.
Gerald
Ok thanks...yea I did not realize what account I was using...you don't
have to post those other ones...I appreciate all of you efforts.