Other Parts Discussed in Thread: SYSCONFIG
Hello Team,
I received the AWE SDK v11.01.16.06 and am trying to follow the board setup steps mentioned in Audio SDK User's Guide and run a basic application as per the document. My board doesn't have an ethernet module and am trying to connect to the AWE server using the UART method. As per the Audio SDK User's Guide I have completed the steps:
- EVM Setup
- Format Bootable SD Card
- Boot-Switch for SD boot
- UART terminal setup
My COM ports after the setup is as shown below:

I'm trying to run the application Config1 (Running Audio Processing on C7x_0) using the binaries that come out of the box of the SDK (at location AM275-AWE-SDK_11.01.16.06/bin/am275x/sd_card):

by copying the binaries marked in red to my SD card after the formatting step in the Step 2 (Format Bootable SD Card) in the Audio SDK User's Guide. With this, on COM7 I see the below logs:
[BOOTLOADER_PROFILE] Boot Media : SD Card
[BOOTLOADER_PROFILE] Boot Image Size : 1961 KB
[BOOTLOADER_PROFILE] Cores present :
[BOOTLOADER PROFILE] TIFS init : 1166us
[BOOTLOADER PROFILE] System_init : 1800us
[BOOTLOADER PROFILE] Board_init : 3us
[BOOTLOADER PROFILE] FreeRtosTask Create : 256us
[BOOTLOADER PROFILE] Drivers_open : 5774us
[BOOTLOADER PROFILE] Board_driversOpen : 159us
[BOOTLOADER PROFILE] sciServer_init : 15101us
[BOOTLOADER PROFILE] SBL Drivers_open : 5989us
[BOOTLOADER PROFILE] Sciclient Get Version : 10040us
[BOOTLOADER PROFILE] File read from SD card : 592770us
[BOOTLOADER PROFILE] SBL End : 278us
[BOOTLOADER_PROFILE] SBL Total Time Taken : 633341us
Image loading done, switching to application ...
mcu/r5f tuning server : Configuring Codec...
[c75ss0-0] 0.000822s : asdk_flash_init done
[c75ss0-0] 0.000843s : asdk_flash_write: , 0ffset = 0x1a00000, nDWordsToWrite = 5
[c75ss0-0] 0.000856s : asdk_flash_write: , 0ffset = 0x1a00040, nDWordsToWrite = 1
[c75ss0-0] 0.000868s : asdk_flash_write: , 0ffset = 0x1a00044, nDWordsToWrite = 1
[c75ss0-0] 0.000880s : asdk_flash_write: , 0ffset = 0x1a00048, nDWordsToWrite = 1
[c75ss0-0] 0.000892s : asdk_flash_write: , 0ffset = 0x1a0004c, nDWordsToWrite = 1
[c75ss0-0] 0.000903s : asdk_flash_write: , 0ffset = 0x1a00050, nDWordsToWrite = 1
[c75ss0-0] 0.000915s : asdk_flash_write: , 0ffset = 0x1a00054, nDWordsToWrite = 1
[c75ss0-0] 0.001979s : Registering for ipc_notify ..
[c75ss0-0] 0.001992s : Sending IpcNotify_sendMsg to core 1
[c75ss0-0] 0.002005s : Waiting for MCU/R5F...
mcu/r5f tuning server : Configuring Codec...Done
Enabling clocks!
start to open driver.
EEPROM 0 MAC addr: Unable to read from eeprom instance number 1
EEPROM 1 MAC addr: Unable to read from eeprom instance number 2
EnetAppUtils_reduceCoreMacAllocation: Reduced Mac Address Allocation for CoreId:1 From 4 To 1
Mdio_open:318
EnetUdma_openRxCh:2324
EnetHostPortDma_open:120
Cpsw_openInternal:940
Cpsw_closeInternal:1033
Assertion @ Line: 1033 in /home/sjha/data/c7x/repo/release_asdk/ti-asdk-bsp/mcu_plus_sdk/am275x/source/networking/enet/core/src/per/V1/cpsw.c: hCpsw->hRxRsvdFlow != NULL
The above looks like the boot was not entirely successful. I did open other COM ports listed above to see if I get any other logs, with the settings mentioned in Step 4 of the User Guide and I see:
Sciserver Testapp Built On: Jul 23 2025 08:55:43
Sciserver Version: v2023.11.0.0REL.MCUSDK.MM.NN.PP.bb
RM_PM_HAL Version: vMM.NN.PP
Starting Sciserver..... PASSED
Starting SD Bootloader ...
SYSFW Firmware Version 11.0.7--v11.00.07 (Fancy Rat)
SYSFW Firmware revision 0xb
SYSFW ABI revision 4.0
which indicates there is a possible firmware mismatch/incompatibility. Also, when I try to connect to AWE server over serial connection (Target -> Change connection -> Connection: RS232), I see the below error as well:

