Initial commit: shared rpi device configs
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// Copyright (C) 2025-2026 oxmc
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
// Shared device configs for all PawletOS Raspberry Pi devices.
|
||||
// Checked out at device/pawlet/rpi
|
||||
@@ -0,0 +1,13 @@
|
||||
# pawlet_rpi_common
|
||||
|
||||
Shared device configuration for all PawletOS Raspberry Pi targets.
|
||||
|
||||
Synced to `device/pawlet/rpi` via `android_local_manifest`.
|
||||
|
||||
## Structure
|
||||
|
||||
```
|
||||
configs/
|
||||
provisioner/
|
||||
vendor.cfg — Config Provisioner vendor settings (copied to vendor/etc/config_provisioner/)
|
||||
```
|
||||
@@ -0,0 +1,6 @@
|
||||
# Vendor configuration for Config Provisioner
|
||||
enable_setup_wizard=true
|
||||
enable_provisioning=false
|
||||
vendor_id=pawlet
|
||||
network_timeout=30000
|
||||
#config_apk_url=https://example.com/config/acme_config.apk
|
||||
Reference in New Issue
Block a user