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

From eLinux.org
Jump to: navigation, search
(Initial Salvator-X page)
 
(Add board reference)
Line 5: Line 5:
 
== Introduction ==
 
== Introduction ==
  
This is the Wiki for the Renesas R-Car H3 Salvator-X board.
+
This is the Wiki for the Renesas R-Car H3 Salvator-X board (RTP0RC7795SIPB0010S).
 
Refer to the [[R-Car]] page for information about Renesas' R-Car SoC family.
 
Refer to the [[R-Car]] page for information about Renesas' R-Car SoC family.
  

Revision as of 07:18, 18 March 2016

Renesas Salvator-X

Introduction

This is the Wiki for the Renesas R-Car H3 Salvator-X board (RTP0RC7795SIPB0010S). 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-x.dtb

U-Boot boot command:

tftpboot 0x48080000 Image
tftpboot 0x48f00000 r8a7795-salvator-x.dtb 
booti 0x48080000 - 0x48f00000