RZ-A/Boards/RSKRZA1

From eLinux.org
< RZ-A
Revision as of 12:13, 22 April 2019 by Cbrandt (talk | contribs) (add 4.14 and 4.19 build info)
Jump to: navigation, search

Renesas Starter Kit+ (RSK) for RZ/A1H

Rskrza1-board-with-labels.png

RZ/A1H RSK Linux BSPs on Github

RZ/A1 RSK Application Notes and Demos

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 u-boot
$ ./build.sh kernel xipImage
$ ./build.sh jlink


NOTE Use the same procedure for the 4.14 and 4.19 BSP.

$ git clone https://github.com/renesas-rz/rza_linux-4.14_bsp.git
$ git clone https://github.com/renesas-rz/rza_linux-4.19_bsp.git