R-Car/Boards/Koelsch

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

Renesas Koelsch

Introduction

This is the Wiki for the Renesas R-Car M2-W Koelsch board (RTP0RC7791SEB00010S). 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: shmobile_defconfig
 * Kernel image: arch/arm/boot/zImage
 * DTB: arch/arm/boot/dts/r8a7791-koelsch.dtb

U-Boot boot command:

tftp 41000000 zImage
tftp 40f00000 r8a7791-koelsch.dtb
bootz 41000000 - 40f00000