FSP Board pack installation on Renesas e2 studio

November 28, 2024 ยท View on GitHub

banner banner

FSP Board pack installation on Renesas e2 studio

Renesas e2 studio installer

Manual FSP Update

Install Renesas FSP packs

  1. Open Renesas e2 studio and go to Help -> CMSIS Packs Management -> Renesas RA.
  2. Here you will see the internal packs folder.

image

  1. Extract the downloaded packs on the FSP folder path: unzip FSP_Packs_v4.4.0.zip -d /home/username/.eclipse/com.renesas.platform_1177272026/.

  2. Now check on e2 studio that the packs were detected and installed successfully:

image

Note: Check the permissions on this folder, Renesas e2 studio will need to write on this directory.

Install GNU Arm Embedded Toolchain

  1. Download and extract the latest version from ARM Developer site. micro-ROS demos are tested with this version: gcc-arm-none-eabi-10.3-2021.10-x86_64-linux.tar.bz2 .

  2. Open e2 studio and go to Help -> Add Renesas Toolchains -> Add....

  3. Click on Browse and select the compiler extracted folder, the compiler should be detected automatically:

image