I am trying to boot AM5728 EVM by creating zImage and dtb file. I am using arago tool chain for compilation.
Toolchain at: linux-devkit/sysroots/x86_64-arago-linux/usr/bin
Kernel: ti-processor-sdk-linux-am57xx-evm-02.00.02.11/board-support/linux-4.1.18+gitAUTOINC+bbe8cfc1da-gbbe8cfc" for zImage creation
DTB: generated from arch/arm/boot/dts/am57xx-evm-es2plus.dts
Using the default U-Boot and FIlesystem:
While Booting through tftp, boot-loader hangs at Starting Kernel ...
Importing environment from mmc0 ...
cpsw Waiting for PHY auto negotiation to complete... done
link up on port 0, speed 1000, full duplex
BOOTP broadcast 1
BOOTP broadcast 2
DHCP client bound to address 172.16.31.233 (299 ms)
link up on port 0, speed 1000, full duplex
Using cpsw device
TFTP from server 172.16.31.209; our IP address is 172.16.31.233
Filename 'zImage-am57xx-evm.bin'.
Load address: 0x82000000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#######################
4.4 MiB/s
done
Bytes transferred = 5105192 (4de628 hex)
link up on port 0, speed 1000, full duplex
Using cpsw device
TFTP from server 172.16.31.209; our IP address is 172.16.31.233
Filename 'am57xx-evm-es2plus.dtb'.
Load address: 0x88000000
Loading: ####################
3.7 MiB/s
done
Bytes transferred = 101535 (18c9f hex)
Kernel image @ 0x82000000 [ 0x000000 - 0x4de628 ]
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Loading Device Tree to 8ffe4000, end 8ffffc9e ... OK
Starting kernel ...
What is the Solution to this issue.
Thanks
Brijesh