Info for the bootloader service for the CYBLE

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

cross mob
maswc_3957451
Level 1
Level 1
First like received First like given

Hello, I am creating an IOS and android app that will be used by out customers to update their firmware. Where can I find more info on the boot loader service?  I have downloaded the source code for the cysmart app, but I am having a tough time finding where the process is done.  Can anyone point me to an area in the source or link some documents on the subject?

I am using CY8CPROTO-063-BLE at the moment for testing.

Thanks,

Matt

0 Likes
1 Solution
DheerajK_81
Moderator
Moderator
Moderator
First comment on KBA First comment on blog 5 questions asked

All files related to Bootloader are available inside the OTAFirmwareUpdate directory of the source code located inside the path: "src\com\cypress\cysmart\OTAFirmwareUpdate\"

OTAFirmwareWrite_v1.java file is where the entire action takes place.

Regards,
Dheeraj

View solution in original post

2 Replies
DheerajK_81
Moderator
Moderator
Moderator
First comment on KBA First comment on blog 5 questions asked

All files related to Bootloader are available inside the OTAFirmwareUpdate directory of the source code located inside the path: "src\com\cypress\cysmart\OTAFirmwareUpdate\"

OTAFirmwareWrite_v1.java file is where the entire action takes place.

Regards,
Dheeraj

Thank you very very much.

0 Likes