R-Car/Boards/Draak

From eLinux.org
< R-Car
Revision as of 09:01, 21 September 2017 by Geert (talk | contribs) (Initial Draak page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Renesas Draak

Introduction

This is the Wiki for the Renesas R-Car Draak board (RTP0RC77995SEB0010S). 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/r8a77995-draak.dtb

U-Boot boot command:

tftpboot 0x48080000 Image
tftpboot 0x49f00000 r8a77995-draak.dtb
booti 0x48080000 - 0x49f00000