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:
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.