RZ-A/Boards/RSKRZA1
Contents
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-4.9 BSP: https://github.com/renesas-rz/rza_linux-4.9_bsp
- Linux-4.9
- u-boot-2017.05
- Buildroot-2017.02
- Linux-4.14 BSP: https://github.com/renesas-rz/rza_linux-4.14_bsp
- Linux-4.14
- u-boot-2017.05
- Buildroot-2017.02
- Linux-4.19 BSP: https://github.com/renesas-rz/rza_linux-4.19_bsp
- Linux-4.19
- u-boot-2017.05
- Buildroot-2018.02
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
Booting the Board
- In u-boot, type:
=> run xa_boot
- Linux login
- USER: root
- PASS: {no password}
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