File tree 3 files changed +2
-2
lines changed
CORTEX_A53_64-BIT_TI_AM64_SMP
3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 38
38
FREERTOS_CLONE =$(HOME_DIR ) /FreeRTOS/FreeRTOS
39
39
FREERTOS_SRC =$(FREERTOS_CLONE ) /Source
40
40
FREERTOS_PORTABLE =$(FREERTOS_CLONE ) /Source/portable/ThirdParty/Partner-Supported-Ports/TI/CORTEX_A53_64-BIT_TI_AM64_SMP
41
- PORT_SRC =$(FREERTOS_CLONE ) /Demo/ThirdParty/Partner-Supported-Demos/FreeRTOS-Partner-Supported-Demos/ CORTEX_A53_64-BIT_TI_AM64_SMP
41
+ PORT_SRC =$(FREERTOS_CLONE ) /Demo/ThirdParty/Partner-Supported-Demos/CORTEX_A53_64-BIT_TI_AM64_SMP
42
42
43
43
# Path to the signing tools, keys etc
44
44
SIGNING_TOOL_PATH =$(TI_PORT_DEMO_ROOT ) /tools/boot/signing
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ for CCS is below.
23
23
## NodeJs
24
24
- NodeJS needs to be installed as it is used for appimage generation.
25
25
- NodeJS can be downloaded from the link below
26
- - [ Linux] ( https://nodejs.org/dist/latest-v18.x/node-v18.12.1 -linux-x64.tar.xz )
26
+ - [ Linux] ( https://nodejs.org/dist/latest-v18.x/node-v12.18.4 -linux-x64.tar.xz )
27
27
- [ Windows] ( https://nodejs.org/dist/latest-v18.x/node-v18.12.1-x64.msi )
28
28
- The NodeJs path needs to be set correctly in ` imports.mak ` file
29
29
You can’t perform that action at this time.
0 commit comments