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

From eLinux.org
Jump to: navigation, search
(Initial APE6-EVM page)
 
m (Add missing 0 prefix for Samtec connector)
(2 intermediate revisions by the same user not shown)
Line 30: Line 30:
 
bootm 41000000 - dtb 40f00000
 
bootm 41000000 - dtb 40f00000
 
</pre>
 
</pre>
 +
 +
== Remote Control ==
 +
 +
{| class="wikitable"
 +
|-
 +
|'''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-020
 +
|Needs [https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git/commit/?h=topic/board-farm&id=379debff99d5fdfd190d3442424af09bbabeae43 ARM: dts: ape6evm: Enable PORT1 for wake-up]
 +
|-
 +
|}

Revision as of 02:26, 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-020 Needs ARM: dts: ape6evm: Enable PORT1 for wake-up