Tool/software: Linux
Hi,
I am trying to boot am57x eval board from tftp. I set this feature using setup.sh script(tftp boot, sd card nfs).
When u-boot starts, it loads the image from /tftpboot directory ( zImage-am57xx-evm.bin). But after loading, it hangs,
giving the following error:
zImage-am57xx-evm.bin
Load address: 0x82000000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#####################################################
4.1 MiB/s
done
Bytes transferred = 3597872 (36e630 hex)
Wrong Image Format for bootm command
ERROR: can't get kernel image!
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
** File not found /boot/zImage-am57xx-evm.bin **
failed to set signal voltage
switch to partitions #0, OK
mmc1(part 0) is current device
failed to set signal voltage
SD/MMC found on device 1
reading /boot/zImage-am57xx-evm.bin
** Unable to read file /boot/zImage-am57xx-evm.bin **
Can you please kindly suggest a solution?
Thanks