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

From eLinux.org
Jump to: navigation, search
m (Missed one X -> XS)
(Add Remote Control)
Line 25: Line 25:
 
booti 0x48080000 - 0x49f00000
 
booti 0x48080000 - 0x49f00000
 
</pre>
 
</pre>
 +
 +
== Remote Control ==
 +
 +
{| class="wikitable"
 +
|-
 +
|'''Operation'''
 +
|'''Signal A'''
 +
|'''Pin A'''
 +
|'''Signal B'''
 +
|'''Pin B'''
 +
|'''Connector needed'''
 +
|'''Comments'''
 +
|-
 +
|Reset
 +
|#MRB/SYSRSTn
 +
|EXIO-D pin 66
 +
|GND
 +
|EXIO-D pin 58
 +
|Samtec QTE-020 or -040
 +
|
 +
|-
 +
|Wake-Up
 +
|IRQ1n/GP2_01
 +
|EXIO-D pin 50
 +
|GND
 +
|EXIO-D pin 46
 +
|Samtec QTE-020 or -040
 +
|Needs [https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git/commit/?h=topic/board-farm&id=70f58c8b8c920b10913ea4dd442587e35e996e9b arm64: dts: salvator-common: Enable GP2_1 for wake-up]
 +
|-
 +
|ACC OFF
 +
|#RSTB/EX_PWRONn
 +
|EXIO-D pin 68
 +
|VCC
 +
|CN7 pin 4
 +
|Samtec QTE-020 or -040, and 5¼ HDD power
 +
|Pull high '''via 10K resistor''' to power off
 +
|}

Revision as of 02:41, 22 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

Remote Control

Operation Signal A Pin A Signal B Pin B Connector needed Comments
Reset #MRB/SYSRSTn EXIO-D pin 66 GND EXIO-D pin 58 Samtec QTE-020 or -040
Wake-Up IRQ1n/GP2_01 EXIO-D pin 50 GND EXIO-D pin 46 Samtec QTE-020 or -040 Needs arm64: dts: salvator-common: Enable GP2_1 for wake-up
ACC OFF #RSTB/EX_PWRONn EXIO-D pin 68 VCC CN7 pin 4 Samtec QTE-020 or -040, and 5¼ HDD power Pull high via 10K resistor to power off