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.

J7 linux sdk release 07_00 target sysfw_image building error

form the top J7 linux automotive sdk release 07_00 do make all

it failed with target sysfw_image, seems to me the source dir is missing from the board_support.

Attached is the terminal output while running "make all"

================================
Building cryptodev-linux
================================
make[1]: Entering directory '/home/czhou/ti-processor-sdk-linux-automotive-j7-evm-07_00_00/board-support/extra-drivers/cryptodev-module-1.10'
make -C /home/czhou/ti-processor-sdk-linux-automotive-j7-evm-07_00_00/board-support/linux-5.4.40+gitAUTOINC+66cf445b76-g66cf445b76 M=/home/czhou/ti-processor-sdk-linux-automotive-j7-evm-07_00_00/board-support/extra-drivers/cryptodev-module-1.10 ARCH=arm64 CROSS_COMPILE=/home/czhou/ti-processor-sdk-linux-automotive-j7-evm-07_00_00/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/aarch64-none-linux-gnu- modules
make[2]: Entering directory '/home/czhou/ti-processor-sdk-linux-automotive-j7-evm-07_00_00/board-support/linux-5.4.40+gitAUTOINC+66cf445b76-g66cf445b76'
Building modules, stage 2.
MODPOST 1 modules
make[2]: Leaving directory '/home/czhou/ti-processor-sdk-linux-automotive-j7-evm-07_00_00/board-support/linux-5.4.40+gitAUTOINC+66cf445b76-g66cf445b76'
make[1]: Leaving directory '/home/czhou/ti-processor-sdk-linux-automotive-j7-evm-07_00_00/board-support/extra-drivers/cryptodev-module-1.10'
=============================
Building SYSFW Image
=============================
make[1]: Entering directory '/home/czhou'
make[1]: *** No targets specified and no makefile found. Stop.
make[1]: Leaving directory '/home/czhou'
Makefile:251: recipe for target 'sysfw-image' failed
make: *** [sysfw-image] Error 2
czhou@cz-Latitude-E5400:~/ti-processor-sdk-linux-automotive-j7-evm-07_00_00$

  • Hi,

    Thanks for reporting this issue.

    There are couple of file update required in the 

    -1- Rules.make  (found in  ti-processor-sdk-linux-automotive-j7-evm-07_00_00 directory)

    Update line 48 as below:

    export CROSS_COMPILE_ARMV7=$(LINUX_DEVKIT_PATH)/sysroots/x86_64-arago-linux/usr/bin/arm-none-linux-gnueabihf-

    -2-   Makefile (found in  ti-processor-sdk-linux-automotive-j7-evm-07_00_00 directory)

    Repaced the attached file.

    Makefile

    Thanks.