Good Evening,
I need to build U-boot and Kernel for EVM K2E board.
I follow the instrunctions as given in the link:
For uboot:
processors.wiki.ti.com/.../MCSDK_UG_Chapter_Exploring
For linux:
processors.wiki.ti.com/.../MCSDK_UG_Chapter_Exploring;
And I can compile the Kernel and U-boot successfully
********************************************************************************
But when i gave the git reset --hard <Release tag> for U-boot and Linux
It displays the below message:
For u-boot ->
$ git reset --hard K2_UBOOT_2013_01_15.02_02
HEAD is now at f19bb24 Revert "k2hk: enable CONFIG_MCAST_TFTP for k2hk evm"
For linux ->
$ git reset --hard K2_LINUX_03.10.61_15.02
HEAD is now at a17b4c3 Merge branch 'master/rebuild/24-drivers-net' into master/master
I am using MCSDK 03.01.03.06 version and I got this release tag from the Release notes of (DIR)/mcsdk_bios_3_01_03_06/doc/MCSDK_Release_Notes.pdf
So without doing a reset i have compiled the source code and it compiled successfully for U-boot and Linux,
Please clarify me whether not doing a git reset will result in any problem,
Have my images has been compiled for K2E platform and will it run on the EVM board?
I haven't run on the EVM yet. So please clarify me on this.
Regards,
Sarjoon.