Tool/software:
Hello,
I would like to start Linux and R5F app from SBL. I follow in AM64x MCU+ SDK 10.00.00 the section : Linux Appimage Generator Tool here : AM64x MCU+ SDK: Booting Tools
From windows 10, i try the command below in windows console (Admin)
- For Windows
cd ${SDK_INSTALL_PATH}/tools/boot/linuxAppimageGengmake -s alland this message appears :
"C:\ti\mcu_plus_sdk_am64x_10_00_00_20\tools\boot\linuxAppimageGen>gmake -s all
C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/bin/aarch64-none-elf-ld: cannot find c:/ti/board-support/prebuilt-images/bl31.bin: No such file or directory
makefile:110: recipe for target 'bl31.elf' failed
gmake: *** [bl31.elf] Error 1"I open the makefile here C:\ti\mcu_plus_sdk_am64x_10_00_00_20\tools\boot\linuxAppimageGen\and the variable PSDK_LINUX_IMAGE_PATH is =$(HOME)/board-support/prebuilt-imagesIs it possible do build from an windows environment ? is the PSDK exist in windows environment ? where can i find this PSDK for windows environment ?If yes, how ?Best regards