Skip to content

Commit 96b10f4

Browse files
authored
AM64x A53 Demo: Fix build error for Linux host machine (#8)
Signed-off-by: Anoop <[email protected]> Signed-off-by: Anoop <[email protected]>
1 parent 0ffe15c commit 96b10f4

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

CORTEX_A53_64-BIT_TI_AM64_SMP/imports.mak

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ endif
3838
FREERTOS_CLONE=$(HOME_DIR)/FreeRTOS/FreeRTOS
3939
FREERTOS_SRC=$(FREERTOS_CLONE)/Source
4040
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
4242

4343
# Path to the signing tools, keys etc
4444
SIGNING_TOOL_PATH=$(TI_PORT_DEMO_ROOT)/tools/boot/signing

CORTEX_A53_64-BIT_TI_AM64_SMP/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ for CCS is below.
2323
## NodeJs
2424
- NodeJS needs to be installed as it is used for appimage generation.
2525
- 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)
2727
- [Windows](https://nodejs.org/dist/latest-v18.x/node-v18.12.1-x64.msi)
2828
- The NodeJs path needs to be set correctly in `imports.mak` file
2929

Binary file not shown.

0 commit comments

Comments
 (0)