Skip to content

Commit

Permalink
docs/setup.md: add renesas section
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-roos committed Nov 17, 2023
1 parent 4b74691 commit 0957c8a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 19 deletions.
20 changes: 18 additions & 2 deletions docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,22 @@ Yocto can be used to create an EC2 AMI. This example demonstrates using this lib

TODO...

### Using A Processor SDK In A Pipeline
### Using pre-build, proprietary artifacts in a Pipeline

TODO... (Renesas)
This example is based on this [work](https://elinux.org/R-Car/Boards/Yocto-Gen3/v5.9.0) to build an image for Renesas R-Car-H3 Starter Kit Premier (unofficial name - H3ULCB) board including the proprietary graphics and multimedia drivers from Renesas.

You need to download Multimedia and Graphics library and related Linux drivers, please from the following link (registration necessary):
https://www.renesas.com/us/en/application/automotive/r-car-h3-m3-h2-m2-e2-documents-software

#### Download two files:

R-Car_Gen3_Series_Evaluation_Software_Package_for_Linux-20220121.zip
R-Car_Gen3_Series_Evaluation_Software_Package_of_Linux_Drivers-20220121.zip

Graphic drivers are required for Wayland. Multimedia drivers are optional.

#### Steps to build the image

Create a folder named `proprietary` in the root of the source repo. Put those two downloaded files into this folder. After you did deploy the build pipeline and uncomment the `#TODO` in the build.sh file.

Now a build should automatically start, succeed and you will get an image containing the proprietary graphics and multimedia drivers.
17 changes: 0 additions & 17 deletions source-repo/renesas/README.md

This file was deleted.

0 comments on commit 0957c8a

Please sign in to comment.