...
Lamprey support single display output and cluster-demo gui is shown on LXC. This version is integrate and tested by Starter Kit (H3/M3) only.
Marlin
Run the aglsetup.sh Script
Code Block |
---|
language | bash |
---|
title | setup script |
---|
|
cd $AGL_TOP
source meta-agl/scripts/aglsetup.sh -f -m $MACHINE -b $MACHINE agl-lxc |
...
Code Block |
---|
|
bitbake lxc-host-image-demo |
...
Needlefish
Octpus
Run the aglsetup.sh Script
Code Block |
---|
language | bash |
---|
title | setup script |
---|
|
cd $AGL_TOP
source meta-agl/scripts/aglsetup.sh -f -m $MACHINE -b $MACHINE agl-ic-container |
...
Code Block |
---|
|
bitbake agl-cluster-demo-lxc-host |
Pike
TBD
Run the aglsetup.sh Script
Code Block |
---|
language | bash |
---|
title | setup script |
---|
|
cd $AGL_TOP
source meta-agl/scripts/aglsetup.sh -f -m $MACHINE -b $MACHINE agl-ic-container |
Using Bitbake
Code Block |
---|
|
bitbake agl-instrument-cluster-container-demo |
Notes : The detail of other demo reference package is described here.
Build Procedure for AGL IC with Container Integration
https://static.sched.com/hosted_files/ossalsjp21/b1/AGL_ICEG_Activity_ALS2021.pdf?_gl=1*1o9wouq*_ga*MTAyMzY0NDMyNC4xNjY3NTU4MjI3*_ga_XH5XM35VHB*MTY5MDI2Njc0Mi4zOC4xLjE2OTAyNjY3NTAuMC4wLjA.
...