mk.bat gives error in FixedStack OTA Bootloader in PSoC 4 BLE

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
MKN_4249821
Level 2
Level 2

Hi all,

I am trying out the example of FixedStack OTA bootloading for PSoC 4 BLE device. I am doing the steps as described but I got error in step 11. Bat file is giving error: Can't find utilities folder "C:\Program Files(x86)\Cypress\PSoC Creator\4.1\PSoC Creator\import\gnu\arm\5.4.1\bin\arm-none-eabi-nm.exe" Please check if path to PSoC Creator specified correctly.

I am using CY8C4248LQI-BL583.

Someone please help me on this as soon as possible. I am a beginner for the PSoC application development.

0 Likes
1 Solution
GeonaP_26
Moderator
Moderator
Moderator
250 solutions authored 100 solutions authored 50 solutions authored

It seems that PSoC Creator 4.1 is not installed in your system. mk.bat is a compilation batch script file that generates custom link files using the PSoC Creator installed in your system. User needs to setup the mk.bat file paths as elaborated in page 16 of code example document. Please goto File > Code Example > BLE_OTA_FixedStack in PSoC Creator for code example and document.

View solution in original post

0 Likes
1 Reply
GeonaP_26
Moderator
Moderator
Moderator
250 solutions authored 100 solutions authored 50 solutions authored

It seems that PSoC Creator 4.1 is not installed in your system. mk.bat is a compilation batch script file that generates custom link files using the PSoC Creator installed in your system. User needs to setup the mk.bat file paths as elaborated in page 16 of code example document. Please goto File > Code Example > BLE_OTA_FixedStack in PSoC Creator for code example and document.

0 Likes