Tool/software: Code Composer Studio
Hi,
Recently,I try to use ti-processor-sdk-linux-k2hk-evm-06.01.00.08 on my EVMK2H.
No matter using arago-base-tisdk-image-k2hk-evm.ubi which prebuild ,Or the .ubi I compile
I still meet some problems:
1, Ethernet link down , after whole filesystem boot up. I saw someone have same question on TI website
Do I need to disable some function on Linux?
2, Error message comes up.It may be not affect kernel operation.But error message make me feel unstable.
Have any solution for these error message?
3, The prebuild .ubi file is about 166MB ,but the file size of ubi I compile is about 200Mb. I don't change anything but they aren't same size.
So any parameter or setting I need to modify? Here is the command I input to compile ubi file:
mkfs.ubifs -r ./boot -F -o keystone-evm-boot.ubifs -m 2048 -e 126976 -c 47
mkfs.ubifs -r ./tisdk -o processor-rootfs-k2hk-evm.ubifs -F -m 2048 -e 126976 -c 4800
ubinize -o k2hk-evm-rootfs.ubi -m 2048 -p 128KiB -s 2048 -O 2048 ubinize_k2hk-evm.cfg
Best Regards
Jacky