R-Car/Boards/Falcon

From eLinux.org
Jump to: navigation, search

Introduction

This is the Wiki for the Renesas R-Car Falcon board stack. It consists of:

  • Falcon CPU board equipped with R-Car V3U SoC (RTP0RC779A0CPB0010S),
  • Falcon BreakOut board (RTP0RC779A0BOB0010S),
  • Falcon CSI/DSI sub-board (RTP0RC779A0DCS0010S),
  • Falcon RAVB/Ethernet(1000Base-T1) sub-board (RTP0RC779A0ETS0010S).

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" (CN10) on the CPU board. Serial settings are 115200 8N1.

Booting Linux

 * Kernel config: defconfig
 * Kernel image: arch/arm64/boot/Image
 * DTB: arch/arm64/boot/dts/renesas/r8a779a0-falcon.dtb

U-Boot boot command:

tftpboot 0x48080000 Image
tftpboot 0x48000000 r8a779a0-falcon.dtb
booti 0x48080000 - 0x48000000