My board currently has a different set of binaries loaded from a previous release as shown below:
(py-venv-dev) C:\>cd C:\ti\AM275-AWE-SDK_11.00.00.17\mcu_plus_sdk\am275x\tools\boot
(py-venv-dev) C:\ti\AM275-AWE-SDK_11.00.00.17\mcu_plus_sdk\am275x\tools\boot>python uart_uniflash.py -p COM7 --cfg=sbl_prebuilt/am275x-evm/sbl_null_hs_fs.cfg
[ERROR] Dependant modules not installed, use below pip command to install them. MAKE sure proxy for pip is setup if needed.
python -m pip install pyserial tqdm xmodem --proxy={http://your proxy server:port or leave blank if no proxy}
(py-venv-dev) C:\ti\AM275-AWE-SDK_11.00.00.17\mcu_plus_sdk\am275x\tools\boot>pip install pyserial xmodem tqdm pyelftools construct
Collecting pyserial
Downloading pyserial-3.5-py2.py3-none-any.whl.metadata (1.6 kB)
Collecting xmodem
Downloading xmodem-0.4.7-py3-none-any.whl.metadata (4.3 kB)
Requirement already satisfied: tqdm in c:\python\python310\env\py-venv-dev\lib\site-packages (4.66.5)
Requirement already satisfied: pyelftools in c:\python\python310\env\py-venv-dev\lib\site-packages (0.32)
Requirement already satisfied: construct in c:\python\python310\env\py-venv-dev\lib\site-packages (2.10.70)
Requirement already satisfied: colorama in c:\python\python310\env\py-venv-dev\lib\site-packages (from tqdm) (0.4.6)
Downloading pyserial-3.5-py2.py3-none-any.whl (90 kB)
Downloading xmodem-0.4.7-py3-none-any.whl (35 kB)
Installing collected packages: xmodem, pyserial
Successfully installed pyserial-3.5 xmodem-0.4.7
[notice] A new release of pip is available: 24.3.1 -> 25.1.1
[notice] To update, run: python.exe -m pip install --upgrade pip
(py-venv-dev) C:\ti\AM275-AWE-SDK_11.00.00.17\mcu_plus_sdk\am275x\tools\boot>python uart_uniflash.py -p COM7 --cfg=sbl_prebuilt/am275x-evm/sbl_null_hs_fs.cfg
Parsing config file ...
Parsing config file ... SUCCESS. Found 2 command(s) !!!
Executing command 1 of 2 ...
Found flash writer ... sending sbl_prebuilt/am275x-evm/sbl_uart_uniflash.release.hs_fs.tiimage
Sent flashwriter sbl_prebuilt/am275x-evm/sbl_uart_uniflash.release.hs_fs.tiimage of size 404425 bytes in 36.26s.
Executing command 2 of 2 ...
Command arguments : --file=sbl_prebuilt/am275x-evm/sbl_null.release.hs_fs.tiimage --operation=flash --flash-offset=0x0
Sent sbl_prebuilt/am275x-evm/sbl_null.release.hs_fs.tiimage of size 420681 bytes in 38.83s.
[STATUS] SUCCESS !!!
All commands from config file are executed !!!
(py-venv-dev) C:\ti\AM275-AWE-SDK_11.00.00.17\mcu_plus_sdk\am275x\tools\boot>python uart_uniflash.py -p COM13 --cfg=sbl_prebuilt/am275x-evm/sbl_null_hs_fs.cfg
Parsing config file ...
Parsing config file ... SUCCESS. Found 2 command(s) !!!
Executing command 1 of 2 ...
Found flash writer ... sending sbl_prebuilt/am275x-evm/sbl_uart_uniflash.release.hs_fs.tiimage
Sent flashwriter sbl_prebuilt/am275x-evm/sbl_uart_uniflash.release.hs_fs.tiimage of size 404425 bytes in 38.3s.
Executing command 2 of 2 ...
Command arguments : --file=sbl_prebuilt/am275x-evm/sbl_null.release.hs_fs.tiimage --operation=flash --flash-offset=0x0
Sent sbl_prebuilt/am275x-evm/sbl_null.release.hs_fs.tiimage of size 420681 bytes in 38.72s.
[STATUS] SUCCESS !!!
All commands from config file are executed !!!
Also, when I try to build as mentioned in the "Building Applications" Step in the User Guide, I see the below:
(py-venv-dev) C:\>cd C:\ti\AM275-AWE-SDK_11.01.16.06\audio_app\am275\c75_0\ti-c7000
(py-venv-dev) C:\ti\AM275-AWE-SDK_11.01.16.06\audio_app\am275\c75_0\ti-c7000>cd ..\..\
(py-venv-dev) C:\ti\AM275-AWE-SDK_11.01.16.06\audio_app\am275>cd C:\ti\AM275-AWE-SDK_11.01.16.06\audio_app\am275\c75_0\ti-c7000
(py-venv-dev) C:\ti\AM275-AWE-SDK_11.01.16.06\audio_app\am275\c75_0\ti-c7000>gmake clean
Cleaning: am275x:c7x-0:freertos:ti-c7000 audioApp_c7x_0.release.out ...
C:/ti/ccs2020/ccs/utils/cygwin/rm -rf obj/release/
C:/ti/ccs2020/ccs/utils/cygwin/rm -f audioApp_c7x_0.release.out
C:/ti/ccs2020/ccs/utils/cygwin/rm -f audioApp_c7x_0.release.appimage
C:/ti/ccs2020/ccs/utils/cygwin/rm -f audioApp_c7x_0.release.appimage_xip
C:/ti/ccs2020/ccs/utils/cygwin/rm -f audioApp_c7x_0.release.appimage.signed
C:/ti/ccs2020/ccs/utils/cygwin/rm -f audioApp_c7x_0.release.appimage.hs
C:/ti/ccs2020/ccs/utils/cygwin/rm -f audioApp_c7x_0.release.appimage.hs_fs
C:/ti/ccs2020/ccs/utils/cygwin/rm -rf generated/
(py-venv-dev) C:\ti\AM275-AWE-SDK_11.01.16.06\audio_app\am275\c75_0\ti-c7000>gmake
Generating SysConfig files ...
C:/ti/sysconfig_1.24.0/nodejs/node C:/ti/sysconfig_1.24.0/dist/cli.js --product C:/ti/AM275-AWE-SDK_11.01.16.06/mcu_plus_sdk/am275x/.metadata/product.json --device AM275x --context c75ss0-0 --part AM2754 --package ANJ --output generated/ ../audio_app_c7x_0.syscfg
process_begin: CreateProcess(NULL, C:/ti/sysconfig_1.24.0/nodejs/node C:/ti/sysconfig_1.24.0/dist/cli.js --product C:/ti/AM275-AWE-SDK_11.01.16.06/mcu_plus_sdk/am275x/.metadata/product.json --device AM275x --context c75ss0-0 --part AM2754 --package ANJ --output generated/ ../audio_app_c7x_0.syscfg, ...) failed.
make (e=2): The system cannot find the file specified.
makefile:293: recipe for target 'syscfg' failed
gmake: *** [syscfg] Error 2
I feel there is a missing step in the setup that I need to do to load the AWE application and test/build the SDK. Could you please help me:
- fix the setup and boot the EVM board right
- load the desired application and run the right AWE layout?
Regards,
Sreekanth





