R-Car/Boards/Marzen

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

Renesas Marzen

Introduction

This is the Wiki for the Renesas R-Car H1 Marzen board. Refer to the R-Car page for information about Renesas' R-Car SoC family.

Serial Console

Serial settings are 115200 8N1.

Booting Linux

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

Create a uImage with appended DTB:

make LOADADDR=0x60008000 uImage
rm arch/arm/boot/zImage
make zImage dtbs
cat arch/arm/boot/dts/r8a7779-marzen.dtb >> arch/arm/boot/zImage
$(cut -f 3- -d ' ' < arch/arm/boot/.uImage.cmd)

U-Boot boot command:

tftpboot 41000000 uImage
bootm 41000000