2021-02-19 06:44:52 +00:00
|
|
|
# Static u-boot environment variables for microdroid. See b/180481192
|
|
|
|
|
2021-02-23 03:53:30 +00:00
|
|
|
# Boot the device following the Android boot procedure
|
2021-02-19 06:44:52 +00:00
|
|
|
bootcmd=boot_android virtio -
|
|
|
|
|
2021-02-23 03:53:30 +00:00
|
|
|
# Kernel commandlines
|
|
|
|
bootargs=rdinit=/bin/init_vendor panic=-1 androidboot.first_stage_console=1 androidboot.hardware=microdroid androidboot.boot_devices=10000.pci
|
|
|
|
|
2021-02-19 06:44:52 +00:00
|
|
|
# 0:2 is the misc partition
|
|
|
|
bootdevice=0:2
|
|
|
|
bootdelay=0
|
|
|
|
fdtaddr=0x80000000
|