Hi experts,
I noticed meta-ti had add am335x-evm machine support for 3.2, it sounds great, and I tried to boot the board with linux-ti-staging_3.12.bb, the kernel is stuck. So I fall back on our TI's expert before I start to take a look at there what's happening.
Here is the log:
U-Boot# tftp kernel
link up on port 0, speed 100, full duplex
Using cpsw device
TFTP from server 128.224.162.186; our IP address is 128.224.162.99
Filename 'kernel'.
Load address: 0x80200000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
###################################################
380.9 KiB/s
done
Bytes transferred = 5512672 (541de0 hex)
U-Boot# tftp 80000000 zImage-am335x-evm.dtb
link up on port 0, speed 100, full duplex
Using cpsw device
TFTP from server 128.224.162.186; our IP address is 128.224.162.99
Filename 'zImage-am335x-evm.dtb'.
Load address: 0x80000000
Loading: ###
344.7 KiB/s
done
Bytes transferred = 39903 (9bdf hex)
U-Boot# bootm 0x80200000 - 0x80000000
## Booting kernel from Legacy Image at 80200000 ...
Image Name: Linux-3.12.4
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 5512608 Bytes = 5.3 MiB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
## Flattened Device Tree blob at 80000000
Booting using the fdt blob at 0x80000000
Loading Kernel Image ... OK
OK
Using Device Tree in place at 80000000, end 8000cbde
Starting kernel ...