If this section is empty, it indicates that the board is a generic board that the ChromiumOS team does not maintain upstream builds on or does not provide over-the-air (OTA) updates.
Stable | Beta | Dev | Canary | Devices Based on nautilus | |||||||
nautilus | 13310.93.0 85.0.4183.133 | 13421.102.0 86.0.4240.199 | 13505.111.0 87.0.4280.152 | 13597.105.0 88.0.4324.208 | 13729.45.0 89.0.4389.82 | 13729.45.0 89.0.4389.82 | 13816.12.0 90.0.4430.19 | 13816.6.0 90.0.4430.11 | 13836.0.0 91.0.4439.0 | 75 76 77 78 79 80 81 83 84 85 86 87 | Samsung Chromebook Plus (V2) ● Samsung Chromebook Plus (LTE) |
Manufacturer | Model | Codename | Board Name | Baseboard |
---|---|---|---|---|
Samsung | Samsung Chromebook Plus LTE | nautilus | Nautilus LTE | poppy |
Samsung | Samsung Chromebook Plus (V2) | nautilus | Nautilus | poppy |
USE=""
USE="${USE} nautilus"
USE="${USE} cros_ec"
USE="${USE} -acpi_ac"
USE="${USE} direncryption"
USE="${USE} eclog"
USE="${USE} -tpm tpm2 cr50_onboard"
USE="${USE} keyboard_includes_side_buttons"
USE="${USE} -touchpad_wakeup"
USE="${USE} touchview"
USE="${USE} kvm_host crosvm-gpu virtio_gpu"
USE="${USE} modemfwd"
USE="${USE} background_blur"
USE="${USE} ime_addons"
USE="${USE} ondevice_handwriting"
USE="${USE} ondevice_text_suggestions"
USE="${USE} dlc_test"
USE="${USE} ml_benchmark_drivers"
USE="${USE} uprev-4-to-5"
(chromium_source_tree)/src/overlays/overlay-nautilus
.
├── chromeos-base
│ ├── autotest-capability-nautilus
│ │ ├── autotest-capability-nautilus-0.0.2.ebuild
│ │ └── files
│ │ └── 20-nautilus-capabilities.yaml
│ └── chromeos-bsp-nautilus
│ ├── chromeos-bsp-nautilus-0.0.1.ebuild
│ ├── chromeos-bsp-nautilus-0.0.1-r30.ebuild
│ └── files
│ ├── audio-config
│ │ ├── cras-config
│ │ │ ├── board.ini
│ │ │ ├── dsp.ini
│ │ │ └── kblda7219max
│ │ └── ucm-config
│ │ └── kblda7219max
│ │ ├── HiFi.conf
│ │ └── kblda7219max.conf
│ ├── audio-config-kernelnext
│ │ ├── cras-config
│ │ │ ├── board.ini
│ │ │ ├── dsp.ini
│ │ │ └── kblda7219max
│ │ └── ucm-config
│ │ └── kblda7219max
│ │ ├── HiFi.conf
│ │ └── kblda7219max.conf
│ ├── powerd_prefs
│ │ ├── charging_ports
│ │ ├── low_battery_shutdown_percent
│ │ ├── set_cellular_transmit_power_dpr_gpio
│ │ ├── set_cellular_transmit_power_for_proximity
│ │ ├── set_wifi_transmit_power_for_tablet_mode
│ │ └── suspend_to_idle
│ └── udev
│ └── 99-cros-sx-proximity.rules
├── media-libs
│ └── cros-camera-hal-configs-nautilus
│ ├── cros-camera-hal-configs-nautilus-0.0.1.ebuild
│ ├── cros-camera-hal-configs-nautilus-0.0.1-r16.ebuild
│ ├── files
│ │ ├── camera3_profiles.xml
│ │ ├── gcss
│ │ │ ├── graph_descriptor.xml
│ │ │ └── graph_settings_imx258.xml
│ │ ├── setup-hooks.sh
│ │ └── tuning_files
│ │ ├── 00imx258.aiqb
│ │ └── LICENSE.intel_3a_library
│ └── OWNERS
├── metadata
│ └── layout.conf
├── profiles
│ └── base
│ ├── make.defaults
│ └── parent
├── scripts
│ ├── build_kernel_image.sh
│ └── disk_layout.json
├── toolchain.conf
└── virtual
├── autotest-capability
│ ├── autotest-capability-2.ebuild
│ └── autotest-capability-2-r1.ebuild
├── chromeos-bsp
│ ├── chromeos-bsp-2.ebuild
│ └── chromeos-bsp-2-r1.ebuild
├── cros-camera-hal
│ ├── cros-camera-hal-2.ebuild
│ └── cros-camera-hal-2-r3.ebuild
└── cros-camera-hal-configs
├── cros-camera-hal-configs-2.ebuild
├── cros-camera-hal-configs-2-r2.ebuild
└── OWNERS
29 directories, 45 files