Skip to content

hiroishii/trial_integration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to build

Each local.conf and bblayers.conf is included in this repo. Please clone this repo. to local.

git clone https://github.com/AGLExport/trial_integration.git
git checkout audiodev

host

The host is based on minimal agl qm env. It's now developing.

Create local tree

repo init -u https://github.com/AGLExport/trial_integration.git -b audiodev -m host.xml

Install eva binary

Ref To :
https://github.com/renesas-rcar/meta-renesas/blob/dunfell-dev/meta-rcar-gen3/README.evaproprietary.md

Setup build env.

source poky/oe-init-build-env
cp /path/to/thisrepo/trial_integration/hostconf/* conf/

Build host

bitbake host-image-minimal

dummy-guest

The dummy guest is based on minimal agl ivi. It's including many workarounds.

Create local tree

repo init -u https://github.com/AGLExport/trial_integration.git -b audiodev -m dummy-guest.xml

Install eva binary

Ref To :
https://github.com/renesas-rcar/meta-renesas/blob/dunfell-dev/meta-rcar-gen3/README.evaproprietary.md

Setup build env.

source poky/oe-init-build-env
cp /path/to/thisrepo/trial_integration/dummy-guestconf/* conf/

Build dummy-guest

bitbake core-image-minimal

cluster-guest

The cluster guest is based on minimal agl qm env. It's now developping.

Create local tree

repo init -u https://github.com/AGLExport/trial_integration.git -b audiodev -m cluster-guest.xml

Install eva binary

Ref To :
https://github.com/renesas-rcar/meta-renesas/blob/dunfell-dev/meta-rcar-gen3/README.evaproprietary.md

Setup build env.

source poky/oe-init-build-env
cp /path/to/thisrepo/trial_integration/cluster-guestconf/* conf/

Build dummy-guest

bitbake guest-ic-image-minimal

How to install

cd /path/to/sdcard

tar xvjf /path/to/host/deploydir/host-image-minimal-h3ulcb.tar.bz2

cd /path/to/sdcard/opt/guests/cluster-guest/

tar xvjf /path/to/host/deploydir/guest-ic-image-minimal-h3ulcb.tar.bz2

cd /path/to/sdcard/opt/guests/dummy-guest/

tar xvjf /path/to/host/deploydir/core-image-minimal-h3ulcb.tar.bz2

How to run

Booting H3 SK.

Login.

lxc-start -n cluster-guest
lxc-start -n dummy-guest

When you want to login cluster-guest,
lxc-attach -n cluster-guest

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published