J721EXCPXEVM: Need help setting up the Surround View Camera Demo

Part Number: J721EXCPXEVM
Other Parts Discussed in Thread: J721EXSOMXEVM, J7EXPA01EVM

Hello,

I have the following hardware:

Boards:

https://www.ti.com/tool/J721EXCPXEVM
https://www.ti.com/tool/J721EXSOMXEVM
https://www.ti.com/product/J7EXPA01EVM/part-details/J7EXPA01EVM?s=7e32x1a042e282a554

Cameras

https://www.d3embedded.com/wp-content/uploads/2020/02/D3Eng-DesignCore-D3RCM-IMX390-953-Datasheet.pdf

...

A colleague was able to setup this demo, but I am having trouble setting up the demo in my location. I want to run the ./run_app_multi_cam.sh demo.

I am following this guide:

https://software-dl.ti.com/jacinto7/esd/processor-sdk-rtos-jacinto7/latest/exports/docs/vision_apps/docs/user_guide/ENVIRONMENT_SETUP.html

I downloaded the Jul 6, 2026 version of "ti-processor-sdk-rtos-j721e-evm-11_02_01_03.tar.gz" on an Ubuntu 22.04 laptop.

https://www.ti.com/tool/download/PROCESSOR-SDK-RTOS-J721E/11.02.01.03

...

My steps:

1) Download "ti-processor-sdk-rtos-j721e-evm-11_02_01_03.tar.gz" and the 2 data_set files on an Ubuntu 22.04 computer

2) Perform step 1a, 

cd {path/to/file}
tar xf ti-processor-sdk-rtos-${SOC}-evm-xx_xx_xx_xx.tar.gz
 
3) Perform step 4
cd ${PSDKR_PATH}
./sdk_builder/scripts/setup_psdk_rtos.sh
 
4) Perform the Linux+RTOS mode step
cd sdk_builder
make sdk -j8
 
5) Prepare SD card for boot
umount /dev/sdb1
umount /dev/sdb2
 
cd ${PSDKR_PATH}
sudo sdk_builder/scripts/mk-linux-card.sh /dev/sdb
Screenshot from 2026-08-05 17-05-58.png
 
6) Copy/untar file systems
cd ${PSDKR_PATH}
sdk_builder/scripts/install_to_sd_card.sh
 
7) Copy test data to SD card
cd /media/$USER/root1/
mkdir -p opt/vision_apps
cd opt/vision_apps
sudo tar --strip-components=1 -xf ${path/to/file}/psdk_rtos_ti_data_set_xx_xx_xx.tar.gz
sudo tar --strip-components=1 -xf ${path/to/file}/psdk_rtos_ti_data_set_xx_xx_xx_{SOC}.tar.gz
sync
Screenshot from 2026-08-05 17-11-33.png
 
8) Copy executable to SD card
cd ${PSDKR_PATH}/sdk_builder
make linux_fs_install_sd

 

...

I get errors when I run step 8. Looking back, I don't see any files in the root1 or boot1 partitions when I run Step 6. But I also get no error messages when I try to run Step 6.

...

Do you have a solution for the error that I am seeing? Or am I running the wrong instructions?

Best,

Justin Phan