RZA3UL TES Guiliani Getting Started Guide: Difference between revisions

From Renesas.info
(Updated Getting Started Guide)
 
No edit summary
Line 15: Line 15:
     ├── StreamRuntime
     ├── StreamRuntime
     └── eGaC
     └── eGaC
</pre>


</pre>
#<li value="2">Start eclipse IDE
#Start eclipse IDE
##In the IDE workspace dialog select the Renesas subdirectory in the extracted folder
##In the IDE workspace dialog select the Renesas subdirectory in the extracted folder
###Example : C:\workspace\Guiliani_SDK_2.5.0_Renesas_RZA3UL_FreeRTOS10_eGML\'''Renesas'''
###Example : C:\workspace\Guiliani_SDK_2.5.0_Renesas_RZA3UL_FreeRTOS10_eGML\'''Renesas'''
#The Project Explorer in the IDE should be empty
 
#Import the TES Projects into the IDE
#<li value="3">The Project Explorer in the IDE should be empty
#Import the TES Projects into the IDE  
##Right click in the Project Explorer and Select Import
##Right click in the Project Explorer and Select Import
##In the Import Dialog select  General -> Existing Projects and Workspaces
## In the Import Dialog select  General -> Existing Projects and Workspaces
##In the Import Projects Dialog press the '''Browes''' Button then press the '''Select Folder''' Button in the popup dialog. Select only the following projects then click Finish.
## In the Import Projects Dialog press the '''Browes''' Button then press the '''Select Folder''' Button in the popup dialog. Select only the following projects then click Finish.
###BSP
###BSP
###SR_GuilianiDemo
###SR_GuilianiDemo
Line 31: Line 32:
##Next the Build will first build the BSP Library
##Next the Build will first build the BSP Library
##Finally the SR_GuilianiDemo will build with no errors
##Finally the SR_GuilianiDemo will build with no errors
#1.     The resulting project
#The Generated executable and library files
##SR_GuilianiDemo ELF file
##SR_GuilianiDemo ELF file
###  Debug information
###  Debug information
Line 40: Line 41:
##  Resources.srec
##  Resources.srec
###This is the GUI Widget Resouce file. This is generate the GSE.
###This is the GUI Widget Resouce file. This is generate the GSE.
#1.     Download ( J-Link)
#Download ( J-Link)
##This section refers the Debug Configuration “Renesas GDB Hardware Debug”.
##This section refers the Debug Configuration “Renesas GDB Hardware Debug”.
### Connect power to the USBC connector
### Connect power to the USBC connector

Revision as of 22:48, 2 November 2022

Getting Started

  1. Extract the Tes Guiliani archive file (Guiliani_SDK_<version>_Renesas_RZA3UL_FreeRTOS10_eGML.zip) to a working directory.  ( i.e. C:\workspace ) The resulting directory will look like this.
└── Guiliani_SDK_2.5.0_Renesas_RZA3UL_FreeRTOS10_eGML
    ├── CMake
    ├── Documentation
    ├── Export
    ├── External
    ├── FlashTools
    ├── GSE
    ├── Guiliani
    ├── Renesas
    ├── SR_GuilianiDemo
    ├── StreamRuntime
    └── eGaC
  1. Start eclipse IDE
    1. In the IDE workspace dialog select the Renesas subdirectory in the extracted folder
      1. Example : C:\workspace\Guiliani_SDK_2.5.0_Renesas_RZA3UL_FreeRTOS10_eGML\Renesas
  1. The Project Explorer in the IDE should be empty
  2. Import the TES Projects into the IDE
    1. Right click in the Project Explorer and Select Import
    2. In the Import Dialog select  General -> Existing Projects and Workspaces
    3. In the Import Projects Dialog press the Browes Button then press the Select Folder Button in the popup dialog. Select only the following projects then click Finish.
      1. BSP
      2. SR_GuilianiDemo
  3. Select the SR_GuilianiDemo Project. Right Click and select build. This build will do the following
    1. The Build will attempt a clean first. This will cause an error as there is nothing to clean
    2. Next the Build will first build the BSP Library
    3. Finally the SR_GuilianiDemo will build with no errors
  4. The Generated executable and library files
    1. SR_GuilianiDemo ELF file
      1.   Debug information
    2. SR_GuilianiDemo.sec
      1.   Binary Code
    3. rza3ul_smarc_qspi_ipl.srec
      1. IPL boot loader
    4.   Resources.srec
      1. This is the GUI Widget Resouce file. This is generate the GSE.
  5. Download ( J-Link)
    1. This section refers the Debug Configuration “Renesas GDB Hardware Debug”.
      1.  Connect power to the USBC connector
      2. Connect the J-Link to the Smarc Module. Use the dongle that is provided.
      3. Press and hold the red power button till the power leds are on.
      4. In the menu select Run -> Debug Configurations
      5. In the Debug Configuration Dialog select Renesas GDB Hardware Debug then SR_GuilianiDemo Debug.
        1. NOTE:  If Main Tab has a red dot this indicates the Project with the Debug Configuration was not compiled. Return to step 5.
      6.  A Segger Dialog window will show the progress of the download.