Need suggestion reagarding IDE to compile kinetis Bootloader V1.1.0

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Need suggestion reagarding IDE to compile kinetis Bootloader V1.1.0

Jump to solution
983 Views
rutvijtrivedi
Contributor III

Hello,

 

I have purchased FRDM-KL25Z evolution kit and working on customization of Bootloader of this controller. For this, I followed below steps:

1) Downloaded Freescale Kinetis Bootloader 1.1.0 package. Please find below link.

Kinetis Bootloader|Freescale

2) Download IAR & Kinetis Design Studio v3.0.

 

As per documentation of Kinetis Bootloader can be built using IAR only. So my queries are as per below.

1) What is the compilation steps using IAR to compile this bootloader source code and how can I load generated binaries into this evolution kit?

2) How can I get .srec format of output file generated from this bootloader in IAR?

3) Is there any other IDEs available to compile this Bootloader source code? If yes, please share the compilation steps of it.

 

Any help in this case would be great appreciated.

 

Thanks,

Rutvij

Labels (1)
1 Solution
748 Views
derek_lau
Contributor III

In the linker option choose Converter category and set appropriate option to generate srec file.

View solution in original post

0 Kudos
8 Replies
748 Views
rutvijtrivedi
Contributor III

Hi David,

Can you please tell me weather KBOOT v1.2.0 is available now or not  with KDS support ?

0 Kudos
748 Views
DavidS
NXP Employee
NXP Employee

Not yet.

You can check the Product Page Download tab:

Kinetis Bootloader|Freescale

It should pop up this week sometime.

Regards,

David

748 Views
rutvijtrivedi
Contributor III

Hi,

David thank you again for the link , hope we will get update soon.

0 Kudos
748 Views
DavidS
NXP Employee
NXP Employee

Hi Rutvij,

KBOOT v1.2.0 should be out next week with KDS support.

Regards,

David 

0 Kudos
748 Views
rutvijtrivedi
Contributor III

Hi David,

Thank you for your quick response.

Please update me as soon as Release of KBOOT v1.2.0 get freezes.

So now I am going to try to compile KBOOT v1.1.0 on IAR until boot loader code for KDS released. So can you please tell me the compilation steps for it and how can I generate the binary file which can be loaded into FRDM-KL25z ?

Right now i m importing "bootloader.eww" from MKL25Z4 targets(which is in FSL_Kinetis_Bootloader_1_1_0 package) directory which after compilation generates .elf binary format.

Thanks Again.

0 Kudos
748 Views
derek_lau
Contributor III

I really don't understand why "Correct Answer" was given to questions but not to the answers?

0 Kudos
749 Views
derek_lau
Contributor III

In the linker option choose Converter category and set appropriate option to generate srec file.

0 Kudos
748 Views
rutvijtrivedi
Contributor III

Hi,

Derek lau thank you for your valuable comment i got the output in .srec format.

0 Kudos