|
Procedure to use B@D in Windows 10
The 0.9.1 release box of B@D has been successfully imported into Windows
10 and both a QEMU and BBB health check have been run on that virtual machine.
This setup also works when provisioning a box
The 0.9.1 release box of B@D has been successfully imported into Windows
10 and both a QEMU and BBB health check have been run on that virtual machine.
This setup also works when provisioning a box
|
By
Robert Marshall <robert.marshall@...>
·
#378
·
|
|
Re: [PATCH 0/6] Basic SoC support for r8a7743/r8a7745
By
Biju Das <biju.das@...>
·
#377
·
|
|
Re: [PATCH 0/6] Basic SoC support for r8a7743/r8a7745
Actually, there's something not quite right here. With just
CONFIG_ARCH_R8A7743 and CONFIG_ARCH_R8A7745 enabled (but no other R-Car
platforms) I get:
arch/arm/mach-shmobile/built-in.o: In function
Actually, there's something not quite right here. With just
CONFIG_ARCH_R8A7743 and CONFIG_ARCH_R8A7745 enabled (but no other R-Car
platforms) I get:
arch/arm/mach-shmobile/built-in.o: In function
|
By
Ben Hutchings <ben.hutchings@...>
·
#376
·
|
|
Re: [PATCH 0/6] Basic SoC support for r8a7743/r8a7745
These all look good to me, so I've applied these to the linux-4.4.y-cip
branch. Are you going to add more driver support (e.g. ravb, xhci-rcar)
and device tree sources?
Ben.
--
Ben
These all look good to me, so I've applied these to the linux-4.4.y-cip
branch. Are you going to add more driver support (e.g. ravb, xhci-rcar)
and device tree sources?
Ben.
--
Ben
|
By
Ben Hutchings <ben.hutchings@...>
·
#375
·
|
|
Re: Project-X (minimal root filesystem) : rewrite and renesas iwg20m board support
By
Daniel Sangorrin <daniel.sangorrin@...>
·
#374
·
|
|
Re: Project-X (minimal root filesystem) : rewrite and renesas iwg20m board support
No, also that works: It won't leave the proxy settings behind in the
image, but it allows to build it behind a proxy.
We don't want to generate "proxified" images that will then only work in
a very
No, also that works: It won't leave the proxy settings behind in the
image, but it allows to build it behind a proxy.
We don't want to generate "proxified" images that will then only work in
a very
|
By
Jan Kiszka
·
#373
·
|
|
Re: Project-X (minimal root filesystem) : rewrite and renesas iwg20m board support
Hi Jan,
By
Daniel Sangorrin <daniel.sangorrin@...>
·
#372
·
|
|
Re: About the U-Boot policy
Hello Daniel,
Sorry we missed you!
Thank you for resuming the conversation.
Chris: Agreed.
Chris: Ideally yes, but currently I don't think all of the reference boards are in mainline u-boot, and
Hello Daniel,
Sorry we missed you!
Thank you for resuming the conversation.
Chris: Agreed.
Chris: Ideally yes, but currently I don't think all of the reference boards are in mainline u-boot, and
|
By
Chris Paterson
·
#371
·
|
|
[PATCH 6/6] ARM: shmobile: r8a7745: basic SoC support
From: Sergei Shtylyov <sergei.shtylyov@...>
Add minimal support for the RZ/G1E (R8A7745) SoC.
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@...>
Reviewed-by: Geert
From: Sergei Shtylyov <sergei.shtylyov@...>
Add minimal support for the RZ/G1E (R8A7745) SoC.
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@...>
Reviewed-by: Geert
|
By
Biju Das <biju.das@...>
·
#370
·
|
|
[PATCH 5/6] ARM: shmobile: Consolidate R8A7743 and R8A779[234] machine definitions
From: Laurent Pinchart <laurent.pinchart+renesas@...>
The four SoCs use identical machine operations, consolidate them into
two machine definitions in a single file.
Signed-off-by:
From: Laurent Pinchart <laurent.pinchart+renesas@...>
The four SoCs use identical machine operations, consolidate them into
two machine definitions in a single file.
Signed-off-by:
|
By
Biju Das <biju.das@...>
·
#369
·
|
|
[PATCH 4/6] ARM: shmobile: r8a7743: basic SoC support
From: Sergei Shtylyov <sergei.shtylyov@...>
Add minimal support for the RZ/G1M (R8A7743) SoC.
Based on the original (and large) patch by Dmitry
From: Sergei Shtylyov <sergei.shtylyov@...>
Add minimal support for the RZ/G1M (R8A7743) SoC.
Based on the original (and large) patch by Dmitry
|
By
Biju Das <biju.das@...>
·
#368
·
|
|
[PATCH 3/6] sh-sci: document R8A7743/5 support
From: Sergei Shtylyov <sergei.shtylyov@...>
Renesas RZ/G SoC also have the SCIF, SCIFA, SCIFB, and HSCIF ports and
they seem compatible with the R-Car gen2 SoC in this
From: Sergei Shtylyov <sergei.shtylyov@...>
Renesas RZ/G SoC also have the SCIF, SCIFA, SCIFB, and HSCIF ports and
they seem compatible with the R-Car gen2 SoC in this
|
By
Biju Das <biju.das@...>
·
#367
·
|
|
[PATCH 2/6] DT: irqchip: renesas-irqc: document R8A7743/5 support
From: Sergei Shtylyov <sergei.shtylyov@...>
Renesas RZ/G SoC have the R-Car gen2 compatible IRQC interrupt controllers.
Document RZ/G1[ME] (also known as R8A774[35]) SoC
From: Sergei Shtylyov <sergei.shtylyov@...>
Renesas RZ/G SoC have the R-Car gen2 compatible IRQC interrupt controllers.
Document RZ/G1[ME] (also known as R8A774[35]) SoC
|
By
Biju Das <biju.das@...>
·
#366
·
|
|
[PATCH 1/6] sh_eth: add R8A7743/5 support
From: Sergei Shtylyov <sergei.shtylyov@...>
Add support for the first two members of the Renesas RZ/G family, RZ/G1M/E
(also known as R8A7743/5). The Ether core is the same as in the
From: Sergei Shtylyov <sergei.shtylyov@...>
Add support for the first two members of the Renesas RZ/G family, RZ/G1M/E
(also known as R8A7743/5). The Ether core is the same as in the
|
By
Biju Das <biju.das@...>
·
#365
·
|
|
[PATCH 0/6] Basic SoC support for r8a7743/r8a7745
This series aims to add basic SoC support for
r8a7743/r8a7745. All the patches in this series
are cherry-picked from the upstream kernel.
This series has been tested against linux-cip tag
This series aims to add basic SoC support for
r8a7743/r8a7745. All the patches in this series
are cherry-picked from the upstream kernel.
This series has been tested against linux-cip tag
|
By
Biju Das <biju.das@...>
·
#364
·
|
|
Re: Project-X (minimal root filesystem) : rewrite and renesas iwg20m board support
Err, right, that's what I meant.
Yes, I'm sure. I've just written the doc for a product SDK, and that
uses no further settings as well,
Err, right, that's what I meant.
Yes, I'm sure. I've just written the doc for a product SDK, and that
uses no further settings as well,
|
By
Jan Kiszka
·
#363
·
|
|
Re: Project-X (minimal root filesystem) : rewrite and renesas iwg20m board support
By
Daniel Sangorrin <daniel.sangorrin@...>
·
#362
·
|
|
Re: Project-X (minimal root filesystem) : rewrite and renesas iwg20m board support
We should probably suggest to call "USER_ID=$(id -u) docker run ..." -
it there a way to achieve this in an easier way? Still learning all this
docker stuff.
Hmm, they should, I'm using them for
We should probably suggest to call "USER_ID=$(id -u) docker run ..." -
it there a way to achieve this in an easier way? Still learning all this
docker stuff.
Hmm, they should, I'm using them for
|
By
Jan Kiszka
·
#361
·
|
|
Re: Project-X (minimal root filesystem) : rewrite and renesas iwg20m board support
Hi Jan,
By
Daniel Sangorrin <daniel.sangorrin@...>
·
#360
·
|
|
Re: Project-X (minimal root filesystem) : rewrite and renesas iwg20m board support
Looks good. You should just set version to 0.10 and use yesterday's
release. You can pull the corresponding docker image from
https://hub.docker.com/r/kasproject/, and there should be a pip package
as
Looks good. You should just set version to 0.10 and use yesterday's
release. You can pull the corresponding docker image from
https://hub.docker.com/r/kasproject/, and there should be a pip package
as
|
By
Jan Kiszka
·
#359
·
|