Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 2.19 KB

fps_install_packs.md

File metadata and controls

37 lines (21 loc) · 2.19 KB

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