ASUS Chromebook Flip CM3200FM1A Product Engineering
Metadata
- Product Model : ASUS Chromebook Flip CM3200FM1A
- ChromeOS.Guide DeviceID : ASUSHayato
- Gentoo Board Overlay : asurada
- Board Index : asurada
ChromeOS Update Channels
=== "Stable" ChromeOS Stable Channel Update
```
- version : 142.0.7444.181
```
=== "Beta" ChromeOS Beta Channel Update
```
- version : 143.0.7499.33
```
=== "Dev" ChromeOS Dev Channel Update
```
- version : 144.0.7531.0_pre1546105
```
=== "Canary" ChromeOS Canary Channel Update
```
- version : 144.0.7538.0_pre1548454
```
Build Flags
- Build Flags : asurada unibuild has_chromeos_config_bsp pcserial fsverity inference_accuracy_eval
Gentoo Overlay Tree (asurada)
``` overlays/board-overlays/overlay-asurada/ ├── chromeos-base │ ├── autotest-capability-asurada │ │ ├── autotest-capability-asurada-1.0.0.ebuild │ │ └── files │ │ └── 20-asurada-capabilities.yaml │ ├── chromeos-bsp-asurada │ │ ├── chromeos-bsp-asurada-0.0.1.ebuild │ │ ├── chromeos-bsp-asurada-0.0.1-r29.ebuild -> chromeos-bsp-asurada-0.0.1.ebuild │ │ ├── files │ │ │ ├── 99-chromeos-asurada-aspm-quirk.rules │ │ │ ├── asurada │ │ │ │ └── audio │ │ │ │ ├── cras-config │ │ │ │ │ ├── dsp.ini │ │ │ │ │ └── mt8192_mt6359_rt1015_rt5682 │ │ │ │ └── ucm-config │ │ │ │ └── mt8192_mt6359_rt1015_rt5682.asurada │ │ │ │ ├── HiFi.conf │ │ │ │ └── mt8192_mt6359_rt1015_rt5682.asurada.conf │ │ │ ├── asurada_aspm.sh │ │ │ ├── hayato │ │ │ │ └── audio │ │ │ │ ├── cras-config │ │ │ │ │ ├── dsp.ini │ │ │ │ │ ├── mt8192_mt6359_rt1015p_rt5682 │ │ │ │ │ └── mt8192_mt6359_rt1015p_rt5682s │ │ │ │ └── ucm-config │ │ │ │ ├── mt8192_mt6359_rt1015p_rt5682.hayato │ │ │ │ │ ├── HiFi.conf │ │ │ │ │ └── mt8192_mt6359_rt1015p_rt5682.hayato.conf │ │ │ │ └── mt8192_mt6359_rt1015p_rt5682s.hayato │ │ │ │ ├── HiFi.conf │ │ │ │ └── mt8192_mt6359_rt1015p_rt5682s.hayato.conf │ │ │ └── spherion │ │ │ └── audio │ │ │ ├── cras-config │ │ │ │ ├── dsp.ini │ │ │ │ ├── mt8192_mt6359_rt1015p_rt5682 │ │ │ │ └── mt8192_mt6359_rt1015p_rt5682s │ │ │ └── ucm-config │ │ │ ├── mt8192_mt6359_rt1015p_rt5682.spherion │ │ │ │ ├── HiFi.conf │ │ │ │ └── mt8192_mt6359_rt1015p_rt5682.spherion.conf │ │ │ └── mt8192_mt6359_rt1015p_rt5682s.spherion │ │ │ ├── HiFi.conf │ │ │ └── mt8192_mt6359_rt1015p_rt5682s.spherion.conf │ │ └── OWNERS │ └── chromeos-config-bsp │ ├── chromeos-config-bsp-0.0.1-r19.ebuild │ ├── chromeos-config-bsp-9999.ebuild │ └── files │ └── model.yaml ├── metadata │ ├── layout.conf │ └── md5-cache │ ├── chromeos-base │ │ ├── autotest-capability-asurada-1.0.0 │ │ ├── chromeos-bsp-asurada-0.0.1 │ │ ├── chromeos-bsp-asurada-0.0.1-r29 │ │ ├── chromeos-config-bsp-0.0.1-r19 │ │ └── chromeos-config-bsp-9999 │ └── virtual │ ├── autotest-capability-2 │ ├── chromeos-bsp-2 │ └── chromeos-bsp-2-r1 ├── OWNERS ├── profiles │ └── base │ ├── make.defaults │ ├── package.use │ └── parent └── virtual ├── autotest-capability │ └── autotest-capability-2.ebuild └── chromeos-bsp ├── chromeos-bsp-2.ebuild └── chromeos-bsp-2-r1.ebuild -> chromeos-bsp-2.ebuild
34 directories, 44 files ```