From 5af62c89d6c6dfa8e52668dd064175a353422bdd Mon Sep 17 00:00:00 2001 From: Achala Ram Date: Wed, 20 Sep 2023 12:12:12 +0530 Subject: [PATCH] am64x/am243x: Tamagawa: Update release note -add firmware build failure bug in release note Fixes: PINDSW-6933 Signed-off-by: Achala Ram --- .../api_guide/device/am243x/release_notes_09_00_00.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs_src/docs/api_guide/device/am243x/release_notes_09_00_00.md b/docs_src/docs/api_guide/device/am243x/release_notes_09_00_00.md index 8afcb76..6e3232c 100644 --- a/docs_src/docs/api_guide/device/am243x/release_notes_09_00_00.md +++ b/docs_src/docs/api_guide/device/am243x/release_notes_09_00_00.md @@ -11,6 +11,8 @@ Unless noted otherwise, the SW modules would work on any of the R5F's present on the SOC. \n Unless noted otherwise, the SW modules would work on all supported EVMs \n +\note Tamagawa over SoC UART example is not supported for AM243x + ## New in this Release Feature | Module @@ -224,6 +226,13 @@ Module | Supported CPUs | SysConfig Support | OS Support | Key feat 9.0 onwards - + + PINDSW-6931 + Tamagawa: Firmware build failing + Position Sense Tamagawa + 9.0 onwards + 1. Update include path of icss_regs.inc and icss_cfg_regs.inc files to `../../../../mcu_plus_sdk/source/pru_io/firmware/common/ ` path in `tamagawa_main.asm` and `tamagawa_icss_reg_defs.h` files.
2. Replace ED with ENDAT in symbol definitions in tamagawa_main.asm file's lines 101 to 122. (For example, update `ICSS_CFG_PRU0_ED_CH0_CFG1` to `ICSS_CFG_PRU0_ENDAT_CH0_CFG1` ) +