Welcome! Log In Create A New Profile

Advanced

Wrong Image Format for bootm command

Posted by ffmspider 
ffmspider
Wrong Image Format for bootm command
September 01, 2010 05:59AM
hello,

i get following problem i bricked my Dockstar before now i am able to connect via CA42 cable. there i see

resetting ...


U-Boot 2010.03-01266-g42f7128-dirty (Aug 07 2010 - 12:43:01)
Marvell-Sheevaplug

SoC:   Kirkwood 88F6281_A0
DRAM:  128 MB
NAND:  256 MiB
In:    serial
Out:   serial
Err:   serial
Net:   egiga0
88E1116 Initialized on egiga0
Hit any key to stop autoboot:  0

NAND read: device 0 offset 0x100000, size 0x300000
 3145728 bytes read: OK
Wrong Image Format for bootm command
ERROR: can't get kernel image!


how can i reinstall something or fix the problem i need Debian on this box. or the original and booting from USB the Debian.

if i follow the instruction from
Hardware:_Seagate_DockStar_Reflashing

i get this problems from step:
Write the kernel to the proper location:
Marvell>> tftp 0x800000 ce_kernel_redstone_v63.img
Using egiga0 device
TFTP from server 10.216.90.33; our IP address is 10.216.91.88
Filename 'ce_kernel_redstone_v63.img'.
Load address: 0x800000
Loading: ## Warning: gatewayip needed but not set
#################################################################
         #################################################################
         #####
done
Bytes transferred = 1978608 (1e30f0 hex)
Marvell>> nand write.e 0x800000 0x100000 0x1e30f0

NAND write: device 0 offset 0x100000, size 0x1e30f0
Attempt to write non page aligned data
 1978608 bytes written: ERROR


next......


Marvell>> tftp 0x1000000 ce_ramdisk_v2.0b.img
Using egiga0 device
TFTP from server 10.216.90.33; our IP address is 10.216.91.88
Filename 'ce_ramdisk_v2.0b.img'.
Load address: 0x1000000
Loading: ## Warning: gatewayip needed but not set
#################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         ################
done
Bytes transferred = 14534144 (ddc600 hex)

setenv bootargs $(console) root=/dev/mtdblock2 initrd=0x1000000,0xddc600

and than hanging at this:

Marvell>> bootm 0x800000
## Booting kenel from Legacy Image at 00800000 ...
   Image Name:   Linux-2.6.22.18
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    1978544 Bytes =  1.9 MB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK

Starting kernel ...

Uncompressing Linux............................................................................................................................ done, booting the kernel.



i hope someone can help
SUHASINI.S
Re: Wrong Image Format for bootm command
March 31, 2011 04:27AM
ffmspider Wrote:
-------------------------------------------------------
> hello,
>
> i get following problem i bricked my Dockstar
> before now i am able to connect via CA42 cable.
> there i see
>
>
> resetting ...
>
>
> U-Boot 2010.03-01266-g42f7128-dirty (Aug 07 2010 -
> 12:43:01)
> Marvell-Sheevaplug
>
> SoC: Kirkwood 88F6281_A0
> DRAM: 128 MB
> NAND: 256 MiB
> In: serial
> Out: serial
> Err: serial
> Net: egiga0
> 88E1116 Initialized on egiga0
> Hit any key to stop autoboot: 0
>
> NAND read: device 0 offset 0x100000, size
> 0x300000
> 3145728 bytes read: OK
> Wrong Image Format for bootm command
> ERROR: can't get kernel image!
>
>
>
> how can i reinstall something or fix the problem i
> need Debian on this box. or the original and
> booting from USB the Debian.
>
> if i follow the instruction from
> Hardware:_Seagate_DockStar_Reflashing
>
> i get this problems from step:
> Write the kernel to the proper location:
>
> Marvell>> tftp 0x800000
> ce_kernel_redstone_v63.img
> Using egiga0 device
> TFTP from server 10.216.90.33; our IP address is
> 10.216.91.88
> Filename 'ce_kernel_redstone_v63.img'.
> Load address: 0x800000
> Loading: ## Warning: gatewayip needed but not set
> ##################################################
> ###############
>
> ##################################################
> ###############
> #####
> done
> Bytes transferred = 1978608 (1e30f0 hex)
> Marvell>> nand write.e 0x800000 0x100000 0x1e30f0
>
> NAND write: device 0 offset 0x100000, size
> 0x1e30f0
> Attempt to write non page aligned data
> 1978608 bytes written: ERROR
>
>
> next......
>
>
> Marvell>> tftp 0x1000000 ce_ramdisk_v2.0b.img
> Using egiga0 device
> TFTP from server 10.216.90.33; our IP address is
> 10.216.91.88
> Filename 'ce_ramdisk_v2.0b.img'.
> Load address: 0x1000000
> Loading: ## Warning: gatewayip needed but not set
> ##################################################
> ###############
>
> ##################################################
> ###############
>
> ##################################################
> ###############
>
> ##################################################
> ###############
>
> ##################################################
> ###############
>
> ##################################################
> ###############
>
> ##################################################
> ###############
>
> ##################################################
> ###############
>
> ##################################################
> ###############
>
> ##################################################
> ###############
>
> ##################################################
> ###############
>
> ##################################################
> ###############
>
> ##################################################
> ###############
>
> ##################################################
> ###############
>
> ##################################################
> ###############
> ################
> done
> Bytes transferred = 14534144 (ddc600 hex)
>
> setenv bootargs $(console) root=/dev/mtdblock2
> initrd=0x1000000,0xddc600
>
> and than hanging at this:
>
> Marvell>> bootm 0x800000
> ## Booting kenel from Legacy Image at 00800000
> ...
> Image Name: Linux-2.6.22.18
> Image Type: ARM Linux Kernel Image
> (uncompressed)
> Data Size: 1978544 Bytes = 1.9 MB
> Load Address: 00008000
> Entry Point: 00008000
> Verifying Checksum ... OK
> Loading Kernel Image ... OK
> OK
>
> Starting kernel ...
>
> Uncompressing
> Linux.............................................
> ..................................................
> ............................. done, booting the
> kernel.
>
>
>
>
> i hope someone can help
Sam
Re: Wrong Image Format for bootm command
July 08, 2011 09:21AM
Hi all,

I have a neo freerunner with Qt extended installed in it, I want to install android on SD card and boot the device from SD card.
I have got an android cupcake SD card image from http://code.google.com/android-on-freerunner/downloads/list and have unzipped the tar file in SD card and tried to boot Mobile from SD card but it shows the following error:

Unable to load "uImage.bin" from mmc 1:1
Wrong Image or format for bootm command
ERROR : Can't get Kernel Image

I am new to this field, can anybody please help me out with the suitable solution.

Any suggestion is appreciated

Thanks & Regards,
Sammy
Re: Wrong Image Format for bootm command
July 08, 2011 01:30PM
Sam:
This is a Dockstar board.



Edited 2 time(s). Last edit at 07/08/2011 01:33PM by twinclouds.
Re: Wrong Image Format for bootm command
July 08, 2011 01:39PM
I don't know if things have been changed lately. From my previous experience, you cannot restore the original firmware (as the re-flashing article describes) with Jeff's uboot, i.e., with the prompt: "Marvell>>". You need to restore the original uboot, i.e., with the prompt: "ce>>".
If someone know this is no longer true, I am interested to know also.
Author:

Your Email:


Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: