Difference between revisions of "R-Car/Boards/Salvator-XS"

From eLinux.org
Jump to: navigation, search
(Initial Salvator-XS page)
 
m (Missed one X -> XS)
Line 1: Line 1:
 
{{TOC right}}
 
{{TOC right}}
  
= Renesas Salvator-X =
+
= Renesas Salvator-XS =
  
 
== Introduction ==
 
== Introduction ==

Revision as of 08:54, 21 September 2017

Renesas Salvator-XS

Introduction

This is the Wiki for the Renesas R-Car H3 ES2.0 Salvator-X 2nd version board (RTP0RC7795SIPB0012S). Refer to the R-Car page for information about Renesas' R-Car SoC family.

Serial Console

Use a micro-USB cable to connect to "Debug Serial 0". Serial settings are 115200 8N1.

Booting Linux

 * Kernel config: defconfig
 * Kernel image: arch/arm64/boot/Image
 * DTB: arch/arm64/boot/dts/renesas/r8a7795-salvator-xs.dtb

U-Boot boot command:

tftpboot 0x48080000 Image
tftpboot 0x49f00000 r8a7795-salvator-xs.dtb
booti 0x48080000 - 0x49f00000