Problem with the communication with i.MX.........

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Problem with the communication with i.MX.........

1,042 Views
KrishnaPavan
Contributor II
*** ERROR: `serverip' not set
Wrong Image Format for bootm command
ERROR: can't get kernel image!

These are the messages I am getting when I try to communicate with i.MX using minicom.

How to resolve this?
Labels (1)
Tags (2)
0 Kudos
3 Replies

650 Views
KrishnaPavan
Contributor II

Is the server ip 10:193:100:158 as that given in the document a default address?

Because the ethernet address is a default one.......as per the docs and that on my system

I am attaching the document and the page no is 24 out of 33 pages

0 Kudos

650 Views
KrishnaPavan
Contributor II

But an image is already present in the SD Card........... All those processes have been done and the SD Card has been give to me loaded.....

                                  
Board: MX51 BABBAGE 3.0 [POR]
Boot Device: SPI NOR
I2C:   ready
DRAM:  512 MB
MMC:   FSL_ESDHC: 0, FSL_ESDHC: 1
*** Warning - bad CRC or MMC, using default environment

In:    serial
Out:   serial
Err:   serial
PMIC Mode: SPI
Net:   got MAC address from IIM: 00:04:9.........
FEC0 [PRIME]
Hit any key to stop autoboot:  0
*** ERROR: `serverip' not set
Wrong Image Format for bootm command
ERROR: can't get kernel image!

 

This is the complete error code

0 Kudos

650 Views
VladanJovanovic
NXP Employee
NXP Employee

Quite simple, set the serverip variable in uboot :-)

 

When fetching kernel image using TFTP, you need to have serverip value set so that uboot know where to fetch the kernel from.

0 Kudos