Difference between revisions of "R-Car/Boards/Alt"

From eLinux.org
Jump to: navigation, search
(Initial Alt page)
 
m (Reduce section levels)
 
Line 1: Line 1:
 
{{TOC right}}
 
{{TOC right}}
  
= Renesas Alt =
+
= Introduction =
 
 
== Introduction ==
 
  
 
This is the Wiki for the Renesas R-Car E2 Alt board.
 
This is the Wiki for the Renesas R-Car E2 Alt board.
 
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.
  
== Serial Console ==
+
= Serial Console =
  
 
Use a micro-USB cable to connect to "Debug Serial 0".
 
Use a micro-USB cable to connect to "Debug Serial 0".
 
Serial settings are 115200 8N1.
 
Serial settings are 115200 8N1.
  
== Booting Linux ==
+
= Booting Linux =
  
 
   * Kernel config: shmobile_defconfig
 
   * Kernel config: shmobile_defconfig

Latest revision as of 08:35, 10 November 2017

Introduction

This is the Wiki for the Renesas R-Car E2 Alt 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: shmobile_defconfig
 * Kernel image: arch/arm/boot/zImage
 * DTB: arch/arm/boot/dts/r8a7794-alt.dtb

U-Boot boot command:

tftp 41000000 zImage
tftp 40f00000 r8a7794-alt.dtb
bootz 41000000 - 40f00000