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

From eLinux.org
Jump to: navigation, search
(Add board reference)
(Add test section and start with SDIO)
Line 25: Line 25:
 
booti 0x48080000 - 0x48f00000
 
booti 0x48080000 - 0x48f00000
 
</pre>
 
</pre>
 +
 +
== Test procedures ==
 +
 +
* [[Tests:SDIO-KS7010]]: Test SDIO with a Spectec SDW823 microSD card (using an SD size adapter) on connectors CN13 or CN14

Revision as of 01:53, 13 May 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

Test procedures

  • Tests:SDIO-KS7010: Test SDIO with a Spectec SDW823 microSD card (using an SD size adapter) on connectors CN13 or CN14