在tci6638k2h evm板上
按照这个文档的内容 http://www.deyisupport.com/question_answer/dsp_arm/c6000_multicore/f/53/p/23812/136232.aspx#136232
对uboot和linux进行编译
采用nfs boot方式
uboot命令行如下:
setenv tftp_root evm;setenv boot net;setenv nfs_root /tftpboot/rootfs
run init_net
dhcp 87000000 evm/k2hk-evm.dtb
dhcp 0c5f0000 evm/skern-k2hk.bin
dhcp 88000000 evm/uImage
run run_mon
TCI6638 EVM # print bootargs
bootargs=console=ttyS0,115200n8 rootwait=1 rootfstype=nfs root=/dev/nfs rw nfsroot=192.168.1.121:/tftpboot/rootfs,v3,tcp,rsize=4096,wsize=4096 ip=dhcp
TCI6638 EVM # run run_kern
linux_kern 无法正常启动
Sending all processes the TERM signal…
Sending all processes the KILL signal…
Unmounting remote filesystems…
Deactivating swap…
Unmounting local filesystems…
详细输出信息见附件 输出.txt
Linux版本:git reset –hard DEV.MCSDK-03.08.04.11
请问这是怎么回事?
Andy Yin1:
参考链接中说明先试试UBI及Ramfs boot能正常起kernel么,nfs server boot受网络配置的影响较大。