Getting Started
This section describes how to Compile and download the Tes Guilaini Demos on to the RZA3UL.
...
- 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
- 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.
- BSP
- SR_GuilianiDemo
- Select the SR_GuilianiDemo Project. Right Click and select build. This build will do the following
- The Build will attempt a clean first. This will cause an error as there is nothing to clean
- Next the Build will first build the BSP Library
- Finally the SR_GuilianiDemo will build with no errors
- The Generated executable and library files
- SR_GuilianiDemo ELF file
- Â Debug information
- SR_GuilianiDemo.sec
- Â Binary Code
- rza3ul_smarc_qspi_ipl.srec
- IPL boot loader
- Â Resources.srec
- This is the GUI Widget Resouce file. This is generate the GSE.
- Download ( J-Link)
- This section refers the Debug Configuration “Renesas GDB Hardware Debug”.
- Â Connect power to the USBC connector
- Connect the J-Link to the Smarc Module. Use the dongle that is provided.
- Press and hold the red power button till the power leds are on.
- In the menu select Run -> Debug Configurations
- In the Debug Configuration Dialog select Renesas GDB Hardware Debug then SR_GuilianiDemo Debug.
- NOTE:Â If Main Tab has a red dot this indicates the Project with the Debug Configuration was not compiled. Return to step 5.
- Â A Segger Dialog window will show the progress of the download.
Install the IPL
TBD
Display Configuration
The Display Configuration by default are for a 1080p monitor, however the GUI demo is a Wide VGA demo. When displayed on a PC monitor the resulting image is located in the upper left side of the monitor. This section describes how to configure the RZA3UL Display Unit (DU) for a Wide VGA LCD Display.
Current Tested Displays :
Supported LCD | Link | Resolution |
---|
GeeekPi 5 Inch Capacitive Touch Screen 800x480 HDMI Monitor | Amazon | 800 x 480 |
DEBO LCD 7 HDMI Entwicklerboards | reichelt.de | 1024 x 600 |
RZA3UL Display Settings using FSP.
Step 1) Open the BSP Project FSP Configuration file ( configuration.xml ).
...
DU Property | GeekPI |
---|
Horizontal Total Size | 1056 |
Horizontal Active Video Cycles | 800 |
Horizontal back porch Cycles | 216 |
Horizontal Sync Signal Cycles | 128 |
Horizontal Sync Signal Polarity | High Active |
Vertical Total Size | 628 |
Vertical Active Video Cycles | 600 |
Vertical back porch Cycles | 27 |
Vertical Sync Signal Cycles | 4 |
Vertical Sync Signal Polarity | High Active |
Data Enable Signal Polarity | High Active |
Display Clock Settings
These steps require modification of the board level display Driver.
...