Having downloaded the following SDK, I am trying to boot Linux on the Keystone 2 EVM using pre-built components within the SDK.
ti-processor-sdk-linux-k2hk-evm-02.00.01.07-Linux-x86-Install.bin
Linux boot fails with the error message "mount: mounting proc on /proc failed: No such file or directory" and additional error messages (excerpt below; full earlyprintk attached).
I'm using the following components:
from the ti-processor-sdk-linux-k2hk-evm-02.00.01.07/board-support/prebuilt-images folder:
k2hk-evm.dtb, skern-k2hk.bin, zImage-k2hk-evm.bin
from the ti-processor-sdk-linux-k2hk-evm-02.00.01.07/filesystem folder:
arago-base-tisdk-image-k2hk-evm.tar.gz
Are any of the above components incompatible with each other or with the Keystone 2 EVM?
Thanks,
John
[ 8.380055] IP-Config: Complete:
[ 8.383295] device=eth0, hwaddr=20:c3:8f:48:02:7e, ipaddr=192.168.168.25, mask=255.255.255.0, gw=255.255.255.255
[ 8.393983] host=tmac-evm, domain=, nis-domain=(none)
[ 8.399485] bootserver=192.168.168.2, rootserver=192.168.168.2, rootpath=
[ 8.417933] Freeing unused kernel memory: 248K (c06ce000 - c070c000)
INIT: version 2.88 booting
mount: mounting proc on /proc failed: No such file or directory
/etc/rcS.d/S00psplash.sh: line 10: /proc/cmdline: No such file or directory
/etc/rcS.d/S00psplash.sh: line 28: cannot redirect standard input from /dev/null: No such file or directory
Error Cannot open /dev/tty0: No such file or directory
Error opening /dev/fb0: No such file or directory
mount: can't read '/proc/mounts': No such file or directory