~milo/lava-dispatcher/tar-repo

« back to all changes in this revision

Viewing changes to lava_dispatcher/default-config/lava-dispatcher/device-types/foundationsmodel.conf

UEFI support for Fastmodels. Add interactive bootloader support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
client_type=fastmodel
2
 
 
3
 
# how long the disablesuspend script should take to complete
4
 
# fm takes longer than other android images do
5
 
disablesuspend_timeout = 500
6
 
 
7
 
# how long ubuntu takes to boot to prompt
8
 
boot_linaro_timeout = 500
9
 
 
10
 
# if you do dhcp on boot, adb will not work (asac) on fastmodels
11
 
enable_network_after_boot_android = 0
12
 
 
13
 
# we do usermode networking over the loopback
14
 
default_network_interface = lo
15
 
 
16
 
simulator_axf_files = img-foundation.axf
17
 
 
18
 
simulator_version_command = /opt/arm/Foundation_v8pkg/Foundation_v8 --version | grep "ARM V8 Foundation Model" | sed 's/ARM V8 Foundation Model //'
19
 
 
20
 
simulator_command = sudo -u www-data /opt/arm/Foundation_v8pkg/Foundation_v8 --image={AXF} --block-device={IMG} --network=nat