Other Parts Discussed in Thread: SYSCONFIG
Hi
I was trying to switch a CCS project from r5_0-0 to r5_0-1
I ran the script to generate the "sciclient_defaultBoardcfg_rm.c" as shown:
AM64x MCU+ SDK: Modifying resource allocation
and I have the following error:
C:\ti\mcu_plus_sdk_am64x_09_01_00_41>make -s -C tools/sysfw/boardcfg configure-gen SOC=am64x
process_begin: CreateProcess(NULL, C:/ti/sysconfig_1.18.0/nodejs/node C:/ti/sysconfig_1.18.0/dist/cli.js --product C:/ti/mcu_plus_sdk_am64x_09_01_00_41/tools/sysfw/boardcfg/respart/am64x/k3-respart-tool-0.5/.metadata/product.json --output generated/ C:/ti/mcu_plus_sdk_am64x_09_01_00_41/tools/sysfw/boardcfg/respart/am64x/k3-respart-tool-0.5/out/am64x-evm.syscfg, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [configure-gen] Error 2
I did not change any setting in the "am64x-evm.syscfg", but I found that there is no resource partition in the R5_0_0 althrough a lot of examples from the SDK is based on R5_0_0:
Any advise would be helpful
Thanks a lot