Errors at U-boot Level

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

Errors at U-boot Level

422 Views
hrushinale
Contributor III

In our Custom board based on i-MX6 Sabresd design, we ported the U-boot but its giving below errors which we are unable to understand why its coming:

Boot logs:

In:serial

Out:   serial

Err:   serial

Boot modes set

Found PFUZE100 deviceid=10,revid=21

baudrate=115200

bootcmd=setenv bootargs console=ttymxc3,115200 consoleblank=0 root=/dev/mmcblk${mmc_dev}p2 rw;fatload mmc ${mmc_dev} ${loadaddr} uImage;fatload mmc ${mmc_dev} ${fdt_addr} ${fdt_file};bootm ${loadaddr} - ${fdt_addr}

bootdelay=3

ethprime=FEC

loadaddr=0x12000000

Environment size: 287/8188 bytes

Exiting board_late_init

Net:   FEC [PRIME]

Warning: failed to set MAC address

Warning: Your board does not use generic board. Please read

doc/README.generic-board and take action. Boards not

upgraded by the late 2014 may break or be removed.

Hit any key to stop autoboot:  0

** Invalid partition 1 **

** Invalid partition 1 **

Wrong Image Format for bootm command

ERROR: can't get kernel image!

U-Boot>

And after this its not taking any input from keyboard. If any one have Solved this this issue then plz suggest the answer.

Tags (1)
0 Kudos
2 Replies

311 Views
b36401
NXP Employee
NXP Employee

Please make sure that you set right source where u-boot to get the kernel accordingly to your custom board.

Have a great day,                                                                                                                                                                  

Victor                                                                                                                                                                             

                                                                                                                                                                                   

-----------------------------------------------------------------------------------------------------------------------                                                            

Note: If this post answers your question, please click the Correct Answer button. Thank you!                                                                                       

-----------------------------------------------------------------------------------------------------------------------                                                            

0 Kudos

311 Views
hrushinale
Contributor III

Thanks For Reply.

Actually I want to go into kernel part at this stage. I just want the U-boot prompt without error.

0 Kudos