R-Car/Boards/Salvator-X

From eLinux.org
< R-Car
Revision as of 07:15, 18 March 2016 by Geert (talk | contribs) (Initial Salvator-X page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Renesas Salvator-X

Introduction

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