Difference between revisions of "R-Mobile/Boards/APE6-EVM"

From eLinux.org
Jump to: navigation, search
(Add Remote Control)
m (Move 1.8V warning to comment column)
Line 44: Line 44:
 
|-
 
|-
 
|Reset
 
|Reset
|JTAG nSRST (1.8V!)
+
|JTAG nSRST
 
|X12 pin 15
 
|X12 pin 15
 
|GND
 
|GND
 
|X12 pin 16
 
|X12 pin 16
 
|2-pin female Mini-PV
 
|2-pin female Mini-PV
 +
|nSRST is an 1.8V signal!
 
|-
 
|-
 
|Wake-Up
 
|Wake-Up

Revision as of 01:59, 22 September 2017

Renesas APE6-EVM

Introduction

This is the Wiki for the Renesas R-Mobile APE6 APE6-EVM board. Refer to the R-Mobile page for information about Renesas' R-Mobile SoC family.

Serial Console

Use a micro-USB cable to connect to "Console". Serial settings are 115200 8N1.

Booting Linux

 * Kernel config: shmobile_defconfig
 * Kernel image: arch/arm/boot/uImage
 * DTB: arch/arm/boot/dts/r8a73a4-ape6evm.dtb

Create a uImage:

make LOADADDR=0x40008000 uImage

U-Boot boot command:

tftp 40f00000 r8a73a4-ape6evm.dtb 
tftp 41000000 uImage 
bootm 41000000 - dtb 40f00000

Remote Control

Operation Signal A Pin A Signal B Pin B Connector needed Comments
Reset JTAG nSRST X12 pin 15 GND X12 pin 16 2-pin female Mini-PV nSRST is an 1.8V signal!
Wake-Up PORT1/DU0_DR1 X8 pin 16 GND X8 pin 28 Samtec QTE-20 Needs ARM: dts: ape6evm: Enable PORT1 for wake-up