Hi,
I am booting up XEVMK2LX through ramfs by using prebuild images in the board-support/prebuilt-images/ folder
- keystone-k2l-evm.dtb
- skern-k2l.bin
- zImage-k2l-evm.bin
with
u-boot version : U-Boot 2016.05-gb4e185a8c3 (Jul 08 2016 - 23:01:41 -0400)
Linux sdk : ti-processor-sdk-linux-k2l-evm-03.00.00.04
I encountered couple issues such as memory overlap and eth0 doesnt work.
1) Memory overlap
[ 0.000000] Reserved memory: OVERLAP DETECTED!
[ 0.000000] mpm_block_mem@820000000 (0x0000000820000000--0x0000000822000000) overlaps with dsp_reserved_mpm_area (0x0000000820000000--0x0000000840000000)
[ 0.000000] Reserved memory: OVERLAP DETECTED!
[ 0.000000] dsp_reserved_mpm_area (0x0000000820000000--0x0000000840000000) overlaps with cmem_block_mem@829000000 (0x0000000822000000--0x0000000840000000)
2) eth0 failed to open
Configuring network interfaces... [ 4.992418] netcp-1.0 2620110.netcp: Could not open DMA queue for channel "tx-pipe-2620110": 0
[ 5.001400] net eth0: module open failed
ifconfig: SIOCSIFFLAGS: No such device
Any idea what wrong with the setup?
Attached are my uboot enviroment setting and kernel booting log
u-boot environment setting
/cfs-file/__key/communityserver-discussions-components-files/791/5684.uboot-environment.txt
kernel booting log
/cfs-file/__key/communityserver-discussions-components-files/791/4024.Kernel-boot.log
Regards
Khor