This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello Champs,
SDK: ti-processor-sdk-linux-adas-j721s2-evm-09_00_00_08-Linux-x86-Install.bin, ti-processor-sdk-rtos-j721s2-evm-09_00_00_02.tar.gz.
Ubuntu systems: Ubuntu (x86_64) 22.04 system
Do the follow steps:
Step1: Download and Install PSDK RTOS:
Download and untar PSDK RTOS Tarball ti-processor-sdk-rtos-j721s2-evm-09_00_00_02.tar.gz on my Ubuntu 22.04 (x86_64) machine.
Step2: Download and Install PSDK Linux: ti-processor-sdk-linux-adas-j721s2-evm-09_00_00_08-Linux-x86-Install.bin
Step3: Copy below files (linux filesystem and linux boot files) from PSDK Linux folder to base folder of PSDK RTOS
cp ti-processor-sdk-linux-adas-j721s2-evm-09_00_00_08/board-support/prebuilt-images/boot-adas-j721s2-evm.tar.gz ti-processor-sdk-rtos-j721s2-evm-09_00_00_02/
cp ti-processor-sdk-linux-adas-j721s2-evm-09_00_00_08/filesystem/tisdk-adas-image-j721s2-evm.tar.xz ti-processor-sdk-rtos-j721s2-evm-09_00_00_02/
Step4: Download and install additional dependencies
cd ti-processor-sdk-rtos-j721s2-evm-09_00_00_02/
./sdk_builder/scripts/setup_psdk_rtos.sh
Step5: Do make u-boot command at the ti-processor-sdk-linux-adas-j721s2-evm-09_00_00_08/ path, but failure.
Please help me to fix this issue, thank you.
Hi,
I believe this is ubuntu setup issue: https://stackoverflow.com/questions/13024481/fatal-error-openssl-evp-h-no-such-file-or-directory
Check if the above post helps you. Basically try:
'apt-get install libssl-dev'
Best Regards,
Keerthy