Part Number: TDA2EVM5777
Tool/software: Linux
Hi all,
I am trying to build PROCESSOR_SDK_VISION_03_01_00_00. I want to run Linux on A15. For this, I am referring VisionSDK_Linux_UserGuide.pdf and have installed the sdk, followed the section 2.4.2 to install Linux and other components section. Also set up linaro toolchain in ti_components/os_tools/linux/linaro
With this, I execute ,
$ make linux
make -C ./hlos/makerules/linux -f build_uboot.mk uboot
make[1]: Entering directory `/home/prabhuraj/PROCESSOR_SDK_VISION_03_01_00_00/vision_sdk/build/hlos/makerules/linux'
make -fbuild_uboot.mk uboot_build UBOOT_TARGET=dra7xx_evm_vision_config
make[2]: Entering directory `/home/prabhuraj/PROCESSOR_SDK_VISION_03_01_00_00/vision_sdk/build/hlos/makerules/linux'
make -C ARCH=arm CROSS_COMPILE= dra7xx_evm_vision_config
make: Entering an unknown directory
make: *** ARCH=arm: No such file or directory. Stop.
make: Leaving an unknown directory
make[2]: *** [uboot_build] Error 2
make[2]: Leaving directory `/home/prabhuraj/PROCESSOR_SDK_VISION_03_01_00_00/vision_sdk/build/hlos/makerules/linux'
make[1]: *** [uboot] Error 2
make[1]: Leaving directory `/home/prabhuraj/PROCESSOR_SDK_VISION_03_01_00_00/vision_sdk/build/hlos/makerules/linux'
make: *** [uboot] Error 2
When I do,
$ make kernel
make -C ./hlos/makerules/linux -f build_kernel.mk kernel
make[1]: Entering directory `/home/prabhuraj/PROCESSOR_SDK_VISION_03_01_00_00/vision_sdk/build/hlos/makerules/linux'
cd ;\
./ti_config_fragments/defconfig_builder.sh -t ti_sdk_dra7x_release
/bin/sh: 2: ./ti_config_fragments/defconfig_builder.sh: not found
make[1]: *** [kernel] Error 127
make[1]: Leaving directory `/home/prabhuraj/PROCESSOR_SDK_VISION_03_01_00_00/vision_sdk/build/hlos/makerules/linux'
make: *** [kernel] Error 2
Can anyone please let me know what I am missing here?
thanks,
prabhuraj