Hi all,
I'm tring to build Linux Vision SDK for fast boot which refer in the VisionSDK_Linux_UserGuide.pdf
But I stuck on apply the earlyboot-kernel-patches for kernel.
My SDK version is Vsion SDK 03_07_00_00, below is my log and error.
ac@ub:~/TDAx/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/os_tools/linux/kernel/omap$ git checkout -b fast-boot tags/REL_VISION_SDK_03_07_00_00
Switched to a new branch 'fast-boot'
ac@ub:~/TDAx/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/os_tools/linux/kernel/omap$ git status
On branch fast-boot
Untracked files:
(use "git add <file>..." to include in what will be committed)
arch/arm/configs/ti_sdk_dra7x_release_defconfig
ac@ub:~/TDAx/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/os_tools/linux/kernel/omap$ git apply ../linux-kernel-addon/earlyboot-kernel-patches/0001-dra7xx-Kernel-Optimizations-for-early-use-case-enabl.patch
error: patch failed: ti_config_fragments/auto.cfg:50
error: ti_config_fragments/auto.cfg: patch does not apply
ac@ub:~/TDAx/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/os_tools/linux/kernel/omap$ git status
On branch fast-boot
Untracked files:
(use "git add <file>..." to include in what will be committed)
arch/arm/configs/ti_sdk_dra7x_release_defconfig
nothing added to commit but untracked files present (use "git add" to track)
ac@ub:~/TDAx/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/os_tools/linux/kernel/omap$
How to apply apply the patches?
Regards
AC