-
Notifications
You must be signed in to change notification settings - Fork 77
Utilities
KonstaT edited this page Apr 2, 2025
·
9 revisions
Raspberry Vanilla provides several utilities that can be useful for development purposes. These are not included in the build by default.
- Add manifest fragment:
curl -o .repo/local_manifests/manifest_utilities.xml -L https://raw.githubusercontent.com/raspberry-vanilla/android_local_manifest/android-15.0/manifest_utilities.xml
- Sync source code:
repo sync
Edit device/brcm/rpi5/device.mk and add the following lines to include the utilities.
# DRM modetest
PRODUCT_PACKAGES += \
modetest.vendor
# Raspberry Pi utils
PRODUCT_PACKAGES += \
dtmerge \
dtoverlay \
pinctrl \
vcgencmd \
vclog \
vcmailbox
# V4L utils
PRODUCT_PACKAGES += \
cec-ctl \
ir-keytable \
media-ctl \
v4l2-ctl