RZ-A
Renesas Starter Kit+ (RSK) for RZ/A1H
- Product Page: http://am.renesas.com/products/tools/introductory_evaluation_tools/renesas_starter_kits/rsk_rza1/index.jsp
RZ/A1H RSK Linux BSPs on Github
- Linux-3.14 BSP: https://github.com/renesas-rz/rskrza1_bsp
- Linux-3.14
- u-boot-2015.01
- Buildroot-2016.08
- Linux-4.9 BSP: https://github.com/renesas-rz/rza_linux-4.9_bsp
- Linux-4.9
- u-boot-2017.05
- Buildroot-2017.02
RZ/A1 RSK Application Notes and Demos
Where to Start
- Download the BSP and refer to the file release_note_E.txt and doc/User_Guide.html
- The dual Quad-SPI serial Flashes are used the main storage for all the images.
- The BSP includes both XIP Linux and non-XIP configurations and binary images
Quick instructions
- Clone the BSP from github and build an XIP kernel
$ git clone https://github.com/renesas-rz/rza_linux-4.9_bsp.git $ cd rza_linux-4.9_bsp $ ./build.sh buildroot $ ./build.sh axfs $ ./build.sh u-boot $ ./build.sh kernel xipImage $ ./build.sh jlink
- .
- .
Renesas GR-PEACH
- Product Page: https://developer.mbed.org/platforms/Renesas-GR-PEACH/
- The GR-PEACH is an mbed platform with an RZ/A1H and a single QSPI Flash device. While it was intended to be used with the mbed cloud development environment, the board itself can be loaded with Linux, and particularly XIP Linux (since you only have the 10MB of RAM inside the RZ/A1H).
- Hardware setup: http://elinux.org/RZ-A/Boards/GR-PEACH
- Building and programming Linux v3.14 BSP http://elinux.org/RZ-A/Boards/GR-PEACH-bsp
- Building and programming Linux mainline http://elinux.org/RZ-A/Boards/GR-PEACH-mainline
- .
- .
- .
Renesas Stream it!
- Product Page: https://www.renesas.com/en-eu/solutions/key-technology/human-interface/rz-stream-it.html
- The Stream it kit is intended to showcase the graphics and image capture capabilities of the RZ/A1L as well as 3rd party middleware (non-OS and RTOS). However, the board can be used to run XIP Linux as well.
- Building and programming instructions: http://elinux.org/RZ-A/Boards/Stream-it
- .
- .
- .
Renesas YLCDRZA1H
- Product Page: https://www.renesas.com/en-us/products/software-tools/boards-and-kits/renesas-demonstration-kits/ylcdrza1h.html
- The High Resolution Embedded GUI Solution Kit is intended to showcase the graphics and image capture capabilities of the RZ/A1H as well as 3rd party middleware (non-OS and RTOS) using a 1280x800 LCD display. However, the board can be used to run XIP Linux as well.
- Building and programming instructions: http://elinux.org/RZ-A/Boards/YLCDRZA1H
- .
- .
- .