Document deprecated demo images
[AGL/documentation.git] / docs / 01_Getting_Started / 02_Building_AGL_Image / 12_Available_KVM_Demo_Images.md
1 ---
2 title: Available KVM Demo Images
3 ---
4
5 ## 1. KVM Demo Images
6
7 These images are available when the `agl-kvm` feature is given to `aglsetup.sh`.  The resulting images use DHCP for network configuration, but the following address assignments are assumed:
8
9 - KVM demo board has internal address 172.16.10.1
10 - IVI guest has internal address 172.16.10.2
11 - IC guest has internal address 172.16.10.3
12
13 Note that all of the KVM demo images are currently configured for the Renesas H3ULCB based AGL reference hardware.  While the demo can likely be run on other hardware, there are some pieces of configuration that are currently hard-coded that would need to be changed.  One particular aspect of hardware-specific configuration is that the USB connection for the touchscreen used for the IVI needs to be plugged into the lower USB connector of the 2x USB 3.0 connector header on the reference hardware.
14
15 ### agl-ivi-demo-flutter-guest
16
17 Flutter IVI demo image with:
18
19 - IC navigation streaming support
20
21 ### agl-cluster-demo-flutter-guest
22
23 Flutter IC demo image with:
24
25 - KUKSA.val databroker removed, as it runs on the IVI guest.
26 - Application configuration changes for databroker being on the IVI guest.
27
28 ### agl-kvm-demo
29
30 Base KVM demo image with:
31
32 - `agl-ivi-demo-flutter-guest` IVI guest.
33 - `agl-cluster-demo-flutter-guest` IC guest.
34 - KUKSA.val databroker not present, as it runs on the IVI guest.
35
36 ## 2. Preconfigured KVM demo images
37
38 These images are also available when the `agl-kvm` feature is given to `aglsetup.sh`, but are intended for use with a more complete demo setup along the lines of what the project showcases at tradeshows such as CES or Embedded World.  The resulting images use DHCP for network configuration, but the following address assignments are assumed:
39
40 - KVM demo board has internal address 172.16.10.1
41 - IVI guest has internal address 172.16.10.2
42 - IC guest has internal address 172.16.10.3
43 - KVM demo board has address 192.168.10.2
44 - Gateway board has address 192.168.10.4
45
46 ### agl-ivi-demo-flutter-guest-preconfigured
47
48 Flutter IVI demo image with:
49
50 - IC navigation streaming support
51 - KUKSA.val databroker removed, as it runs on the KVM host.
52 - Application configuration changes for databroker being on the KVM host.
53 - Platform service daemons such as audio and HVAC support removed as they run on the KVM host.
54 - Weston Terminal application removed
55
56 ### agl-ivi-demo-flutter-guest-preconfigured-gateway
57
58 Flutter IVI demo image with:
59
60 - IC navigation streaming support
61 - KUKSA.val databroker removed, as it runs on the gateway.
62 - Application configuration changes for databroker being on the gateway.
63 - Platform service daemons such as audio and HVAC support removed as they run on the KVM host.
64 - Weston Terminal application removed
65
66 ### agl-cluster-demo-flutter-guest-preconfigured
67
68 Flutter IC demo image with:
69
70 - KUKSA.val databroker removed, as it runs on the KVM host.
71 - Application configuration changes for databroker being on the KVM host.
72 - Configuration tweaks to invert the screen orientation, as the IC screen in the full demo setup is upside down.
73
74 ### agl-cluster-demo-flutter-guest-preconfigured-gateway
75
76 Flutter IC demo image with:
77
78 - KUKSA.val databroker removed, as it runs on the gateway.
79 - Application configuration changes for databroker being on the gateway.
80 - Configuration tweaks to invert the screen orientation, as the IC screen in the full demo setup is upside down.
81
82 ### agl-kvm-demo-flutter-preconfigured
83
84 KVM demo image with:
85
86 - `agl-ivi-demo-flutter-guest-preconfigured` IVI guest.
87 - `agl-cluster-demo-flutter-guest-preconfigured` IC guest.
88 - KUKSA.val databroker.
89 - Platform service daemons such as audio and HVAC.
90
91 ### agl-kvm-demo-flutter-preconfigured-gateway
92
93 - `agl-ivi-demo-flutter-guest-preconfigured-gateway` IVI guest.
94 - `agl-cluster-demo-flutter-guest-preconfigured-gateway` IC guest.
95 - Platform service daemons such as audio and HVAC
96 - Service configuration for the KUKSA.val databroker being on the gateway.