Flashloader_pack1.X.0.exe

I right now am following the guide on the flashloader example at

https://synergygallery.renesas.com/media/products/74/193/en-US/r11an0073eu0100-synergy-ssp-flashloader.pdf

I am trying to get this working but require  Flashloader_pack1.2.0b1.exe. I cannot find this download on the website or is there a place where I can download  Flashloader_pack1.3.0.exe since I am using SSP 1.3.0.

I looked in the e2_studio install directory and still cannot find anything. Please let me know where I can find the flashloader pack or where to download it.

I am using the SK-S7G2 starter kit.

  • I made that I described above and I restarted e2 studio, I can see now Flashloader in Threads tab > New Stack > Renesas .
    However there are only three possibilities and not the one I used in Renesas.Synergy_flashloader.1.3.0.pack . Bootloader Framework on sf_bootloader_mcu is missing in Renesas.Synergy_flashloader.1.4.0.pack
    Does anyone have a suggestion?
  • Hi Bj,

    Sorry, you're right, it's needed to rename *.pack.zip to *.pack and place it in packs/.

    I've just created a new project and see the Bootloader Framework on sf_bootloader_mcu available. Have you selected SSP 1.4.0 in BSP tab?

    Regards,
    adboc

  • Hi adboc,

    Thanks for your help, I also tried with a new project and I could see all modules. However, I couldn't see them in my existing project so I deleted it from my workspace and imported it again.

    When I opened my project and built with SSP 1.4.0, it didn't remove bootloader component (certainly because the pack is recognized) and the build is ok.

    However I still can't see all modules in Flashloader but my project works, it's not a problem for now but I can't add some modules if needed.

    Thanks,

    Bj
  • Hi Bj,

    Could you check if there are no components from SSP older than 1.4.0 in Components tab? I suggest removing .module_descriptions directory, it will be generated again when opening the project.

    Regards,
    adboc
  • Hi Adboc,

    I checked and all components come from SSP 1.4.0. I did what you suggested by removing .module_descriptions directory, when I opened the project it generated again the directory but I couldn't see the flashloader module in Threads tab > New Stack

    Regards,
    Bj
  • Hi All,

    As I said above, it works for one of my projects but I can't see all the modules in Threads tab > New Stack > Renesas. That's not a problem for this project, however I need to add a module to another existing project and I can't.

    In the C:\Renesas\e2_studio_6_2_0\internal\projectgen\arm\packs there is the Renesas.Synergy_flashloader.1.4.0.pack. I tried to remove it and add it again, the change has been detected in e2Studio but I have this message:
    "Installing Synergy support files: Renesas.Synergy_flashloader.1.4.0.pack... No support files present."

    Regards,

    Bj
  • Hi All,

    As I said above, the first time I moved to the SSP 1.4.0, in my existing project which uses the Bootloader the module has been removed. I added the Renesas.Synergy_flashloader.1.4.0.pack and when I opened the project again module was present and it built. However I can't see all the modules which are contained in the pack.

    Now, I have to add the sf_firmware_image and the sf_memory_mcu_flash in another project. I can see the module I need, I Added it and maked a generate project content. It seems there is a problem when the generate project content is done because there is no renesas content which is created in sysnergy folder of my project.
    As there is no .c and .h files the build failed.
    To make the build work, I have to add manually the renesas folder in synergy folder. I still don't understand why i can't see all the modules and why it does'nt work when I generated project content.

    Regards,
    Bj
  • Hi Bj,

    Were you able to resolve this issue? I'm having similar problems. I am not able to see the framework modules whether it's in a new project or an existing project. I am using ssp 1.5.0-rc.1.
  • Hi AJ,

    As of SSP 1.5.0 the Flashloader Framework is no longer maintained in favour of the Secure Boot Manager that will be qualified and released in the near future. You can change pdsc contents and xml file names inside the pack to make it discoverable under SSP 1.5.0: Renesas.Synergy_flashloader.1.5.0-rc.1.pack.zip. You will need to unzip this first before doing Import -> CMSIS Pack.

    Regards

  • Hi Karol,

    Thanks a lot. I could see the frameworks now after creating a new project.

    Regards,
    AJ