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.

AM62A3-Q1: How to set "__ROOTFS_PART__ at Processsor Lnux SDK AM62A (9.0)

Part Number: AM62A3-Q1

Hello Support team.

 

I tried to make according to the below doc at SK_AM62A_LP.

software-dl.ti.com/.../Top_Level_Makefile.html

 

Downloaded file is “ti-processor-sdk-linux-edgeai-am62axx-evm-09_00_00_08-Linux-x86-Install.bin”.

Then installed it into Ubuntu 22.04(LTS)

I could successful “make” command.

Also I could successful “make u-boot”

 

But I got the failure “make install”.

Error Message is the below.

> ================================

> Installing cryptodev-linux

>  ================================

> The extracted target filesystem directory doesn't exist.

> Please run setup.sh in the SDK's root directory and then try again.

> make: *** [makerules/Makefile_cryptodev:17: cryptodev_install] Error 1

 

Of course, I conducted “setup.sh”.

Then I checked the cause of this error. It seems to not define “ROOTFS_PART”.

And this ROOTFS_PART has been defined in Rules.make the below

#root of the target file system for installing applications

ROOTFS_PART?=__ROOTFS_PART__

 

I would like to know how define __ROOTFS_PART__

I need to set it manually ?

 

Best Regards

KORO