summaryrefslogtreecommitdiff
path: root/rb5.mk
AgeCommit message (Collapse)Author
2022-02-18Factor out the full device configuration.Peter Collingbourne
In an upcoming patch we are going to add "mini" device configurations that avoid most of the usual driver dependencies. This requires splitting out the device-specific configuration from the configuration required for a full device image. Bug: 217455793 Change-Id: Id17d162d142a2595e54e163f5faaf7dcf9b68e35
2022-02-10db845c: rb5: Switch default TARGET_KERNEL_USE to 5.15Amit Pundir
Switch default db845c-userdebug and rb5-userdebug builds to android-5.15 prebuilt kernel Image and modules. Signed-off-by: Amit Pundir <amit.pundir@linaro.org> Change-Id: Ia7f9794c69b4f812aae465b006e160ae72cd19e0
2021-10-21rb5.mk: Skip installing Venus driver modules for nowAmit Pundir
Having trouble with Venus drivers on RB5 a lot lately. Fw loading for Venus is broken, to begin with, ever since the FW_LOADER_USER_HELPER_FALLBACK kernel config is dropped from gki_defconfig in android-mainline kernel. And even though the fw loading will fail, the driver still create /dev/video{0,1} nodes which are highly unstable and cause kernel to panic at times. So lets skip installing Venus driver modules for the time being, while we wait for a viable fix to land upstream. Signed-off-by: Amit Pundir <amit.pundir@linaro.org> Change-Id: I67d7f51ff29ad5f5d46e03f958cc401c4f541a42
2021-09-01rb5: Add support for Qcom Robotics RB5 development kitandroid-s-beta-5Amit Pundir
* Add new lunch target "rb5-userdebug" * Boots android-mainline (3aa53d85a061) to UI * ADB works * If you are having display issues on your brand new RB5 kit then run the following set of adb commands to update the lt9611uxc firmware version: adb wait-for-device; adb root; adb shell "echo 1 > /sys/bus/i2c/devices/5-002b/lt9611uxc_firmware" Check installer/rb5/README for more details. Signed-off-by: Amit Pundir <amit.pundir@linaro.org> Change-Id: I2917de0375e95e17a88446474fdb256af769f73d