Hi,
I am using a XTCIEVMK2X evaluation module to prototype a system.
I am running ubuntu 15.04, and I have the TI mcsdk version mcsdk_linux_3_01_04_07.
I have CCS version 6.1.1 loaded as well.
I can communicate with the board and see output on the dual usb uart channels, and I can execute the onboard demos.
I have also been able to update the SPI flash using the program_evm tool via the onboard jtag.
I am trying to follow the instructions in the lab manuals for K2 to boot the examples from my linux box.
One of the steps is to make sure that the 'name_mon' is set to 'skern-keystone-evm.bin', which it is already for the ubi boot.
When I try and boot using ramfs insted of ubi, I get an error saying it cannot find the file. All of other files load.
When I go to the /mcsdk_linux_3_01_04_07/images directory, I find that there is no such file.
Here is what I have tried already:
1. If I set the boot flag back to ubi, I notice that it is loading the 'skern-keystone-evm.bin' file from the flash, so I know that the file does exist for the built in example.
2. There are 3 'skern' files in the images directory, 'skern-k2hk-evm.bin', 'skern-k2e-evm.bin' and 'skern-k2l-evm.bin'. I tried using the -k2hk- file and the machine would start to boot but then woulf fail during kernel init.
3. I attempted to build the boot monitor file by using 'git' to get the boot-monitor tree.
When I do a ‘git reset –hard DEV.MCSDK-03.01.04.07’ I get an error saying it’s an ambiguous arg, ‘unknown revision or path not in the working tree’
When I do a ‘git show-ref –head’ on the boot-monitor, it shows the following:
HEAD
refs/heads/master
refs/remotes/origin/master
refs/tags/K2_BM_13.11
refs/tags/K2_BM_14.06
refs/tags/K2_BM_14.07
refs/tags/K2_BM_14.09
refs/tags/K2_BM_15.07
There does not seem to be a head that matches the ‘DEV.MCSDK-03.xx’
In our case, we are using MCSDK-03..01.04.07, which is the latest available on the wesite.
Thanks in advance.
Doug